*, ::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.17 | 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: rgba(0, 0, 0, 0.1); /* 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: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-4 {
  inset: 1rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-\[5\%\] {
  bottom: -5%;
}
.-left-1 {
  left: -0.25rem;
}
.-left-1\.5 {
  left: -0.375rem;
}
.-left-2 {
  left: -0.5rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[0px\] {
  top: -0px;
}
.-top-\[10\%\] {
  top: -10%;
}
.-top-\[200px\] {
  top: -200px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[-3px\] {
  bottom: -3px;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[3px\] {
  bottom: 3px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-64px\] {
  left: -64px;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[118px\] {
  left: 118px;
}
.left-\[137px\] {
  left: 137px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[21\%\] {
  left: 21%;
}
.left-\[22px\] {
  left: 22px;
}
.left-\[23\%\] {
  left: 23%;
}
.left-\[240px\] {
  left: 240px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[8\%\] {
  left: 8%;
}
.left-\[calc\(50\%-28px\)\] {
  left: calc(50% - 28px);
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-240px\] {
  right: -240px;
}
.right-\[-3px\] {
  right: -3px;
}
.right-\[13\%\] {
  right: 13%;
}
.right-\[52px\] {
  right: 52px;
}
.right-\[8\%\] {
  right: 8%;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[-17px\] {
  top: -17px;
}
.top-\[-196px\] {
  top: -196px;
}
.top-\[-60px\] {
  top: -60px;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[104px\] {
  top: 104px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[52px\] {
  top: 52px;
}
.top-\[60px\] {
  top: 60px;
}
.top-full {
  top: 100%;
}
.top-toolbarHeight {
  top: 52px;
}
.isolate {
  isolation: isolate;
}
.\!-z-0 {
  z-index: 0 !important;
}
.\!-z-10 {
  z-index: -10 !important;
}
.\!-z-20 {
  z-index: -20 !important;
}
.\!-z-30 {
  z-index: -30 !important;
}
.\!-z-40 {
  z-index: -40 !important;
}
.\!-z-50 {
  z-index: -50 !important;
}
.\!z-0 {
  z-index: 0 !important;
}
.\!z-10 {
  z-index: 10 !important;
}
.\!z-20 {
  z-index: 20 !important;
}
.\!z-30 {
  z-index: 30 !important;
}
.\!z-40 {
  z-index: 40 !important;
}
.\!z-50 {
  z-index: 50 !important;
}
.-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-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-\[200\] {
  z-index: 200;
}
.z-\[40\] {
  z-index: 40;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[var\(--index\)\] {
  z-index: var(--index);
}
.\!col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.\!col-span-10 {
  grid-column: span 10 / span 10 !important;
}
.\!col-span-11 {
  grid-column: span 11 / span 11 !important;
}
.\!col-span-12 {
  grid-column: span 12 / span 12 !important;
}
.\!col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.\!col-span-3 {
  grid-column: span 3 / span 3 !important;
}
.\!col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.\!col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.\!col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.\!col-span-7 {
  grid-column: span 7 / span 7 !important;
}
.\!col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.\!col-span-9 {
  grid-column: span 9 / span 9 !important;
}
.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-start-1 {
  grid-column-start: -1 !important;
}
.\!-col-start-10 {
  grid-column-start: -10 !important;
}
.\!-col-start-11 {
  grid-column-start: -11 !important;
}
.\!-col-start-12 {
  grid-column-start: -12 !important;
}
.\!-col-start-13 {
  grid-column-start: -13 !important;
}
.\!-col-start-2 {
  grid-column-start: -2 !important;
}
.\!-col-start-3 {
  grid-column-start: -3 !important;
}
.\!-col-start-4 {
  grid-column-start: -4 !important;
}
.\!-col-start-5 {
  grid-column-start: -5 !important;
}
.\!-col-start-6 {
  grid-column-start: -6 !important;
}
.\!-col-start-7 {
  grid-column-start: -7 !important;
}
.\!-col-start-8 {
  grid-column-start: -8 !important;
}
.\!-col-start-9 {
  grid-column-start: -9 !important;
}
.\!col-start-1 {
  grid-column-start: 1 !important;
}
.\!col-start-10 {
  grid-column-start: 10 !important;
}
.\!col-start-11 {
  grid-column-start: 11 !important;
}
.\!col-start-12 {
  grid-column-start: 12 !important;
}
.\!col-start-13 {
  grid-column-start: 13 !important;
}
.\!col-start-2 {
  grid-column-start: 2 !important;
}
.\!col-start-3 {
  grid-column-start: 3 !important;
}
.\!col-start-4 {
  grid-column-start: 4 !important;
}
.\!col-start-5 {
  grid-column-start: 5 !important;
}
.\!col-start-6 {
  grid-column-start: 6 !important;
}
.\!col-start-7 {
  grid-column-start: 7 !important;
}
.\!col-start-8 {
  grid-column-start: 8 !important;
}
.\!col-start-9 {
  grid-column-start: 9 !important;
}
.-col-start-1 {
  grid-column-start: -1;
}
.-col-start-10 {
  grid-column-start: -10;
}
.-col-start-11 {
  grid-column-start: -11;
}
.-col-start-12 {
  grid-column-start: -12;
}
.-col-start-13 {
  grid-column-start: -13;
}
.-col-start-2 {
  grid-column-start: -2;
}
.-col-start-3 {
  grid-column-start: -3;
}
.-col-start-4 {
  grid-column-start: -4;
}
.-col-start-5 {
  grid-column-start: -5;
}
.-col-start-6 {
  grid-column-start: -6;
}
.-col-start-7 {
  grid-column-start: -7;
}
.-col-start-8 {
  grid-column-start: -8;
}
.-col-start-9 {
  grid-column-start: -9;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.\!-col-end-1 {
  grid-column-end: -1 !important;
}
.\!-col-end-10 {
  grid-column-end: -10 !important;
}
.\!-col-end-11 {
  grid-column-end: -11 !important;
}
.\!-col-end-12 {
  grid-column-end: -12 !important;
}
.\!-col-end-13 {
  grid-column-end: -13 !important;
}
.\!-col-end-2 {
  grid-column-end: -2 !important;
}
.\!-col-end-3 {
  grid-column-end: -3 !important;
}
.\!-col-end-4 {
  grid-column-end: -4 !important;
}
.\!-col-end-5 {
  grid-column-end: -5 !important;
}
.\!-col-end-6 {
  grid-column-end: -6 !important;
}
.\!-col-end-7 {
  grid-column-end: -7 !important;
}
.\!-col-end-8 {
  grid-column-end: -8 !important;
}
.\!-col-end-9 {
  grid-column-end: -9 !important;
}
.\!col-end-1 {
  grid-column-end: 1 !important;
}
.\!col-end-10 {
  grid-column-end: 10 !important;
}
.\!col-end-11 {
  grid-column-end: 11 !important;
}
.\!col-end-12 {
  grid-column-end: 12 !important;
}
.\!col-end-13 {
  grid-column-end: 13 !important;
}
.\!col-end-2 {
  grid-column-end: 2 !important;
}
.\!col-end-3 {
  grid-column-end: 3 !important;
}
.\!col-end-4 {
  grid-column-end: 4 !important;
}
.\!col-end-5 {
  grid-column-end: 5 !important;
}
.\!col-end-6 {
  grid-column-end: 6 !important;
}
.\!col-end-7 {
  grid-column-end: 7 !important;
}
.\!col-end-8 {
  grid-column-end: 8 !important;
}
.\!col-end-9 {
  grid-column-end: 9 !important;
}
.-col-end-1 {
  grid-column-end: -1;
}
.-col-end-10 {
  grid-column-end: -10;
}
.-col-end-11 {
  grid-column-end: -11;
}
.-col-end-12 {
  grid-column-end: -12;
}
.-col-end-13 {
  grid-column-end: -13;
}
.-col-end-2 {
  grid-column-end: -2;
}
.-col-end-3 {
  grid-column-end: -3;
}
.-col-end-4 {
  grid-column-end: -4;
}
.-col-end-5 {
  grid-column-end: -5;
}
.-col-end-6 {
  grid-column-end: -6;
}
.-col-end-7 {
  grid-column-end: -7;
}
.-col-end-8 {
  grid-column-end: -8;
}
.-col-end-9 {
  grid-column-end: -9;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-8 {
  grid-column-end: 8;
}
.col-end-9 {
  grid-column-end: 9;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.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-start-1 {
  grid-row-start: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.\!m-4 {
  margin: 1rem !important;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.m-0 {
  margin: 0px;
}
.m-12 {
  margin: 3rem;
}
.m-16 {
  margin: 4rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.m-px {
  margin: 1px;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.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-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-40 {
  margin-left: -10rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-\[12px\] {
  margin-right: -12px;
}
.-mr-\[36px\] {
  margin-right: -36px;
}
.-mr-detailsWidth {
  margin-right: -340px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-\[3px\] {
  margin-top: -3px;
}
.-mt-\[7\.5vw\] {
  margin-top: -7.5vw;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[176px\] {
  margin-left: 176px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-px {
  margin-top: 1px;
}
.\!box-border {
  box-sizing: border-box !important;
}
.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;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1\/0\.5\] {
  aspect-ratio: 1/0.5;
}
.aspect-\[1\/1\.1\] {
  aspect-ratio: 1/1.1;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[64px\] {
  width: 64px;
  height: 64px;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-\[308px\] {
  height: 308px !important;
}
.\!h-\[38px\] {
  height: 38px !important;
}
.\!h-screen {
  height: 100vh !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.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-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1024px\] {
  height: 1024px;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[124px\] {
  height: 124px;
}
.h-\[133px\] {
  height: 133px;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[156px\] {
  height: 156px;
}
.h-\[158px\] {
  height: 158px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[164px\] {
  height: 164px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[174px\] {
  height: 174px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[184px\] {
  height: 184px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[194px\] {
  height: 194px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[203px\] {
  height: 203px;
}
.h-\[205px\] {
  height: 205px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[226px\] {
  height: 226px;
}
.h-\[228px\] {
  height: 228px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[238px\] {
  height: 238px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[256px\] {
  height: 256px;
}
.h-\[258px\] {
  height: 258px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[277px\] {
  height: 277px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[294px\] {
  height: 294px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[317px\] {
  height: 317px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[364px\] {
  height: 364px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[406px\] {
  height: 406px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[410px\] {
  height: 410px;
}
.h-\[456px\] {
  height: 456px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[510px\] {
  height: 510px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[572px\] {
  height: 572px;
}
.h-\[584px\] {
  height: 584px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[660px\] {
  height: 660px;
}
.h-\[680px\] {
  height: 680px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[calc\(100\%-104px\)\] {
  height: calc(100% - 104px);
}
.h-\[calc\(100\%-156px\)\] {
  height: calc(100% - 156px);
}
.h-\[calc\(100\%-158px\)\] {
  height: calc(100% - 158px);
}
.h-\[calc\(100\%-52px\)\] {
  height: calc(100% - 52px);
}
.h-\[calc\(100\%-75px\)\] {
  height: calc(100% - 75px);
}
.h-\[calc\(100\%-96px\)\] {
  height: calc(100% - 96px);
}
.h-\[calc\(100vh-116px\)\] {
  height: calc(100vh - 116px);
}
.h-\[calc\(100vh-40px\)\] {
  height: calc(100vh - 40px);
}
.h-\[calc\(100vh-76px\)\] {
  height: calc(100vh - 76px);
}
.h-\[calc\(325px-64px\)\] {
  height: calc(325px - 64px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-toolbarHeight {
  height: 52px;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[310px\] {
  max-height: 310px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[396px\] {
  max-height: 396px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[45vh\] {
  max-height: 45vh;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[720px\] {
  max-height: 720px;
}
.max-h-\[72px\] {
  max-height: 72px;
}
.max-h-\[738px\] {
  max-height: 738px;
}
.max-h-\[80dvh\] {
  max-height: 80dvh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[96vh\] {
  max-height: 96vh;
}
.max-h-\[calc\(100\%-52px\)\] {
  max-height: calc(100% - 52px);
}
.max-h-\[calc\(100\%-75px\)\] {
  max-height: calc(100% - 75px);
}
.max-h-\[calc\(100\%-76px\)\] {
  max-height: calc(100% - 76px);
}
.max-h-\[calc\(100\%_-_60px\)\] {
  max-height: calc(100% - 60px);
}
.max-h-\[calc\(100vh-52px\)\] {
  max-height: calc(100vh - 52px);
}
.max-h-\[calc\(80dvh-56px\)\] {
  max-height: calc(80dvh - 56px);
}
.max-h-\[calc\(80vh-114px\)\] {
  max-height: calc(80vh - 114px);
}
.max-h-full {
  max-height: 100%;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-3 {
  min-height: 0.75rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[1px\] {
  min-height: 1px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[478px\] {
  min-height: 478px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[calc\(100vh-105px\)\] {
  min-height: calc(100vh - 105px);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-toolbarHeight {
  min-height: 52px;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-\[326px\] {
  width: 326px !important;
}
.\!w-\[548px\] {
  width: 548px !important;
}
.\!w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1024px\] {
  width: 1024px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[198px\] {
  width: 198px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[202px\] {
  width: 202px;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[232px\] {
  width: 232px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[244px\] {
  width: 244px;
}
.w-\[248px\] {
  width: 248px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[300\%\] {
  width: 300%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[316px\] {
  width: 316px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[372px\] {
  width: 372px;
}
.w-\[375px\] {
  width: 375px;
}
.w-\[376px\] {
  width: 376px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[392px\] {
  width: 392px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[400\%\] {
  width: 400%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[40vw\] {
  width: 40vw;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[47px\] {
  width: 47px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[584px\] {
  width: 584px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[624px\] {
  width: 624px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[740px\] {
  width: 740px;
}
.w-\[768px\] {
  width: 768px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[94px\] {
  width: 94px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[calc\(100\%-16px\)\] {
  width: calc(100% - 16px);
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-\[calc\(100\%-340px\)\] {
  width: calc(100% - 340px);
}
.w-\[calc\(100\%-48px\)\] {
  width: calc(100% - 48px);
}
.w-\[calc\(100vw-40px\)\] {
  width: calc(100vw - 40px);
}
.w-\[calc\(100vw-84px\)\] {
  width: calc(100vw - 84px);
}
.w-detailsWidth {
  width: 340px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-2 {
  min-width: 0.5rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-44 {
  min-width: 11rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-7 {
  min-width: 1.75rem;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[1px\] {
  min-width: 1px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[30\%\] {
  min-width: 30%;
}
.min-w-\[340px\] {
  min-width: 340px;
}
.min-w-\[400px\] {
  min-width: 400px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-detailsWidth {
  min-width: 340px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-\[100dvh\] {
  max-width: 100dvh;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[304px\] {
  max-width: 304px;
}
.max-w-\[392px\] {
  max-width: 392px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[488px\] {
  max-width: 488px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[536px\] {
  max-width: 536px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[calc\(100\%-24px\)\] {
  max-width: calc(100% - 24px);
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0_0_5px\] {
  flex: 0 0 5px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-center {
  transform-origin: center;
}
.origin-top-left {
  transform-origin: top left;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.-translate-y-\[40px\] {
  --tw-translate-y: -40px;
  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-\[60px\] {
  --tw-translate-y: -60px;
  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-\[0vw\] {
  --tw-translate-x: 0vw;
  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-\[100vw\] {
  --tw-translate-x: 100vw;
  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-\[75\%\] {
  --tw-translate-x: 75%;
  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 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-20 {
  --tw-translate-y: 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-3 {
  --tw-translate-y: 0.75rem;
  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-8 {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[3deg\] {
  --tw-rotate: 3deg;
  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));
}
.-skew-x-\[11deg\] {
  --tw-skew-x: -11deg;
  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));
}
.skew-x-\[11deg\] {
  --tw-skew-x: 11deg;
  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-\[0\.25\] {
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.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));
}
.scale-\[0\.3\] {
  --tw-scale-x: 0.3;
  --tw-scale-y: 0.3;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fadeIn {

  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}
.animate-fade {
  animation: fadeIn 150ms ease-in-out;
}
@keyframes fadeIn {

  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}
.animate-fadeSlow {
  animation: fadeIn 1800ms ease-in-out;
}
@keyframes moveDown {

  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}
.animate-moveDown {
  animation: moveDown 1800ms ease-in-out;
}
@keyframes moveUp {

  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}
.animate-moveUp {
  animation: moveUp 1800ms ease-in-out;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spinSlow {
  animation: spin 12s linear infinite;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.cursor-wait {
  cursor: wait;
}
.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 {
  resize: both;
}
.scroll-mt-12 {
  scroll-margin-top: 3rem;
}
.scroll-pl-\[240px\] {
  scroll-padding-left: 240px;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.auto-rows-\[308px\] {
  grid-auto-rows: 308px;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.\!grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.\!grid-cols-100 {
  grid-template-columns: repeat(100, minmax(0, 1fr)) !important;
}
.\!grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.\!grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.\!grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.\!grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.\!grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.\!grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.\!grid-cols-52 {
  grid-template-columns: repeat(52, minmax(0, 1fr)) !important;
}
.\!grid-cols-53 {
  grid-template-columns: repeat(53, minmax(0, 1fr)) !important;
}
.\!grid-cols-54 {
  grid-template-columns: repeat(54, minmax(0, 1fr)) !important;
}
.\!grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.\!grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.\!grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.\!grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-100 {
  grid-template-columns: repeat(100, 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-52 {
  grid-template-columns: repeat(52, minmax(0, 1fr));
}
.grid-cols-53 {
  grid-template-columns: repeat(53, minmax(0, 1fr));
}
.grid-cols-54 {
  grid-template-columns: repeat(54, 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-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[256px_1fr\] {
  grid-template-columns: 256px 1fr;
}
.grid-cols-\[40\%_1fr_1fr_1fr\] {
  grid-template-columns: 40% 1fr 1fr 1fr;
}
.grid-cols-\[40px_calc\(100\%-40px\)\] {
  grid-template-columns: 40px calc(100% - 40px);
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, 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;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-end {
  justify-items: end;
}
.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-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[85px\] {
  gap: 85px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.-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 > :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-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-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-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));
}
.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-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.divide-border-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--border-primary);
}
.divide-border-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--border-secondary);
}
.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--border-secondary);
}
.\!divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}
.\!divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}
.\!divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}
.\!divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: .15 !important;
}
.\!divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}
.\!divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}
.\!divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}
.\!divide-opacity-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: .35 !important;
}
.\!divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}
.\!divide-opacity-45 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.45 !important;
}
.\!divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}
.\!divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}
.\!divide-opacity-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.55 !important;
}
.\!divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}
.\!divide-opacity-65 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.65 !important;
}
.\!divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}
.\!divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}
.\!divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}
.\!divide-opacity-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.85 !important;
}
.\!divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}
.\!divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}
.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}
.divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: .15;
}
.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}
.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}
.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}
.divide-opacity-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: .35;
}
.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}
.divide-opacity-45 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.45;
}
.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}
.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}
.divide-opacity-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.55;
}
.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}
.divide-opacity-65 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.65;
}
.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}
.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}
.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}
.divide-opacity-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.85;
}
.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}
.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.\!whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-4xl {
  border-radius: 16px !important;
}
.\!rounded-6xl {
  border-radius: 20px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-lg {
  border-radius: 8px !important;
}
.\!rounded-xl {
  border-radius: 10px !important;
}
.rounded {
  border-radius: 4px;
}
.rounded-2xl {
  border-radius: 12px;
}
.rounded-3xl {
  border-radius: 14px;
}
.rounded-4xl {
  border-radius: 16px;
}
.rounded-6xl {
  border-radius: 20px;
}
.rounded-8xl {
  border-radius: 24px;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 8px;
}
.rounded-md {
  border-radius: 6px;
}
.rounded-xl {
  border-radius: 10px;
}
.rounded-b-3xl {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.rounded-b-\[19px\] {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}
.rounded-b-lg {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-xl {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-l-4xl {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-r-2xl {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rounded-r-4xl {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-2xl {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-t-3xl {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.rounded-t-6xl {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-\[19px\] {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.rounded-t-lg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-md {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded-t-xl {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-bl-xl {
  border-bottom-left-radius: 10px;
}
.rounded-tl-2xl {
  border-top-left-radius: 12px;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.rounded-tr-xl {
  border-top-right-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-accent-amber-dark {
  border-color: var(--accent-amber-dark) !important;
}
.\!border-accent-amber-onSurface {
  border-color: var(--accent-amber-onSurface) !important;
}
.\!border-accent-amber-primary {
  border-color: var(--accent-amber-primary) !important;
}
.\!border-accent-amber-secondary {
  border-color: var(--accent-amber-secondary) !important;
}
.\!border-accent-amber-surfacePrimary {
  border-color: var(--accent-amber-surfacePrimary) !important;
}
.\!border-accent-amber-surfaceSecondary {
  border-color: var(--accent-amber-surfaceSecondary) !important;
}
.\!border-accent-amber-tertiary {
  border-color: var(--accent-amber-tertiary) !important;
}
.\!border-accent-blue-dark {
  border-color: var(--accent-blue-dark) !important;
}
.\!border-accent-blue-onSurface {
  border-color: var(--accent-blue-onSurface) !important;
}
.\!border-accent-blue-primary {
  border-color: var(--accent-blue-primary) !important;
}
.\!border-accent-blue-secondary {
  border-color: var(--accent-blue-secondary) !important;
}
.\!border-accent-blue-surfacePrimary {
  border-color: var(--accent-blue-surfacePrimary) !important;
}
.\!border-accent-blue-surfaceSecondary {
  border-color: var(--accent-blue-surfaceSecondary) !important;
}
.\!border-accent-blue-tertiary {
  border-color: var(--accent-blue-tertiary) !important;
}
.\!border-accent-brown-dark {
  border-color: var(--accent-brown-dark) !important;
}
.\!border-accent-brown-onSurface {
  border-color: var(--accent-brown-onSurface) !important;
}
.\!border-accent-brown-primary {
  border-color: var(--accent-brown-primary) !important;
}
.\!border-accent-brown-secondary {
  border-color: var(--accent-brown-secondary) !important;
}
.\!border-accent-brown-surfacePrimary {
  border-color: var(--accent-brown-surfacePrimary) !important;
}
.\!border-accent-brown-surfaceSecondary {
  border-color: var(--accent-brown-surfaceSecondary) !important;
}
.\!border-accent-brown-tertiary {
  border-color: var(--accent-brown-tertiary) !important;
}
.\!border-accent-cyan-dark {
  border-color: var(--accent-cyan-dark) !important;
}
.\!border-accent-cyan-onSurface {
  border-color: var(--accent-cyan-onSurface) !important;
}
.\!border-accent-cyan-primary {
  border-color: var(--accent-cyan-primary) !important;
}
.\!border-accent-cyan-secondary {
  border-color: var(--accent-cyan-secondary) !important;
}
.\!border-accent-cyan-surfacePrimary {
  border-color: var(--accent-cyan-surfacePrimary) !important;
}
.\!border-accent-cyan-surfaceSecondary {
  border-color: var(--accent-cyan-surfaceSecondary) !important;
}
.\!border-accent-cyan-tertiary {
  border-color: var(--accent-cyan-tertiary) !important;
}
.\!border-accent-emerald-dark {
  border-color: var(--accent-emerald-dark) !important;
}
.\!border-accent-emerald-onSurface {
  border-color: var(--accent-emerald-onSurface) !important;
}
.\!border-accent-emerald-primary {
  border-color: var(--accent-emerald-primary) !important;
}
.\!border-accent-emerald-secondary {
  border-color: var(--accent-emerald-secondary) !important;
}
.\!border-accent-emerald-surfacePrimary {
  border-color: var(--accent-emerald-surfacePrimary) !important;
}
.\!border-accent-emerald-surfaceSecondary {
  border-color: var(--accent-emerald-surfaceSecondary) !important;
}
.\!border-accent-emerald-tertiary {
  border-color: var(--accent-emerald-tertiary) !important;
}
.\!border-accent-fuchsia-dark {
  border-color: var(--accent-fuchsia-dark) !important;
}
.\!border-accent-fuchsia-onSurface {
  border-color: var(--accent-fuchsia-onSurface) !important;
}
.\!border-accent-fuchsia-primary {
  border-color: var(--accent-fuchsia-primary) !important;
}
.\!border-accent-fuchsia-secondary {
  border-color: var(--accent-fuchsia-secondary) !important;
}
.\!border-accent-fuchsia-surfacePrimary {
  border-color: var(--accent-fuchsia-surfacePrimary) !important;
}
.\!border-accent-fuchsia-surfaceSecondary {
  border-color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.\!border-accent-fuchsia-tertiary {
  border-color: var(--accent-fuchsia-tertiary) !important;
}
.\!border-accent-gray-dark {
  border-color: var(--accent-gray-dark) !important;
}
.\!border-accent-gray-onSurface {
  border-color: var(--accent-gray-onSurface) !important;
}
.\!border-accent-gray-primary {
  border-color: var(--accent-gray-primary) !important;
}
.\!border-accent-gray-secondary {
  border-color: var(--accent-gray-secondary) !important;
}
.\!border-accent-gray-surfacePrimary {
  border-color: var(--accent-gray-surfacePrimary) !important;
}
.\!border-accent-gray-surfaceSecondary {
  border-color: var(--accent-gray-surfaceSecondary) !important;
}
.\!border-accent-gray-tertiary {
  border-color: var(--accent-gray-tertiary) !important;
}
.\!border-accent-green-dark {
  border-color: var(--accent-green-dark) !important;
}
.\!border-accent-green-onSurface {
  border-color: var(--accent-green-onSurface) !important;
}
.\!border-accent-green-primary {
  border-color: var(--accent-green-primary) !important;
}
.\!border-accent-green-secondary {
  border-color: var(--accent-green-secondary) !important;
}
.\!border-accent-green-surfacePrimary {
  border-color: var(--accent-green-surfacePrimary) !important;
}
.\!border-accent-green-surfaceSecondary {
  border-color: var(--accent-green-surfaceSecondary) !important;
}
.\!border-accent-green-tertiary {
  border-color: var(--accent-green-tertiary) !important;
}
.\!border-accent-indigo-dark {
  border-color: var(--accent-indigo-dark) !important;
}
.\!border-accent-indigo-onSurface {
  border-color: var(--accent-indigo-onSurface) !important;
}
.\!border-accent-indigo-primary {
  border-color: var(--accent-indigo-primary) !important;
}
.\!border-accent-indigo-secondary {
  border-color: var(--accent-indigo-secondary) !important;
}
.\!border-accent-indigo-surfacePrimary {
  border-color: var(--accent-indigo-surfacePrimary) !important;
}
.\!border-accent-indigo-surfaceSecondary {
  border-color: var(--accent-indigo-surfaceSecondary) !important;
}
.\!border-accent-indigo-tertiary {
  border-color: var(--accent-indigo-tertiary) !important;
}
.\!border-accent-lime-dark {
  border-color: var(--accent-lime-dark) !important;
}
.\!border-accent-lime-onSurface {
  border-color: var(--accent-lime-onSurface) !important;
}
.\!border-accent-lime-primary {
  border-color: var(--accent-lime-primary) !important;
}
.\!border-accent-lime-secondary {
  border-color: var(--accent-lime-secondary) !important;
}
.\!border-accent-lime-surfacePrimary {
  border-color: var(--accent-lime-surfacePrimary) !important;
}
.\!border-accent-lime-surfaceSecondary {
  border-color: var(--accent-lime-surfaceSecondary) !important;
}
.\!border-accent-lime-tertiary {
  border-color: var(--accent-lime-tertiary) !important;
}
.\!border-accent-olive-dark {
  border-color: var(--accent-olive-dark) !important;
}
.\!border-accent-olive-onSurface {
  border-color: var(--accent-olive-onSurface) !important;
}
.\!border-accent-olive-primary {
  border-color: var(--accent-olive-primary) !important;
}
.\!border-accent-olive-secondary {
  border-color: var(--accent-olive-secondary) !important;
}
.\!border-accent-olive-surfacePrimary {
  border-color: var(--accent-olive-surfacePrimary) !important;
}
.\!border-accent-olive-surfaceSecondary {
  border-color: var(--accent-olive-surfaceSecondary) !important;
}
.\!border-accent-olive-tertiary {
  border-color: var(--accent-olive-tertiary) !important;
}
.\!border-accent-orange-dark {
  border-color: var(--accent-orange-dark) !important;
}
.\!border-accent-orange-onSurface {
  border-color: var(--accent-orange-onSurface) !important;
}
.\!border-accent-orange-primary {
  border-color: var(--accent-orange-primary) !important;
}
.\!border-accent-orange-secondary {
  border-color: var(--accent-orange-secondary) !important;
}
.\!border-accent-orange-surfacePrimary {
  border-color: var(--accent-orange-surfacePrimary) !important;
}
.\!border-accent-orange-surfaceSecondary {
  border-color: var(--accent-orange-surfaceSecondary) !important;
}
.\!border-accent-orange-tertiary {
  border-color: var(--accent-orange-tertiary) !important;
}
.\!border-accent-pink-dark {
  border-color: var(--accent-pink-dark) !important;
}
.\!border-accent-pink-onSurface {
  border-color: var(--accent-pink-onSurface) !important;
}
.\!border-accent-pink-primary {
  border-color: var(--accent-pink-primary) !important;
}
.\!border-accent-pink-secondary {
  border-color: var(--accent-pink-secondary) !important;
}
.\!border-accent-pink-surfacePrimary {
  border-color: var(--accent-pink-surfacePrimary) !important;
}
.\!border-accent-pink-surfaceSecondary {
  border-color: var(--accent-pink-surfaceSecondary) !important;
}
.\!border-accent-pink-tertiary {
  border-color: var(--accent-pink-tertiary) !important;
}
.\!border-accent-purple-dark {
  border-color: var(--accent-purple-dark) !important;
}
.\!border-accent-purple-onSurface {
  border-color: var(--accent-purple-onSurface) !important;
}
.\!border-accent-purple-primary {
  border-color: var(--accent-purple-primary) !important;
}
.\!border-accent-purple-secondary {
  border-color: var(--accent-purple-secondary) !important;
}
.\!border-accent-purple-surfacePrimary {
  border-color: var(--accent-purple-surfacePrimary) !important;
}
.\!border-accent-purple-surfaceSecondary {
  border-color: var(--accent-purple-surfaceSecondary) !important;
}
.\!border-accent-purple-tertiary {
  border-color: var(--accent-purple-tertiary) !important;
}
.\!border-accent-red-dark {
  border-color: var(--accent-red-dark) !important;
}
.\!border-accent-red-onSurface {
  border-color: var(--accent-red-onSurface) !important;
}
.\!border-accent-red-primary {
  border-color: var(--accent-red-primary) !important;
}
.\!border-accent-red-secondary {
  border-color: var(--accent-red-secondary) !important;
}
.\!border-accent-red-surfacePrimary {
  border-color: var(--accent-red-surfacePrimary) !important;
}
.\!border-accent-red-surfaceSecondary {
  border-color: var(--accent-red-surfaceSecondary) !important;
}
.\!border-accent-red-tertiary {
  border-color: var(--accent-red-tertiary) !important;
}
.\!border-accent-rose-dark {
  border-color: var(--accent-rose-dark) !important;
}
.\!border-accent-rose-onSurface {
  border-color: var(--accent-rose-onSurface) !important;
}
.\!border-accent-rose-primary {
  border-color: var(--accent-rose-primary) !important;
}
.\!border-accent-rose-secondary {
  border-color: var(--accent-rose-secondary) !important;
}
.\!border-accent-rose-surfacePrimary {
  border-color: var(--accent-rose-surfacePrimary) !important;
}
.\!border-accent-rose-surfaceSecondary {
  border-color: var(--accent-rose-surfaceSecondary) !important;
}
.\!border-accent-rose-tertiary {
  border-color: var(--accent-rose-tertiary) !important;
}
.\!border-accent-sky-dark {
  border-color: var(--accent-sky-dark) !important;
}
.\!border-accent-sky-onSurface {
  border-color: var(--accent-sky-onSurface) !important;
}
.\!border-accent-sky-primary {
  border-color: var(--accent-sky-primary) !important;
}
.\!border-accent-sky-secondary {
  border-color: var(--accent-sky-secondary) !important;
}
.\!border-accent-sky-surfacePrimary {
  border-color: var(--accent-sky-surfacePrimary) !important;
}
.\!border-accent-sky-surfaceSecondary {
  border-color: var(--accent-sky-surfaceSecondary) !important;
}
.\!border-accent-sky-tertiary {
  border-color: var(--accent-sky-tertiary) !important;
}
.\!border-accent-teal-dark {
  border-color: var(--accent-teal-dark) !important;
}
.\!border-accent-teal-onSurface {
  border-color: var(--accent-teal-onSurface) !important;
}
.\!border-accent-teal-primary {
  border-color: var(--accent-teal-primary) !important;
}
.\!border-accent-teal-secondary {
  border-color: var(--accent-teal-secondary) !important;
}
.\!border-accent-teal-surfacePrimary {
  border-color: var(--accent-teal-surfacePrimary) !important;
}
.\!border-accent-teal-surfaceSecondary {
  border-color: var(--accent-teal-surfaceSecondary) !important;
}
.\!border-accent-teal-tertiary {
  border-color: var(--accent-teal-tertiary) !important;
}
.\!border-accent-violet-dark {
  border-color: var(--accent-violet-dark) !important;
}
.\!border-accent-violet-onSurface {
  border-color: var(--accent-violet-onSurface) !important;
}
.\!border-accent-violet-primary {
  border-color: var(--accent-violet-primary) !important;
}
.\!border-accent-violet-secondary {
  border-color: var(--accent-violet-secondary) !important;
}
.\!border-accent-violet-surfacePrimary {
  border-color: var(--accent-violet-surfacePrimary) !important;
}
.\!border-accent-violet-surfaceSecondary {
  border-color: var(--accent-violet-surfaceSecondary) !important;
}
.\!border-accent-violet-tertiary {
  border-color: var(--accent-violet-tertiary) !important;
}
.\!border-accent-yellow-dark {
  border-color: var(--accent-yellow-dark) !important;
}
.\!border-accent-yellow-onSurface {
  border-color: var(--accent-yellow-onSurface) !important;
}
.\!border-accent-yellow-primary {
  border-color: var(--accent-yellow-primary) !important;
}
.\!border-accent-yellow-secondary {
  border-color: var(--accent-yellow-secondary) !important;
}
.\!border-accent-yellow-surfacePrimary {
  border-color: var(--accent-yellow-surfacePrimary) !important;
}
.\!border-accent-yellow-surfaceSecondary {
  border-color: var(--accent-yellow-surfaceSecondary) !important;
}
.\!border-accent-yellow-tertiary {
  border-color: var(--accent-yellow-tertiary) !important;
}
.\!border-amber-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1)) !important;
}
.\!border-amber-100\/0 {
  border-color: rgb(254 243 199 / 0) !important;
}
.\!border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1) !important;
}
.\!border-amber-100\/100 {
  border-color: rgb(254 243 199 / 1) !important;
}
.\!border-amber-100\/15 {
  border-color: rgb(254 243 199 / .15) !important;
}
.\!border-amber-100\/20 {
  border-color: rgb(254 243 199 / 0.2) !important;
}
.\!border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25) !important;
}
.\!border-amber-100\/30 {
  border-color: rgb(254 243 199 / 0.3) !important;
}
.\!border-amber-100\/35 {
  border-color: rgb(254 243 199 / .35) !important;
}
.\!border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4) !important;
}
.\!border-amber-100\/45 {
  border-color: rgb(254 243 199 / 0.45) !important;
}
.\!border-amber-100\/5 {
  border-color: rgb(254 243 199 / 0.05) !important;
}
.\!border-amber-100\/50 {
  border-color: rgb(254 243 199 / 0.5) !important;
}
.\!border-amber-100\/55 {
  border-color: rgb(254 243 199 / 0.55) !important;
}
.\!border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6) !important;
}
.\!border-amber-100\/65 {
  border-color: rgb(254 243 199 / 0.65) !important;
}
.\!border-amber-100\/70 {
  border-color: rgb(254 243 199 / 0.7) !important;
}
.\!border-amber-100\/75 {
  border-color: rgb(254 243 199 / 0.75) !important;
}
.\!border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8) !important;
}
.\!border-amber-100\/85 {
  border-color: rgb(254 243 199 / 0.85) !important;
}
.\!border-amber-100\/90 {
  border-color: rgb(254 243 199 / 0.9) !important;
}
.\!border-amber-100\/95 {
  border-color: rgb(254 243 199 / 0.95) !important;
}
.\!border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1)) !important;
}
.\!border-amber-200\/0 {
  border-color: rgb(253 230 138 / 0) !important;
}
.\!border-amber-200\/10 {
  border-color: rgb(253 230 138 / 0.1) !important;
}
.\!border-amber-200\/100 {
  border-color: rgb(253 230 138 / 1) !important;
}
.\!border-amber-200\/15 {
  border-color: rgb(253 230 138 / .15) !important;
}
.\!border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2) !important;
}
.\!border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25) !important;
}
.\!border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3) !important;
}
.\!border-amber-200\/35 {
  border-color: rgb(253 230 138 / .35) !important;
}
.\!border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4) !important;
}
.\!border-amber-200\/45 {
  border-color: rgb(253 230 138 / 0.45) !important;
}
.\!border-amber-200\/5 {
  border-color: rgb(253 230 138 / 0.05) !important;
}
.\!border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5) !important;
}
.\!border-amber-200\/55 {
  border-color: rgb(253 230 138 / 0.55) !important;
}
.\!border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6) !important;
}
.\!border-amber-200\/65 {
  border-color: rgb(253 230 138 / 0.65) !important;
}
.\!border-amber-200\/70 {
  border-color: rgb(253 230 138 / 0.7) !important;
}
.\!border-amber-200\/75 {
  border-color: rgb(253 230 138 / 0.75) !important;
}
.\!border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8) !important;
}
.\!border-amber-200\/85 {
  border-color: rgb(253 230 138 / 0.85) !important;
}
.\!border-amber-200\/90 {
  border-color: rgb(253 230 138 / 0.9) !important;
}
.\!border-amber-200\/95 {
  border-color: rgb(253 230 138 / 0.95) !important;
}
.\!border-amber-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1)) !important;
}
.\!border-amber-300\/0 {
  border-color: rgb(252 211 77 / 0) !important;
}
.\!border-amber-300\/10 {
  border-color: rgb(252 211 77 / 0.1) !important;
}
.\!border-amber-300\/100 {
  border-color: rgb(252 211 77 / 1) !important;
}
.\!border-amber-300\/15 {
  border-color: rgb(252 211 77 / .15) !important;
}
.\!border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2) !important;
}
.\!border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25) !important;
}
.\!border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3) !important;
}
.\!border-amber-300\/35 {
  border-color: rgb(252 211 77 / .35) !important;
}
.\!border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4) !important;
}
.\!border-amber-300\/45 {
  border-color: rgb(252 211 77 / 0.45) !important;
}
.\!border-amber-300\/5 {
  border-color: rgb(252 211 77 / 0.05) !important;
}
.\!border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5) !important;
}
.\!border-amber-300\/55 {
  border-color: rgb(252 211 77 / 0.55) !important;
}
.\!border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6) !important;
}
.\!border-amber-300\/65 {
  border-color: rgb(252 211 77 / 0.65) !important;
}
.\!border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7) !important;
}
.\!border-amber-300\/75 {
  border-color: rgb(252 211 77 / 0.75) !important;
}
.\!border-amber-300\/80 {
  border-color: rgb(252 211 77 / 0.8) !important;
}
.\!border-amber-300\/85 {
  border-color: rgb(252 211 77 / 0.85) !important;
}
.\!border-amber-300\/90 {
  border-color: rgb(252 211 77 / 0.9) !important;
}
.\!border-amber-300\/95 {
  border-color: rgb(252 211 77 / 0.95) !important;
}
.\!border-amber-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1)) !important;
}
.\!border-amber-400\/0 {
  border-color: rgb(251 191 36 / 0) !important;
}
.\!border-amber-400\/10 {
  border-color: rgb(251 191 36 / 0.1) !important;
}
.\!border-amber-400\/100 {
  border-color: rgb(251 191 36 / 1) !important;
}
.\!border-amber-400\/15 {
  border-color: rgb(251 191 36 / .15) !important;
}
.\!border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2) !important;
}
.\!border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25) !important;
}
.\!border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3) !important;
}
.\!border-amber-400\/35 {
  border-color: rgb(251 191 36 / .35) !important;
}
.\!border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4) !important;
}
.\!border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45) !important;
}
.\!border-amber-400\/5 {
  border-color: rgb(251 191 36 / 0.05) !important;
}
.\!border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5) !important;
}
.\!border-amber-400\/55 {
  border-color: rgb(251 191 36 / 0.55) !important;
}
.\!border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6) !important;
}
.\!border-amber-400\/65 {
  border-color: rgb(251 191 36 / 0.65) !important;
}
.\!border-amber-400\/70 {
  border-color: rgb(251 191 36 / 0.7) !important;
}
.\!border-amber-400\/75 {
  border-color: rgb(251 191 36 / 0.75) !important;
}
.\!border-amber-400\/80 {
  border-color: rgb(251 191 36 / 0.8) !important;
}
.\!border-amber-400\/85 {
  border-color: rgb(251 191 36 / 0.85) !important;
}
.\!border-amber-400\/90 {
  border-color: rgb(251 191 36 / 0.9) !important;
}
.\!border-amber-400\/95 {
  border-color: rgb(251 191 36 / 0.95) !important;
}
.\!border-amber-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1)) !important;
}
.\!border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0) !important;
}
.\!border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1) !important;
}
.\!border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1) !important;
}
.\!border-amber-500\/15 {
  border-color: rgb(245 158 11 / .15) !important;
}
.\!border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2) !important;
}
.\!border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25) !important;
}
.\!border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3) !important;
}
.\!border-amber-500\/35 {
  border-color: rgb(245 158 11 / .35) !important;
}
.\!border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4) !important;
}
.\!border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45) !important;
}
.\!border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05) !important;
}
.\!border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5) !important;
}
.\!border-amber-500\/55 {
  border-color: rgb(245 158 11 / 0.55) !important;
}
.\!border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6) !important;
}
.\!border-amber-500\/65 {
  border-color: rgb(245 158 11 / 0.65) !important;
}
.\!border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7) !important;
}
.\!border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75) !important;
}
.\!border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8) !important;
}
.\!border-amber-500\/85 {
  border-color: rgb(245 158 11 / 0.85) !important;
}
.\!border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9) !important;
}
.\!border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95) !important;
}
.\!border-amber-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1)) !important;
}
.\!border-amber-600\/0 {
  border-color: rgb(217 119 6 / 0) !important;
}
.\!border-amber-600\/10 {
  border-color: rgb(217 119 6 / 0.1) !important;
}
.\!border-amber-600\/100 {
  border-color: rgb(217 119 6 / 1) !important;
}
.\!border-amber-600\/15 {
  border-color: rgb(217 119 6 / .15) !important;
}
.\!border-amber-600\/20 {
  border-color: rgb(217 119 6 / 0.2) !important;
}
.\!border-amber-600\/25 {
  border-color: rgb(217 119 6 / 0.25) !important;
}
.\!border-amber-600\/30 {
  border-color: rgb(217 119 6 / 0.3) !important;
}
.\!border-amber-600\/35 {
  border-color: rgb(217 119 6 / .35) !important;
}
.\!border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4) !important;
}
.\!border-amber-600\/45 {
  border-color: rgb(217 119 6 / 0.45) !important;
}
.\!border-amber-600\/5 {
  border-color: rgb(217 119 6 / 0.05) !important;
}
.\!border-amber-600\/50 {
  border-color: rgb(217 119 6 / 0.5) !important;
}
.\!border-amber-600\/55 {
  border-color: rgb(217 119 6 / 0.55) !important;
}
.\!border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6) !important;
}
.\!border-amber-600\/65 {
  border-color: rgb(217 119 6 / 0.65) !important;
}
.\!border-amber-600\/70 {
  border-color: rgb(217 119 6 / 0.7) !important;
}
.\!border-amber-600\/75 {
  border-color: rgb(217 119 6 / 0.75) !important;
}
.\!border-amber-600\/80 {
  border-color: rgb(217 119 6 / 0.8) !important;
}
.\!border-amber-600\/85 {
  border-color: rgb(217 119 6 / 0.85) !important;
}
.\!border-amber-600\/90 {
  border-color: rgb(217 119 6 / 0.9) !important;
}
.\!border-amber-600\/95 {
  border-color: rgb(217 119 6 / 0.95) !important;
}
.\!border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0) !important;
}
.\!border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1) !important;
}
.\!border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1) !important;
}
.\!border-blue-100\/15 {
  border-color: rgb(219 234 254 / .15) !important;
}
.\!border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2) !important;
}
.\!border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25) !important;
}
.\!border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3) !important;
}
.\!border-blue-100\/35 {
  border-color: rgb(219 234 254 / .35) !important;
}
.\!border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4) !important;
}
.\!border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45) !important;
}
.\!border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05) !important;
}
.\!border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5) !important;
}
.\!border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55) !important;
}
.\!border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6) !important;
}
.\!border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65) !important;
}
.\!border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7) !important;
}
.\!border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75) !important;
}
.\!border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8) !important;
}
.\!border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85) !important;
}
.\!border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9) !important;
}
.\!border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95) !important;
}
.\!border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0) !important;
}
.\!border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1) !important;
}
.\!border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1) !important;
}
.\!border-blue-200\/15 {
  border-color: rgb(191 219 254 / .15) !important;
}
.\!border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2) !important;
}
.\!border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25) !important;
}
.\!border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3) !important;
}
.\!border-blue-200\/35 {
  border-color: rgb(191 219 254 / .35) !important;
}
.\!border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4) !important;
}
.\!border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45) !important;
}
.\!border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05) !important;
}
.\!border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5) !important;
}
.\!border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55) !important;
}
.\!border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6) !important;
}
.\!border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65) !important;
}
.\!border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7) !important;
}
.\!border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75) !important;
}
.\!border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8) !important;
}
.\!border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85) !important;
}
.\!border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9) !important;
}
.\!border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95) !important;
}
.\!border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0) !important;
}
.\!border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1) !important;
}
.\!border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1) !important;
}
.\!border-blue-300\/15 {
  border-color: rgb(147 197 253 / .15) !important;
}
.\!border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2) !important;
}
.\!border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25) !important;
}
.\!border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3) !important;
}
.\!border-blue-300\/35 {
  border-color: rgb(147 197 253 / .35) !important;
}
.\!border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4) !important;
}
.\!border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45) !important;
}
.\!border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05) !important;
}
.\!border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5) !important;
}
.\!border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55) !important;
}
.\!border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6) !important;
}
.\!border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65) !important;
}
.\!border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7) !important;
}
.\!border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75) !important;
}
.\!border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8) !important;
}
.\!border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85) !important;
}
.\!border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9) !important;
}
.\!border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95) !important;
}
.\!border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0) !important;
}
.\!border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1) !important;
}
.\!border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1) !important;
}
.\!border-blue-400\/15 {
  border-color: rgb(96 165 250 / .15) !important;
}
.\!border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2) !important;
}
.\!border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25) !important;
}
.\!border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3) !important;
}
.\!border-blue-400\/35 {
  border-color: rgb(96 165 250 / .35) !important;
}
.\!border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4) !important;
}
.\!border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45) !important;
}
.\!border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05) !important;
}
.\!border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5) !important;
}
.\!border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55) !important;
}
.\!border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6) !important;
}
.\!border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65) !important;
}
.\!border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7) !important;
}
.\!border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75) !important;
}
.\!border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8) !important;
}
.\!border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85) !important;
}
.\!border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9) !important;
}
.\!border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95) !important;
}
.\!border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0) !important;
}
.\!border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1) !important;
}
.\!border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1) !important;
}
.\!border-blue-500\/15 {
  border-color: rgb(59 130 246 / .15) !important;
}
.\!border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2) !important;
}
.\!border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25) !important;
}
.\!border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3) !important;
}
.\!border-blue-500\/35 {
  border-color: rgb(59 130 246 / .35) !important;
}
.\!border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4) !important;
}
.\!border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45) !important;
}
.\!border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05) !important;
}
.\!border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5) !important;
}
.\!border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55) !important;
}
.\!border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6) !important;
}
.\!border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65) !important;
}
.\!border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7) !important;
}
.\!border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75) !important;
}
.\!border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8) !important;
}
.\!border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85) !important;
}
.\!border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9) !important;
}
.\!border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95) !important;
}
.\!border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0) !important;
}
.\!border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1) !important;
}
.\!border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1) !important;
}
.\!border-blue-600\/15 {
  border-color: rgb(37 99 235 / .15) !important;
}
.\!border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2) !important;
}
.\!border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25) !important;
}
.\!border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3) !important;
}
.\!border-blue-600\/35 {
  border-color: rgb(37 99 235 / .35) !important;
}
.\!border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4) !important;
}
.\!border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45) !important;
}
.\!border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05) !important;
}
.\!border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5) !important;
}
.\!border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55) !important;
}
.\!border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6) !important;
}
.\!border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65) !important;
}
.\!border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7) !important;
}
.\!border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75) !important;
}
.\!border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8) !important;
}
.\!border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85) !important;
}
.\!border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9) !important;
}
.\!border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95) !important;
}
.\!border-blueGray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blueGray-100\/0 {
  border-color: rgb(241 245 249 / 0) !important;
}
.\!border-blueGray-100\/10 {
  border-color: rgb(241 245 249 / 0.1) !important;
}
.\!border-blueGray-100\/100 {
  border-color: rgb(241 245 249 / 1) !important;
}
.\!border-blueGray-100\/15 {
  border-color: rgb(241 245 249 / .15) !important;
}
.\!border-blueGray-100\/20 {
  border-color: rgb(241 245 249 / 0.2) !important;
}
.\!border-blueGray-100\/25 {
  border-color: rgb(241 245 249 / 0.25) !important;
}
.\!border-blueGray-100\/30 {
  border-color: rgb(241 245 249 / 0.3) !important;
}
.\!border-blueGray-100\/35 {
  border-color: rgb(241 245 249 / .35) !important;
}
.\!border-blueGray-100\/40 {
  border-color: rgb(241 245 249 / 0.4) !important;
}
.\!border-blueGray-100\/45 {
  border-color: rgb(241 245 249 / 0.45) !important;
}
.\!border-blueGray-100\/5 {
  border-color: rgb(241 245 249 / 0.05) !important;
}
.\!border-blueGray-100\/50 {
  border-color: rgb(241 245 249 / 0.5) !important;
}
.\!border-blueGray-100\/55 {
  border-color: rgb(241 245 249 / 0.55) !important;
}
.\!border-blueGray-100\/60 {
  border-color: rgb(241 245 249 / 0.6) !important;
}
.\!border-blueGray-100\/65 {
  border-color: rgb(241 245 249 / 0.65) !important;
}
.\!border-blueGray-100\/70 {
  border-color: rgb(241 245 249 / 0.7) !important;
}
.\!border-blueGray-100\/75 {
  border-color: rgb(241 245 249 / 0.75) !important;
}
.\!border-blueGray-100\/80 {
  border-color: rgb(241 245 249 / 0.8) !important;
}
.\!border-blueGray-100\/85 {
  border-color: rgb(241 245 249 / 0.85) !important;
}
.\!border-blueGray-100\/90 {
  border-color: rgb(241 245 249 / 0.9) !important;
}
.\!border-blueGray-100\/95 {
  border-color: rgb(241 245 249 / 0.95) !important;
}
.\!border-blueGray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blueGray-200\/0 {
  border-color: rgb(226 232 240 / 0) !important;
}
.\!border-blueGray-200\/10 {
  border-color: rgb(226 232 240 / 0.1) !important;
}
.\!border-blueGray-200\/100 {
  border-color: rgb(226 232 240 / 1) !important;
}
.\!border-blueGray-200\/15 {
  border-color: rgb(226 232 240 / .15) !important;
}
.\!border-blueGray-200\/20 {
  border-color: rgb(226 232 240 / 0.2) !important;
}
.\!border-blueGray-200\/25 {
  border-color: rgb(226 232 240 / 0.25) !important;
}
.\!border-blueGray-200\/30 {
  border-color: rgb(226 232 240 / 0.3) !important;
}
.\!border-blueGray-200\/35 {
  border-color: rgb(226 232 240 / .35) !important;
}
.\!border-blueGray-200\/40 {
  border-color: rgb(226 232 240 / 0.4) !important;
}
.\!border-blueGray-200\/45 {
  border-color: rgb(226 232 240 / 0.45) !important;
}
.\!border-blueGray-200\/5 {
  border-color: rgb(226 232 240 / 0.05) !important;
}
.\!border-blueGray-200\/50 {
  border-color: rgb(226 232 240 / 0.5) !important;
}
.\!border-blueGray-200\/55 {
  border-color: rgb(226 232 240 / 0.55) !important;
}
.\!border-blueGray-200\/60 {
  border-color: rgb(226 232 240 / 0.6) !important;
}
.\!border-blueGray-200\/65 {
  border-color: rgb(226 232 240 / 0.65) !important;
}
.\!border-blueGray-200\/70 {
  border-color: rgb(226 232 240 / 0.7) !important;
}
.\!border-blueGray-200\/75 {
  border-color: rgb(226 232 240 / 0.75) !important;
}
.\!border-blueGray-200\/80 {
  border-color: rgb(226 232 240 / 0.8) !important;
}
.\!border-blueGray-200\/85 {
  border-color: rgb(226 232 240 / 0.85) !important;
}
.\!border-blueGray-200\/90 {
  border-color: rgb(226 232 240 / 0.9) !important;
}
.\!border-blueGray-200\/95 {
  border-color: rgb(226 232 240 / 0.95) !important;
}
.\!border-blueGray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blueGray-400\/0 {
  border-color: rgb(148 163 184 / 0) !important;
}
.\!border-blueGray-400\/10 {
  border-color: rgb(148 163 184 / 0.1) !important;
}
.\!border-blueGray-400\/100 {
  border-color: rgb(148 163 184 / 1) !important;
}
.\!border-blueGray-400\/15 {
  border-color: rgb(148 163 184 / .15) !important;
}
.\!border-blueGray-400\/20 {
  border-color: rgb(148 163 184 / 0.2) !important;
}
.\!border-blueGray-400\/25 {
  border-color: rgb(148 163 184 / 0.25) !important;
}
.\!border-blueGray-400\/30 {
  border-color: rgb(148 163 184 / 0.3) !important;
}
.\!border-blueGray-400\/35 {
  border-color: rgb(148 163 184 / .35) !important;
}
.\!border-blueGray-400\/40 {
  border-color: rgb(148 163 184 / 0.4) !important;
}
.\!border-blueGray-400\/45 {
  border-color: rgb(148 163 184 / 0.45) !important;
}
.\!border-blueGray-400\/5 {
  border-color: rgb(148 163 184 / 0.05) !important;
}
.\!border-blueGray-400\/50 {
  border-color: rgb(148 163 184 / 0.5) !important;
}
.\!border-blueGray-400\/55 {
  border-color: rgb(148 163 184 / 0.55) !important;
}
.\!border-blueGray-400\/60 {
  border-color: rgb(148 163 184 / 0.6) !important;
}
.\!border-blueGray-400\/65 {
  border-color: rgb(148 163 184 / 0.65) !important;
}
.\!border-blueGray-400\/70 {
  border-color: rgb(148 163 184 / 0.7) !important;
}
.\!border-blueGray-400\/75 {
  border-color: rgb(148 163 184 / 0.75) !important;
}
.\!border-blueGray-400\/80 {
  border-color: rgb(148 163 184 / 0.8) !important;
}
.\!border-blueGray-400\/85 {
  border-color: rgb(148 163 184 / 0.85) !important;
}
.\!border-blueGray-400\/90 {
  border-color: rgb(148 163 184 / 0.9) !important;
}
.\!border-blueGray-400\/95 {
  border-color: rgb(148 163 184 / 0.95) !important;
}
.\!border-blueGray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blueGray-500\/0 {
  border-color: rgb(100 116 139 / 0) !important;
}
.\!border-blueGray-500\/10 {
  border-color: rgb(100 116 139 / 0.1) !important;
}
.\!border-blueGray-500\/100 {
  border-color: rgb(100 116 139 / 1) !important;
}
.\!border-blueGray-500\/15 {
  border-color: rgb(100 116 139 / .15) !important;
}
.\!border-blueGray-500\/20 {
  border-color: rgb(100 116 139 / 0.2) !important;
}
.\!border-blueGray-500\/25 {
  border-color: rgb(100 116 139 / 0.25) !important;
}
.\!border-blueGray-500\/30 {
  border-color: rgb(100 116 139 / 0.3) !important;
}
.\!border-blueGray-500\/35 {
  border-color: rgb(100 116 139 / .35) !important;
}
.\!border-blueGray-500\/40 {
  border-color: rgb(100 116 139 / 0.4) !important;
}
.\!border-blueGray-500\/45 {
  border-color: rgb(100 116 139 / 0.45) !important;
}
.\!border-blueGray-500\/5 {
  border-color: rgb(100 116 139 / 0.05) !important;
}
.\!border-blueGray-500\/50 {
  border-color: rgb(100 116 139 / 0.5) !important;
}
.\!border-blueGray-500\/55 {
  border-color: rgb(100 116 139 / 0.55) !important;
}
.\!border-blueGray-500\/60 {
  border-color: rgb(100 116 139 / 0.6) !important;
}
.\!border-blueGray-500\/65 {
  border-color: rgb(100 116 139 / 0.65) !important;
}
.\!border-blueGray-500\/70 {
  border-color: rgb(100 116 139 / 0.7) !important;
}
.\!border-blueGray-500\/75 {
  border-color: rgb(100 116 139 / 0.75) !important;
}
.\!border-blueGray-500\/80 {
  border-color: rgb(100 116 139 / 0.8) !important;
}
.\!border-blueGray-500\/85 {
  border-color: rgb(100 116 139 / 0.85) !important;
}
.\!border-blueGray-500\/90 {
  border-color: rgb(100 116 139 / 0.9) !important;
}
.\!border-blueGray-500\/95 {
  border-color: rgb(100 116 139 / 0.95) !important;
}
.\!border-brown-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 238 229 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brown-100\/0 {
  border-color: rgb(245 238 229 / 0) !important;
}
.\!border-brown-100\/10 {
  border-color: rgb(245 238 229 / 0.1) !important;
}
.\!border-brown-100\/100 {
  border-color: rgb(245 238 229 / 1) !important;
}
.\!border-brown-100\/15 {
  border-color: rgb(245 238 229 / .15) !important;
}
.\!border-brown-100\/20 {
  border-color: rgb(245 238 229 / 0.2) !important;
}
.\!border-brown-100\/25 {
  border-color: rgb(245 238 229 / 0.25) !important;
}
.\!border-brown-100\/30 {
  border-color: rgb(245 238 229 / 0.3) !important;
}
.\!border-brown-100\/35 {
  border-color: rgb(245 238 229 / .35) !important;
}
.\!border-brown-100\/40 {
  border-color: rgb(245 238 229 / 0.4) !important;
}
.\!border-brown-100\/45 {
  border-color: rgb(245 238 229 / 0.45) !important;
}
.\!border-brown-100\/5 {
  border-color: rgb(245 238 229 / 0.05) !important;
}
.\!border-brown-100\/50 {
  border-color: rgb(245 238 229 / 0.5) !important;
}
.\!border-brown-100\/55 {
  border-color: rgb(245 238 229 / 0.55) !important;
}
.\!border-brown-100\/60 {
  border-color: rgb(245 238 229 / 0.6) !important;
}
.\!border-brown-100\/65 {
  border-color: rgb(245 238 229 / 0.65) !important;
}
.\!border-brown-100\/70 {
  border-color: rgb(245 238 229 / 0.7) !important;
}
.\!border-brown-100\/75 {
  border-color: rgb(245 238 229 / 0.75) !important;
}
.\!border-brown-100\/80 {
  border-color: rgb(245 238 229 / 0.8) !important;
}
.\!border-brown-100\/85 {
  border-color: rgb(245 238 229 / 0.85) !important;
}
.\!border-brown-100\/90 {
  border-color: rgb(245 238 229 / 0.9) !important;
}
.\!border-brown-100\/95 {
  border-color: rgb(245 238 229 / 0.95) !important;
}
.\!border-brown-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 220 206 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brown-200\/0 {
  border-color: rgb(231 220 206 / 0) !important;
}
.\!border-brown-200\/10 {
  border-color: rgb(231 220 206 / 0.1) !important;
}
.\!border-brown-200\/100 {
  border-color: rgb(231 220 206 / 1) !important;
}
.\!border-brown-200\/15 {
  border-color: rgb(231 220 206 / .15) !important;
}
.\!border-brown-200\/20 {
  border-color: rgb(231 220 206 / 0.2) !important;
}
.\!border-brown-200\/25 {
  border-color: rgb(231 220 206 / 0.25) !important;
}
.\!border-brown-200\/30 {
  border-color: rgb(231 220 206 / 0.3) !important;
}
.\!border-brown-200\/35 {
  border-color: rgb(231 220 206 / .35) !important;
}
.\!border-brown-200\/40 {
  border-color: rgb(231 220 206 / 0.4) !important;
}
.\!border-brown-200\/45 {
  border-color: rgb(231 220 206 / 0.45) !important;
}
.\!border-brown-200\/5 {
  border-color: rgb(231 220 206 / 0.05) !important;
}
.\!border-brown-200\/50 {
  border-color: rgb(231 220 206 / 0.5) !important;
}
.\!border-brown-200\/55 {
  border-color: rgb(231 220 206 / 0.55) !important;
}
.\!border-brown-200\/60 {
  border-color: rgb(231 220 206 / 0.6) !important;
}
.\!border-brown-200\/65 {
  border-color: rgb(231 220 206 / 0.65) !important;
}
.\!border-brown-200\/70 {
  border-color: rgb(231 220 206 / 0.7) !important;
}
.\!border-brown-200\/75 {
  border-color: rgb(231 220 206 / 0.75) !important;
}
.\!border-brown-200\/80 {
  border-color: rgb(231 220 206 / 0.8) !important;
}
.\!border-brown-200\/85 {
  border-color: rgb(231 220 206 / 0.85) !important;
}
.\!border-brown-200\/90 {
  border-color: rgb(231 220 206 / 0.9) !important;
}
.\!border-brown-200\/95 {
  border-color: rgb(231 220 206 / 0.95) !important;
}
.\!border-brown-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 198 176 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brown-300\/0 {
  border-color: rgb(215 198 176 / 0) !important;
}
.\!border-brown-300\/10 {
  border-color: rgb(215 198 176 / 0.1) !important;
}
.\!border-brown-300\/100 {
  border-color: rgb(215 198 176 / 1) !important;
}
.\!border-brown-300\/15 {
  border-color: rgb(215 198 176 / .15) !important;
}
.\!border-brown-300\/20 {
  border-color: rgb(215 198 176 / 0.2) !important;
}
.\!border-brown-300\/25 {
  border-color: rgb(215 198 176 / 0.25) !important;
}
.\!border-brown-300\/30 {
  border-color: rgb(215 198 176 / 0.3) !important;
}
.\!border-brown-300\/35 {
  border-color: rgb(215 198 176 / .35) !important;
}
.\!border-brown-300\/40 {
  border-color: rgb(215 198 176 / 0.4) !important;
}
.\!border-brown-300\/45 {
  border-color: rgb(215 198 176 / 0.45) !important;
}
.\!border-brown-300\/5 {
  border-color: rgb(215 198 176 / 0.05) !important;
}
.\!border-brown-300\/50 {
  border-color: rgb(215 198 176 / 0.5) !important;
}
.\!border-brown-300\/55 {
  border-color: rgb(215 198 176 / 0.55) !important;
}
.\!border-brown-300\/60 {
  border-color: rgb(215 198 176 / 0.6) !important;
}
.\!border-brown-300\/65 {
  border-color: rgb(215 198 176 / 0.65) !important;
}
.\!border-brown-300\/70 {
  border-color: rgb(215 198 176 / 0.7) !important;
}
.\!border-brown-300\/75 {
  border-color: rgb(215 198 176 / 0.75) !important;
}
.\!border-brown-300\/80 {
  border-color: rgb(215 198 176 / 0.8) !important;
}
.\!border-brown-300\/85 {
  border-color: rgb(215 198 176 / 0.85) !important;
}
.\!border-brown-300\/90 {
  border-color: rgb(215 198 176 / 0.9) !important;
}
.\!border-brown-300\/95 {
  border-color: rgb(215 198 176 / 0.95) !important;
}
.\!border-brown-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 169 138 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brown-400\/0 {
  border-color: rgb(192 169 138 / 0) !important;
}
.\!border-brown-400\/10 {
  border-color: rgb(192 169 138 / 0.1) !important;
}
.\!border-brown-400\/100 {
  border-color: rgb(192 169 138 / 1) !important;
}
.\!border-brown-400\/15 {
  border-color: rgb(192 169 138 / .15) !important;
}
.\!border-brown-400\/20 {
  border-color: rgb(192 169 138 / 0.2) !important;
}
.\!border-brown-400\/25 {
  border-color: rgb(192 169 138 / 0.25) !important;
}
.\!border-brown-400\/30 {
  border-color: rgb(192 169 138 / 0.3) !important;
}
.\!border-brown-400\/35 {
  border-color: rgb(192 169 138 / .35) !important;
}
.\!border-brown-400\/40 {
  border-color: rgb(192 169 138 / 0.4) !important;
}
.\!border-brown-400\/45 {
  border-color: rgb(192 169 138 / 0.45) !important;
}
.\!border-brown-400\/5 {
  border-color: rgb(192 169 138 / 0.05) !important;
}
.\!border-brown-400\/50 {
  border-color: rgb(192 169 138 / 0.5) !important;
}
.\!border-brown-400\/55 {
  border-color: rgb(192 169 138 / 0.55) !important;
}
.\!border-brown-400\/60 {
  border-color: rgb(192 169 138 / 0.6) !important;
}
.\!border-brown-400\/65 {
  border-color: rgb(192 169 138 / 0.65) !important;
}
.\!border-brown-400\/70 {
  border-color: rgb(192 169 138 / 0.7) !important;
}
.\!border-brown-400\/75 {
  border-color: rgb(192 169 138 / 0.75) !important;
}
.\!border-brown-400\/80 {
  border-color: rgb(192 169 138 / 0.8) !important;
}
.\!border-brown-400\/85 {
  border-color: rgb(192 169 138 / 0.85) !important;
}
.\!border-brown-400\/90 {
  border-color: rgb(192 169 138 / 0.9) !important;
}
.\!border-brown-400\/95 {
  border-color: rgb(192 169 138 / 0.95) !important;
}
.\!border-brown-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(170 143 109 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brown-500\/0 {
  border-color: rgb(170 143 109 / 0) !important;
}
.\!border-brown-500\/10 {
  border-color: rgb(170 143 109 / 0.1) !important;
}
.\!border-brown-500\/100 {
  border-color: rgb(170 143 109 / 1) !important;
}
.\!border-brown-500\/15 {
  border-color: rgb(170 143 109 / .15) !important;
}
.\!border-brown-500\/20 {
  border-color: rgb(170 143 109 / 0.2) !important;
}
.\!border-brown-500\/25 {
  border-color: rgb(170 143 109 / 0.25) !important;
}
.\!border-brown-500\/30 {
  border-color: rgb(170 143 109 / 0.3) !important;
}
.\!border-brown-500\/35 {
  border-color: rgb(170 143 109 / .35) !important;
}
.\!border-brown-500\/40 {
  border-color: rgb(170 143 109 / 0.4) !important;
}
.\!border-brown-500\/45 {
  border-color: rgb(170 143 109 / 0.45) !important;
}
.\!border-brown-500\/5 {
  border-color: rgb(170 143 109 / 0.05) !important;
}
.\!border-brown-500\/50 {
  border-color: rgb(170 143 109 / 0.5) !important;
}
.\!border-brown-500\/55 {
  border-color: rgb(170 143 109 / 0.55) !important;
}
.\!border-brown-500\/60 {
  border-color: rgb(170 143 109 / 0.6) !important;
}
.\!border-brown-500\/65 {
  border-color: rgb(170 143 109 / 0.65) !important;
}
.\!border-brown-500\/70 {
  border-color: rgb(170 143 109 / 0.7) !important;
}
.\!border-brown-500\/75 {
  border-color: rgb(170 143 109 / 0.75) !important;
}
.\!border-brown-500\/80 {
  border-color: rgb(170 143 109 / 0.8) !important;
}
.\!border-brown-500\/85 {
  border-color: rgb(170 143 109 / 0.85) !important;
}
.\!border-brown-500\/90 {
  border-color: rgb(170 143 109 / 0.9) !important;
}
.\!border-brown-500\/95 {
  border-color: rgb(170 143 109 / 0.95) !important;
}
.\!border-brown-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 121 85 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brown-600\/0 {
  border-color: rgb(148 121 85 / 0) !important;
}
.\!border-brown-600\/10 {
  border-color: rgb(148 121 85 / 0.1) !important;
}
.\!border-brown-600\/100 {
  border-color: rgb(148 121 85 / 1) !important;
}
.\!border-brown-600\/15 {
  border-color: rgb(148 121 85 / .15) !important;
}
.\!border-brown-600\/20 {
  border-color: rgb(148 121 85 / 0.2) !important;
}
.\!border-brown-600\/25 {
  border-color: rgb(148 121 85 / 0.25) !important;
}
.\!border-brown-600\/30 {
  border-color: rgb(148 121 85 / 0.3) !important;
}
.\!border-brown-600\/35 {
  border-color: rgb(148 121 85 / .35) !important;
}
.\!border-brown-600\/40 {
  border-color: rgb(148 121 85 / 0.4) !important;
}
.\!border-brown-600\/45 {
  border-color: rgb(148 121 85 / 0.45) !important;
}
.\!border-brown-600\/5 {
  border-color: rgb(148 121 85 / 0.05) !important;
}
.\!border-brown-600\/50 {
  border-color: rgb(148 121 85 / 0.5) !important;
}
.\!border-brown-600\/55 {
  border-color: rgb(148 121 85 / 0.55) !important;
}
.\!border-brown-600\/60 {
  border-color: rgb(148 121 85 / 0.6) !important;
}
.\!border-brown-600\/65 {
  border-color: rgb(148 121 85 / 0.65) !important;
}
.\!border-brown-600\/70 {
  border-color: rgb(148 121 85 / 0.7) !important;
}
.\!border-brown-600\/75 {
  border-color: rgb(148 121 85 / 0.75) !important;
}
.\!border-brown-600\/80 {
  border-color: rgb(148 121 85 / 0.8) !important;
}
.\!border-brown-600\/85 {
  border-color: rgb(148 121 85 / 0.85) !important;
}
.\!border-brown-600\/90 {
  border-color: rgb(148 121 85 / 0.9) !important;
}
.\!border-brown-600\/95 {
  border-color: rgb(148 121 85 / 0.95) !important;
}
.\!border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-cyan-100\/0 {
  border-color: rgb(207 250 254 / 0) !important;
}
.\!border-cyan-100\/10 {
  border-color: rgb(207 250 254 / 0.1) !important;
}
.\!border-cyan-100\/100 {
  border-color: rgb(207 250 254 / 1) !important;
}
.\!border-cyan-100\/15 {
  border-color: rgb(207 250 254 / .15) !important;
}
.\!border-cyan-100\/20 {
  border-color: rgb(207 250 254 / 0.2) !important;
}
.\!border-cyan-100\/25 {
  border-color: rgb(207 250 254 / 0.25) !important;
}
.\!border-cyan-100\/30 {
  border-color: rgb(207 250 254 / 0.3) !important;
}
.\!border-cyan-100\/35 {
  border-color: rgb(207 250 254 / .35) !important;
}
.\!border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4) !important;
}
.\!border-cyan-100\/45 {
  border-color: rgb(207 250 254 / 0.45) !important;
}
.\!border-cyan-100\/5 {
  border-color: rgb(207 250 254 / 0.05) !important;
}
.\!border-cyan-100\/50 {
  border-color: rgb(207 250 254 / 0.5) !important;
}
.\!border-cyan-100\/55 {
  border-color: rgb(207 250 254 / 0.55) !important;
}
.\!border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6) !important;
}
.\!border-cyan-100\/65 {
  border-color: rgb(207 250 254 / 0.65) !important;
}
.\!border-cyan-100\/70 {
  border-color: rgb(207 250 254 / 0.7) !important;
}
.\!border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75) !important;
}
.\!border-cyan-100\/80 {
  border-color: rgb(207 250 254 / 0.8) !important;
}
.\!border-cyan-100\/85 {
  border-color: rgb(207 250 254 / 0.85) !important;
}
.\!border-cyan-100\/90 {
  border-color: rgb(207 250 254 / 0.9) !important;
}
.\!border-cyan-100\/95 {
  border-color: rgb(207 250 254 / 0.95) !important;
}
.\!border-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1)) !important;
}
.\!border-cyan-200\/0 {
  border-color: rgb(165 243 252 / 0) !important;
}
.\!border-cyan-200\/10 {
  border-color: rgb(165 243 252 / 0.1) !important;
}
.\!border-cyan-200\/100 {
  border-color: rgb(165 243 252 / 1) !important;
}
.\!border-cyan-200\/15 {
  border-color: rgb(165 243 252 / .15) !important;
}
.\!border-cyan-200\/20 {
  border-color: rgb(165 243 252 / 0.2) !important;
}
.\!border-cyan-200\/25 {
  border-color: rgb(165 243 252 / 0.25) !important;
}
.\!border-cyan-200\/30 {
  border-color: rgb(165 243 252 / 0.3) !important;
}
.\!border-cyan-200\/35 {
  border-color: rgb(165 243 252 / .35) !important;
}
.\!border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4) !important;
}
.\!border-cyan-200\/45 {
  border-color: rgb(165 243 252 / 0.45) !important;
}
.\!border-cyan-200\/5 {
  border-color: rgb(165 243 252 / 0.05) !important;
}
.\!border-cyan-200\/50 {
  border-color: rgb(165 243 252 / 0.5) !important;
}
.\!border-cyan-200\/55 {
  border-color: rgb(165 243 252 / 0.55) !important;
}
.\!border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6) !important;
}
.\!border-cyan-200\/65 {
  border-color: rgb(165 243 252 / 0.65) !important;
}
.\!border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7) !important;
}
.\!border-cyan-200\/75 {
  border-color: rgb(165 243 252 / 0.75) !important;
}
.\!border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8) !important;
}
.\!border-cyan-200\/85 {
  border-color: rgb(165 243 252 / 0.85) !important;
}
.\!border-cyan-200\/90 {
  border-color: rgb(165 243 252 / 0.9) !important;
}
.\!border-cyan-200\/95 {
  border-color: rgb(165 243 252 / 0.95) !important;
}
.\!border-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1)) !important;
}
.\!border-cyan-300\/0 {
  border-color: rgb(103 232 249 / 0) !important;
}
.\!border-cyan-300\/10 {
  border-color: rgb(103 232 249 / 0.1) !important;
}
.\!border-cyan-300\/100 {
  border-color: rgb(103 232 249 / 1) !important;
}
.\!border-cyan-300\/15 {
  border-color: rgb(103 232 249 / .15) !important;
}
.\!border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2) !important;
}
.\!border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25) !important;
}
.\!border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3) !important;
}
.\!border-cyan-300\/35 {
  border-color: rgb(103 232 249 / .35) !important;
}
.\!border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4) !important;
}
.\!border-cyan-300\/45 {
  border-color: rgb(103 232 249 / 0.45) !important;
}
.\!border-cyan-300\/5 {
  border-color: rgb(103 232 249 / 0.05) !important;
}
.\!border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5) !important;
}
.\!border-cyan-300\/55 {
  border-color: rgb(103 232 249 / 0.55) !important;
}
.\!border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6) !important;
}
.\!border-cyan-300\/65 {
  border-color: rgb(103 232 249 / 0.65) !important;
}
.\!border-cyan-300\/70 {
  border-color: rgb(103 232 249 / 0.7) !important;
}
.\!border-cyan-300\/75 {
  border-color: rgb(103 232 249 / 0.75) !important;
}
.\!border-cyan-300\/80 {
  border-color: rgb(103 232 249 / 0.8) !important;
}
.\!border-cyan-300\/85 {
  border-color: rgb(103 232 249 / 0.85) !important;
}
.\!border-cyan-300\/90 {
  border-color: rgb(103 232 249 / 0.9) !important;
}
.\!border-cyan-300\/95 {
  border-color: rgb(103 232 249 / 0.95) !important;
}
.\!border-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1)) !important;
}
.\!border-cyan-400\/0 {
  border-color: rgb(34 211 238 / 0) !important;
}
.\!border-cyan-400\/10 {
  border-color: rgb(34 211 238 / 0.1) !important;
}
.\!border-cyan-400\/100 {
  border-color: rgb(34 211 238 / 1) !important;
}
.\!border-cyan-400\/15 {
  border-color: rgb(34 211 238 / .15) !important;
}
.\!border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2) !important;
}
.\!border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25) !important;
}
.\!border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3) !important;
}
.\!border-cyan-400\/35 {
  border-color: rgb(34 211 238 / .35) !important;
}
.\!border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4) !important;
}
.\!border-cyan-400\/45 {
  border-color: rgb(34 211 238 / 0.45) !important;
}
.\!border-cyan-400\/5 {
  border-color: rgb(34 211 238 / 0.05) !important;
}
.\!border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5) !important;
}
.\!border-cyan-400\/55 {
  border-color: rgb(34 211 238 / 0.55) !important;
}
.\!border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6) !important;
}
.\!border-cyan-400\/65 {
  border-color: rgb(34 211 238 / 0.65) !important;
}
.\!border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7) !important;
}
.\!border-cyan-400\/75 {
  border-color: rgb(34 211 238 / 0.75) !important;
}
.\!border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8) !important;
}
.\!border-cyan-400\/85 {
  border-color: rgb(34 211 238 / 0.85) !important;
}
.\!border-cyan-400\/90 {
  border-color: rgb(34 211 238 / 0.9) !important;
}
.\!border-cyan-400\/95 {
  border-color: rgb(34 211 238 / 0.95) !important;
}
.\!border-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1)) !important;
}
.\!border-cyan-500\/0 {
  border-color: rgb(6 182 212 / 0) !important;
}
.\!border-cyan-500\/10 {
  border-color: rgb(6 182 212 / 0.1) !important;
}
.\!border-cyan-500\/100 {
  border-color: rgb(6 182 212 / 1) !important;
}
.\!border-cyan-500\/15 {
  border-color: rgb(6 182 212 / .15) !important;
}
.\!border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2) !important;
}
.\!border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25) !important;
}
.\!border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3) !important;
}
.\!border-cyan-500\/35 {
  border-color: rgb(6 182 212 / .35) !important;
}
.\!border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4) !important;
}
.\!border-cyan-500\/45 {
  border-color: rgb(6 182 212 / 0.45) !important;
}
.\!border-cyan-500\/5 {
  border-color: rgb(6 182 212 / 0.05) !important;
}
.\!border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5) !important;
}
.\!border-cyan-500\/55 {
  border-color: rgb(6 182 212 / 0.55) !important;
}
.\!border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6) !important;
}
.\!border-cyan-500\/65 {
  border-color: rgb(6 182 212 / 0.65) !important;
}
.\!border-cyan-500\/70 {
  border-color: rgb(6 182 212 / 0.7) !important;
}
.\!border-cyan-500\/75 {
  border-color: rgb(6 182 212 / 0.75) !important;
}
.\!border-cyan-500\/80 {
  border-color: rgb(6 182 212 / 0.8) !important;
}
.\!border-cyan-500\/85 {
  border-color: rgb(6 182 212 / 0.85) !important;
}
.\!border-cyan-500\/90 {
  border-color: rgb(6 182 212 / 0.9) !important;
}
.\!border-cyan-500\/95 {
  border-color: rgb(6 182 212 / 0.95) !important;
}
.\!border-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1)) !important;
}
.\!border-cyan-600\/0 {
  border-color: rgb(8 145 178 / 0) !important;
}
.\!border-cyan-600\/10 {
  border-color: rgb(8 145 178 / 0.1) !important;
}
.\!border-cyan-600\/100 {
  border-color: rgb(8 145 178 / 1) !important;
}
.\!border-cyan-600\/15 {
  border-color: rgb(8 145 178 / .15) !important;
}
.\!border-cyan-600\/20 {
  border-color: rgb(8 145 178 / 0.2) !important;
}
.\!border-cyan-600\/25 {
  border-color: rgb(8 145 178 / 0.25) !important;
}
.\!border-cyan-600\/30 {
  border-color: rgb(8 145 178 / 0.3) !important;
}
.\!border-cyan-600\/35 {
  border-color: rgb(8 145 178 / .35) !important;
}
.\!border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4) !important;
}
.\!border-cyan-600\/45 {
  border-color: rgb(8 145 178 / 0.45) !important;
}
.\!border-cyan-600\/5 {
  border-color: rgb(8 145 178 / 0.05) !important;
}
.\!border-cyan-600\/50 {
  border-color: rgb(8 145 178 / 0.5) !important;
}
.\!border-cyan-600\/55 {
  border-color: rgb(8 145 178 / 0.55) !important;
}
.\!border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6) !important;
}
.\!border-cyan-600\/65 {
  border-color: rgb(8 145 178 / 0.65) !important;
}
.\!border-cyan-600\/70 {
  border-color: rgb(8 145 178 / 0.7) !important;
}
.\!border-cyan-600\/75 {
  border-color: rgb(8 145 178 / 0.75) !important;
}
.\!border-cyan-600\/80 {
  border-color: rgb(8 145 178 / 0.8) !important;
}
.\!border-cyan-600\/85 {
  border-color: rgb(8 145 178 / 0.85) !important;
}
.\!border-cyan-600\/90 {
  border-color: rgb(8 145 178 / 0.9) !important;
}
.\!border-cyan-600\/95 {
  border-color: rgb(8 145 178 / 0.95) !important;
}
.\!border-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1)) !important;
}
.\!border-emerald-100\/0 {
  border-color: rgb(209 250 229 / 0) !important;
}
.\!border-emerald-100\/10 {
  border-color: rgb(209 250 229 / 0.1) !important;
}
.\!border-emerald-100\/100 {
  border-color: rgb(209 250 229 / 1) !important;
}
.\!border-emerald-100\/15 {
  border-color: rgb(209 250 229 / .15) !important;
}
.\!border-emerald-100\/20 {
  border-color: rgb(209 250 229 / 0.2) !important;
}
.\!border-emerald-100\/25 {
  border-color: rgb(209 250 229 / 0.25) !important;
}
.\!border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3) !important;
}
.\!border-emerald-100\/35 {
  border-color: rgb(209 250 229 / .35) !important;
}
.\!border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4) !important;
}
.\!border-emerald-100\/45 {
  border-color: rgb(209 250 229 / 0.45) !important;
}
.\!border-emerald-100\/5 {
  border-color: rgb(209 250 229 / 0.05) !important;
}
.\!border-emerald-100\/50 {
  border-color: rgb(209 250 229 / 0.5) !important;
}
.\!border-emerald-100\/55 {
  border-color: rgb(209 250 229 / 0.55) !important;
}
.\!border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6) !important;
}
.\!border-emerald-100\/65 {
  border-color: rgb(209 250 229 / 0.65) !important;
}
.\!border-emerald-100\/70 {
  border-color: rgb(209 250 229 / 0.7) !important;
}
.\!border-emerald-100\/75 {
  border-color: rgb(209 250 229 / 0.75) !important;
}
.\!border-emerald-100\/80 {
  border-color: rgb(209 250 229 / 0.8) !important;
}
.\!border-emerald-100\/85 {
  border-color: rgb(209 250 229 / 0.85) !important;
}
.\!border-emerald-100\/90 {
  border-color: rgb(209 250 229 / 0.9) !important;
}
.\!border-emerald-100\/95 {
  border-color: rgb(209 250 229 / 0.95) !important;
}
.\!border-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1)) !important;
}
.\!border-emerald-200\/0 {
  border-color: rgb(167 243 208 / 0) !important;
}
.\!border-emerald-200\/10 {
  border-color: rgb(167 243 208 / 0.1) !important;
}
.\!border-emerald-200\/100 {
  border-color: rgb(167 243 208 / 1) !important;
}
.\!border-emerald-200\/15 {
  border-color: rgb(167 243 208 / .15) !important;
}
.\!border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2) !important;
}
.\!border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25) !important;
}
.\!border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3) !important;
}
.\!border-emerald-200\/35 {
  border-color: rgb(167 243 208 / .35) !important;
}
.\!border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4) !important;
}
.\!border-emerald-200\/45 {
  border-color: rgb(167 243 208 / 0.45) !important;
}
.\!border-emerald-200\/5 {
  border-color: rgb(167 243 208 / 0.05) !important;
}
.\!border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5) !important;
}
.\!border-emerald-200\/55 {
  border-color: rgb(167 243 208 / 0.55) !important;
}
.\!border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6) !important;
}
.\!border-emerald-200\/65 {
  border-color: rgb(167 243 208 / 0.65) !important;
}
.\!border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7) !important;
}
.\!border-emerald-200\/75 {
  border-color: rgb(167 243 208 / 0.75) !important;
}
.\!border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8) !important;
}
.\!border-emerald-200\/85 {
  border-color: rgb(167 243 208 / 0.85) !important;
}
.\!border-emerald-200\/90 {
  border-color: rgb(167 243 208 / 0.9) !important;
}
.\!border-emerald-200\/95 {
  border-color: rgb(167 243 208 / 0.95) !important;
}
.\!border-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1)) !important;
}
.\!border-emerald-300\/0 {
  border-color: rgb(110 231 183 / 0) !important;
}
.\!border-emerald-300\/10 {
  border-color: rgb(110 231 183 / 0.1) !important;
}
.\!border-emerald-300\/100 {
  border-color: rgb(110 231 183 / 1) !important;
}
.\!border-emerald-300\/15 {
  border-color: rgb(110 231 183 / .15) !important;
}
.\!border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2) !important;
}
.\!border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25) !important;
}
.\!border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3) !important;
}
.\!border-emerald-300\/35 {
  border-color: rgb(110 231 183 / .35) !important;
}
.\!border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4) !important;
}
.\!border-emerald-300\/45 {
  border-color: rgb(110 231 183 / 0.45) !important;
}
.\!border-emerald-300\/5 {
  border-color: rgb(110 231 183 / 0.05) !important;
}
.\!border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5) !important;
}
.\!border-emerald-300\/55 {
  border-color: rgb(110 231 183 / 0.55) !important;
}
.\!border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6) !important;
}
.\!border-emerald-300\/65 {
  border-color: rgb(110 231 183 / 0.65) !important;
}
.\!border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7) !important;
}
.\!border-emerald-300\/75 {
  border-color: rgb(110 231 183 / 0.75) !important;
}
.\!border-emerald-300\/80 {
  border-color: rgb(110 231 183 / 0.8) !important;
}
.\!border-emerald-300\/85 {
  border-color: rgb(110 231 183 / 0.85) !important;
}
.\!border-emerald-300\/90 {
  border-color: rgb(110 231 183 / 0.9) !important;
}
.\!border-emerald-300\/95 {
  border-color: rgb(110 231 183 / 0.95) !important;
}
.\!border-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1)) !important;
}
.\!border-emerald-400\/0 {
  border-color: rgb(52 211 153 / 0) !important;
}
.\!border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1) !important;
}
.\!border-emerald-400\/100 {
  border-color: rgb(52 211 153 / 1) !important;
}
.\!border-emerald-400\/15 {
  border-color: rgb(52 211 153 / .15) !important;
}
.\!border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2) !important;
}
.\!border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25) !important;
}
.\!border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3) !important;
}
.\!border-emerald-400\/35 {
  border-color: rgb(52 211 153 / .35) !important;
}
.\!border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4) !important;
}
.\!border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45) !important;
}
.\!border-emerald-400\/5 {
  border-color: rgb(52 211 153 / 0.05) !important;
}
.\!border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5) !important;
}
.\!border-emerald-400\/55 {
  border-color: rgb(52 211 153 / 0.55) !important;
}
.\!border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6) !important;
}
.\!border-emerald-400\/65 {
  border-color: rgb(52 211 153 / 0.65) !important;
}
.\!border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7) !important;
}
.\!border-emerald-400\/75 {
  border-color: rgb(52 211 153 / 0.75) !important;
}
.\!border-emerald-400\/80 {
  border-color: rgb(52 211 153 / 0.8) !important;
}
.\!border-emerald-400\/85 {
  border-color: rgb(52 211 153 / 0.85) !important;
}
.\!border-emerald-400\/90 {
  border-color: rgb(52 211 153 / 0.9) !important;
}
.\!border-emerald-400\/95 {
  border-color: rgb(52 211 153 / 0.95) !important;
}
.\!border-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1)) !important;
}
.\!border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0) !important;
}
.\!border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1) !important;
}
.\!border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1) !important;
}
.\!border-emerald-500\/15 {
  border-color: rgb(16 185 129 / .15) !important;
}
.\!border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2) !important;
}
.\!border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25) !important;
}
.\!border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3) !important;
}
.\!border-emerald-500\/35 {
  border-color: rgb(16 185 129 / .35) !important;
}
.\!border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4) !important;
}
.\!border-emerald-500\/45 {
  border-color: rgb(16 185 129 / 0.45) !important;
}
.\!border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05) !important;
}
.\!border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5) !important;
}
.\!border-emerald-500\/55 {
  border-color: rgb(16 185 129 / 0.55) !important;
}
.\!border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6) !important;
}
.\!border-emerald-500\/65 {
  border-color: rgb(16 185 129 / 0.65) !important;
}
.\!border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7) !important;
}
.\!border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75) !important;
}
.\!border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8) !important;
}
.\!border-emerald-500\/85 {
  border-color: rgb(16 185 129 / 0.85) !important;
}
.\!border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9) !important;
}
.\!border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95) !important;
}
.\!border-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1)) !important;
}
.\!border-emerald-600\/0 {
  border-color: rgb(5 150 105 / 0) !important;
}
.\!border-emerald-600\/10 {
  border-color: rgb(5 150 105 / 0.1) !important;
}
.\!border-emerald-600\/100 {
  border-color: rgb(5 150 105 / 1) !important;
}
.\!border-emerald-600\/15 {
  border-color: rgb(5 150 105 / .15) !important;
}
.\!border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2) !important;
}
.\!border-emerald-600\/25 {
  border-color: rgb(5 150 105 / 0.25) !important;
}
.\!border-emerald-600\/30 {
  border-color: rgb(5 150 105 / 0.3) !important;
}
.\!border-emerald-600\/35 {
  border-color: rgb(5 150 105 / .35) !important;
}
.\!border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4) !important;
}
.\!border-emerald-600\/45 {
  border-color: rgb(5 150 105 / 0.45) !important;
}
.\!border-emerald-600\/5 {
  border-color: rgb(5 150 105 / 0.05) !important;
}
.\!border-emerald-600\/50 {
  border-color: rgb(5 150 105 / 0.5) !important;
}
.\!border-emerald-600\/55 {
  border-color: rgb(5 150 105 / 0.55) !important;
}
.\!border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6) !important;
}
.\!border-emerald-600\/65 {
  border-color: rgb(5 150 105 / 0.65) !important;
}
.\!border-emerald-600\/70 {
  border-color: rgb(5 150 105 / 0.7) !important;
}
.\!border-emerald-600\/75 {
  border-color: rgb(5 150 105 / 0.75) !important;
}
.\!border-emerald-600\/80 {
  border-color: rgb(5 150 105 / 0.8) !important;
}
.\!border-emerald-600\/85 {
  border-color: rgb(5 150 105 / 0.85) !important;
}
.\!border-emerald-600\/90 {
  border-color: rgb(5 150 105 / 0.9) !important;
}
.\!border-emerald-600\/95 {
  border-color: rgb(5 150 105 / 0.95) !important;
}
.\!border-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-fuchsia-100\/0 {
  border-color: rgb(250 232 255 / 0) !important;
}
.\!border-fuchsia-100\/10 {
  border-color: rgb(250 232 255 / 0.1) !important;
}
.\!border-fuchsia-100\/100 {
  border-color: rgb(250 232 255 / 1) !important;
}
.\!border-fuchsia-100\/15 {
  border-color: rgb(250 232 255 / .15) !important;
}
.\!border-fuchsia-100\/20 {
  border-color: rgb(250 232 255 / 0.2) !important;
}
.\!border-fuchsia-100\/25 {
  border-color: rgb(250 232 255 / 0.25) !important;
}
.\!border-fuchsia-100\/30 {
  border-color: rgb(250 232 255 / 0.3) !important;
}
.\!border-fuchsia-100\/35 {
  border-color: rgb(250 232 255 / .35) !important;
}
.\!border-fuchsia-100\/40 {
  border-color: rgb(250 232 255 / 0.4) !important;
}
.\!border-fuchsia-100\/45 {
  border-color: rgb(250 232 255 / 0.45) !important;
}
.\!border-fuchsia-100\/5 {
  border-color: rgb(250 232 255 / 0.05) !important;
}
.\!border-fuchsia-100\/50 {
  border-color: rgb(250 232 255 / 0.5) !important;
}
.\!border-fuchsia-100\/55 {
  border-color: rgb(250 232 255 / 0.55) !important;
}
.\!border-fuchsia-100\/60 {
  border-color: rgb(250 232 255 / 0.6) !important;
}
.\!border-fuchsia-100\/65 {
  border-color: rgb(250 232 255 / 0.65) !important;
}
.\!border-fuchsia-100\/70 {
  border-color: rgb(250 232 255 / 0.7) !important;
}
.\!border-fuchsia-100\/75 {
  border-color: rgb(250 232 255 / 0.75) !important;
}
.\!border-fuchsia-100\/80 {
  border-color: rgb(250 232 255 / 0.8) !important;
}
.\!border-fuchsia-100\/85 {
  border-color: rgb(250 232 255 / 0.85) !important;
}
.\!border-fuchsia-100\/90 {
  border-color: rgb(250 232 255 / 0.9) !important;
}
.\!border-fuchsia-100\/95 {
  border-color: rgb(250 232 255 / 0.95) !important;
}
.\!border-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-fuchsia-200\/0 {
  border-color: rgb(245 208 254 / 0) !important;
}
.\!border-fuchsia-200\/10 {
  border-color: rgb(245 208 254 / 0.1) !important;
}
.\!border-fuchsia-200\/100 {
  border-color: rgb(245 208 254 / 1) !important;
}
.\!border-fuchsia-200\/15 {
  border-color: rgb(245 208 254 / .15) !important;
}
.\!border-fuchsia-200\/20 {
  border-color: rgb(245 208 254 / 0.2) !important;
}
.\!border-fuchsia-200\/25 {
  border-color: rgb(245 208 254 / 0.25) !important;
}
.\!border-fuchsia-200\/30 {
  border-color: rgb(245 208 254 / 0.3) !important;
}
.\!border-fuchsia-200\/35 {
  border-color: rgb(245 208 254 / .35) !important;
}
.\!border-fuchsia-200\/40 {
  border-color: rgb(245 208 254 / 0.4) !important;
}
.\!border-fuchsia-200\/45 {
  border-color: rgb(245 208 254 / 0.45) !important;
}
.\!border-fuchsia-200\/5 {
  border-color: rgb(245 208 254 / 0.05) !important;
}
.\!border-fuchsia-200\/50 {
  border-color: rgb(245 208 254 / 0.5) !important;
}
.\!border-fuchsia-200\/55 {
  border-color: rgb(245 208 254 / 0.55) !important;
}
.\!border-fuchsia-200\/60 {
  border-color: rgb(245 208 254 / 0.6) !important;
}
.\!border-fuchsia-200\/65 {
  border-color: rgb(245 208 254 / 0.65) !important;
}
.\!border-fuchsia-200\/70 {
  border-color: rgb(245 208 254 / 0.7) !important;
}
.\!border-fuchsia-200\/75 {
  border-color: rgb(245 208 254 / 0.75) !important;
}
.\!border-fuchsia-200\/80 {
  border-color: rgb(245 208 254 / 0.8) !important;
}
.\!border-fuchsia-200\/85 {
  border-color: rgb(245 208 254 / 0.85) !important;
}
.\!border-fuchsia-200\/90 {
  border-color: rgb(245 208 254 / 0.9) !important;
}
.\!border-fuchsia-200\/95 {
  border-color: rgb(245 208 254 / 0.95) !important;
}
.\!border-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1)) !important;
}
.\!border-fuchsia-300\/0 {
  border-color: rgb(240 171 252 / 0) !important;
}
.\!border-fuchsia-300\/10 {
  border-color: rgb(240 171 252 / 0.1) !important;
}
.\!border-fuchsia-300\/100 {
  border-color: rgb(240 171 252 / 1) !important;
}
.\!border-fuchsia-300\/15 {
  border-color: rgb(240 171 252 / .15) !important;
}
.\!border-fuchsia-300\/20 {
  border-color: rgb(240 171 252 / 0.2) !important;
}
.\!border-fuchsia-300\/25 {
  border-color: rgb(240 171 252 / 0.25) !important;
}
.\!border-fuchsia-300\/30 {
  border-color: rgb(240 171 252 / 0.3) !important;
}
.\!border-fuchsia-300\/35 {
  border-color: rgb(240 171 252 / .35) !important;
}
.\!border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4) !important;
}
.\!border-fuchsia-300\/45 {
  border-color: rgb(240 171 252 / 0.45) !important;
}
.\!border-fuchsia-300\/5 {
  border-color: rgb(240 171 252 / 0.05) !important;
}
.\!border-fuchsia-300\/50 {
  border-color: rgb(240 171 252 / 0.5) !important;
}
.\!border-fuchsia-300\/55 {
  border-color: rgb(240 171 252 / 0.55) !important;
}
.\!border-fuchsia-300\/60 {
  border-color: rgb(240 171 252 / 0.6) !important;
}
.\!border-fuchsia-300\/65 {
  border-color: rgb(240 171 252 / 0.65) !important;
}
.\!border-fuchsia-300\/70 {
  border-color: rgb(240 171 252 / 0.7) !important;
}
.\!border-fuchsia-300\/75 {
  border-color: rgb(240 171 252 / 0.75) !important;
}
.\!border-fuchsia-300\/80 {
  border-color: rgb(240 171 252 / 0.8) !important;
}
.\!border-fuchsia-300\/85 {
  border-color: rgb(240 171 252 / 0.85) !important;
}
.\!border-fuchsia-300\/90 {
  border-color: rgb(240 171 252 / 0.9) !important;
}
.\!border-fuchsia-300\/95 {
  border-color: rgb(240 171 252 / 0.95) !important;
}
.\!border-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1)) !important;
}
.\!border-fuchsia-400\/0 {
  border-color: rgb(232 121 249 / 0) !important;
}
.\!border-fuchsia-400\/10 {
  border-color: rgb(232 121 249 / 0.1) !important;
}
.\!border-fuchsia-400\/100 {
  border-color: rgb(232 121 249 / 1) !important;
}
.\!border-fuchsia-400\/15 {
  border-color: rgb(232 121 249 / .15) !important;
}
.\!border-fuchsia-400\/20 {
  border-color: rgb(232 121 249 / 0.2) !important;
}
.\!border-fuchsia-400\/25 {
  border-color: rgb(232 121 249 / 0.25) !important;
}
.\!border-fuchsia-400\/30 {
  border-color: rgb(232 121 249 / 0.3) !important;
}
.\!border-fuchsia-400\/35 {
  border-color: rgb(232 121 249 / .35) !important;
}
.\!border-fuchsia-400\/40 {
  border-color: rgb(232 121 249 / 0.4) !important;
}
.\!border-fuchsia-400\/45 {
  border-color: rgb(232 121 249 / 0.45) !important;
}
.\!border-fuchsia-400\/5 {
  border-color: rgb(232 121 249 / 0.05) !important;
}
.\!border-fuchsia-400\/50 {
  border-color: rgb(232 121 249 / 0.5) !important;
}
.\!border-fuchsia-400\/55 {
  border-color: rgb(232 121 249 / 0.55) !important;
}
.\!border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6) !important;
}
.\!border-fuchsia-400\/65 {
  border-color: rgb(232 121 249 / 0.65) !important;
}
.\!border-fuchsia-400\/70 {
  border-color: rgb(232 121 249 / 0.7) !important;
}
.\!border-fuchsia-400\/75 {
  border-color: rgb(232 121 249 / 0.75) !important;
}
.\!border-fuchsia-400\/80 {
  border-color: rgb(232 121 249 / 0.8) !important;
}
.\!border-fuchsia-400\/85 {
  border-color: rgb(232 121 249 / 0.85) !important;
}
.\!border-fuchsia-400\/90 {
  border-color: rgb(232 121 249 / 0.9) !important;
}
.\!border-fuchsia-400\/95 {
  border-color: rgb(232 121 249 / 0.95) !important;
}
.\!border-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1)) !important;
}
.\!border-fuchsia-500\/0 {
  border-color: rgb(217 70 239 / 0) !important;
}
.\!border-fuchsia-500\/10 {
  border-color: rgb(217 70 239 / 0.1) !important;
}
.\!border-fuchsia-500\/100 {
  border-color: rgb(217 70 239 / 1) !important;
}
.\!border-fuchsia-500\/15 {
  border-color: rgb(217 70 239 / .15) !important;
}
.\!border-fuchsia-500\/20 {
  border-color: rgb(217 70 239 / 0.2) !important;
}
.\!border-fuchsia-500\/25 {
  border-color: rgb(217 70 239 / 0.25) !important;
}
.\!border-fuchsia-500\/30 {
  border-color: rgb(217 70 239 / 0.3) !important;
}
.\!border-fuchsia-500\/35 {
  border-color: rgb(217 70 239 / .35) !important;
}
.\!border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4) !important;
}
.\!border-fuchsia-500\/45 {
  border-color: rgb(217 70 239 / 0.45) !important;
}
.\!border-fuchsia-500\/5 {
  border-color: rgb(217 70 239 / 0.05) !important;
}
.\!border-fuchsia-500\/50 {
  border-color: rgb(217 70 239 / 0.5) !important;
}
.\!border-fuchsia-500\/55 {
  border-color: rgb(217 70 239 / 0.55) !important;
}
.\!border-fuchsia-500\/60 {
  border-color: rgb(217 70 239 / 0.6) !important;
}
.\!border-fuchsia-500\/65 {
  border-color: rgb(217 70 239 / 0.65) !important;
}
.\!border-fuchsia-500\/70 {
  border-color: rgb(217 70 239 / 0.7) !important;
}
.\!border-fuchsia-500\/75 {
  border-color: rgb(217 70 239 / 0.75) !important;
}
.\!border-fuchsia-500\/80 {
  border-color: rgb(217 70 239 / 0.8) !important;
}
.\!border-fuchsia-500\/85 {
  border-color: rgb(217 70 239 / 0.85) !important;
}
.\!border-fuchsia-500\/90 {
  border-color: rgb(217 70 239 / 0.9) !important;
}
.\!border-fuchsia-500\/95 {
  border-color: rgb(217 70 239 / 0.95) !important;
}
.\!border-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1)) !important;
}
.\!border-fuchsia-600\/0 {
  border-color: rgb(192 38 211 / 0) !important;
}
.\!border-fuchsia-600\/10 {
  border-color: rgb(192 38 211 / 0.1) !important;
}
.\!border-fuchsia-600\/100 {
  border-color: rgb(192 38 211 / 1) !important;
}
.\!border-fuchsia-600\/15 {
  border-color: rgb(192 38 211 / .15) !important;
}
.\!border-fuchsia-600\/20 {
  border-color: rgb(192 38 211 / 0.2) !important;
}
.\!border-fuchsia-600\/25 {
  border-color: rgb(192 38 211 / 0.25) !important;
}
.\!border-fuchsia-600\/30 {
  border-color: rgb(192 38 211 / 0.3) !important;
}
.\!border-fuchsia-600\/35 {
  border-color: rgb(192 38 211 / .35) !important;
}
.\!border-fuchsia-600\/40 {
  border-color: rgb(192 38 211 / 0.4) !important;
}
.\!border-fuchsia-600\/45 {
  border-color: rgb(192 38 211 / 0.45) !important;
}
.\!border-fuchsia-600\/5 {
  border-color: rgb(192 38 211 / 0.05) !important;
}
.\!border-fuchsia-600\/50 {
  border-color: rgb(192 38 211 / 0.5) !important;
}
.\!border-fuchsia-600\/55 {
  border-color: rgb(192 38 211 / 0.55) !important;
}
.\!border-fuchsia-600\/60 {
  border-color: rgb(192 38 211 / 0.6) !important;
}
.\!border-fuchsia-600\/65 {
  border-color: rgb(192 38 211 / 0.65) !important;
}
.\!border-fuchsia-600\/70 {
  border-color: rgb(192 38 211 / 0.7) !important;
}
.\!border-fuchsia-600\/75 {
  border-color: rgb(192 38 211 / 0.75) !important;
}
.\!border-fuchsia-600\/80 {
  border-color: rgb(192 38 211 / 0.8) !important;
}
.\!border-fuchsia-600\/85 {
  border-color: rgb(192 38 211 / 0.85) !important;
}
.\!border-fuchsia-600\/90 {
  border-color: rgb(192 38 211 / 0.9) !important;
}
.\!border-fuchsia-600\/95 {
  border-color: rgb(192 38 211 / 0.95) !important;
}
.\!border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0) !important;
}
.\!border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1) !important;
}
.\!border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1) !important;
}
.\!border-gray-100\/15 {
  border-color: rgb(243 244 246 / .15) !important;
}
.\!border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2) !important;
}
.\!border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25) !important;
}
.\!border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3) !important;
}
.\!border-gray-100\/35 {
  border-color: rgb(243 244 246 / .35) !important;
}
.\!border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4) !important;
}
.\!border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45) !important;
}
.\!border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05) !important;
}
.\!border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5) !important;
}
.\!border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55) !important;
}
.\!border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6) !important;
}
.\!border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65) !important;
}
.\!border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7) !important;
}
.\!border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75) !important;
}
.\!border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8) !important;
}
.\!border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85) !important;
}
.\!border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9) !important;
}
.\!border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95) !important;
}
.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0) !important;
}
.\!border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1) !important;
}
.\!border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1) !important;
}
.\!border-gray-200\/15 {
  border-color: rgb(229 231 235 / .15) !important;
}
.\!border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2) !important;
}
.\!border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25) !important;
}
.\!border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3) !important;
}
.\!border-gray-200\/35 {
  border-color: rgb(229 231 235 / .35) !important;
}
.\!border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4) !important;
}
.\!border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45) !important;
}
.\!border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05) !important;
}
.\!border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5) !important;
}
.\!border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55) !important;
}
.\!border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6) !important;
}
.\!border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65) !important;
}
.\!border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7) !important;
}
.\!border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75) !important;
}
.\!border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8) !important;
}
.\!border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85) !important;
}
.\!border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9) !important;
}
.\!border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95) !important;
}
.\!border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0) !important;
}
.\!border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1) !important;
}
.\!border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1) !important;
}
.\!border-gray-300\/15 {
  border-color: rgb(209 213 219 / .15) !important;
}
.\!border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2) !important;
}
.\!border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25) !important;
}
.\!border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3) !important;
}
.\!border-gray-300\/35 {
  border-color: rgb(209 213 219 / .35) !important;
}
.\!border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4) !important;
}
.\!border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45) !important;
}
.\!border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05) !important;
}
.\!border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5) !important;
}
.\!border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55) !important;
}
.\!border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6) !important;
}
.\!border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65) !important;
}
.\!border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7) !important;
}
.\!border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75) !important;
}
.\!border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8) !important;
}
.\!border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85) !important;
}
.\!border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9) !important;
}
.\!border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95) !important;
}
.\!border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0) !important;
}
.\!border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1) !important;
}
.\!border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1) !important;
}
.\!border-gray-400\/15 {
  border-color: rgb(156 163 175 / .15) !important;
}
.\!border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2) !important;
}
.\!border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25) !important;
}
.\!border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3) !important;
}
.\!border-gray-400\/35 {
  border-color: rgb(156 163 175 / .35) !important;
}
.\!border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4) !important;
}
.\!border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45) !important;
}
.\!border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05) !important;
}
.\!border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5) !important;
}
.\!border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55) !important;
}
.\!border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6) !important;
}
.\!border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65) !important;
}
.\!border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7) !important;
}
.\!border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75) !important;
}
.\!border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8) !important;
}
.\!border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85) !important;
}
.\!border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9) !important;
}
.\!border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95) !important;
}
.\!border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0) !important;
}
.\!border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1) !important;
}
.\!border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1) !important;
}
.\!border-gray-500\/15 {
  border-color: rgb(107 114 128 / .15) !important;
}
.\!border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2) !important;
}
.\!border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25) !important;
}
.\!border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3) !important;
}
.\!border-gray-500\/35 {
  border-color: rgb(107 114 128 / .35) !important;
}
.\!border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4) !important;
}
.\!border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45) !important;
}
.\!border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05) !important;
}
.\!border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5) !important;
}
.\!border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55) !important;
}
.\!border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6) !important;
}
.\!border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65) !important;
}
.\!border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7) !important;
}
.\!border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75) !important;
}
.\!border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8) !important;
}
.\!border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85) !important;
}
.\!border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9) !important;
}
.\!border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95) !important;
}
.\!border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
}
.\!border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0) !important;
}
.\!border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1) !important;
}
.\!border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1) !important;
}
.\!border-gray-600\/15 {
  border-color: rgb(75 85 99 / .15) !important;
}
.\!border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2) !important;
}
.\!border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25) !important;
}
.\!border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3) !important;
}
.\!border-gray-600\/35 {
  border-color: rgb(75 85 99 / .35) !important;
}
.\!border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4) !important;
}
.\!border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45) !important;
}
.\!border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05) !important;
}
.\!border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5) !important;
}
.\!border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55) !important;
}
.\!border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6) !important;
}
.\!border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65) !important;
}
.\!border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7) !important;
}
.\!border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75) !important;
}
.\!border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8) !important;
}
.\!border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85) !important;
}
.\!border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9) !important;
}
.\!border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95) !important;
}
.\!border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1)) !important;
}
.\!border-green-100\/0 {
  border-color: rgb(220 252 231 / 0) !important;
}
.\!border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1) !important;
}
.\!border-green-100\/100 {
  border-color: rgb(220 252 231 / 1) !important;
}
.\!border-green-100\/15 {
  border-color: rgb(220 252 231 / .15) !important;
}
.\!border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2) !important;
}
.\!border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25) !important;
}
.\!border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3) !important;
}
.\!border-green-100\/35 {
  border-color: rgb(220 252 231 / .35) !important;
}
.\!border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4) !important;
}
.\!border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45) !important;
}
.\!border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05) !important;
}
.\!border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5) !important;
}
.\!border-green-100\/55 {
  border-color: rgb(220 252 231 / 0.55) !important;
}
.\!border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6) !important;
}
.\!border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65) !important;
}
.\!border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7) !important;
}
.\!border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75) !important;
}
.\!border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8) !important;
}
.\!border-green-100\/85 {
  border-color: rgb(220 252 231 / 0.85) !important;
}
.\!border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9) !important;
}
.\!border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95) !important;
}
.\!border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)) !important;
}
.\!border-green-200\/0 {
  border-color: rgb(187 247 208 / 0) !important;
}
.\!border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1) !important;
}
.\!border-green-200\/100 {
  border-color: rgb(187 247 208 / 1) !important;
}
.\!border-green-200\/15 {
  border-color: rgb(187 247 208 / .15) !important;
}
.\!border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2) !important;
}
.\!border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25) !important;
}
.\!border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3) !important;
}
.\!border-green-200\/35 {
  border-color: rgb(187 247 208 / .35) !important;
}
.\!border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4) !important;
}
.\!border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45) !important;
}
.\!border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05) !important;
}
.\!border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5) !important;
}
.\!border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55) !important;
}
.\!border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6) !important;
}
.\!border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65) !important;
}
.\!border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7) !important;
}
.\!border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75) !important;
}
.\!border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8) !important;
}
.\!border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85) !important;
}
.\!border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9) !important;
}
.\!border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95) !important;
}
.\!border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1)) !important;
}
.\!border-green-300\/0 {
  border-color: rgb(134 239 172 / 0) !important;
}
.\!border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1) !important;
}
.\!border-green-300\/100 {
  border-color: rgb(134 239 172 / 1) !important;
}
.\!border-green-300\/15 {
  border-color: rgb(134 239 172 / .15) !important;
}
.\!border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2) !important;
}
.\!border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25) !important;
}
.\!border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3) !important;
}
.\!border-green-300\/35 {
  border-color: rgb(134 239 172 / .35) !important;
}
.\!border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4) !important;
}
.\!border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45) !important;
}
.\!border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05) !important;
}
.\!border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5) !important;
}
.\!border-green-300\/55 {
  border-color: rgb(134 239 172 / 0.55) !important;
}
.\!border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6) !important;
}
.\!border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65) !important;
}
.\!border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7) !important;
}
.\!border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75) !important;
}
.\!border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8) !important;
}
.\!border-green-300\/85 {
  border-color: rgb(134 239 172 / 0.85) !important;
}
.\!border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9) !important;
}
.\!border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95) !important;
}
.\!border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}
.\!border-green-400\/0 {
  border-color: rgb(74 222 128 / 0) !important;
}
.\!border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1) !important;
}
.\!border-green-400\/100 {
  border-color: rgb(74 222 128 / 1) !important;
}
.\!border-green-400\/15 {
  border-color: rgb(74 222 128 / .15) !important;
}
.\!border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2) !important;
}
.\!border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25) !important;
}
.\!border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3) !important;
}
.\!border-green-400\/35 {
  border-color: rgb(74 222 128 / .35) !important;
}
.\!border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4) !important;
}
.\!border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45) !important;
}
.\!border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05) !important;
}
.\!border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5) !important;
}
.\!border-green-400\/55 {
  border-color: rgb(74 222 128 / 0.55) !important;
}
.\!border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6) !important;
}
.\!border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65) !important;
}
.\!border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7) !important;
}
.\!border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75) !important;
}
.\!border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8) !important;
}
.\!border-green-400\/85 {
  border-color: rgb(74 222 128 / 0.85) !important;
}
.\!border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9) !important;
}
.\!border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95) !important;
}
.\!border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}
.\!border-green-500\/0 {
  border-color: rgb(34 197 94 / 0) !important;
}
.\!border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1) !important;
}
.\!border-green-500\/100 {
  border-color: rgb(34 197 94 / 1) !important;
}
.\!border-green-500\/15 {
  border-color: rgb(34 197 94 / .15) !important;
}
.\!border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2) !important;
}
.\!border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25) !important;
}
.\!border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3) !important;
}
.\!border-green-500\/35 {
  border-color: rgb(34 197 94 / .35) !important;
}
.\!border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4) !important;
}
.\!border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45) !important;
}
.\!border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05) !important;
}
.\!border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5) !important;
}
.\!border-green-500\/55 {
  border-color: rgb(34 197 94 / 0.55) !important;
}
.\!border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6) !important;
}
.\!border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65) !important;
}
.\!border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7) !important;
}
.\!border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75) !important;
}
.\!border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8) !important;
}
.\!border-green-500\/85 {
  border-color: rgb(34 197 94 / 0.85) !important;
}
.\!border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9) !important;
}
.\!border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95) !important;
}
.\!border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1)) !important;
}
.\!border-green-600\/0 {
  border-color: rgb(22 163 74 / 0) !important;
}
.\!border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1) !important;
}
.\!border-green-600\/100 {
  border-color: rgb(22 163 74 / 1) !important;
}
.\!border-green-600\/15 {
  border-color: rgb(22 163 74 / .15) !important;
}
.\!border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2) !important;
}
.\!border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25) !important;
}
.\!border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3) !important;
}
.\!border-green-600\/35 {
  border-color: rgb(22 163 74 / .35) !important;
}
.\!border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4) !important;
}
.\!border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45) !important;
}
.\!border-green-600\/5 {
  border-color: rgb(22 163 74 / 0.05) !important;
}
.\!border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5) !important;
}
.\!border-green-600\/55 {
  border-color: rgb(22 163 74 / 0.55) !important;
}
.\!border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6) !important;
}
.\!border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65) !important;
}
.\!border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7) !important;
}
.\!border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75) !important;
}
.\!border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8) !important;
}
.\!border-green-600\/85 {
  border-color: rgb(22 163 74 / 0.85) !important;
}
.\!border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9) !important;
}
.\!border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95) !important;
}
.\!border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-indigo-100\/0 {
  border-color: rgb(224 231 255 / 0) !important;
}
.\!border-indigo-100\/10 {
  border-color: rgb(224 231 255 / 0.1) !important;
}
.\!border-indigo-100\/100 {
  border-color: rgb(224 231 255 / 1) !important;
}
.\!border-indigo-100\/15 {
  border-color: rgb(224 231 255 / .15) !important;
}
.\!border-indigo-100\/20 {
  border-color: rgb(224 231 255 / 0.2) !important;
}
.\!border-indigo-100\/25 {
  border-color: rgb(224 231 255 / 0.25) !important;
}
.\!border-indigo-100\/30 {
  border-color: rgb(224 231 255 / 0.3) !important;
}
.\!border-indigo-100\/35 {
  border-color: rgb(224 231 255 / .35) !important;
}
.\!border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4) !important;
}
.\!border-indigo-100\/45 {
  border-color: rgb(224 231 255 / 0.45) !important;
}
.\!border-indigo-100\/5 {
  border-color: rgb(224 231 255 / 0.05) !important;
}
.\!border-indigo-100\/50 {
  border-color: rgb(224 231 255 / 0.5) !important;
}
.\!border-indigo-100\/55 {
  border-color: rgb(224 231 255 / 0.55) !important;
}
.\!border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6) !important;
}
.\!border-indigo-100\/65 {
  border-color: rgb(224 231 255 / 0.65) !important;
}
.\!border-indigo-100\/70 {
  border-color: rgb(224 231 255 / 0.7) !important;
}
.\!border-indigo-100\/75 {
  border-color: rgb(224 231 255 / 0.75) !important;
}
.\!border-indigo-100\/80 {
  border-color: rgb(224 231 255 / 0.8) !important;
}
.\!border-indigo-100\/85 {
  border-color: rgb(224 231 255 / 0.85) !important;
}
.\!border-indigo-100\/90 {
  border-color: rgb(224 231 255 / 0.9) !important;
}
.\!border-indigo-100\/95 {
  border-color: rgb(224 231 255 / 0.95) !important;
}
.\!border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-indigo-200\/0 {
  border-color: rgb(199 210 254 / 0) !important;
}
.\!border-indigo-200\/10 {
  border-color: rgb(199 210 254 / 0.1) !important;
}
.\!border-indigo-200\/100 {
  border-color: rgb(199 210 254 / 1) !important;
}
.\!border-indigo-200\/15 {
  border-color: rgb(199 210 254 / .15) !important;
}
.\!border-indigo-200\/20 {
  border-color: rgb(199 210 254 / 0.2) !important;
}
.\!border-indigo-200\/25 {
  border-color: rgb(199 210 254 / 0.25) !important;
}
.\!border-indigo-200\/30 {
  border-color: rgb(199 210 254 / 0.3) !important;
}
.\!border-indigo-200\/35 {
  border-color: rgb(199 210 254 / .35) !important;
}
.\!border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4) !important;
}
.\!border-indigo-200\/45 {
  border-color: rgb(199 210 254 / 0.45) !important;
}
.\!border-indigo-200\/5 {
  border-color: rgb(199 210 254 / 0.05) !important;
}
.\!border-indigo-200\/50 {
  border-color: rgb(199 210 254 / 0.5) !important;
}
.\!border-indigo-200\/55 {
  border-color: rgb(199 210 254 / 0.55) !important;
}
.\!border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6) !important;
}
.\!border-indigo-200\/65 {
  border-color: rgb(199 210 254 / 0.65) !important;
}
.\!border-indigo-200\/70 {
  border-color: rgb(199 210 254 / 0.7) !important;
}
.\!border-indigo-200\/75 {
  border-color: rgb(199 210 254 / 0.75) !important;
}
.\!border-indigo-200\/80 {
  border-color: rgb(199 210 254 / 0.8) !important;
}
.\!border-indigo-200\/85 {
  border-color: rgb(199 210 254 / 0.85) !important;
}
.\!border-indigo-200\/90 {
  border-color: rgb(199 210 254 / 0.9) !important;
}
.\!border-indigo-200\/95 {
  border-color: rgb(199 210 254 / 0.95) !important;
}
.\!border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1)) !important;
}
.\!border-indigo-300\/0 {
  border-color: rgb(165 180 252 / 0) !important;
}
.\!border-indigo-300\/10 {
  border-color: rgb(165 180 252 / 0.1) !important;
}
.\!border-indigo-300\/100 {
  border-color: rgb(165 180 252 / 1) !important;
}
.\!border-indigo-300\/15 {
  border-color: rgb(165 180 252 / .15) !important;
}
.\!border-indigo-300\/20 {
  border-color: rgb(165 180 252 / 0.2) !important;
}
.\!border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25) !important;
}
.\!border-indigo-300\/30 {
  border-color: rgb(165 180 252 / 0.3) !important;
}
.\!border-indigo-300\/35 {
  border-color: rgb(165 180 252 / .35) !important;
}
.\!border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4) !important;
}
.\!border-indigo-300\/45 {
  border-color: rgb(165 180 252 / 0.45) !important;
}
.\!border-indigo-300\/5 {
  border-color: rgb(165 180 252 / 0.05) !important;
}
.\!border-indigo-300\/50 {
  border-color: rgb(165 180 252 / 0.5) !important;
}
.\!border-indigo-300\/55 {
  border-color: rgb(165 180 252 / 0.55) !important;
}
.\!border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6) !important;
}
.\!border-indigo-300\/65 {
  border-color: rgb(165 180 252 / 0.65) !important;
}
.\!border-indigo-300\/70 {
  border-color: rgb(165 180 252 / 0.7) !important;
}
.\!border-indigo-300\/75 {
  border-color: rgb(165 180 252 / 0.75) !important;
}
.\!border-indigo-300\/80 {
  border-color: rgb(165 180 252 / 0.8) !important;
}
.\!border-indigo-300\/85 {
  border-color: rgb(165 180 252 / 0.85) !important;
}
.\!border-indigo-300\/90 {
  border-color: rgb(165 180 252 / 0.9) !important;
}
.\!border-indigo-300\/95 {
  border-color: rgb(165 180 252 / 0.95) !important;
}
.\!border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1)) !important;
}
.\!border-indigo-400\/0 {
  border-color: rgb(129 140 248 / 0) !important;
}
.\!border-indigo-400\/10 {
  border-color: rgb(129 140 248 / 0.1) !important;
}
.\!border-indigo-400\/100 {
  border-color: rgb(129 140 248 / 1) !important;
}
.\!border-indigo-400\/15 {
  border-color: rgb(129 140 248 / .15) !important;
}
.\!border-indigo-400\/20 {
  border-color: rgb(129 140 248 / 0.2) !important;
}
.\!border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25) !important;
}
.\!border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3) !important;
}
.\!border-indigo-400\/35 {
  border-color: rgb(129 140 248 / .35) !important;
}
.\!border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4) !important;
}
.\!border-indigo-400\/45 {
  border-color: rgb(129 140 248 / 0.45) !important;
}
.\!border-indigo-400\/5 {
  border-color: rgb(129 140 248 / 0.05) !important;
}
.\!border-indigo-400\/50 {
  border-color: rgb(129 140 248 / 0.5) !important;
}
.\!border-indigo-400\/55 {
  border-color: rgb(129 140 248 / 0.55) !important;
}
.\!border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6) !important;
}
.\!border-indigo-400\/65 {
  border-color: rgb(129 140 248 / 0.65) !important;
}
.\!border-indigo-400\/70 {
  border-color: rgb(129 140 248 / 0.7) !important;
}
.\!border-indigo-400\/75 {
  border-color: rgb(129 140 248 / 0.75) !important;
}
.\!border-indigo-400\/80 {
  border-color: rgb(129 140 248 / 0.8) !important;
}
.\!border-indigo-400\/85 {
  border-color: rgb(129 140 248 / 0.85) !important;
}
.\!border-indigo-400\/90 {
  border-color: rgb(129 140 248 / 0.9) !important;
}
.\!border-indigo-400\/95 {
  border-color: rgb(129 140 248 / 0.95) !important;
}
.\!border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1)) !important;
}
.\!border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0) !important;
}
.\!border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1) !important;
}
.\!border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1) !important;
}
.\!border-indigo-500\/15 {
  border-color: rgb(99 102 241 / .15) !important;
}
.\!border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2) !important;
}
.\!border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25) !important;
}
.\!border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3) !important;
}
.\!border-indigo-500\/35 {
  border-color: rgb(99 102 241 / .35) !important;
}
.\!border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4) !important;
}
.\!border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45) !important;
}
.\!border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05) !important;
}
.\!border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5) !important;
}
.\!border-indigo-500\/55 {
  border-color: rgb(99 102 241 / 0.55) !important;
}
.\!border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6) !important;
}
.\!border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65) !important;
}
.\!border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7) !important;
}
.\!border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75) !important;
}
.\!border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8) !important;
}
.\!border-indigo-500\/85 {
  border-color: rgb(99 102 241 / 0.85) !important;
}
.\!border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9) !important;
}
.\!border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95) !important;
}
.\!border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1)) !important;
}
.\!border-indigo-600\/0 {
  border-color: rgb(79 70 229 / 0) !important;
}
.\!border-indigo-600\/10 {
  border-color: rgb(79 70 229 / 0.1) !important;
}
.\!border-indigo-600\/100 {
  border-color: rgb(79 70 229 / 1) !important;
}
.\!border-indigo-600\/15 {
  border-color: rgb(79 70 229 / .15) !important;
}
.\!border-indigo-600\/20 {
  border-color: rgb(79 70 229 / 0.2) !important;
}
.\!border-indigo-600\/25 {
  border-color: rgb(79 70 229 / 0.25) !important;
}
.\!border-indigo-600\/30 {
  border-color: rgb(79 70 229 / 0.3) !important;
}
.\!border-indigo-600\/35 {
  border-color: rgb(79 70 229 / .35) !important;
}
.\!border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4) !important;
}
.\!border-indigo-600\/45 {
  border-color: rgb(79 70 229 / 0.45) !important;
}
.\!border-indigo-600\/5 {
  border-color: rgb(79 70 229 / 0.05) !important;
}
.\!border-indigo-600\/50 {
  border-color: rgb(79 70 229 / 0.5) !important;
}
.\!border-indigo-600\/55 {
  border-color: rgb(79 70 229 / 0.55) !important;
}
.\!border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6) !important;
}
.\!border-indigo-600\/65 {
  border-color: rgb(79 70 229 / 0.65) !important;
}
.\!border-indigo-600\/70 {
  border-color: rgb(79 70 229 / 0.7) !important;
}
.\!border-indigo-600\/75 {
  border-color: rgb(79 70 229 / 0.75) !important;
}
.\!border-indigo-600\/80 {
  border-color: rgb(79 70 229 / 0.8) !important;
}
.\!border-indigo-600\/85 {
  border-color: rgb(79 70 229 / 0.85) !important;
}
.\!border-indigo-600\/90 {
  border-color: rgb(79 70 229 / 0.9) !important;
}
.\!border-indigo-600\/95 {
  border-color: rgb(79 70 229 / 0.95) !important;
}
.\!border-lime-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1)) !important;
}
.\!border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0) !important;
}
.\!border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1) !important;
}
.\!border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1) !important;
}
.\!border-lime-100\/15 {
  border-color: rgb(236 252 203 / .15) !important;
}
.\!border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2) !important;
}
.\!border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25) !important;
}
.\!border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3) !important;
}
.\!border-lime-100\/35 {
  border-color: rgb(236 252 203 / .35) !important;
}
.\!border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4) !important;
}
.\!border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45) !important;
}
.\!border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05) !important;
}
.\!border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5) !important;
}
.\!border-lime-100\/55 {
  border-color: rgb(236 252 203 / 0.55) !important;
}
.\!border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6) !important;
}
.\!border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65) !important;
}
.\!border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7) !important;
}
.\!border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75) !important;
}
.\!border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8) !important;
}
.\!border-lime-100\/85 {
  border-color: rgb(236 252 203 / 0.85) !important;
}
.\!border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9) !important;
}
.\!border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95) !important;
}
.\!border-lime-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1)) !important;
}
.\!border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0) !important;
}
.\!border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1) !important;
}
.\!border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1) !important;
}
.\!border-lime-200\/15 {
  border-color: rgb(217 249 157 / .15) !important;
}
.\!border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2) !important;
}
.\!border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25) !important;
}
.\!border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3) !important;
}
.\!border-lime-200\/35 {
  border-color: rgb(217 249 157 / .35) !important;
}
.\!border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4) !important;
}
.\!border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45) !important;
}
.\!border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05) !important;
}
.\!border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5) !important;
}
.\!border-lime-200\/55 {
  border-color: rgb(217 249 157 / 0.55) !important;
}
.\!border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6) !important;
}
.\!border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65) !important;
}
.\!border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7) !important;
}
.\!border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75) !important;
}
.\!border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8) !important;
}
.\!border-lime-200\/85 {
  border-color: rgb(217 249 157 / 0.85) !important;
}
.\!border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9) !important;
}
.\!border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95) !important;
}
.\!border-lime-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1)) !important;
}
.\!border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0) !important;
}
.\!border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1) !important;
}
.\!border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1) !important;
}
.\!border-lime-300\/15 {
  border-color: rgb(190 242 100 / .15) !important;
}
.\!border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2) !important;
}
.\!border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25) !important;
}
.\!border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3) !important;
}
.\!border-lime-300\/35 {
  border-color: rgb(190 242 100 / .35) !important;
}
.\!border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4) !important;
}
.\!border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45) !important;
}
.\!border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05) !important;
}
.\!border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5) !important;
}
.\!border-lime-300\/55 {
  border-color: rgb(190 242 100 / 0.55) !important;
}
.\!border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6) !important;
}
.\!border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65) !important;
}
.\!border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7) !important;
}
.\!border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75) !important;
}
.\!border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8) !important;
}
.\!border-lime-300\/85 {
  border-color: rgb(190 242 100 / 0.85) !important;
}
.\!border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9) !important;
}
.\!border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95) !important;
}
.\!border-lime-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1)) !important;
}
.\!border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0) !important;
}
.\!border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1) !important;
}
.\!border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1) !important;
}
.\!border-lime-400\/15 {
  border-color: rgb(163 230 53 / .15) !important;
}
.\!border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2) !important;
}
.\!border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25) !important;
}
.\!border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3) !important;
}
.\!border-lime-400\/35 {
  border-color: rgb(163 230 53 / .35) !important;
}
.\!border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4) !important;
}
.\!border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45) !important;
}
.\!border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05) !important;
}
.\!border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5) !important;
}
.\!border-lime-400\/55 {
  border-color: rgb(163 230 53 / 0.55) !important;
}
.\!border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6) !important;
}
.\!border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65) !important;
}
.\!border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7) !important;
}
.\!border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75) !important;
}
.\!border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8) !important;
}
.\!border-lime-400\/85 {
  border-color: rgb(163 230 53 / 0.85) !important;
}
.\!border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9) !important;
}
.\!border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95) !important;
}
.\!border-lime-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)) !important;
}
.\!border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0) !important;
}
.\!border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1) !important;
}
.\!border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1) !important;
}
.\!border-lime-500\/15 {
  border-color: rgb(132 204 22 / .15) !important;
}
.\!border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2) !important;
}
.\!border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25) !important;
}
.\!border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3) !important;
}
.\!border-lime-500\/35 {
  border-color: rgb(132 204 22 / .35) !important;
}
.\!border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4) !important;
}
.\!border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45) !important;
}
.\!border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05) !important;
}
.\!border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5) !important;
}
.\!border-lime-500\/55 {
  border-color: rgb(132 204 22 / 0.55) !important;
}
.\!border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6) !important;
}
.\!border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65) !important;
}
.\!border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7) !important;
}
.\!border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75) !important;
}
.\!border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8) !important;
}
.\!border-lime-500\/85 {
  border-color: rgb(132 204 22 / 0.85) !important;
}
.\!border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9) !important;
}
.\!border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95) !important;
}
.\!border-lime-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1)) !important;
}
.\!border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0) !important;
}
.\!border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1) !important;
}
.\!border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1) !important;
}
.\!border-lime-600\/15 {
  border-color: rgb(101 163 13 / .15) !important;
}
.\!border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2) !important;
}
.\!border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25) !important;
}
.\!border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3) !important;
}
.\!border-lime-600\/35 {
  border-color: rgb(101 163 13 / .35) !important;
}
.\!border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4) !important;
}
.\!border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45) !important;
}
.\!border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05) !important;
}
.\!border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5) !important;
}
.\!border-lime-600\/55 {
  border-color: rgb(101 163 13 / 0.55) !important;
}
.\!border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6) !important;
}
.\!border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65) !important;
}
.\!border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7) !important;
}
.\!border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75) !important;
}
.\!border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8) !important;
}
.\!border-lime-600\/85 {
  border-color: rgb(101 163 13 / 0.85) !important;
}
.\!border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9) !important;
}
.\!border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95) !important;
}
.\!border-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}
.\!border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0) !important;
}
.\!border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1) !important;
}
.\!border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1) !important;
}
.\!border-neutral-100\/15 {
  border-color: rgb(245 245 245 / .15) !important;
}
.\!border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2) !important;
}
.\!border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25) !important;
}
.\!border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3) !important;
}
.\!border-neutral-100\/35 {
  border-color: rgb(245 245 245 / .35) !important;
}
.\!border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4) !important;
}
.\!border-neutral-100\/45 {
  border-color: rgb(245 245 245 / 0.45) !important;
}
.\!border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05) !important;
}
.\!border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5) !important;
}
.\!border-neutral-100\/55 {
  border-color: rgb(245 245 245 / 0.55) !important;
}
.\!border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6) !important;
}
.\!border-neutral-100\/65 {
  border-color: rgb(245 245 245 / 0.65) !important;
}
.\!border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7) !important;
}
.\!border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75) !important;
}
.\!border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8) !important;
}
.\!border-neutral-100\/85 {
  border-color: rgb(245 245 245 / 0.85) !important;
}
.\!border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9) !important;
}
.\!border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95) !important;
}
.\!border-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}
.\!border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0) !important;
}
.\!border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1) !important;
}
.\!border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1) !important;
}
.\!border-neutral-200\/15 {
  border-color: rgb(229 229 229 / .15) !important;
}
.\!border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2) !important;
}
.\!border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25) !important;
}
.\!border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3) !important;
}
.\!border-neutral-200\/35 {
  border-color: rgb(229 229 229 / .35) !important;
}
.\!border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4) !important;
}
.\!border-neutral-200\/45 {
  border-color: rgb(229 229 229 / 0.45) !important;
}
.\!border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05) !important;
}
.\!border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5) !important;
}
.\!border-neutral-200\/55 {
  border-color: rgb(229 229 229 / 0.55) !important;
}
.\!border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6) !important;
}
.\!border-neutral-200\/65 {
  border-color: rgb(229 229 229 / 0.65) !important;
}
.\!border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7) !important;
}
.\!border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75) !important;
}
.\!border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8) !important;
}
.\!border-neutral-200\/85 {
  border-color: rgb(229 229 229 / 0.85) !important;
}
.\!border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9) !important;
}
.\!border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95) !important;
}
.\!border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}
.\!border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0) !important;
}
.\!border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1) !important;
}
.\!border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1) !important;
}
.\!border-neutral-300\/15 {
  border-color: rgb(212 212 212 / .15) !important;
}
.\!border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2) !important;
}
.\!border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25) !important;
}
.\!border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3) !important;
}
.\!border-neutral-300\/35 {
  border-color: rgb(212 212 212 / .35) !important;
}
.\!border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4) !important;
}
.\!border-neutral-300\/45 {
  border-color: rgb(212 212 212 / 0.45) !important;
}
.\!border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05) !important;
}
.\!border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5) !important;
}
.\!border-neutral-300\/55 {
  border-color: rgb(212 212 212 / 0.55) !important;
}
.\!border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6) !important;
}
.\!border-neutral-300\/65 {
  border-color: rgb(212 212 212 / 0.65) !important;
}
.\!border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7) !important;
}
.\!border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75) !important;
}
.\!border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8) !important;
}
.\!border-neutral-300\/85 {
  border-color: rgb(212 212 212 / 0.85) !important;
}
.\!border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9) !important;
}
.\!border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95) !important;
}
.\!border-neutral-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
}
.\!border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0) !important;
}
.\!border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1) !important;
}
.\!border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1) !important;
}
.\!border-neutral-400\/15 {
  border-color: rgb(163 163 163 / .15) !important;
}
.\!border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2) !important;
}
.\!border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25) !important;
}
.\!border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3) !important;
}
.\!border-neutral-400\/35 {
  border-color: rgb(163 163 163 / .35) !important;
}
.\!border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4) !important;
}
.\!border-neutral-400\/45 {
  border-color: rgb(163 163 163 / 0.45) !important;
}
.\!border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05) !important;
}
.\!border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5) !important;
}
.\!border-neutral-400\/55 {
  border-color: rgb(163 163 163 / 0.55) !important;
}
.\!border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6) !important;
}
.\!border-neutral-400\/65 {
  border-color: rgb(163 163 163 / 0.65) !important;
}
.\!border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7) !important;
}
.\!border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75) !important;
}
.\!border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8) !important;
}
.\!border-neutral-400\/85 {
  border-color: rgb(163 163 163 / 0.85) !important;
}
.\!border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9) !important;
}
.\!border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95) !important;
}
.\!border-neutral-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1)) !important;
}
.\!border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0) !important;
}
.\!border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1) !important;
}
.\!border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1) !important;
}
.\!border-neutral-500\/15 {
  border-color: rgb(115 115 115 / .15) !important;
}
.\!border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2) !important;
}
.\!border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25) !important;
}
.\!border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3) !important;
}
.\!border-neutral-500\/35 {
  border-color: rgb(115 115 115 / .35) !important;
}
.\!border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4) !important;
}
.\!border-neutral-500\/45 {
  border-color: rgb(115 115 115 / 0.45) !important;
}
.\!border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05) !important;
}
.\!border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5) !important;
}
.\!border-neutral-500\/55 {
  border-color: rgb(115 115 115 / 0.55) !important;
}
.\!border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6) !important;
}
.\!border-neutral-500\/65 {
  border-color: rgb(115 115 115 / 0.65) !important;
}
.\!border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7) !important;
}
.\!border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75) !important;
}
.\!border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8) !important;
}
.\!border-neutral-500\/85 {
  border-color: rgb(115 115 115 / 0.85) !important;
}
.\!border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9) !important;
}
.\!border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95) !important;
}
.\!border-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1)) !important;
}
.\!border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0) !important;
}
.\!border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1) !important;
}
.\!border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1) !important;
}
.\!border-neutral-600\/15 {
  border-color: rgb(82 82 82 / .15) !important;
}
.\!border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2) !important;
}
.\!border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25) !important;
}
.\!border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3) !important;
}
.\!border-neutral-600\/35 {
  border-color: rgb(82 82 82 / .35) !important;
}
.\!border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4) !important;
}
.\!border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45) !important;
}
.\!border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05) !important;
}
.\!border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5) !important;
}
.\!border-neutral-600\/55 {
  border-color: rgb(82 82 82 / 0.55) !important;
}
.\!border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6) !important;
}
.\!border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65) !important;
}
.\!border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7) !important;
}
.\!border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75) !important;
}
.\!border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8) !important;
}
.\!border-neutral-600\/85 {
  border-color: rgb(82 82 82 / 0.85) !important;
}
.\!border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9) !important;
}
.\!border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95) !important;
}
.\!border-olive-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 242 201 / var(--tw-border-opacity, 1)) !important;
}
.\!border-olive-100\/0 {
  border-color: rgb(241 242 201 / 0) !important;
}
.\!border-olive-100\/10 {
  border-color: rgb(241 242 201 / 0.1) !important;
}
.\!border-olive-100\/100 {
  border-color: rgb(241 242 201 / 1) !important;
}
.\!border-olive-100\/15 {
  border-color: rgb(241 242 201 / .15) !important;
}
.\!border-olive-100\/20 {
  border-color: rgb(241 242 201 / 0.2) !important;
}
.\!border-olive-100\/25 {
  border-color: rgb(241 242 201 / 0.25) !important;
}
.\!border-olive-100\/30 {
  border-color: rgb(241 242 201 / 0.3) !important;
}
.\!border-olive-100\/35 {
  border-color: rgb(241 242 201 / .35) !important;
}
.\!border-olive-100\/40 {
  border-color: rgb(241 242 201 / 0.4) !important;
}
.\!border-olive-100\/45 {
  border-color: rgb(241 242 201 / 0.45) !important;
}
.\!border-olive-100\/5 {
  border-color: rgb(241 242 201 / 0.05) !important;
}
.\!border-olive-100\/50 {
  border-color: rgb(241 242 201 / 0.5) !important;
}
.\!border-olive-100\/55 {
  border-color: rgb(241 242 201 / 0.55) !important;
}
.\!border-olive-100\/60 {
  border-color: rgb(241 242 201 / 0.6) !important;
}
.\!border-olive-100\/65 {
  border-color: rgb(241 242 201 / 0.65) !important;
}
.\!border-olive-100\/70 {
  border-color: rgb(241 242 201 / 0.7) !important;
}
.\!border-olive-100\/75 {
  border-color: rgb(241 242 201 / 0.75) !important;
}
.\!border-olive-100\/80 {
  border-color: rgb(241 242 201 / 0.8) !important;
}
.\!border-olive-100\/85 {
  border-color: rgb(241 242 201 / 0.85) !important;
}
.\!border-olive-100\/90 {
  border-color: rgb(241 242 201 / 0.9) !important;
}
.\!border-olive-100\/95 {
  border-color: rgb(241 242 201 / 0.95) !important;
}
.\!border-olive-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 231 151 / var(--tw-border-opacity, 1)) !important;
}
.\!border-olive-200\/0 {
  border-color: rgb(230 231 151 / 0) !important;
}
.\!border-olive-200\/10 {
  border-color: rgb(230 231 151 / 0.1) !important;
}
.\!border-olive-200\/100 {
  border-color: rgb(230 231 151 / 1) !important;
}
.\!border-olive-200\/15 {
  border-color: rgb(230 231 151 / .15) !important;
}
.\!border-olive-200\/20 {
  border-color: rgb(230 231 151 / 0.2) !important;
}
.\!border-olive-200\/25 {
  border-color: rgb(230 231 151 / 0.25) !important;
}
.\!border-olive-200\/30 {
  border-color: rgb(230 231 151 / 0.3) !important;
}
.\!border-olive-200\/35 {
  border-color: rgb(230 231 151 / .35) !important;
}
.\!border-olive-200\/40 {
  border-color: rgb(230 231 151 / 0.4) !important;
}
.\!border-olive-200\/45 {
  border-color: rgb(230 231 151 / 0.45) !important;
}
.\!border-olive-200\/5 {
  border-color: rgb(230 231 151 / 0.05) !important;
}
.\!border-olive-200\/50 {
  border-color: rgb(230 231 151 / 0.5) !important;
}
.\!border-olive-200\/55 {
  border-color: rgb(230 231 151 / 0.55) !important;
}
.\!border-olive-200\/60 {
  border-color: rgb(230 231 151 / 0.6) !important;
}
.\!border-olive-200\/65 {
  border-color: rgb(230 231 151 / 0.65) !important;
}
.\!border-olive-200\/70 {
  border-color: rgb(230 231 151 / 0.7) !important;
}
.\!border-olive-200\/75 {
  border-color: rgb(230 231 151 / 0.75) !important;
}
.\!border-olive-200\/80 {
  border-color: rgb(230 231 151 / 0.8) !important;
}
.\!border-olive-200\/85 {
  border-color: rgb(230 231 151 / 0.85) !important;
}
.\!border-olive-200\/90 {
  border-color: rgb(230 231 151 / 0.9) !important;
}
.\!border-olive-200\/95 {
  border-color: rgb(230 231 151 / 0.95) !important;
}
.\!border-olive-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 209 74 / var(--tw-border-opacity, 1)) !important;
}
.\!border-olive-300\/0 {
  border-color: rgb(206 209 74 / 0) !important;
}
.\!border-olive-300\/10 {
  border-color: rgb(206 209 74 / 0.1) !important;
}
.\!border-olive-300\/100 {
  border-color: rgb(206 209 74 / 1) !important;
}
.\!border-olive-300\/15 {
  border-color: rgb(206 209 74 / .15) !important;
}
.\!border-olive-300\/20 {
  border-color: rgb(206 209 74 / 0.2) !important;
}
.\!border-olive-300\/25 {
  border-color: rgb(206 209 74 / 0.25) !important;
}
.\!border-olive-300\/30 {
  border-color: rgb(206 209 74 / 0.3) !important;
}
.\!border-olive-300\/35 {
  border-color: rgb(206 209 74 / .35) !important;
}
.\!border-olive-300\/40 {
  border-color: rgb(206 209 74 / 0.4) !important;
}
.\!border-olive-300\/45 {
  border-color: rgb(206 209 74 / 0.45) !important;
}
.\!border-olive-300\/5 {
  border-color: rgb(206 209 74 / 0.05) !important;
}
.\!border-olive-300\/50 {
  border-color: rgb(206 209 74 / 0.5) !important;
}
.\!border-olive-300\/55 {
  border-color: rgb(206 209 74 / 0.55) !important;
}
.\!border-olive-300\/60 {
  border-color: rgb(206 209 74 / 0.6) !important;
}
.\!border-olive-300\/65 {
  border-color: rgb(206 209 74 / 0.65) !important;
}
.\!border-olive-300\/70 {
  border-color: rgb(206 209 74 / 0.7) !important;
}
.\!border-olive-300\/75 {
  border-color: rgb(206 209 74 / 0.75) !important;
}
.\!border-olive-300\/80 {
  border-color: rgb(206 209 74 / 0.8) !important;
}
.\!border-olive-300\/85 {
  border-color: rgb(206 209 74 / 0.85) !important;
}
.\!border-olive-300\/90 {
  border-color: rgb(206 209 74 / 0.9) !important;
}
.\!border-olive-300\/95 {
  border-color: rgb(206 209 74 / 0.95) !important;
}
.\!border-olive-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 180 60 / var(--tw-border-opacity, 1)) !important;
}
.\!border-olive-400\/0 {
  border-color: rgb(168 180 60 / 0) !important;
}
.\!border-olive-400\/10 {
  border-color: rgb(168 180 60 / 0.1) !important;
}
.\!border-olive-400\/100 {
  border-color: rgb(168 180 60 / 1) !important;
}
.\!border-olive-400\/15 {
  border-color: rgb(168 180 60 / .15) !important;
}
.\!border-olive-400\/20 {
  border-color: rgb(168 180 60 / 0.2) !important;
}
.\!border-olive-400\/25 {
  border-color: rgb(168 180 60 / 0.25) !important;
}
.\!border-olive-400\/30 {
  border-color: rgb(168 180 60 / 0.3) !important;
}
.\!border-olive-400\/35 {
  border-color: rgb(168 180 60 / .35) !important;
}
.\!border-olive-400\/40 {
  border-color: rgb(168 180 60 / 0.4) !important;
}
.\!border-olive-400\/45 {
  border-color: rgb(168 180 60 / 0.45) !important;
}
.\!border-olive-400\/5 {
  border-color: rgb(168 180 60 / 0.05) !important;
}
.\!border-olive-400\/50 {
  border-color: rgb(168 180 60 / 0.5) !important;
}
.\!border-olive-400\/55 {
  border-color: rgb(168 180 60 / 0.55) !important;
}
.\!border-olive-400\/60 {
  border-color: rgb(168 180 60 / 0.6) !important;
}
.\!border-olive-400\/65 {
  border-color: rgb(168 180 60 / 0.65) !important;
}
.\!border-olive-400\/70 {
  border-color: rgb(168 180 60 / 0.7) !important;
}
.\!border-olive-400\/75 {
  border-color: rgb(168 180 60 / 0.75) !important;
}
.\!border-olive-400\/80 {
  border-color: rgb(168 180 60 / 0.8) !important;
}
.\!border-olive-400\/85 {
  border-color: rgb(168 180 60 / 0.85) !important;
}
.\!border-olive-400\/90 {
  border-color: rgb(168 180 60 / 0.9) !important;
}
.\!border-olive-400\/95 {
  border-color: rgb(168 180 60 / 0.95) !important;
}
.\!border-olive-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 156 52 / var(--tw-border-opacity, 1)) !important;
}
.\!border-olive-500\/0 {
  border-color: rgb(140 156 52 / 0) !important;
}
.\!border-olive-500\/10 {
  border-color: rgb(140 156 52 / 0.1) !important;
}
.\!border-olive-500\/100 {
  border-color: rgb(140 156 52 / 1) !important;
}
.\!border-olive-500\/15 {
  border-color: rgb(140 156 52 / .15) !important;
}
.\!border-olive-500\/20 {
  border-color: rgb(140 156 52 / 0.2) !important;
}
.\!border-olive-500\/25 {
  border-color: rgb(140 156 52 / 0.25) !important;
}
.\!border-olive-500\/30 {
  border-color: rgb(140 156 52 / 0.3) !important;
}
.\!border-olive-500\/35 {
  border-color: rgb(140 156 52 / .35) !important;
}
.\!border-olive-500\/40 {
  border-color: rgb(140 156 52 / 0.4) !important;
}
.\!border-olive-500\/45 {
  border-color: rgb(140 156 52 / 0.45) !important;
}
.\!border-olive-500\/5 {
  border-color: rgb(140 156 52 / 0.05) !important;
}
.\!border-olive-500\/50 {
  border-color: rgb(140 156 52 / 0.5) !important;
}
.\!border-olive-500\/55 {
  border-color: rgb(140 156 52 / 0.55) !important;
}
.\!border-olive-500\/60 {
  border-color: rgb(140 156 52 / 0.6) !important;
}
.\!border-olive-500\/65 {
  border-color: rgb(140 156 52 / 0.65) !important;
}
.\!border-olive-500\/70 {
  border-color: rgb(140 156 52 / 0.7) !important;
}
.\!border-olive-500\/75 {
  border-color: rgb(140 156 52 / 0.75) !important;
}
.\!border-olive-500\/80 {
  border-color: rgb(140 156 52 / 0.8) !important;
}
.\!border-olive-500\/85 {
  border-color: rgb(140 156 52 / 0.85) !important;
}
.\!border-olive-500\/90 {
  border-color: rgb(140 156 52 / 0.9) !important;
}
.\!border-olive-500\/95 {
  border-color: rgb(140 156 52 / 0.95) !important;
}
.\!border-olive-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(110 127 27 / var(--tw-border-opacity, 1)) !important;
}
.\!border-olive-600\/0 {
  border-color: rgb(110 127 27 / 0) !important;
}
.\!border-olive-600\/10 {
  border-color: rgb(110 127 27 / 0.1) !important;
}
.\!border-olive-600\/100 {
  border-color: rgb(110 127 27 / 1) !important;
}
.\!border-olive-600\/15 {
  border-color: rgb(110 127 27 / .15) !important;
}
.\!border-olive-600\/20 {
  border-color: rgb(110 127 27 / 0.2) !important;
}
.\!border-olive-600\/25 {
  border-color: rgb(110 127 27 / 0.25) !important;
}
.\!border-olive-600\/30 {
  border-color: rgb(110 127 27 / 0.3) !important;
}
.\!border-olive-600\/35 {
  border-color: rgb(110 127 27 / .35) !important;
}
.\!border-olive-600\/40 {
  border-color: rgb(110 127 27 / 0.4) !important;
}
.\!border-olive-600\/45 {
  border-color: rgb(110 127 27 / 0.45) !important;
}
.\!border-olive-600\/5 {
  border-color: rgb(110 127 27 / 0.05) !important;
}
.\!border-olive-600\/50 {
  border-color: rgb(110 127 27 / 0.5) !important;
}
.\!border-olive-600\/55 {
  border-color: rgb(110 127 27 / 0.55) !important;
}
.\!border-olive-600\/60 {
  border-color: rgb(110 127 27 / 0.6) !important;
}
.\!border-olive-600\/65 {
  border-color: rgb(110 127 27 / 0.65) !important;
}
.\!border-olive-600\/70 {
  border-color: rgb(110 127 27 / 0.7) !important;
}
.\!border-olive-600\/75 {
  border-color: rgb(110 127 27 / 0.75) !important;
}
.\!border-olive-600\/80 {
  border-color: rgb(110 127 27 / 0.8) !important;
}
.\!border-olive-600\/85 {
  border-color: rgb(110 127 27 / 0.85) !important;
}
.\!border-olive-600\/90 {
  border-color: rgb(110 127 27 / 0.9) !important;
}
.\!border-olive-600\/95 {
  border-color: rgb(110 127 27 / 0.95) !important;
}
.\!border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orange-100\/0 {
  border-color: rgb(255 237 213 / 0) !important;
}
.\!border-orange-100\/10 {
  border-color: rgb(255 237 213 / 0.1) !important;
}
.\!border-orange-100\/100 {
  border-color: rgb(255 237 213 / 1) !important;
}
.\!border-orange-100\/15 {
  border-color: rgb(255 237 213 / .15) !important;
}
.\!border-orange-100\/20 {
  border-color: rgb(255 237 213 / 0.2) !important;
}
.\!border-orange-100\/25 {
  border-color: rgb(255 237 213 / 0.25) !important;
}
.\!border-orange-100\/30 {
  border-color: rgb(255 237 213 / 0.3) !important;
}
.\!border-orange-100\/35 {
  border-color: rgb(255 237 213 / .35) !important;
}
.\!border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4) !important;
}
.\!border-orange-100\/45 {
  border-color: rgb(255 237 213 / 0.45) !important;
}
.\!border-orange-100\/5 {
  border-color: rgb(255 237 213 / 0.05) !important;
}
.\!border-orange-100\/50 {
  border-color: rgb(255 237 213 / 0.5) !important;
}
.\!border-orange-100\/55 {
  border-color: rgb(255 237 213 / 0.55) !important;
}
.\!border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6) !important;
}
.\!border-orange-100\/65 {
  border-color: rgb(255 237 213 / 0.65) !important;
}
.\!border-orange-100\/70 {
  border-color: rgb(255 237 213 / 0.7) !important;
}
.\!border-orange-100\/75 {
  border-color: rgb(255 237 213 / 0.75) !important;
}
.\!border-orange-100\/80 {
  border-color: rgb(255 237 213 / 0.8) !important;
}
.\!border-orange-100\/85 {
  border-color: rgb(255 237 213 / 0.85) !important;
}
.\!border-orange-100\/90 {
  border-color: rgb(255 237 213 / 0.9) !important;
}
.\!border-orange-100\/95 {
  border-color: rgb(255 237 213 / 0.95) !important;
}
.\!border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orange-200\/0 {
  border-color: rgb(254 215 170 / 0) !important;
}
.\!border-orange-200\/10 {
  border-color: rgb(254 215 170 / 0.1) !important;
}
.\!border-orange-200\/100 {
  border-color: rgb(254 215 170 / 1) !important;
}
.\!border-orange-200\/15 {
  border-color: rgb(254 215 170 / .15) !important;
}
.\!border-orange-200\/20 {
  border-color: rgb(254 215 170 / 0.2) !important;
}
.\!border-orange-200\/25 {
  border-color: rgb(254 215 170 / 0.25) !important;
}
.\!border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3) !important;
}
.\!border-orange-200\/35 {
  border-color: rgb(254 215 170 / .35) !important;
}
.\!border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4) !important;
}
.\!border-orange-200\/45 {
  border-color: rgb(254 215 170 / 0.45) !important;
}
.\!border-orange-200\/5 {
  border-color: rgb(254 215 170 / 0.05) !important;
}
.\!border-orange-200\/50 {
  border-color: rgb(254 215 170 / 0.5) !important;
}
.\!border-orange-200\/55 {
  border-color: rgb(254 215 170 / 0.55) !important;
}
.\!border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6) !important;
}
.\!border-orange-200\/65 {
  border-color: rgb(254 215 170 / 0.65) !important;
}
.\!border-orange-200\/70 {
  border-color: rgb(254 215 170 / 0.7) !important;
}
.\!border-orange-200\/75 {
  border-color: rgb(254 215 170 / 0.75) !important;
}
.\!border-orange-200\/80 {
  border-color: rgb(254 215 170 / 0.8) !important;
}
.\!border-orange-200\/85 {
  border-color: rgb(254 215 170 / 0.85) !important;
}
.\!border-orange-200\/90 {
  border-color: rgb(254 215 170 / 0.9) !important;
}
.\!border-orange-200\/95 {
  border-color: rgb(254 215 170 / 0.95) !important;
}
.\!border-orange-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orange-300\/0 {
  border-color: rgb(253 186 116 / 0) !important;
}
.\!border-orange-300\/10 {
  border-color: rgb(253 186 116 / 0.1) !important;
}
.\!border-orange-300\/100 {
  border-color: rgb(253 186 116 / 1) !important;
}
.\!border-orange-300\/15 {
  border-color: rgb(253 186 116 / .15) !important;
}
.\!border-orange-300\/20 {
  border-color: rgb(253 186 116 / 0.2) !important;
}
.\!border-orange-300\/25 {
  border-color: rgb(253 186 116 / 0.25) !important;
}
.\!border-orange-300\/30 {
  border-color: rgb(253 186 116 / 0.3) !important;
}
.\!border-orange-300\/35 {
  border-color: rgb(253 186 116 / .35) !important;
}
.\!border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4) !important;
}
.\!border-orange-300\/45 {
  border-color: rgb(253 186 116 / 0.45) !important;
}
.\!border-orange-300\/5 {
  border-color: rgb(253 186 116 / 0.05) !important;
}
.\!border-orange-300\/50 {
  border-color: rgb(253 186 116 / 0.5) !important;
}
.\!border-orange-300\/55 {
  border-color: rgb(253 186 116 / 0.55) !important;
}
.\!border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6) !important;
}
.\!border-orange-300\/65 {
  border-color: rgb(253 186 116 / 0.65) !important;
}
.\!border-orange-300\/70 {
  border-color: rgb(253 186 116 / 0.7) !important;
}
.\!border-orange-300\/75 {
  border-color: rgb(253 186 116 / 0.75) !important;
}
.\!border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8) !important;
}
.\!border-orange-300\/85 {
  border-color: rgb(253 186 116 / 0.85) !important;
}
.\!border-orange-300\/90 {
  border-color: rgb(253 186 116 / 0.9) !important;
}
.\!border-orange-300\/95 {
  border-color: rgb(253 186 116 / 0.95) !important;
}
.\!border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orange-400\/0 {
  border-color: rgb(251 146 60 / 0) !important;
}
.\!border-orange-400\/10 {
  border-color: rgb(251 146 60 / 0.1) !important;
}
.\!border-orange-400\/100 {
  border-color: rgb(251 146 60 / 1) !important;
}
.\!border-orange-400\/15 {
  border-color: rgb(251 146 60 / .15) !important;
}
.\!border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2) !important;
}
.\!border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25) !important;
}
.\!border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3) !important;
}
.\!border-orange-400\/35 {
  border-color: rgb(251 146 60 / .35) !important;
}
.\!border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4) !important;
}
.\!border-orange-400\/45 {
  border-color: rgb(251 146 60 / 0.45) !important;
}
.\!border-orange-400\/5 {
  border-color: rgb(251 146 60 / 0.05) !important;
}
.\!border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5) !important;
}
.\!border-orange-400\/55 {
  border-color: rgb(251 146 60 / 0.55) !important;
}
.\!border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6) !important;
}
.\!border-orange-400\/65 {
  border-color: rgb(251 146 60 / 0.65) !important;
}
.\!border-orange-400\/70 {
  border-color: rgb(251 146 60 / 0.7) !important;
}
.\!border-orange-400\/75 {
  border-color: rgb(251 146 60 / 0.75) !important;
}
.\!border-orange-400\/80 {
  border-color: rgb(251 146 60 / 0.8) !important;
}
.\!border-orange-400\/85 {
  border-color: rgb(251 146 60 / 0.85) !important;
}
.\!border-orange-400\/90 {
  border-color: rgb(251 146 60 / 0.9) !important;
}
.\!border-orange-400\/95 {
  border-color: rgb(251 146 60 / 0.95) !important;
}
.\!border-orange-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orange-500\/0 {
  border-color: rgb(249 115 22 / 0) !important;
}
.\!border-orange-500\/10 {
  border-color: rgb(249 115 22 / 0.1) !important;
}
.\!border-orange-500\/100 {
  border-color: rgb(249 115 22 / 1) !important;
}
.\!border-orange-500\/15 {
  border-color: rgb(249 115 22 / .15) !important;
}
.\!border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2) !important;
}
.\!border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25) !important;
}
.\!border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3) !important;
}
.\!border-orange-500\/35 {
  border-color: rgb(249 115 22 / .35) !important;
}
.\!border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4) !important;
}
.\!border-orange-500\/45 {
  border-color: rgb(249 115 22 / 0.45) !important;
}
.\!border-orange-500\/5 {
  border-color: rgb(249 115 22 / 0.05) !important;
}
.\!border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5) !important;
}
.\!border-orange-500\/55 {
  border-color: rgb(249 115 22 / 0.55) !important;
}
.\!border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6) !important;
}
.\!border-orange-500\/65 {
  border-color: rgb(249 115 22 / 0.65) !important;
}
.\!border-orange-500\/70 {
  border-color: rgb(249 115 22 / 0.7) !important;
}
.\!border-orange-500\/75 {
  border-color: rgb(249 115 22 / 0.75) !important;
}
.\!border-orange-500\/80 {
  border-color: rgb(249 115 22 / 0.8) !important;
}
.\!border-orange-500\/85 {
  border-color: rgb(249 115 22 / 0.85) !important;
}
.\!border-orange-500\/90 {
  border-color: rgb(249 115 22 / 0.9) !important;
}
.\!border-orange-500\/95 {
  border-color: rgb(249 115 22 / 0.95) !important;
}
.\!border-orange-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orange-600\/0 {
  border-color: rgb(234 88 12 / 0) !important;
}
.\!border-orange-600\/10 {
  border-color: rgb(234 88 12 / 0.1) !important;
}
.\!border-orange-600\/100 {
  border-color: rgb(234 88 12 / 1) !important;
}
.\!border-orange-600\/15 {
  border-color: rgb(234 88 12 / .15) !important;
}
.\!border-orange-600\/20 {
  border-color: rgb(234 88 12 / 0.2) !important;
}
.\!border-orange-600\/25 {
  border-color: rgb(234 88 12 / 0.25) !important;
}
.\!border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3) !important;
}
.\!border-orange-600\/35 {
  border-color: rgb(234 88 12 / .35) !important;
}
.\!border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4) !important;
}
.\!border-orange-600\/45 {
  border-color: rgb(234 88 12 / 0.45) !important;
}
.\!border-orange-600\/5 {
  border-color: rgb(234 88 12 / 0.05) !important;
}
.\!border-orange-600\/50 {
  border-color: rgb(234 88 12 / 0.5) !important;
}
.\!border-orange-600\/55 {
  border-color: rgb(234 88 12 / 0.55) !important;
}
.\!border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6) !important;
}
.\!border-orange-600\/65 {
  border-color: rgb(234 88 12 / 0.65) !important;
}
.\!border-orange-600\/70 {
  border-color: rgb(234 88 12 / 0.7) !important;
}
.\!border-orange-600\/75 {
  border-color: rgb(234 88 12 / 0.75) !important;
}
.\!border-orange-600\/80 {
  border-color: rgb(234 88 12 / 0.8) !important;
}
.\!border-orange-600\/85 {
  border-color: rgb(234 88 12 / 0.85) !important;
}
.\!border-orange-600\/90 {
  border-color: rgb(234 88 12 / 0.9) !important;
}
.\!border-orange-600\/95 {
  border-color: rgb(234 88 12 / 0.95) !important;
}
.\!border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1)) !important;
}
.\!border-pink-100\/0 {
  border-color: rgb(252 231 243 / 0) !important;
}
.\!border-pink-100\/10 {
  border-color: rgb(252 231 243 / 0.1) !important;
}
.\!border-pink-100\/100 {
  border-color: rgb(252 231 243 / 1) !important;
}
.\!border-pink-100\/15 {
  border-color: rgb(252 231 243 / .15) !important;
}
.\!border-pink-100\/20 {
  border-color: rgb(252 231 243 / 0.2) !important;
}
.\!border-pink-100\/25 {
  border-color: rgb(252 231 243 / 0.25) !important;
}
.\!border-pink-100\/30 {
  border-color: rgb(252 231 243 / 0.3) !important;
}
.\!border-pink-100\/35 {
  border-color: rgb(252 231 243 / .35) !important;
}
.\!border-pink-100\/40 {
  border-color: rgb(252 231 243 / 0.4) !important;
}
.\!border-pink-100\/45 {
  border-color: rgb(252 231 243 / 0.45) !important;
}
.\!border-pink-100\/5 {
  border-color: rgb(252 231 243 / 0.05) !important;
}
.\!border-pink-100\/50 {
  border-color: rgb(252 231 243 / 0.5) !important;
}
.\!border-pink-100\/55 {
  border-color: rgb(252 231 243 / 0.55) !important;
}
.\!border-pink-100\/60 {
  border-color: rgb(252 231 243 / 0.6) !important;
}
.\!border-pink-100\/65 {
  border-color: rgb(252 231 243 / 0.65) !important;
}
.\!border-pink-100\/70 {
  border-color: rgb(252 231 243 / 0.7) !important;
}
.\!border-pink-100\/75 {
  border-color: rgb(252 231 243 / 0.75) !important;
}
.\!border-pink-100\/80 {
  border-color: rgb(252 231 243 / 0.8) !important;
}
.\!border-pink-100\/85 {
  border-color: rgb(252 231 243 / 0.85) !important;
}
.\!border-pink-100\/90 {
  border-color: rgb(252 231 243 / 0.9) !important;
}
.\!border-pink-100\/95 {
  border-color: rgb(252 231 243 / 0.95) !important;
}
.\!border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1)) !important;
}
.\!border-pink-200\/0 {
  border-color: rgb(251 207 232 / 0) !important;
}
.\!border-pink-200\/10 {
  border-color: rgb(251 207 232 / 0.1) !important;
}
.\!border-pink-200\/100 {
  border-color: rgb(251 207 232 / 1) !important;
}
.\!border-pink-200\/15 {
  border-color: rgb(251 207 232 / .15) !important;
}
.\!border-pink-200\/20 {
  border-color: rgb(251 207 232 / 0.2) !important;
}
.\!border-pink-200\/25 {
  border-color: rgb(251 207 232 / 0.25) !important;
}
.\!border-pink-200\/30 {
  border-color: rgb(251 207 232 / 0.3) !important;
}
.\!border-pink-200\/35 {
  border-color: rgb(251 207 232 / .35) !important;
}
.\!border-pink-200\/40 {
  border-color: rgb(251 207 232 / 0.4) !important;
}
.\!border-pink-200\/45 {
  border-color: rgb(251 207 232 / 0.45) !important;
}
.\!border-pink-200\/5 {
  border-color: rgb(251 207 232 / 0.05) !important;
}
.\!border-pink-200\/50 {
  border-color: rgb(251 207 232 / 0.5) !important;
}
.\!border-pink-200\/55 {
  border-color: rgb(251 207 232 / 0.55) !important;
}
.\!border-pink-200\/60 {
  border-color: rgb(251 207 232 / 0.6) !important;
}
.\!border-pink-200\/65 {
  border-color: rgb(251 207 232 / 0.65) !important;
}
.\!border-pink-200\/70 {
  border-color: rgb(251 207 232 / 0.7) !important;
}
.\!border-pink-200\/75 {
  border-color: rgb(251 207 232 / 0.75) !important;
}
.\!border-pink-200\/80 {
  border-color: rgb(251 207 232 / 0.8) !important;
}
.\!border-pink-200\/85 {
  border-color: rgb(251 207 232 / 0.85) !important;
}
.\!border-pink-200\/90 {
  border-color: rgb(251 207 232 / 0.9) !important;
}
.\!border-pink-200\/95 {
  border-color: rgb(251 207 232 / 0.95) !important;
}
.\!border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1)) !important;
}
.\!border-pink-300\/0 {
  border-color: rgb(249 168 212 / 0) !important;
}
.\!border-pink-300\/10 {
  border-color: rgb(249 168 212 / 0.1) !important;
}
.\!border-pink-300\/100 {
  border-color: rgb(249 168 212 / 1) !important;
}
.\!border-pink-300\/15 {
  border-color: rgb(249 168 212 / .15) !important;
}
.\!border-pink-300\/20 {
  border-color: rgb(249 168 212 / 0.2) !important;
}
.\!border-pink-300\/25 {
  border-color: rgb(249 168 212 / 0.25) !important;
}
.\!border-pink-300\/30 {
  border-color: rgb(249 168 212 / 0.3) !important;
}
.\!border-pink-300\/35 {
  border-color: rgb(249 168 212 / .35) !important;
}
.\!border-pink-300\/40 {
  border-color: rgb(249 168 212 / 0.4) !important;
}
.\!border-pink-300\/45 {
  border-color: rgb(249 168 212 / 0.45) !important;
}
.\!border-pink-300\/5 {
  border-color: rgb(249 168 212 / 0.05) !important;
}
.\!border-pink-300\/50 {
  border-color: rgb(249 168 212 / 0.5) !important;
}
.\!border-pink-300\/55 {
  border-color: rgb(249 168 212 / 0.55) !important;
}
.\!border-pink-300\/60 {
  border-color: rgb(249 168 212 / 0.6) !important;
}
.\!border-pink-300\/65 {
  border-color: rgb(249 168 212 / 0.65) !important;
}
.\!border-pink-300\/70 {
  border-color: rgb(249 168 212 / 0.7) !important;
}
.\!border-pink-300\/75 {
  border-color: rgb(249 168 212 / 0.75) !important;
}
.\!border-pink-300\/80 {
  border-color: rgb(249 168 212 / 0.8) !important;
}
.\!border-pink-300\/85 {
  border-color: rgb(249 168 212 / 0.85) !important;
}
.\!border-pink-300\/90 {
  border-color: rgb(249 168 212 / 0.9) !important;
}
.\!border-pink-300\/95 {
  border-color: rgb(249 168 212 / 0.95) !important;
}
.\!border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1)) !important;
}
.\!border-pink-400\/0 {
  border-color: rgb(244 114 182 / 0) !important;
}
.\!border-pink-400\/10 {
  border-color: rgb(244 114 182 / 0.1) !important;
}
.\!border-pink-400\/100 {
  border-color: rgb(244 114 182 / 1) !important;
}
.\!border-pink-400\/15 {
  border-color: rgb(244 114 182 / .15) !important;
}
.\!border-pink-400\/20 {
  border-color: rgb(244 114 182 / 0.2) !important;
}
.\!border-pink-400\/25 {
  border-color: rgb(244 114 182 / 0.25) !important;
}
.\!border-pink-400\/30 {
  border-color: rgb(244 114 182 / 0.3) !important;
}
.\!border-pink-400\/35 {
  border-color: rgb(244 114 182 / .35) !important;
}
.\!border-pink-400\/40 {
  border-color: rgb(244 114 182 / 0.4) !important;
}
.\!border-pink-400\/45 {
  border-color: rgb(244 114 182 / 0.45) !important;
}
.\!border-pink-400\/5 {
  border-color: rgb(244 114 182 / 0.05) !important;
}
.\!border-pink-400\/50 {
  border-color: rgb(244 114 182 / 0.5) !important;
}
.\!border-pink-400\/55 {
  border-color: rgb(244 114 182 / 0.55) !important;
}
.\!border-pink-400\/60 {
  border-color: rgb(244 114 182 / 0.6) !important;
}
.\!border-pink-400\/65 {
  border-color: rgb(244 114 182 / 0.65) !important;
}
.\!border-pink-400\/70 {
  border-color: rgb(244 114 182 / 0.7) !important;
}
.\!border-pink-400\/75 {
  border-color: rgb(244 114 182 / 0.75) !important;
}
.\!border-pink-400\/80 {
  border-color: rgb(244 114 182 / 0.8) !important;
}
.\!border-pink-400\/85 {
  border-color: rgb(244 114 182 / 0.85) !important;
}
.\!border-pink-400\/90 {
  border-color: rgb(244 114 182 / 0.9) !important;
}
.\!border-pink-400\/95 {
  border-color: rgb(244 114 182 / 0.95) !important;
}
.\!border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1)) !important;
}
.\!border-pink-500\/0 {
  border-color: rgb(236 72 153 / 0) !important;
}
.\!border-pink-500\/10 {
  border-color: rgb(236 72 153 / 0.1) !important;
}
.\!border-pink-500\/100 {
  border-color: rgb(236 72 153 / 1) !important;
}
.\!border-pink-500\/15 {
  border-color: rgb(236 72 153 / .15) !important;
}
.\!border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2) !important;
}
.\!border-pink-500\/25 {
  border-color: rgb(236 72 153 / 0.25) !important;
}
.\!border-pink-500\/30 {
  border-color: rgb(236 72 153 / 0.3) !important;
}
.\!border-pink-500\/35 {
  border-color: rgb(236 72 153 / .35) !important;
}
.\!border-pink-500\/40 {
  border-color: rgb(236 72 153 / 0.4) !important;
}
.\!border-pink-500\/45 {
  border-color: rgb(236 72 153 / 0.45) !important;
}
.\!border-pink-500\/5 {
  border-color: rgb(236 72 153 / 0.05) !important;
}
.\!border-pink-500\/50 {
  border-color: rgb(236 72 153 / 0.5) !important;
}
.\!border-pink-500\/55 {
  border-color: rgb(236 72 153 / 0.55) !important;
}
.\!border-pink-500\/60 {
  border-color: rgb(236 72 153 / 0.6) !important;
}
.\!border-pink-500\/65 {
  border-color: rgb(236 72 153 / 0.65) !important;
}
.\!border-pink-500\/70 {
  border-color: rgb(236 72 153 / 0.7) !important;
}
.\!border-pink-500\/75 {
  border-color: rgb(236 72 153 / 0.75) !important;
}
.\!border-pink-500\/80 {
  border-color: rgb(236 72 153 / 0.8) !important;
}
.\!border-pink-500\/85 {
  border-color: rgb(236 72 153 / 0.85) !important;
}
.\!border-pink-500\/90 {
  border-color: rgb(236 72 153 / 0.9) !important;
}
.\!border-pink-500\/95 {
  border-color: rgb(236 72 153 / 0.95) !important;
}
.\!border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1)) !important;
}
.\!border-pink-600\/0 {
  border-color: rgb(219 39 119 / 0) !important;
}
.\!border-pink-600\/10 {
  border-color: rgb(219 39 119 / 0.1) !important;
}
.\!border-pink-600\/100 {
  border-color: rgb(219 39 119 / 1) !important;
}
.\!border-pink-600\/15 {
  border-color: rgb(219 39 119 / .15) !important;
}
.\!border-pink-600\/20 {
  border-color: rgb(219 39 119 / 0.2) !important;
}
.\!border-pink-600\/25 {
  border-color: rgb(219 39 119 / 0.25) !important;
}
.\!border-pink-600\/30 {
  border-color: rgb(219 39 119 / 0.3) !important;
}
.\!border-pink-600\/35 {
  border-color: rgb(219 39 119 / .35) !important;
}
.\!border-pink-600\/40 {
  border-color: rgb(219 39 119 / 0.4) !important;
}
.\!border-pink-600\/45 {
  border-color: rgb(219 39 119 / 0.45) !important;
}
.\!border-pink-600\/5 {
  border-color: rgb(219 39 119 / 0.05) !important;
}
.\!border-pink-600\/50 {
  border-color: rgb(219 39 119 / 0.5) !important;
}
.\!border-pink-600\/55 {
  border-color: rgb(219 39 119 / 0.55) !important;
}
.\!border-pink-600\/60 {
  border-color: rgb(219 39 119 / 0.6) !important;
}
.\!border-pink-600\/65 {
  border-color: rgb(219 39 119 / 0.65) !important;
}
.\!border-pink-600\/70 {
  border-color: rgb(219 39 119 / 0.7) !important;
}
.\!border-pink-600\/75 {
  border-color: rgb(219 39 119 / 0.75) !important;
}
.\!border-pink-600\/80 {
  border-color: rgb(219 39 119 / 0.8) !important;
}
.\!border-pink-600\/85 {
  border-color: rgb(219 39 119 / 0.85) !important;
}
.\!border-pink-600\/90 {
  border-color: rgb(219 39 119 / 0.9) !important;
}
.\!border-pink-600\/95 {
  border-color: rgb(219 39 119 / 0.95) !important;
}
.\!border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0) !important;
}
.\!border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1) !important;
}
.\!border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1) !important;
}
.\!border-purple-100\/15 {
  border-color: rgb(243 232 255 / .15) !important;
}
.\!border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2) !important;
}
.\!border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25) !important;
}
.\!border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3) !important;
}
.\!border-purple-100\/35 {
  border-color: rgb(243 232 255 / .35) !important;
}
.\!border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4) !important;
}
.\!border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45) !important;
}
.\!border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05) !important;
}
.\!border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5) !important;
}
.\!border-purple-100\/55 {
  border-color: rgb(243 232 255 / 0.55) !important;
}
.\!border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6) !important;
}
.\!border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65) !important;
}
.\!border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7) !important;
}
.\!border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75) !important;
}
.\!border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8) !important;
}
.\!border-purple-100\/85 {
  border-color: rgb(243 232 255 / 0.85) !important;
}
.\!border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9) !important;
}
.\!border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95) !important;
}
.\!border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0) !important;
}
.\!border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1) !important;
}
.\!border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1) !important;
}
.\!border-purple-200\/15 {
  border-color: rgb(233 213 255 / .15) !important;
}
.\!border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2) !important;
}
.\!border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25) !important;
}
.\!border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3) !important;
}
.\!border-purple-200\/35 {
  border-color: rgb(233 213 255 / .35) !important;
}
.\!border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4) !important;
}
.\!border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45) !important;
}
.\!border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05) !important;
}
.\!border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5) !important;
}
.\!border-purple-200\/55 {
  border-color: rgb(233 213 255 / 0.55) !important;
}
.\!border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6) !important;
}
.\!border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65) !important;
}
.\!border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7) !important;
}
.\!border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75) !important;
}
.\!border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8) !important;
}
.\!border-purple-200\/85 {
  border-color: rgb(233 213 255 / 0.85) !important;
}
.\!border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9) !important;
}
.\!border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95) !important;
}
.\!border-purple-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0) !important;
}
.\!border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1) !important;
}
.\!border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1) !important;
}
.\!border-purple-300\/15 {
  border-color: rgb(216 180 254 / .15) !important;
}
.\!border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2) !important;
}
.\!border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25) !important;
}
.\!border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3) !important;
}
.\!border-purple-300\/35 {
  border-color: rgb(216 180 254 / .35) !important;
}
.\!border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4) !important;
}
.\!border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45) !important;
}
.\!border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05) !important;
}
.\!border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5) !important;
}
.\!border-purple-300\/55 {
  border-color: rgb(216 180 254 / 0.55) !important;
}
.\!border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6) !important;
}
.\!border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65) !important;
}
.\!border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7) !important;
}
.\!border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75) !important;
}
.\!border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8) !important;
}
.\!border-purple-300\/85 {
  border-color: rgb(216 180 254 / 0.85) !important;
}
.\!border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9) !important;
}
.\!border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95) !important;
}
.\!border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1)) !important;
}
.\!border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0) !important;
}
.\!border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1) !important;
}
.\!border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1) !important;
}
.\!border-purple-400\/15 {
  border-color: rgb(192 132 252 / .15) !important;
}
.\!border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2) !important;
}
.\!border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25) !important;
}
.\!border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3) !important;
}
.\!border-purple-400\/35 {
  border-color: rgb(192 132 252 / .35) !important;
}
.\!border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4) !important;
}
.\!border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45) !important;
}
.\!border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05) !important;
}
.\!border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5) !important;
}
.\!border-purple-400\/55 {
  border-color: rgb(192 132 252 / 0.55) !important;
}
.\!border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6) !important;
}
.\!border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65) !important;
}
.\!border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7) !important;
}
.\!border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75) !important;
}
.\!border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8) !important;
}
.\!border-purple-400\/85 {
  border-color: rgb(192 132 252 / 0.85) !important;
}
.\!border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9) !important;
}
.\!border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95) !important;
}
.\!border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1)) !important;
}
.\!border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0) !important;
}
.\!border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1) !important;
}
.\!border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1) !important;
}
.\!border-purple-500\/15 {
  border-color: rgb(168 85 247 / .15) !important;
}
.\!border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2) !important;
}
.\!border-purple-500\/25 {
  border-color: rgb(168 85 247 / 0.25) !important;
}
.\!border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3) !important;
}
.\!border-purple-500\/35 {
  border-color: rgb(168 85 247 / .35) !important;
}
.\!border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4) !important;
}
.\!border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45) !important;
}
.\!border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05) !important;
}
.\!border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5) !important;
}
.\!border-purple-500\/55 {
  border-color: rgb(168 85 247 / 0.55) !important;
}
.\!border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6) !important;
}
.\!border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65) !important;
}
.\!border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7) !important;
}
.\!border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75) !important;
}
.\!border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8) !important;
}
.\!border-purple-500\/85 {
  border-color: rgb(168 85 247 / 0.85) !important;
}
.\!border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9) !important;
}
.\!border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95) !important;
}
.\!border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1)) !important;
}
.\!border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0) !important;
}
.\!border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1) !important;
}
.\!border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1) !important;
}
.\!border-purple-600\/15 {
  border-color: rgb(147 51 234 / .15) !important;
}
.\!border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2) !important;
}
.\!border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25) !important;
}
.\!border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3) !important;
}
.\!border-purple-600\/35 {
  border-color: rgb(147 51 234 / .35) !important;
}
.\!border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4) !important;
}
.\!border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45) !important;
}
.\!border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05) !important;
}
.\!border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5) !important;
}
.\!border-purple-600\/55 {
  border-color: rgb(147 51 234 / 0.55) !important;
}
.\!border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6) !important;
}
.\!border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65) !important;
}
.\!border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7) !important;
}
.\!border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75) !important;
}
.\!border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8) !important;
}
.\!border-purple-600\/85 {
  border-color: rgb(147 51 234 / 0.85) !important;
}
.\!border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9) !important;
}
.\!border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95) !important;
}
.\!border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-100\/0 {
  border-color: rgb(254 226 226 / 0) !important;
}
.\!border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1) !important;
}
.\!border-red-100\/100 {
  border-color: rgb(254 226 226 / 1) !important;
}
.\!border-red-100\/15 {
  border-color: rgb(254 226 226 / .15) !important;
}
.\!border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2) !important;
}
.\!border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25) !important;
}
.\!border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3) !important;
}
.\!border-red-100\/35 {
  border-color: rgb(254 226 226 / .35) !important;
}
.\!border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4) !important;
}
.\!border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45) !important;
}
.\!border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05) !important;
}
.\!border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5) !important;
}
.\!border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55) !important;
}
.\!border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6) !important;
}
.\!border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65) !important;
}
.\!border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7) !important;
}
.\!border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75) !important;
}
.\!border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8) !important;
}
.\!border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85) !important;
}
.\!border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9) !important;
}
.\!border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95) !important;
}
.\!border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-200\/0 {
  border-color: rgb(254 202 202 / 0) !important;
}
.\!border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1) !important;
}
.\!border-red-200\/100 {
  border-color: rgb(254 202 202 / 1) !important;
}
.\!border-red-200\/15 {
  border-color: rgb(254 202 202 / .15) !important;
}
.\!border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2) !important;
}
.\!border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25) !important;
}
.\!border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3) !important;
}
.\!border-red-200\/35 {
  border-color: rgb(254 202 202 / .35) !important;
}
.\!border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4) !important;
}
.\!border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45) !important;
}
.\!border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05) !important;
}
.\!border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5) !important;
}
.\!border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55) !important;
}
.\!border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6) !important;
}
.\!border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65) !important;
}
.\!border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7) !important;
}
.\!border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75) !important;
}
.\!border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8) !important;
}
.\!border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85) !important;
}
.\!border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9) !important;
}
.\!border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95) !important;
}
.\!border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-300\/0 {
  border-color: rgb(252 165 165 / 0) !important;
}
.\!border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1) !important;
}
.\!border-red-300\/100 {
  border-color: rgb(252 165 165 / 1) !important;
}
.\!border-red-300\/15 {
  border-color: rgb(252 165 165 / .15) !important;
}
.\!border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2) !important;
}
.\!border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25) !important;
}
.\!border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3) !important;
}
.\!border-red-300\/35 {
  border-color: rgb(252 165 165 / .35) !important;
}
.\!border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4) !important;
}
.\!border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45) !important;
}
.\!border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05) !important;
}
.\!border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5) !important;
}
.\!border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55) !important;
}
.\!border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6) !important;
}
.\!border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65) !important;
}
.\!border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7) !important;
}
.\!border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75) !important;
}
.\!border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8) !important;
}
.\!border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85) !important;
}
.\!border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9) !important;
}
.\!border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95) !important;
}
.\!border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-400\/0 {
  border-color: rgb(248 113 113 / 0) !important;
}
.\!border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1) !important;
}
.\!border-red-400\/100 {
  border-color: rgb(248 113 113 / 1) !important;
}
.\!border-red-400\/15 {
  border-color: rgb(248 113 113 / .15) !important;
}
.\!border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2) !important;
}
.\!border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25) !important;
}
.\!border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3) !important;
}
.\!border-red-400\/35 {
  border-color: rgb(248 113 113 / .35) !important;
}
.\!border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4) !important;
}
.\!border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45) !important;
}
.\!border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05) !important;
}
.\!border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5) !important;
}
.\!border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55) !important;
}
.\!border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6) !important;
}
.\!border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65) !important;
}
.\!border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7) !important;
}
.\!border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75) !important;
}
.\!border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8) !important;
}
.\!border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85) !important;
}
.\!border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9) !important;
}
.\!border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95) !important;
}
.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-500\/0 {
  border-color: rgb(239 68 68 / 0) !important;
}
.\!border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1) !important;
}
.\!border-red-500\/100 {
  border-color: rgb(239 68 68 / 1) !important;
}
.\!border-red-500\/15 {
  border-color: rgb(239 68 68 / .15) !important;
}
.\!border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2) !important;
}
.\!border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25) !important;
}
.\!border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3) !important;
}
.\!border-red-500\/35 {
  border-color: rgb(239 68 68 / .35) !important;
}
.\!border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4) !important;
}
.\!border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45) !important;
}
.\!border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05) !important;
}
.\!border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5) !important;
}
.\!border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55) !important;
}
.\!border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6) !important;
}
.\!border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65) !important;
}
.\!border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7) !important;
}
.\!border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75) !important;
}
.\!border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8) !important;
}
.\!border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85) !important;
}
.\!border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9) !important;
}
.\!border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95) !important;
}
.\!border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-600\/0 {
  border-color: rgb(220 38 38 / 0) !important;
}
.\!border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1) !important;
}
.\!border-red-600\/100 {
  border-color: rgb(220 38 38 / 1) !important;
}
.\!border-red-600\/15 {
  border-color: rgb(220 38 38 / .15) !important;
}
.\!border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2) !important;
}
.\!border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25) !important;
}
.\!border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3) !important;
}
.\!border-red-600\/35 {
  border-color: rgb(220 38 38 / .35) !important;
}
.\!border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4) !important;
}
.\!border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45) !important;
}
.\!border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05) !important;
}
.\!border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5) !important;
}
.\!border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55) !important;
}
.\!border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6) !important;
}
.\!border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65) !important;
}
.\!border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7) !important;
}
.\!border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75) !important;
}
.\!border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8) !important;
}
.\!border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85) !important;
}
.\!border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9) !important;
}
.\!border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95) !important;
}
.\!border-rose-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1)) !important;
}
.\!border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0) !important;
}
.\!border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1) !important;
}
.\!border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1) !important;
}
.\!border-rose-100\/15 {
  border-color: rgb(255 228 230 / .15) !important;
}
.\!border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2) !important;
}
.\!border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25) !important;
}
.\!border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3) !important;
}
.\!border-rose-100\/35 {
  border-color: rgb(255 228 230 / .35) !important;
}
.\!border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4) !important;
}
.\!border-rose-100\/45 {
  border-color: rgb(255 228 230 / 0.45) !important;
}
.\!border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05) !important;
}
.\!border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5) !important;
}
.\!border-rose-100\/55 {
  border-color: rgb(255 228 230 / 0.55) !important;
}
.\!border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6) !important;
}
.\!border-rose-100\/65 {
  border-color: rgb(255 228 230 / 0.65) !important;
}
.\!border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7) !important;
}
.\!border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75) !important;
}
.\!border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8) !important;
}
.\!border-rose-100\/85 {
  border-color: rgb(255 228 230 / 0.85) !important;
}
.\!border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9) !important;
}
.\!border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95) !important;
}
.\!border-rose-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1)) !important;
}
.\!border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0) !important;
}
.\!border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1) !important;
}
.\!border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1) !important;
}
.\!border-rose-200\/15 {
  border-color: rgb(254 205 211 / .15) !important;
}
.\!border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2) !important;
}
.\!border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25) !important;
}
.\!border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3) !important;
}
.\!border-rose-200\/35 {
  border-color: rgb(254 205 211 / .35) !important;
}
.\!border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4) !important;
}
.\!border-rose-200\/45 {
  border-color: rgb(254 205 211 / 0.45) !important;
}
.\!border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05) !important;
}
.\!border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5) !important;
}
.\!border-rose-200\/55 {
  border-color: rgb(254 205 211 / 0.55) !important;
}
.\!border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6) !important;
}
.\!border-rose-200\/65 {
  border-color: rgb(254 205 211 / 0.65) !important;
}
.\!border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7) !important;
}
.\!border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75) !important;
}
.\!border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8) !important;
}
.\!border-rose-200\/85 {
  border-color: rgb(254 205 211 / 0.85) !important;
}
.\!border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9) !important;
}
.\!border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95) !important;
}
.\!border-rose-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1)) !important;
}
.\!border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0) !important;
}
.\!border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1) !important;
}
.\!border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1) !important;
}
.\!border-rose-300\/15 {
  border-color: rgb(253 164 175 / .15) !important;
}
.\!border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2) !important;
}
.\!border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25) !important;
}
.\!border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3) !important;
}
.\!border-rose-300\/35 {
  border-color: rgb(253 164 175 / .35) !important;
}
.\!border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4) !important;
}
.\!border-rose-300\/45 {
  border-color: rgb(253 164 175 / 0.45) !important;
}
.\!border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05) !important;
}
.\!border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5) !important;
}
.\!border-rose-300\/55 {
  border-color: rgb(253 164 175 / 0.55) !important;
}
.\!border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6) !important;
}
.\!border-rose-300\/65 {
  border-color: rgb(253 164 175 / 0.65) !important;
}
.\!border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7) !important;
}
.\!border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75) !important;
}
.\!border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8) !important;
}
.\!border-rose-300\/85 {
  border-color: rgb(253 164 175 / 0.85) !important;
}
.\!border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9) !important;
}
.\!border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95) !important;
}
.\!border-rose-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1)) !important;
}
.\!border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0) !important;
}
.\!border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1) !important;
}
.\!border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1) !important;
}
.\!border-rose-400\/15 {
  border-color: rgb(251 113 133 / .15) !important;
}
.\!border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2) !important;
}
.\!border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25) !important;
}
.\!border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3) !important;
}
.\!border-rose-400\/35 {
  border-color: rgb(251 113 133 / .35) !important;
}
.\!border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4) !important;
}
.\!border-rose-400\/45 {
  border-color: rgb(251 113 133 / 0.45) !important;
}
.\!border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05) !important;
}
.\!border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5) !important;
}
.\!border-rose-400\/55 {
  border-color: rgb(251 113 133 / 0.55) !important;
}
.\!border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6) !important;
}
.\!border-rose-400\/65 {
  border-color: rgb(251 113 133 / 0.65) !important;
}
.\!border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7) !important;
}
.\!border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75) !important;
}
.\!border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8) !important;
}
.\!border-rose-400\/85 {
  border-color: rgb(251 113 133 / 0.85) !important;
}
.\!border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9) !important;
}
.\!border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95) !important;
}
.\!border-rose-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1)) !important;
}
.\!border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0) !important;
}
.\!border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1) !important;
}
.\!border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1) !important;
}
.\!border-rose-500\/15 {
  border-color: rgb(244 63 94 / .15) !important;
}
.\!border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2) !important;
}
.\!border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25) !important;
}
.\!border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3) !important;
}
.\!border-rose-500\/35 {
  border-color: rgb(244 63 94 / .35) !important;
}
.\!border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4) !important;
}
.\!border-rose-500\/45 {
  border-color: rgb(244 63 94 / 0.45) !important;
}
.\!border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05) !important;
}
.\!border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5) !important;
}
.\!border-rose-500\/55 {
  border-color: rgb(244 63 94 / 0.55) !important;
}
.\!border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6) !important;
}
.\!border-rose-500\/65 {
  border-color: rgb(244 63 94 / 0.65) !important;
}
.\!border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7) !important;
}
.\!border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75) !important;
}
.\!border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8) !important;
}
.\!border-rose-500\/85 {
  border-color: rgb(244 63 94 / 0.85) !important;
}
.\!border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9) !important;
}
.\!border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95) !important;
}
.\!border-rose-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1)) !important;
}
.\!border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0) !important;
}
.\!border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1) !important;
}
.\!border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1) !important;
}
.\!border-rose-600\/15 {
  border-color: rgb(225 29 72 / .15) !important;
}
.\!border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2) !important;
}
.\!border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25) !important;
}
.\!border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3) !important;
}
.\!border-rose-600\/35 {
  border-color: rgb(225 29 72 / .35) !important;
}
.\!border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4) !important;
}
.\!border-rose-600\/45 {
  border-color: rgb(225 29 72 / 0.45) !important;
}
.\!border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05) !important;
}
.\!border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5) !important;
}
.\!border-rose-600\/55 {
  border-color: rgb(225 29 72 / 0.55) !important;
}
.\!border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6) !important;
}
.\!border-rose-600\/65 {
  border-color: rgb(225 29 72 / 0.65) !important;
}
.\!border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7) !important;
}
.\!border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75) !important;
}
.\!border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8) !important;
}
.\!border-rose-600\/85 {
  border-color: rgb(225 29 72 / 0.85) !important;
}
.\!border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9) !important;
}
.\!border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95) !important;
}
.\!border-secondary {
  border-color: var(--border-secondary) !important;
}
.\!border-sky-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-sky-100\/0 {
  border-color: rgb(224 242 254 / 0) !important;
}
.\!border-sky-100\/10 {
  border-color: rgb(224 242 254 / 0.1) !important;
}
.\!border-sky-100\/100 {
  border-color: rgb(224 242 254 / 1) !important;
}
.\!border-sky-100\/15 {
  border-color: rgb(224 242 254 / .15) !important;
}
.\!border-sky-100\/20 {
  border-color: rgb(224 242 254 / 0.2) !important;
}
.\!border-sky-100\/25 {
  border-color: rgb(224 242 254 / 0.25) !important;
}
.\!border-sky-100\/30 {
  border-color: rgb(224 242 254 / 0.3) !important;
}
.\!border-sky-100\/35 {
  border-color: rgb(224 242 254 / .35) !important;
}
.\!border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4) !important;
}
.\!border-sky-100\/45 {
  border-color: rgb(224 242 254 / 0.45) !important;
}
.\!border-sky-100\/5 {
  border-color: rgb(224 242 254 / 0.05) !important;
}
.\!border-sky-100\/50 {
  border-color: rgb(224 242 254 / 0.5) !important;
}
.\!border-sky-100\/55 {
  border-color: rgb(224 242 254 / 0.55) !important;
}
.\!border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6) !important;
}
.\!border-sky-100\/65 {
  border-color: rgb(224 242 254 / 0.65) !important;
}
.\!border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7) !important;
}
.\!border-sky-100\/75 {
  border-color: rgb(224 242 254 / 0.75) !important;
}
.\!border-sky-100\/80 {
  border-color: rgb(224 242 254 / 0.8) !important;
}
.\!border-sky-100\/85 {
  border-color: rgb(224 242 254 / 0.85) !important;
}
.\!border-sky-100\/90 {
  border-color: rgb(224 242 254 / 0.9) !important;
}
.\!border-sky-100\/95 {
  border-color: rgb(224 242 254 / 0.95) !important;
}
.\!border-sky-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1)) !important;
}
.\!border-sky-200\/0 {
  border-color: rgb(186 230 253 / 0) !important;
}
.\!border-sky-200\/10 {
  border-color: rgb(186 230 253 / 0.1) !important;
}
.\!border-sky-200\/100 {
  border-color: rgb(186 230 253 / 1) !important;
}
.\!border-sky-200\/15 {
  border-color: rgb(186 230 253 / .15) !important;
}
.\!border-sky-200\/20 {
  border-color: rgb(186 230 253 / 0.2) !important;
}
.\!border-sky-200\/25 {
  border-color: rgb(186 230 253 / 0.25) !important;
}
.\!border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3) !important;
}
.\!border-sky-200\/35 {
  border-color: rgb(186 230 253 / .35) !important;
}
.\!border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4) !important;
}
.\!border-sky-200\/45 {
  border-color: rgb(186 230 253 / 0.45) !important;
}
.\!border-sky-200\/5 {
  border-color: rgb(186 230 253 / 0.05) !important;
}
.\!border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5) !important;
}
.\!border-sky-200\/55 {
  border-color: rgb(186 230 253 / 0.55) !important;
}
.\!border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6) !important;
}
.\!border-sky-200\/65 {
  border-color: rgb(186 230 253 / 0.65) !important;
}
.\!border-sky-200\/70 {
  border-color: rgb(186 230 253 / 0.7) !important;
}
.\!border-sky-200\/75 {
  border-color: rgb(186 230 253 / 0.75) !important;
}
.\!border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8) !important;
}
.\!border-sky-200\/85 {
  border-color: rgb(186 230 253 / 0.85) !important;
}
.\!border-sky-200\/90 {
  border-color: rgb(186 230 253 / 0.9) !important;
}
.\!border-sky-200\/95 {
  border-color: rgb(186 230 253 / 0.95) !important;
}
.\!border-sky-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1)) !important;
}
.\!border-sky-300\/0 {
  border-color: rgb(125 211 252 / 0) !important;
}
.\!border-sky-300\/10 {
  border-color: rgb(125 211 252 / 0.1) !important;
}
.\!border-sky-300\/100 {
  border-color: rgb(125 211 252 / 1) !important;
}
.\!border-sky-300\/15 {
  border-color: rgb(125 211 252 / .15) !important;
}
.\!border-sky-300\/20 {
  border-color: rgb(125 211 252 / 0.2) !important;
}
.\!border-sky-300\/25 {
  border-color: rgb(125 211 252 / 0.25) !important;
}
.\!border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3) !important;
}
.\!border-sky-300\/35 {
  border-color: rgb(125 211 252 / .35) !important;
}
.\!border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4) !important;
}
.\!border-sky-300\/45 {
  border-color: rgb(125 211 252 / 0.45) !important;
}
.\!border-sky-300\/5 {
  border-color: rgb(125 211 252 / 0.05) !important;
}
.\!border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5) !important;
}
.\!border-sky-300\/55 {
  border-color: rgb(125 211 252 / 0.55) !important;
}
.\!border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6) !important;
}
.\!border-sky-300\/65 {
  border-color: rgb(125 211 252 / 0.65) !important;
}
.\!border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7) !important;
}
.\!border-sky-300\/75 {
  border-color: rgb(125 211 252 / 0.75) !important;
}
.\!border-sky-300\/80 {
  border-color: rgb(125 211 252 / 0.8) !important;
}
.\!border-sky-300\/85 {
  border-color: rgb(125 211 252 / 0.85) !important;
}
.\!border-sky-300\/90 {
  border-color: rgb(125 211 252 / 0.9) !important;
}
.\!border-sky-300\/95 {
  border-color: rgb(125 211 252 / 0.95) !important;
}
.\!border-sky-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1)) !important;
}
.\!border-sky-400\/0 {
  border-color: rgb(56 189 248 / 0) !important;
}
.\!border-sky-400\/10 {
  border-color: rgb(56 189 248 / 0.1) !important;
}
.\!border-sky-400\/100 {
  border-color: rgb(56 189 248 / 1) !important;
}
.\!border-sky-400\/15 {
  border-color: rgb(56 189 248 / .15) !important;
}
.\!border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2) !important;
}
.\!border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25) !important;
}
.\!border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3) !important;
}
.\!border-sky-400\/35 {
  border-color: rgb(56 189 248 / .35) !important;
}
.\!border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4) !important;
}
.\!border-sky-400\/45 {
  border-color: rgb(56 189 248 / 0.45) !important;
}
.\!border-sky-400\/5 {
  border-color: rgb(56 189 248 / 0.05) !important;
}
.\!border-sky-400\/50 {
  border-color: rgb(56 189 248 / 0.5) !important;
}
.\!border-sky-400\/55 {
  border-color: rgb(56 189 248 / 0.55) !important;
}
.\!border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6) !important;
}
.\!border-sky-400\/65 {
  border-color: rgb(56 189 248 / 0.65) !important;
}
.\!border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7) !important;
}
.\!border-sky-400\/75 {
  border-color: rgb(56 189 248 / 0.75) !important;
}
.\!border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8) !important;
}
.\!border-sky-400\/85 {
  border-color: rgb(56 189 248 / 0.85) !important;
}
.\!border-sky-400\/90 {
  border-color: rgb(56 189 248 / 0.9) !important;
}
.\!border-sky-400\/95 {
  border-color: rgb(56 189 248 / 0.95) !important;
}
.\!border-sky-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1)) !important;
}
.\!border-sky-500\/0 {
  border-color: rgb(14 165 233 / 0) !important;
}
.\!border-sky-500\/10 {
  border-color: rgb(14 165 233 / 0.1) !important;
}
.\!border-sky-500\/100 {
  border-color: rgb(14 165 233 / 1) !important;
}
.\!border-sky-500\/15 {
  border-color: rgb(14 165 233 / .15) !important;
}
.\!border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2) !important;
}
.\!border-sky-500\/25 {
  border-color: rgb(14 165 233 / 0.25) !important;
}
.\!border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3) !important;
}
.\!border-sky-500\/35 {
  border-color: rgb(14 165 233 / .35) !important;
}
.\!border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4) !important;
}
.\!border-sky-500\/45 {
  border-color: rgb(14 165 233 / 0.45) !important;
}
.\!border-sky-500\/5 {
  border-color: rgb(14 165 233 / 0.05) !important;
}
.\!border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5) !important;
}
.\!border-sky-500\/55 {
  border-color: rgb(14 165 233 / 0.55) !important;
}
.\!border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6) !important;
}
.\!border-sky-500\/65 {
  border-color: rgb(14 165 233 / 0.65) !important;
}
.\!border-sky-500\/70 {
  border-color: rgb(14 165 233 / 0.7) !important;
}
.\!border-sky-500\/75 {
  border-color: rgb(14 165 233 / 0.75) !important;
}
.\!border-sky-500\/80 {
  border-color: rgb(14 165 233 / 0.8) !important;
}
.\!border-sky-500\/85 {
  border-color: rgb(14 165 233 / 0.85) !important;
}
.\!border-sky-500\/90 {
  border-color: rgb(14 165 233 / 0.9) !important;
}
.\!border-sky-500\/95 {
  border-color: rgb(14 165 233 / 0.95) !important;
}
.\!border-sky-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1)) !important;
}
.\!border-sky-600\/0 {
  border-color: rgb(2 132 199 / 0) !important;
}
.\!border-sky-600\/10 {
  border-color: rgb(2 132 199 / 0.1) !important;
}
.\!border-sky-600\/100 {
  border-color: rgb(2 132 199 / 1) !important;
}
.\!border-sky-600\/15 {
  border-color: rgb(2 132 199 / .15) !important;
}
.\!border-sky-600\/20 {
  border-color: rgb(2 132 199 / 0.2) !important;
}
.\!border-sky-600\/25 {
  border-color: rgb(2 132 199 / 0.25) !important;
}
.\!border-sky-600\/30 {
  border-color: rgb(2 132 199 / 0.3) !important;
}
.\!border-sky-600\/35 {
  border-color: rgb(2 132 199 / .35) !important;
}
.\!border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4) !important;
}
.\!border-sky-600\/45 {
  border-color: rgb(2 132 199 / 0.45) !important;
}
.\!border-sky-600\/5 {
  border-color: rgb(2 132 199 / 0.05) !important;
}
.\!border-sky-600\/50 {
  border-color: rgb(2 132 199 / 0.5) !important;
}
.\!border-sky-600\/55 {
  border-color: rgb(2 132 199 / 0.55) !important;
}
.\!border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6) !important;
}
.\!border-sky-600\/65 {
  border-color: rgb(2 132 199 / 0.65) !important;
}
.\!border-sky-600\/70 {
  border-color: rgb(2 132 199 / 0.7) !important;
}
.\!border-sky-600\/75 {
  border-color: rgb(2 132 199 / 0.75) !important;
}
.\!border-sky-600\/80 {
  border-color: rgb(2 132 199 / 0.8) !important;
}
.\!border-sky-600\/85 {
  border-color: rgb(2 132 199 / 0.85) !important;
}
.\!border-sky-600\/90 {
  border-color: rgb(2 132 199 / 0.9) !important;
}
.\!border-sky-600\/95 {
  border-color: rgb(2 132 199 / 0.95) !important;
}
.\!border-slate-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1)) !important;
}
.\!border-slate-100\/0 {
  border-color: rgb(241 245 249 / 0) !important;
}
.\!border-slate-100\/10 {
  border-color: rgb(241 245 249 / 0.1) !important;
}
.\!border-slate-100\/100 {
  border-color: rgb(241 245 249 / 1) !important;
}
.\!border-slate-100\/15 {
  border-color: rgb(241 245 249 / .15) !important;
}
.\!border-slate-100\/20 {
  border-color: rgb(241 245 249 / 0.2) !important;
}
.\!border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25) !important;
}
.\!border-slate-100\/30 {
  border-color: rgb(241 245 249 / 0.3) !important;
}
.\!border-slate-100\/35 {
  border-color: rgb(241 245 249 / .35) !important;
}
.\!border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4) !important;
}
.\!border-slate-100\/45 {
  border-color: rgb(241 245 249 / 0.45) !important;
}
.\!border-slate-100\/5 {
  border-color: rgb(241 245 249 / 0.05) !important;
}
.\!border-slate-100\/50 {
  border-color: rgb(241 245 249 / 0.5) !important;
}
.\!border-slate-100\/55 {
  border-color: rgb(241 245 249 / 0.55) !important;
}
.\!border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6) !important;
}
.\!border-slate-100\/65 {
  border-color: rgb(241 245 249 / 0.65) !important;
}
.\!border-slate-100\/70 {
  border-color: rgb(241 245 249 / 0.7) !important;
}
.\!border-slate-100\/75 {
  border-color: rgb(241 245 249 / 0.75) !important;
}
.\!border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8) !important;
}
.\!border-slate-100\/85 {
  border-color: rgb(241 245 249 / 0.85) !important;
}
.\!border-slate-100\/90 {
  border-color: rgb(241 245 249 / 0.9) !important;
}
.\!border-slate-100\/95 {
  border-color: rgb(241 245 249 / 0.95) !important;
}
.\!border-slate-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)) !important;
}
.\!border-slate-200\/0 {
  border-color: rgb(226 232 240 / 0) !important;
}
.\!border-slate-200\/10 {
  border-color: rgb(226 232 240 / 0.1) !important;
}
.\!border-slate-200\/100 {
  border-color: rgb(226 232 240 / 1) !important;
}
.\!border-slate-200\/15 {
  border-color: rgb(226 232 240 / .15) !important;
}
.\!border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2) !important;
}
.\!border-slate-200\/25 {
  border-color: rgb(226 232 240 / 0.25) !important;
}
.\!border-slate-200\/30 {
  border-color: rgb(226 232 240 / 0.3) !important;
}
.\!border-slate-200\/35 {
  border-color: rgb(226 232 240 / .35) !important;
}
.\!border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4) !important;
}
.\!border-slate-200\/45 {
  border-color: rgb(226 232 240 / 0.45) !important;
}
.\!border-slate-200\/5 {
  border-color: rgb(226 232 240 / 0.05) !important;
}
.\!border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5) !important;
}
.\!border-slate-200\/55 {
  border-color: rgb(226 232 240 / 0.55) !important;
}
.\!border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6) !important;
}
.\!border-slate-200\/65 {
  border-color: rgb(226 232 240 / 0.65) !important;
}
.\!border-slate-200\/70 {
  border-color: rgb(226 232 240 / 0.7) !important;
}
.\!border-slate-200\/75 {
  border-color: rgb(226 232 240 / 0.75) !important;
}
.\!border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8) !important;
}
.\!border-slate-200\/85 {
  border-color: rgb(226 232 240 / 0.85) !important;
}
.\!border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9) !important;
}
.\!border-slate-200\/95 {
  border-color: rgb(226 232 240 / 0.95) !important;
}
.\!border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.\!border-slate-300\/0 {
  border-color: rgb(203 213 225 / 0) !important;
}
.\!border-slate-300\/10 {
  border-color: rgb(203 213 225 / 0.1) !important;
}
.\!border-slate-300\/100 {
  border-color: rgb(203 213 225 / 1) !important;
}
.\!border-slate-300\/15 {
  border-color: rgb(203 213 225 / .15) !important;
}
.\!border-slate-300\/20 {
  border-color: rgb(203 213 225 / 0.2) !important;
}
.\!border-slate-300\/25 {
  border-color: rgb(203 213 225 / 0.25) !important;
}
.\!border-slate-300\/30 {
  border-color: rgb(203 213 225 / 0.3) !important;
}
.\!border-slate-300\/35 {
  border-color: rgb(203 213 225 / .35) !important;
}
.\!border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4) !important;
}
.\!border-slate-300\/45 {
  border-color: rgb(203 213 225 / 0.45) !important;
}
.\!border-slate-300\/5 {
  border-color: rgb(203 213 225 / 0.05) !important;
}
.\!border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5) !important;
}
.\!border-slate-300\/55 {
  border-color: rgb(203 213 225 / 0.55) !important;
}
.\!border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6) !important;
}
.\!border-slate-300\/65 {
  border-color: rgb(203 213 225 / 0.65) !important;
}
.\!border-slate-300\/70 {
  border-color: rgb(203 213 225 / 0.7) !important;
}
.\!border-slate-300\/75 {
  border-color: rgb(203 213 225 / 0.75) !important;
}
.\!border-slate-300\/80 {
  border-color: rgb(203 213 225 / 0.8) !important;
}
.\!border-slate-300\/85 {
  border-color: rgb(203 213 225 / 0.85) !important;
}
.\!border-slate-300\/90 {
  border-color: rgb(203 213 225 / 0.9) !important;
}
.\!border-slate-300\/95 {
  border-color: rgb(203 213 225 / 0.95) !important;
}
.\!border-slate-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}
.\!border-slate-400\/0 {
  border-color: rgb(148 163 184 / 0) !important;
}
.\!border-slate-400\/10 {
  border-color: rgb(148 163 184 / 0.1) !important;
}
.\!border-slate-400\/100 {
  border-color: rgb(148 163 184 / 1) !important;
}
.\!border-slate-400\/15 {
  border-color: rgb(148 163 184 / .15) !important;
}
.\!border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2) !important;
}
.\!border-slate-400\/25 {
  border-color: rgb(148 163 184 / 0.25) !important;
}
.\!border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3) !important;
}
.\!border-slate-400\/35 {
  border-color: rgb(148 163 184 / .35) !important;
}
.\!border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4) !important;
}
.\!border-slate-400\/45 {
  border-color: rgb(148 163 184 / 0.45) !important;
}
.\!border-slate-400\/5 {
  border-color: rgb(148 163 184 / 0.05) !important;
}
.\!border-slate-400\/50 {
  border-color: rgb(148 163 184 / 0.5) !important;
}
.\!border-slate-400\/55 {
  border-color: rgb(148 163 184 / 0.55) !important;
}
.\!border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6) !important;
}
.\!border-slate-400\/65 {
  border-color: rgb(148 163 184 / 0.65) !important;
}
.\!border-slate-400\/70 {
  border-color: rgb(148 163 184 / 0.7) !important;
}
.\!border-slate-400\/75 {
  border-color: rgb(148 163 184 / 0.75) !important;
}
.\!border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8) !important;
}
.\!border-slate-400\/85 {
  border-color: rgb(148 163 184 / 0.85) !important;
}
.\!border-slate-400\/90 {
  border-color: rgb(148 163 184 / 0.9) !important;
}
.\!border-slate-400\/95 {
  border-color: rgb(148 163 184 / 0.95) !important;
}
.\!border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.\!border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0) !important;
}
.\!border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1) !important;
}
.\!border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1) !important;
}
.\!border-slate-500\/15 {
  border-color: rgb(100 116 139 / .15) !important;
}
.\!border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2) !important;
}
.\!border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25) !important;
}
.\!border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3) !important;
}
.\!border-slate-500\/35 {
  border-color: rgb(100 116 139 / .35) !important;
}
.\!border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4) !important;
}
.\!border-slate-500\/45 {
  border-color: rgb(100 116 139 / 0.45) !important;
}
.\!border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05) !important;
}
.\!border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5) !important;
}
.\!border-slate-500\/55 {
  border-color: rgb(100 116 139 / 0.55) !important;
}
.\!border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6) !important;
}
.\!border-slate-500\/65 {
  border-color: rgb(100 116 139 / 0.65) !important;
}
.\!border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7) !important;
}
.\!border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75) !important;
}
.\!border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8) !important;
}
.\!border-slate-500\/85 {
  border-color: rgb(100 116 139 / 0.85) !important;
}
.\!border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9) !important;
}
.\!border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95) !important;
}
.\!border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1)) !important;
}
.\!border-slate-600\/0 {
  border-color: rgb(71 85 105 / 0) !important;
}
.\!border-slate-600\/10 {
  border-color: rgb(71 85 105 / 0.1) !important;
}
.\!border-slate-600\/100 {
  border-color: rgb(71 85 105 / 1) !important;
}
.\!border-slate-600\/15 {
  border-color: rgb(71 85 105 / .15) !important;
}
.\!border-slate-600\/20 {
  border-color: rgb(71 85 105 / 0.2) !important;
}
.\!border-slate-600\/25 {
  border-color: rgb(71 85 105 / 0.25) !important;
}
.\!border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3) !important;
}
.\!border-slate-600\/35 {
  border-color: rgb(71 85 105 / .35) !important;
}
.\!border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4) !important;
}
.\!border-slate-600\/45 {
  border-color: rgb(71 85 105 / 0.45) !important;
}
.\!border-slate-600\/5 {
  border-color: rgb(71 85 105 / 0.05) !important;
}
.\!border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5) !important;
}
.\!border-slate-600\/55 {
  border-color: rgb(71 85 105 / 0.55) !important;
}
.\!border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6) !important;
}
.\!border-slate-600\/65 {
  border-color: rgb(71 85 105 / 0.65) !important;
}
.\!border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7) !important;
}
.\!border-slate-600\/75 {
  border-color: rgb(71 85 105 / 0.75) !important;
}
.\!border-slate-600\/80 {
  border-color: rgb(71 85 105 / 0.8) !important;
}
.\!border-slate-600\/85 {
  border-color: rgb(71 85 105 / 0.85) !important;
}
.\!border-slate-600\/90 {
  border-color: rgb(71 85 105 / 0.9) !important;
}
.\!border-slate-600\/95 {
  border-color: rgb(71 85 105 / 0.95) !important;
}
.\!border-stone-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 248 247 / var(--tw-border-opacity, 1)) !important;
}
.\!border-stone-100\/0 {
  border-color: rgb(250 248 247 / 0) !important;
}
.\!border-stone-100\/10 {
  border-color: rgb(250 248 247 / 0.1) !important;
}
.\!border-stone-100\/100 {
  border-color: rgb(250 248 247 / 1) !important;
}
.\!border-stone-100\/15 {
  border-color: rgb(250 248 247 / .15) !important;
}
.\!border-stone-100\/20 {
  border-color: rgb(250 248 247 / 0.2) !important;
}
.\!border-stone-100\/25 {
  border-color: rgb(250 248 247 / 0.25) !important;
}
.\!border-stone-100\/30 {
  border-color: rgb(250 248 247 / 0.3) !important;
}
.\!border-stone-100\/35 {
  border-color: rgb(250 248 247 / .35) !important;
}
.\!border-stone-100\/40 {
  border-color: rgb(250 248 247 / 0.4) !important;
}
.\!border-stone-100\/45 {
  border-color: rgb(250 248 247 / 0.45) !important;
}
.\!border-stone-100\/5 {
  border-color: rgb(250 248 247 / 0.05) !important;
}
.\!border-stone-100\/50 {
  border-color: rgb(250 248 247 / 0.5) !important;
}
.\!border-stone-100\/55 {
  border-color: rgb(250 248 247 / 0.55) !important;
}
.\!border-stone-100\/60 {
  border-color: rgb(250 248 247 / 0.6) !important;
}
.\!border-stone-100\/65 {
  border-color: rgb(250 248 247 / 0.65) !important;
}
.\!border-stone-100\/70 {
  border-color: rgb(250 248 247 / 0.7) !important;
}
.\!border-stone-100\/75 {
  border-color: rgb(250 248 247 / 0.75) !important;
}
.\!border-stone-100\/80 {
  border-color: rgb(250 248 247 / 0.8) !important;
}
.\!border-stone-100\/85 {
  border-color: rgb(250 248 247 / 0.85) !important;
}
.\!border-stone-100\/90 {
  border-color: rgb(250 248 247 / 0.9) !important;
}
.\!border-stone-100\/95 {
  border-color: rgb(250 248 247 / 0.95) !important;
}
.\!border-stone-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1)) !important;
}
.\!border-stone-200\/0 {
  border-color: rgb(231 229 228 / 0) !important;
}
.\!border-stone-200\/10 {
  border-color: rgb(231 229 228 / 0.1) !important;
}
.\!border-stone-200\/100 {
  border-color: rgb(231 229 228 / 1) !important;
}
.\!border-stone-200\/15 {
  border-color: rgb(231 229 228 / .15) !important;
}
.\!border-stone-200\/20 {
  border-color: rgb(231 229 228 / 0.2) !important;
}
.\!border-stone-200\/25 {
  border-color: rgb(231 229 228 / 0.25) !important;
}
.\!border-stone-200\/30 {
  border-color: rgb(231 229 228 / 0.3) !important;
}
.\!border-stone-200\/35 {
  border-color: rgb(231 229 228 / .35) !important;
}
.\!border-stone-200\/40 {
  border-color: rgb(231 229 228 / 0.4) !important;
}
.\!border-stone-200\/45 {
  border-color: rgb(231 229 228 / 0.45) !important;
}
.\!border-stone-200\/5 {
  border-color: rgb(231 229 228 / 0.05) !important;
}
.\!border-stone-200\/50 {
  border-color: rgb(231 229 228 / 0.5) !important;
}
.\!border-stone-200\/55 {
  border-color: rgb(231 229 228 / 0.55) !important;
}
.\!border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6) !important;
}
.\!border-stone-200\/65 {
  border-color: rgb(231 229 228 / 0.65) !important;
}
.\!border-stone-200\/70 {
  border-color: rgb(231 229 228 / 0.7) !important;
}
.\!border-stone-200\/75 {
  border-color: rgb(231 229 228 / 0.75) !important;
}
.\!border-stone-200\/80 {
  border-color: rgb(231 229 228 / 0.8) !important;
}
.\!border-stone-200\/85 {
  border-color: rgb(231 229 228 / 0.85) !important;
}
.\!border-stone-200\/90 {
  border-color: rgb(231 229 228 / 0.9) !important;
}
.\!border-stone-200\/95 {
  border-color: rgb(231 229 228 / 0.95) !important;
}
.\!border-stone-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1)) !important;
}
.\!border-stone-300\/0 {
  border-color: rgb(214 211 209 / 0) !important;
}
.\!border-stone-300\/10 {
  border-color: rgb(214 211 209 / 0.1) !important;
}
.\!border-stone-300\/100 {
  border-color: rgb(214 211 209 / 1) !important;
}
.\!border-stone-300\/15 {
  border-color: rgb(214 211 209 / .15) !important;
}
.\!border-stone-300\/20 {
  border-color: rgb(214 211 209 / 0.2) !important;
}
.\!border-stone-300\/25 {
  border-color: rgb(214 211 209 / 0.25) !important;
}
.\!border-stone-300\/30 {
  border-color: rgb(214 211 209 / 0.3) !important;
}
.\!border-stone-300\/35 {
  border-color: rgb(214 211 209 / .35) !important;
}
.\!border-stone-300\/40 {
  border-color: rgb(214 211 209 / 0.4) !important;
}
.\!border-stone-300\/45 {
  border-color: rgb(214 211 209 / 0.45) !important;
}
.\!border-stone-300\/5 {
  border-color: rgb(214 211 209 / 0.05) !important;
}
.\!border-stone-300\/50 {
  border-color: rgb(214 211 209 / 0.5) !important;
}
.\!border-stone-300\/55 {
  border-color: rgb(214 211 209 / 0.55) !important;
}
.\!border-stone-300\/60 {
  border-color: rgb(214 211 209 / 0.6) !important;
}
.\!border-stone-300\/65 {
  border-color: rgb(214 211 209 / 0.65) !important;
}
.\!border-stone-300\/70 {
  border-color: rgb(214 211 209 / 0.7) !important;
}
.\!border-stone-300\/75 {
  border-color: rgb(214 211 209 / 0.75) !important;
}
.\!border-stone-300\/80 {
  border-color: rgb(214 211 209 / 0.8) !important;
}
.\!border-stone-300\/85 {
  border-color: rgb(214 211 209 / 0.85) !important;
}
.\!border-stone-300\/90 {
  border-color: rgb(214 211 209 / 0.9) !important;
}
.\!border-stone-300\/95 {
  border-color: rgb(214 211 209 / 0.95) !important;
}
.\!border-stone-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1)) !important;
}
.\!border-stone-400\/0 {
  border-color: rgb(168 162 158 / 0) !important;
}
.\!border-stone-400\/10 {
  border-color: rgb(168 162 158 / 0.1) !important;
}
.\!border-stone-400\/100 {
  border-color: rgb(168 162 158 / 1) !important;
}
.\!border-stone-400\/15 {
  border-color: rgb(168 162 158 / .15) !important;
}
.\!border-stone-400\/20 {
  border-color: rgb(168 162 158 / 0.2) !important;
}
.\!border-stone-400\/25 {
  border-color: rgb(168 162 158 / 0.25) !important;
}
.\!border-stone-400\/30 {
  border-color: rgb(168 162 158 / 0.3) !important;
}
.\!border-stone-400\/35 {
  border-color: rgb(168 162 158 / .35) !important;
}
.\!border-stone-400\/40 {
  border-color: rgb(168 162 158 / 0.4) !important;
}
.\!border-stone-400\/45 {
  border-color: rgb(168 162 158 / 0.45) !important;
}
.\!border-stone-400\/5 {
  border-color: rgb(168 162 158 / 0.05) !important;
}
.\!border-stone-400\/50 {
  border-color: rgb(168 162 158 / 0.5) !important;
}
.\!border-stone-400\/55 {
  border-color: rgb(168 162 158 / 0.55) !important;
}
.\!border-stone-400\/60 {
  border-color: rgb(168 162 158 / 0.6) !important;
}
.\!border-stone-400\/65 {
  border-color: rgb(168 162 158 / 0.65) !important;
}
.\!border-stone-400\/70 {
  border-color: rgb(168 162 158 / 0.7) !important;
}
.\!border-stone-400\/75 {
  border-color: rgb(168 162 158 / 0.75) !important;
}
.\!border-stone-400\/80 {
  border-color: rgb(168 162 158 / 0.8) !important;
}
.\!border-stone-400\/85 {
  border-color: rgb(168 162 158 / 0.85) !important;
}
.\!border-stone-400\/90 {
  border-color: rgb(168 162 158 / 0.9) !important;
}
.\!border-stone-400\/95 {
  border-color: rgb(168 162 158 / 0.95) !important;
}
.\!border-stone-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1)) !important;
}
.\!border-stone-500\/0 {
  border-color: rgb(120 113 108 / 0) !important;
}
.\!border-stone-500\/10 {
  border-color: rgb(120 113 108 / 0.1) !important;
}
.\!border-stone-500\/100 {
  border-color: rgb(120 113 108 / 1) !important;
}
.\!border-stone-500\/15 {
  border-color: rgb(120 113 108 / .15) !important;
}
.\!border-stone-500\/20 {
  border-color: rgb(120 113 108 / 0.2) !important;
}
.\!border-stone-500\/25 {
  border-color: rgb(120 113 108 / 0.25) !important;
}
.\!border-stone-500\/30 {
  border-color: rgb(120 113 108 / 0.3) !important;
}
.\!border-stone-500\/35 {
  border-color: rgb(120 113 108 / .35) !important;
}
.\!border-stone-500\/40 {
  border-color: rgb(120 113 108 / 0.4) !important;
}
.\!border-stone-500\/45 {
  border-color: rgb(120 113 108 / 0.45) !important;
}
.\!border-stone-500\/5 {
  border-color: rgb(120 113 108 / 0.05) !important;
}
.\!border-stone-500\/50 {
  border-color: rgb(120 113 108 / 0.5) !important;
}
.\!border-stone-500\/55 {
  border-color: rgb(120 113 108 / 0.55) !important;
}
.\!border-stone-500\/60 {
  border-color: rgb(120 113 108 / 0.6) !important;
}
.\!border-stone-500\/65 {
  border-color: rgb(120 113 108 / 0.65) !important;
}
.\!border-stone-500\/70 {
  border-color: rgb(120 113 108 / 0.7) !important;
}
.\!border-stone-500\/75 {
  border-color: rgb(120 113 108 / 0.75) !important;
}
.\!border-stone-500\/80 {
  border-color: rgb(120 113 108 / 0.8) !important;
}
.\!border-stone-500\/85 {
  border-color: rgb(120 113 108 / 0.85) !important;
}
.\!border-stone-500\/90 {
  border-color: rgb(120 113 108 / 0.9) !important;
}
.\!border-stone-500\/95 {
  border-color: rgb(120 113 108 / 0.95) !important;
}
.\!border-stone-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1)) !important;
}
.\!border-stone-600\/0 {
  border-color: rgb(87 83 78 / 0) !important;
}
.\!border-stone-600\/10 {
  border-color: rgb(87 83 78 / 0.1) !important;
}
.\!border-stone-600\/100 {
  border-color: rgb(87 83 78 / 1) !important;
}
.\!border-stone-600\/15 {
  border-color: rgb(87 83 78 / .15) !important;
}
.\!border-stone-600\/20 {
  border-color: rgb(87 83 78 / 0.2) !important;
}
.\!border-stone-600\/25 {
  border-color: rgb(87 83 78 / 0.25) !important;
}
.\!border-stone-600\/30 {
  border-color: rgb(87 83 78 / 0.3) !important;
}
.\!border-stone-600\/35 {
  border-color: rgb(87 83 78 / .35) !important;
}
.\!border-stone-600\/40 {
  border-color: rgb(87 83 78 / 0.4) !important;
}
.\!border-stone-600\/45 {
  border-color: rgb(87 83 78 / 0.45) !important;
}
.\!border-stone-600\/5 {
  border-color: rgb(87 83 78 / 0.05) !important;
}
.\!border-stone-600\/50 {
  border-color: rgb(87 83 78 / 0.5) !important;
}
.\!border-stone-600\/55 {
  border-color: rgb(87 83 78 / 0.55) !important;
}
.\!border-stone-600\/60 {
  border-color: rgb(87 83 78 / 0.6) !important;
}
.\!border-stone-600\/65 {
  border-color: rgb(87 83 78 / 0.65) !important;
}
.\!border-stone-600\/70 {
  border-color: rgb(87 83 78 / 0.7) !important;
}
.\!border-stone-600\/75 {
  border-color: rgb(87 83 78 / 0.75) !important;
}
.\!border-stone-600\/80 {
  border-color: rgb(87 83 78 / 0.8) !important;
}
.\!border-stone-600\/85 {
  border-color: rgb(87 83 78 / 0.85) !important;
}
.\!border-stone-600\/90 {
  border-color: rgb(87 83 78 / 0.9) !important;
}
.\!border-stone-600\/95 {
  border-color: rgb(87 83 78 / 0.95) !important;
}
.\!border-teal-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1)) !important;
}
.\!border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0) !important;
}
.\!border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1) !important;
}
.\!border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1) !important;
}
.\!border-teal-100\/15 {
  border-color: rgb(204 251 241 / .15) !important;
}
.\!border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2) !important;
}
.\!border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25) !important;
}
.\!border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3) !important;
}
.\!border-teal-100\/35 {
  border-color: rgb(204 251 241 / .35) !important;
}
.\!border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4) !important;
}
.\!border-teal-100\/45 {
  border-color: rgb(204 251 241 / 0.45) !important;
}
.\!border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05) !important;
}
.\!border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5) !important;
}
.\!border-teal-100\/55 {
  border-color: rgb(204 251 241 / 0.55) !important;
}
.\!border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6) !important;
}
.\!border-teal-100\/65 {
  border-color: rgb(204 251 241 / 0.65) !important;
}
.\!border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7) !important;
}
.\!border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75) !important;
}
.\!border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8) !important;
}
.\!border-teal-100\/85 {
  border-color: rgb(204 251 241 / 0.85) !important;
}
.\!border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9) !important;
}
.\!border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95) !important;
}
.\!border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1)) !important;
}
.\!border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0) !important;
}
.\!border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1) !important;
}
.\!border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1) !important;
}
.\!border-teal-200\/15 {
  border-color: rgb(153 246 228 / .15) !important;
}
.\!border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2) !important;
}
.\!border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25) !important;
}
.\!border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3) !important;
}
.\!border-teal-200\/35 {
  border-color: rgb(153 246 228 / .35) !important;
}
.\!border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4) !important;
}
.\!border-teal-200\/45 {
  border-color: rgb(153 246 228 / 0.45) !important;
}
.\!border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05) !important;
}
.\!border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5) !important;
}
.\!border-teal-200\/55 {
  border-color: rgb(153 246 228 / 0.55) !important;
}
.\!border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6) !important;
}
.\!border-teal-200\/65 {
  border-color: rgb(153 246 228 / 0.65) !important;
}
.\!border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7) !important;
}
.\!border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75) !important;
}
.\!border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8) !important;
}
.\!border-teal-200\/85 {
  border-color: rgb(153 246 228 / 0.85) !important;
}
.\!border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9) !important;
}
.\!border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95) !important;
}
.\!border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1)) !important;
}
.\!border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0) !important;
}
.\!border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1) !important;
}
.\!border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1) !important;
}
.\!border-teal-300\/15 {
  border-color: rgb(94 234 212 / .15) !important;
}
.\!border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2) !important;
}
.\!border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25) !important;
}
.\!border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3) !important;
}
.\!border-teal-300\/35 {
  border-color: rgb(94 234 212 / .35) !important;
}
.\!border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4) !important;
}
.\!border-teal-300\/45 {
  border-color: rgb(94 234 212 / 0.45) !important;
}
.\!border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05) !important;
}
.\!border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5) !important;
}
.\!border-teal-300\/55 {
  border-color: rgb(94 234 212 / 0.55) !important;
}
.\!border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6) !important;
}
.\!border-teal-300\/65 {
  border-color: rgb(94 234 212 / 0.65) !important;
}
.\!border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7) !important;
}
.\!border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75) !important;
}
.\!border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8) !important;
}
.\!border-teal-300\/85 {
  border-color: rgb(94 234 212 / 0.85) !important;
}
.\!border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9) !important;
}
.\!border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95) !important;
}
.\!border-teal-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1)) !important;
}
.\!border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0) !important;
}
.\!border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1) !important;
}
.\!border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1) !important;
}
.\!border-teal-400\/15 {
  border-color: rgb(45 212 191 / .15) !important;
}
.\!border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2) !important;
}
.\!border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25) !important;
}
.\!border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3) !important;
}
.\!border-teal-400\/35 {
  border-color: rgb(45 212 191 / .35) !important;
}
.\!border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4) !important;
}
.\!border-teal-400\/45 {
  border-color: rgb(45 212 191 / 0.45) !important;
}
.\!border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05) !important;
}
.\!border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5) !important;
}
.\!border-teal-400\/55 {
  border-color: rgb(45 212 191 / 0.55) !important;
}
.\!border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6) !important;
}
.\!border-teal-400\/65 {
  border-color: rgb(45 212 191 / 0.65) !important;
}
.\!border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7) !important;
}
.\!border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75) !important;
}
.\!border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8) !important;
}
.\!border-teal-400\/85 {
  border-color: rgb(45 212 191 / 0.85) !important;
}
.\!border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9) !important;
}
.\!border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95) !important;
}
.\!border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1)) !important;
}
.\!border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0) !important;
}
.\!border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1) !important;
}
.\!border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1) !important;
}
.\!border-teal-500\/15 {
  border-color: rgb(20 184 166 / .15) !important;
}
.\!border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2) !important;
}
.\!border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25) !important;
}
.\!border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3) !important;
}
.\!border-teal-500\/35 {
  border-color: rgb(20 184 166 / .35) !important;
}
.\!border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4) !important;
}
.\!border-teal-500\/45 {
  border-color: rgb(20 184 166 / 0.45) !important;
}
.\!border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05) !important;
}
.\!border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5) !important;
}
.\!border-teal-500\/55 {
  border-color: rgb(20 184 166 / 0.55) !important;
}
.\!border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6) !important;
}
.\!border-teal-500\/65 {
  border-color: rgb(20 184 166 / 0.65) !important;
}
.\!border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7) !important;
}
.\!border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75) !important;
}
.\!border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8) !important;
}
.\!border-teal-500\/85 {
  border-color: rgb(20 184 166 / 0.85) !important;
}
.\!border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9) !important;
}
.\!border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95) !important;
}
.\!border-teal-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1)) !important;
}
.\!border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0) !important;
}
.\!border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1) !important;
}
.\!border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1) !important;
}
.\!border-teal-600\/15 {
  border-color: rgb(13 148 136 / .15) !important;
}
.\!border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2) !important;
}
.\!border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25) !important;
}
.\!border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3) !important;
}
.\!border-teal-600\/35 {
  border-color: rgb(13 148 136 / .35) !important;
}
.\!border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4) !important;
}
.\!border-teal-600\/45 {
  border-color: rgb(13 148 136 / 0.45) !important;
}
.\!border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05) !important;
}
.\!border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5) !important;
}
.\!border-teal-600\/55 {
  border-color: rgb(13 148 136 / 0.55) !important;
}
.\!border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6) !important;
}
.\!border-teal-600\/65 {
  border-color: rgb(13 148 136 / 0.65) !important;
}
.\!border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7) !important;
}
.\!border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75) !important;
}
.\!border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8) !important;
}
.\!border-teal-600\/85 {
  border-color: rgb(13 148 136 / 0.85) !important;
}
.\!border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9) !important;
}
.\!border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95) !important;
}
.\!border-violet-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-violet-100\/0 {
  border-color: rgb(237 233 254 / 0) !important;
}
.\!border-violet-100\/10 {
  border-color: rgb(237 233 254 / 0.1) !important;
}
.\!border-violet-100\/100 {
  border-color: rgb(237 233 254 / 1) !important;
}
.\!border-violet-100\/15 {
  border-color: rgb(237 233 254 / .15) !important;
}
.\!border-violet-100\/20 {
  border-color: rgb(237 233 254 / 0.2) !important;
}
.\!border-violet-100\/25 {
  border-color: rgb(237 233 254 / 0.25) !important;
}
.\!border-violet-100\/30 {
  border-color: rgb(237 233 254 / 0.3) !important;
}
.\!border-violet-100\/35 {
  border-color: rgb(237 233 254 / .35) !important;
}
.\!border-violet-100\/40 {
  border-color: rgb(237 233 254 / 0.4) !important;
}
.\!border-violet-100\/45 {
  border-color: rgb(237 233 254 / 0.45) !important;
}
.\!border-violet-100\/5 {
  border-color: rgb(237 233 254 / 0.05) !important;
}
.\!border-violet-100\/50 {
  border-color: rgb(237 233 254 / 0.5) !important;
}
.\!border-violet-100\/55 {
  border-color: rgb(237 233 254 / 0.55) !important;
}
.\!border-violet-100\/60 {
  border-color: rgb(237 233 254 / 0.6) !important;
}
.\!border-violet-100\/65 {
  border-color: rgb(237 233 254 / 0.65) !important;
}
.\!border-violet-100\/70 {
  border-color: rgb(237 233 254 / 0.7) !important;
}
.\!border-violet-100\/75 {
  border-color: rgb(237 233 254 / 0.75) !important;
}
.\!border-violet-100\/80 {
  border-color: rgb(237 233 254 / 0.8) !important;
}
.\!border-violet-100\/85 {
  border-color: rgb(237 233 254 / 0.85) !important;
}
.\!border-violet-100\/90 {
  border-color: rgb(237 233 254 / 0.9) !important;
}
.\!border-violet-100\/95 {
  border-color: rgb(237 233 254 / 0.95) !important;
}
.\!border-violet-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1)) !important;
}
.\!border-violet-200\/0 {
  border-color: rgb(221 214 254 / 0) !important;
}
.\!border-violet-200\/10 {
  border-color: rgb(221 214 254 / 0.1) !important;
}
.\!border-violet-200\/100 {
  border-color: rgb(221 214 254 / 1) !important;
}
.\!border-violet-200\/15 {
  border-color: rgb(221 214 254 / .15) !important;
}
.\!border-violet-200\/20 {
  border-color: rgb(221 214 254 / 0.2) !important;
}
.\!border-violet-200\/25 {
  border-color: rgb(221 214 254 / 0.25) !important;
}
.\!border-violet-200\/30 {
  border-color: rgb(221 214 254 / 0.3) !important;
}
.\!border-violet-200\/35 {
  border-color: rgb(221 214 254 / .35) !important;
}
.\!border-violet-200\/40 {
  border-color: rgb(221 214 254 / 0.4) !important;
}
.\!border-violet-200\/45 {
  border-color: rgb(221 214 254 / 0.45) !important;
}
.\!border-violet-200\/5 {
  border-color: rgb(221 214 254 / 0.05) !important;
}
.\!border-violet-200\/50 {
  border-color: rgb(221 214 254 / 0.5) !important;
}
.\!border-violet-200\/55 {
  border-color: rgb(221 214 254 / 0.55) !important;
}
.\!border-violet-200\/60 {
  border-color: rgb(221 214 254 / 0.6) !important;
}
.\!border-violet-200\/65 {
  border-color: rgb(221 214 254 / 0.65) !important;
}
.\!border-violet-200\/70 {
  border-color: rgb(221 214 254 / 0.7) !important;
}
.\!border-violet-200\/75 {
  border-color: rgb(221 214 254 / 0.75) !important;
}
.\!border-violet-200\/80 {
  border-color: rgb(221 214 254 / 0.8) !important;
}
.\!border-violet-200\/85 {
  border-color: rgb(221 214 254 / 0.85) !important;
}
.\!border-violet-200\/90 {
  border-color: rgb(221 214 254 / 0.9) !important;
}
.\!border-violet-200\/95 {
  border-color: rgb(221 214 254 / 0.95) !important;
}
.\!border-violet-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1)) !important;
}
.\!border-violet-300\/0 {
  border-color: rgb(196 181 253 / 0) !important;
}
.\!border-violet-300\/10 {
  border-color: rgb(196 181 253 / 0.1) !important;
}
.\!border-violet-300\/100 {
  border-color: rgb(196 181 253 / 1) !important;
}
.\!border-violet-300\/15 {
  border-color: rgb(196 181 253 / .15) !important;
}
.\!border-violet-300\/20 {
  border-color: rgb(196 181 253 / 0.2) !important;
}
.\!border-violet-300\/25 {
  border-color: rgb(196 181 253 / 0.25) !important;
}
.\!border-violet-300\/30 {
  border-color: rgb(196 181 253 / 0.3) !important;
}
.\!border-violet-300\/35 {
  border-color: rgb(196 181 253 / .35) !important;
}
.\!border-violet-300\/40 {
  border-color: rgb(196 181 253 / 0.4) !important;
}
.\!border-violet-300\/45 {
  border-color: rgb(196 181 253 / 0.45) !important;
}
.\!border-violet-300\/5 {
  border-color: rgb(196 181 253 / 0.05) !important;
}
.\!border-violet-300\/50 {
  border-color: rgb(196 181 253 / 0.5) !important;
}
.\!border-violet-300\/55 {
  border-color: rgb(196 181 253 / 0.55) !important;
}
.\!border-violet-300\/60 {
  border-color: rgb(196 181 253 / 0.6) !important;
}
.\!border-violet-300\/65 {
  border-color: rgb(196 181 253 / 0.65) !important;
}
.\!border-violet-300\/70 {
  border-color: rgb(196 181 253 / 0.7) !important;
}
.\!border-violet-300\/75 {
  border-color: rgb(196 181 253 / 0.75) !important;
}
.\!border-violet-300\/80 {
  border-color: rgb(196 181 253 / 0.8) !important;
}
.\!border-violet-300\/85 {
  border-color: rgb(196 181 253 / 0.85) !important;
}
.\!border-violet-300\/90 {
  border-color: rgb(196 181 253 / 0.9) !important;
}
.\!border-violet-300\/95 {
  border-color: rgb(196 181 253 / 0.95) !important;
}
.\!border-violet-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1)) !important;
}
.\!border-violet-400\/0 {
  border-color: rgb(167 139 250 / 0) !important;
}
.\!border-violet-400\/10 {
  border-color: rgb(167 139 250 / 0.1) !important;
}
.\!border-violet-400\/100 {
  border-color: rgb(167 139 250 / 1) !important;
}
.\!border-violet-400\/15 {
  border-color: rgb(167 139 250 / .15) !important;
}
.\!border-violet-400\/20 {
  border-color: rgb(167 139 250 / 0.2) !important;
}
.\!border-violet-400\/25 {
  border-color: rgb(167 139 250 / 0.25) !important;
}
.\!border-violet-400\/30 {
  border-color: rgb(167 139 250 / 0.3) !important;
}
.\!border-violet-400\/35 {
  border-color: rgb(167 139 250 / .35) !important;
}
.\!border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4) !important;
}
.\!border-violet-400\/45 {
  border-color: rgb(167 139 250 / 0.45) !important;
}
.\!border-violet-400\/5 {
  border-color: rgb(167 139 250 / 0.05) !important;
}
.\!border-violet-400\/50 {
  border-color: rgb(167 139 250 / 0.5) !important;
}
.\!border-violet-400\/55 {
  border-color: rgb(167 139 250 / 0.55) !important;
}
.\!border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6) !important;
}
.\!border-violet-400\/65 {
  border-color: rgb(167 139 250 / 0.65) !important;
}
.\!border-violet-400\/70 {
  border-color: rgb(167 139 250 / 0.7) !important;
}
.\!border-violet-400\/75 {
  border-color: rgb(167 139 250 / 0.75) !important;
}
.\!border-violet-400\/80 {
  border-color: rgb(167 139 250 / 0.8) !important;
}
.\!border-violet-400\/85 {
  border-color: rgb(167 139 250 / 0.85) !important;
}
.\!border-violet-400\/90 {
  border-color: rgb(167 139 250 / 0.9) !important;
}
.\!border-violet-400\/95 {
  border-color: rgb(167 139 250 / 0.95) !important;
}
.\!border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-violet-500\/0 {
  border-color: rgb(139 92 246 / 0) !important;
}
.\!border-violet-500\/10 {
  border-color: rgb(139 92 246 / 0.1) !important;
}
.\!border-violet-500\/100 {
  border-color: rgb(139 92 246 / 1) !important;
}
.\!border-violet-500\/15 {
  border-color: rgb(139 92 246 / .15) !important;
}
.\!border-violet-500\/20 {
  border-color: rgb(139 92 246 / 0.2) !important;
}
.\!border-violet-500\/25 {
  border-color: rgb(139 92 246 / 0.25) !important;
}
.\!border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3) !important;
}
.\!border-violet-500\/35 {
  border-color: rgb(139 92 246 / .35) !important;
}
.\!border-violet-500\/40 {
  border-color: rgb(139 92 246 / 0.4) !important;
}
.\!border-violet-500\/45 {
  border-color: rgb(139 92 246 / 0.45) !important;
}
.\!border-violet-500\/5 {
  border-color: rgb(139 92 246 / 0.05) !important;
}
.\!border-violet-500\/50 {
  border-color: rgb(139 92 246 / 0.5) !important;
}
.\!border-violet-500\/55 {
  border-color: rgb(139 92 246 / 0.55) !important;
}
.\!border-violet-500\/60 {
  border-color: rgb(139 92 246 / 0.6) !important;
}
.\!border-violet-500\/65 {
  border-color: rgb(139 92 246 / 0.65) !important;
}
.\!border-violet-500\/70 {
  border-color: rgb(139 92 246 / 0.7) !important;
}
.\!border-violet-500\/75 {
  border-color: rgb(139 92 246 / 0.75) !important;
}
.\!border-violet-500\/80 {
  border-color: rgb(139 92 246 / 0.8) !important;
}
.\!border-violet-500\/85 {
  border-color: rgb(139 92 246 / 0.85) !important;
}
.\!border-violet-500\/90 {
  border-color: rgb(139 92 246 / 0.9) !important;
}
.\!border-violet-500\/95 {
  border-color: rgb(139 92 246 / 0.95) !important;
}
.\!border-violet-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1)) !important;
}
.\!border-violet-600\/0 {
  border-color: rgb(124 58 237 / 0) !important;
}
.\!border-violet-600\/10 {
  border-color: rgb(124 58 237 / 0.1) !important;
}
.\!border-violet-600\/100 {
  border-color: rgb(124 58 237 / 1) !important;
}
.\!border-violet-600\/15 {
  border-color: rgb(124 58 237 / .15) !important;
}
.\!border-violet-600\/20 {
  border-color: rgb(124 58 237 / 0.2) !important;
}
.\!border-violet-600\/25 {
  border-color: rgb(124 58 237 / 0.25) !important;
}
.\!border-violet-600\/30 {
  border-color: rgb(124 58 237 / 0.3) !important;
}
.\!border-violet-600\/35 {
  border-color: rgb(124 58 237 / .35) !important;
}
.\!border-violet-600\/40 {
  border-color: rgb(124 58 237 / 0.4) !important;
}
.\!border-violet-600\/45 {
  border-color: rgb(124 58 237 / 0.45) !important;
}
.\!border-violet-600\/5 {
  border-color: rgb(124 58 237 / 0.05) !important;
}
.\!border-violet-600\/50 {
  border-color: rgb(124 58 237 / 0.5) !important;
}
.\!border-violet-600\/55 {
  border-color: rgb(124 58 237 / 0.55) !important;
}
.\!border-violet-600\/60 {
  border-color: rgb(124 58 237 / 0.6) !important;
}
.\!border-violet-600\/65 {
  border-color: rgb(124 58 237 / 0.65) !important;
}
.\!border-violet-600\/70 {
  border-color: rgb(124 58 237 / 0.7) !important;
}
.\!border-violet-600\/75 {
  border-color: rgb(124 58 237 / 0.75) !important;
}
.\!border-violet-600\/80 {
  border-color: rgb(124 58 237 / 0.8) !important;
}
.\!border-violet-600\/85 {
  border-color: rgb(124 58 237 / 0.85) !important;
}
.\!border-violet-600\/90 {
  border-color: rgb(124 58 237 / 0.9) !important;
}
.\!border-violet-600\/95 {
  border-color: rgb(124 58 237 / 0.95) !important;
}
.\!border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1)) !important;
}
.\!border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0) !important;
}
.\!border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1) !important;
}
.\!border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1) !important;
}
.\!border-yellow-100\/15 {
  border-color: rgb(254 249 195 / .15) !important;
}
.\!border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2) !important;
}
.\!border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25) !important;
}
.\!border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3) !important;
}
.\!border-yellow-100\/35 {
  border-color: rgb(254 249 195 / .35) !important;
}
.\!border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4) !important;
}
.\!border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45) !important;
}
.\!border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05) !important;
}
.\!border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5) !important;
}
.\!border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55) !important;
}
.\!border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6) !important;
}
.\!border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65) !important;
}
.\!border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7) !important;
}
.\!border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75) !important;
}
.\!border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8) !important;
}
.\!border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85) !important;
}
.\!border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9) !important;
}
.\!border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95) !important;
}
.\!border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1)) !important;
}
.\!border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0) !important;
}
.\!border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1) !important;
}
.\!border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1) !important;
}
.\!border-yellow-200\/15 {
  border-color: rgb(254 240 138 / .15) !important;
}
.\!border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2) !important;
}
.\!border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25) !important;
}
.\!border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3) !important;
}
.\!border-yellow-200\/35 {
  border-color: rgb(254 240 138 / .35) !important;
}
.\!border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4) !important;
}
.\!border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45) !important;
}
.\!border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05) !important;
}
.\!border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5) !important;
}
.\!border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55) !important;
}
.\!border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6) !important;
}
.\!border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65) !important;
}
.\!border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7) !important;
}
.\!border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75) !important;
}
.\!border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8) !important;
}
.\!border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85) !important;
}
.\!border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9) !important;
}
.\!border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95) !important;
}
.\!border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1)) !important;
}
.\!border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0) !important;
}
.\!border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1) !important;
}
.\!border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1) !important;
}
.\!border-yellow-300\/15 {
  border-color: rgb(253 224 71 / .15) !important;
}
.\!border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2) !important;
}
.\!border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25) !important;
}
.\!border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3) !important;
}
.\!border-yellow-300\/35 {
  border-color: rgb(253 224 71 / .35) !important;
}
.\!border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4) !important;
}
.\!border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45) !important;
}
.\!border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05) !important;
}
.\!border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5) !important;
}
.\!border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55) !important;
}
.\!border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6) !important;
}
.\!border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65) !important;
}
.\!border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7) !important;
}
.\!border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75) !important;
}
.\!border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8) !important;
}
.\!border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85) !important;
}
.\!border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9) !important;
}
.\!border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95) !important;
}
.\!border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1)) !important;
}
.\!border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0) !important;
}
.\!border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1) !important;
}
.\!border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1) !important;
}
.\!border-yellow-400\/15 {
  border-color: rgb(250 204 21 / .15) !important;
}
.\!border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2) !important;
}
.\!border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25) !important;
}
.\!border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3) !important;
}
.\!border-yellow-400\/35 {
  border-color: rgb(250 204 21 / .35) !important;
}
.\!border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4) !important;
}
.\!border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45) !important;
}
.\!border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05) !important;
}
.\!border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5) !important;
}
.\!border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55) !important;
}
.\!border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6) !important;
}
.\!border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65) !important;
}
.\!border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7) !important;
}
.\!border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75) !important;
}
.\!border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8) !important;
}
.\!border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85) !important;
}
.\!border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9) !important;
}
.\!border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95) !important;
}
.\!border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1)) !important;
}
.\!border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0) !important;
}
.\!border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1) !important;
}
.\!border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1) !important;
}
.\!border-yellow-500\/15 {
  border-color: rgb(234 179 8 / .15) !important;
}
.\!border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2) !important;
}
.\!border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25) !important;
}
.\!border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3) !important;
}
.\!border-yellow-500\/35 {
  border-color: rgb(234 179 8 / .35) !important;
}
.\!border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4) !important;
}
.\!border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45) !important;
}
.\!border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05) !important;
}
.\!border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5) !important;
}
.\!border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55) !important;
}
.\!border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6) !important;
}
.\!border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65) !important;
}
.\!border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7) !important;
}
.\!border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75) !important;
}
.\!border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8) !important;
}
.\!border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85) !important;
}
.\!border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9) !important;
}
.\!border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95) !important;
}
.\!border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1)) !important;
}
.\!border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0) !important;
}
.\!border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1) !important;
}
.\!border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1) !important;
}
.\!border-yellow-600\/15 {
  border-color: rgb(202 138 4 / .15) !important;
}
.\!border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2) !important;
}
.\!border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25) !important;
}
.\!border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3) !important;
}
.\!border-yellow-600\/35 {
  border-color: rgb(202 138 4 / .35) !important;
}
.\!border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4) !important;
}
.\!border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45) !important;
}
.\!border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05) !important;
}
.\!border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5) !important;
}
.\!border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55) !important;
}
.\!border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6) !important;
}
.\!border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65) !important;
}
.\!border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7) !important;
}
.\!border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75) !important;
}
.\!border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8) !important;
}
.\!border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85) !important;
}
.\!border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9) !important;
}
.\!border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95) !important;
}
.\!border-zinc-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1)) !important;
}
.\!border-zinc-100\/0 {
  border-color: rgb(244 244 245 / 0) !important;
}
.\!border-zinc-100\/10 {
  border-color: rgb(244 244 245 / 0.1) !important;
}
.\!border-zinc-100\/100 {
  border-color: rgb(244 244 245 / 1) !important;
}
.\!border-zinc-100\/15 {
  border-color: rgb(244 244 245 / .15) !important;
}
.\!border-zinc-100\/20 {
  border-color: rgb(244 244 245 / 0.2) !important;
}
.\!border-zinc-100\/25 {
  border-color: rgb(244 244 245 / 0.25) !important;
}
.\!border-zinc-100\/30 {
  border-color: rgb(244 244 245 / 0.3) !important;
}
.\!border-zinc-100\/35 {
  border-color: rgb(244 244 245 / .35) !important;
}
.\!border-zinc-100\/40 {
  border-color: rgb(244 244 245 / 0.4) !important;
}
.\!border-zinc-100\/45 {
  border-color: rgb(244 244 245 / 0.45) !important;
}
.\!border-zinc-100\/5 {
  border-color: rgb(244 244 245 / 0.05) !important;
}
.\!border-zinc-100\/50 {
  border-color: rgb(244 244 245 / 0.5) !important;
}
.\!border-zinc-100\/55 {
  border-color: rgb(244 244 245 / 0.55) !important;
}
.\!border-zinc-100\/60 {
  border-color: rgb(244 244 245 / 0.6) !important;
}
.\!border-zinc-100\/65 {
  border-color: rgb(244 244 245 / 0.65) !important;
}
.\!border-zinc-100\/70 {
  border-color: rgb(244 244 245 / 0.7) !important;
}
.\!border-zinc-100\/75 {
  border-color: rgb(244 244 245 / 0.75) !important;
}
.\!border-zinc-100\/80 {
  border-color: rgb(244 244 245 / 0.8) !important;
}
.\!border-zinc-100\/85 {
  border-color: rgb(244 244 245 / 0.85) !important;
}
.\!border-zinc-100\/90 {
  border-color: rgb(244 244 245 / 0.9) !important;
}
.\!border-zinc-100\/95 {
  border-color: rgb(244 244 245 / 0.95) !important;
}
.\!border-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}
.\!border-zinc-200\/0 {
  border-color: rgb(228 228 231 / 0) !important;
}
.\!border-zinc-200\/10 {
  border-color: rgb(228 228 231 / 0.1) !important;
}
.\!border-zinc-200\/100 {
  border-color: rgb(228 228 231 / 1) !important;
}
.\!border-zinc-200\/15 {
  border-color: rgb(228 228 231 / .15) !important;
}
.\!border-zinc-200\/20 {
  border-color: rgb(228 228 231 / 0.2) !important;
}
.\!border-zinc-200\/25 {
  border-color: rgb(228 228 231 / 0.25) !important;
}
.\!border-zinc-200\/30 {
  border-color: rgb(228 228 231 / 0.3) !important;
}
.\!border-zinc-200\/35 {
  border-color: rgb(228 228 231 / .35) !important;
}
.\!border-zinc-200\/40 {
  border-color: rgb(228 228 231 / 0.4) !important;
}
.\!border-zinc-200\/45 {
  border-color: rgb(228 228 231 / 0.45) !important;
}
.\!border-zinc-200\/5 {
  border-color: rgb(228 228 231 / 0.05) !important;
}
.\!border-zinc-200\/50 {
  border-color: rgb(228 228 231 / 0.5) !important;
}
.\!border-zinc-200\/55 {
  border-color: rgb(228 228 231 / 0.55) !important;
}
.\!border-zinc-200\/60 {
  border-color: rgb(228 228 231 / 0.6) !important;
}
.\!border-zinc-200\/65 {
  border-color: rgb(228 228 231 / 0.65) !important;
}
.\!border-zinc-200\/70 {
  border-color: rgb(228 228 231 / 0.7) !important;
}
.\!border-zinc-200\/75 {
  border-color: rgb(228 228 231 / 0.75) !important;
}
.\!border-zinc-200\/80 {
  border-color: rgb(228 228 231 / 0.8) !important;
}
.\!border-zinc-200\/85 {
  border-color: rgb(228 228 231 / 0.85) !important;
}
.\!border-zinc-200\/90 {
  border-color: rgb(228 228 231 / 0.9) !important;
}
.\!border-zinc-200\/95 {
  border-color: rgb(228 228 231 / 0.95) !important;
}
.\!border-zinc-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1)) !important;
}
.\!border-zinc-300\/0 {
  border-color: rgb(212 212 216 / 0) !important;
}
.\!border-zinc-300\/10 {
  border-color: rgb(212 212 216 / 0.1) !important;
}
.\!border-zinc-300\/100 {
  border-color: rgb(212 212 216 / 1) !important;
}
.\!border-zinc-300\/15 {
  border-color: rgb(212 212 216 / .15) !important;
}
.\!border-zinc-300\/20 {
  border-color: rgb(212 212 216 / 0.2) !important;
}
.\!border-zinc-300\/25 {
  border-color: rgb(212 212 216 / 0.25) !important;
}
.\!border-zinc-300\/30 {
  border-color: rgb(212 212 216 / 0.3) !important;
}
.\!border-zinc-300\/35 {
  border-color: rgb(212 212 216 / .35) !important;
}
.\!border-zinc-300\/40 {
  border-color: rgb(212 212 216 / 0.4) !important;
}
.\!border-zinc-300\/45 {
  border-color: rgb(212 212 216 / 0.45) !important;
}
.\!border-zinc-300\/5 {
  border-color: rgb(212 212 216 / 0.05) !important;
}
.\!border-zinc-300\/50 {
  border-color: rgb(212 212 216 / 0.5) !important;
}
.\!border-zinc-300\/55 {
  border-color: rgb(212 212 216 / 0.55) !important;
}
.\!border-zinc-300\/60 {
  border-color: rgb(212 212 216 / 0.6) !important;
}
.\!border-zinc-300\/65 {
  border-color: rgb(212 212 216 / 0.65) !important;
}
.\!border-zinc-300\/70 {
  border-color: rgb(212 212 216 / 0.7) !important;
}
.\!border-zinc-300\/75 {
  border-color: rgb(212 212 216 / 0.75) !important;
}
.\!border-zinc-300\/80 {
  border-color: rgb(212 212 216 / 0.8) !important;
}
.\!border-zinc-300\/85 {
  border-color: rgb(212 212 216 / 0.85) !important;
}
.\!border-zinc-300\/90 {
  border-color: rgb(212 212 216 / 0.9) !important;
}
.\!border-zinc-300\/95 {
  border-color: rgb(212 212 216 / 0.95) !important;
}
.\!border-zinc-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1)) !important;
}
.\!border-zinc-400\/0 {
  border-color: rgb(161 161 170 / 0) !important;
}
.\!border-zinc-400\/10 {
  border-color: rgb(161 161 170 / 0.1) !important;
}
.\!border-zinc-400\/100 {
  border-color: rgb(161 161 170 / 1) !important;
}
.\!border-zinc-400\/15 {
  border-color: rgb(161 161 170 / .15) !important;
}
.\!border-zinc-400\/20 {
  border-color: rgb(161 161 170 / 0.2) !important;
}
.\!border-zinc-400\/25 {
  border-color: rgb(161 161 170 / 0.25) !important;
}
.\!border-zinc-400\/30 {
  border-color: rgb(161 161 170 / 0.3) !important;
}
.\!border-zinc-400\/35 {
  border-color: rgb(161 161 170 / .35) !important;
}
.\!border-zinc-400\/40 {
  border-color: rgb(161 161 170 / 0.4) !important;
}
.\!border-zinc-400\/45 {
  border-color: rgb(161 161 170 / 0.45) !important;
}
.\!border-zinc-400\/5 {
  border-color: rgb(161 161 170 / 0.05) !important;
}
.\!border-zinc-400\/50 {
  border-color: rgb(161 161 170 / 0.5) !important;
}
.\!border-zinc-400\/55 {
  border-color: rgb(161 161 170 / 0.55) !important;
}
.\!border-zinc-400\/60 {
  border-color: rgb(161 161 170 / 0.6) !important;
}
.\!border-zinc-400\/65 {
  border-color: rgb(161 161 170 / 0.65) !important;
}
.\!border-zinc-400\/70 {
  border-color: rgb(161 161 170 / 0.7) !important;
}
.\!border-zinc-400\/75 {
  border-color: rgb(161 161 170 / 0.75) !important;
}
.\!border-zinc-400\/80 {
  border-color: rgb(161 161 170 / 0.8) !important;
}
.\!border-zinc-400\/85 {
  border-color: rgb(161 161 170 / 0.85) !important;
}
.\!border-zinc-400\/90 {
  border-color: rgb(161 161 170 / 0.9) !important;
}
.\!border-zinc-400\/95 {
  border-color: rgb(161 161 170 / 0.95) !important;
}
.\!border-zinc-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1)) !important;
}
.\!border-zinc-500\/0 {
  border-color: rgb(113 113 122 / 0) !important;
}
.\!border-zinc-500\/10 {
  border-color: rgb(113 113 122 / 0.1) !important;
}
.\!border-zinc-500\/100 {
  border-color: rgb(113 113 122 / 1) !important;
}
.\!border-zinc-500\/15 {
  border-color: rgb(113 113 122 / .15) !important;
}
.\!border-zinc-500\/20 {
  border-color: rgb(113 113 122 / 0.2) !important;
}
.\!border-zinc-500\/25 {
  border-color: rgb(113 113 122 / 0.25) !important;
}
.\!border-zinc-500\/30 {
  border-color: rgb(113 113 122 / 0.3) !important;
}
.\!border-zinc-500\/35 {
  border-color: rgb(113 113 122 / .35) !important;
}
.\!border-zinc-500\/40 {
  border-color: rgb(113 113 122 / 0.4) !important;
}
.\!border-zinc-500\/45 {
  border-color: rgb(113 113 122 / 0.45) !important;
}
.\!border-zinc-500\/5 {
  border-color: rgb(113 113 122 / 0.05) !important;
}
.\!border-zinc-500\/50 {
  border-color: rgb(113 113 122 / 0.5) !important;
}
.\!border-zinc-500\/55 {
  border-color: rgb(113 113 122 / 0.55) !important;
}
.\!border-zinc-500\/60 {
  border-color: rgb(113 113 122 / 0.6) !important;
}
.\!border-zinc-500\/65 {
  border-color: rgb(113 113 122 / 0.65) !important;
}
.\!border-zinc-500\/70 {
  border-color: rgb(113 113 122 / 0.7) !important;
}
.\!border-zinc-500\/75 {
  border-color: rgb(113 113 122 / 0.75) !important;
}
.\!border-zinc-500\/80 {
  border-color: rgb(113 113 122 / 0.8) !important;
}
.\!border-zinc-500\/85 {
  border-color: rgb(113 113 122 / 0.85) !important;
}
.\!border-zinc-500\/90 {
  border-color: rgb(113 113 122 / 0.9) !important;
}
.\!border-zinc-500\/95 {
  border-color: rgb(113 113 122 / 0.95) !important;
}
.\!border-zinc-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1)) !important;
}
.\!border-zinc-600\/0 {
  border-color: rgb(82 82 91 / 0) !important;
}
.\!border-zinc-600\/10 {
  border-color: rgb(82 82 91 / 0.1) !important;
}
.\!border-zinc-600\/100 {
  border-color: rgb(82 82 91 / 1) !important;
}
.\!border-zinc-600\/15 {
  border-color: rgb(82 82 91 / .15) !important;
}
.\!border-zinc-600\/20 {
  border-color: rgb(82 82 91 / 0.2) !important;
}
.\!border-zinc-600\/25 {
  border-color: rgb(82 82 91 / 0.25) !important;
}
.\!border-zinc-600\/30 {
  border-color: rgb(82 82 91 / 0.3) !important;
}
.\!border-zinc-600\/35 {
  border-color: rgb(82 82 91 / .35) !important;
}
.\!border-zinc-600\/40 {
  border-color: rgb(82 82 91 / 0.4) !important;
}
.\!border-zinc-600\/45 {
  border-color: rgb(82 82 91 / 0.45) !important;
}
.\!border-zinc-600\/5 {
  border-color: rgb(82 82 91 / 0.05) !important;
}
.\!border-zinc-600\/50 {
  border-color: rgb(82 82 91 / 0.5) !important;
}
.\!border-zinc-600\/55 {
  border-color: rgb(82 82 91 / 0.55) !important;
}
.\!border-zinc-600\/60 {
  border-color: rgb(82 82 91 / 0.6) !important;
}
.\!border-zinc-600\/65 {
  border-color: rgb(82 82 91 / 0.65) !important;
}
.\!border-zinc-600\/70 {
  border-color: rgb(82 82 91 / 0.7) !important;
}
.\!border-zinc-600\/75 {
  border-color: rgb(82 82 91 / 0.75) !important;
}
.\!border-zinc-600\/80 {
  border-color: rgb(82 82 91 / 0.8) !important;
}
.\!border-zinc-600\/85 {
  border-color: rgb(82 82 91 / 0.85) !important;
}
.\!border-zinc-600\/90 {
  border-color: rgb(82 82 91 / 0.9) !important;
}
.\!border-zinc-600\/95 {
  border-color: rgb(82 82 91 / 0.95) !important;
}
.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-accent-amber-dark {
  border-color: var(--accent-amber-dark);
}
.border-accent-amber-onSurface {
  border-color: var(--accent-amber-onSurface);
}
.border-accent-amber-primary {
  border-color: var(--accent-amber-primary);
}
.border-accent-amber-secondary {
  border-color: var(--accent-amber-secondary);
}
.border-accent-amber-surfacePrimary {
  border-color: var(--accent-amber-surfacePrimary);
}
.border-accent-amber-surfaceSecondary {
  border-color: var(--accent-amber-surfaceSecondary);
}
.border-accent-amber-tertiary {
  border-color: var(--accent-amber-tertiary);
}
.border-accent-blue-dark {
  border-color: var(--accent-blue-dark);
}
.border-accent-blue-onSurface {
  border-color: var(--accent-blue-onSurface);
}
.border-accent-blue-primary {
  border-color: var(--accent-blue-primary);
}
.border-accent-blue-secondary {
  border-color: var(--accent-blue-secondary);
}
.border-accent-blue-surfacePrimary {
  border-color: var(--accent-blue-surfacePrimary);
}
.border-accent-blue-surfaceSecondary {
  border-color: var(--accent-blue-surfaceSecondary);
}
.border-accent-blue-tertiary {
  border-color: var(--accent-blue-tertiary);
}
.border-accent-brown-dark {
  border-color: var(--accent-brown-dark);
}
.border-accent-brown-onSurface {
  border-color: var(--accent-brown-onSurface);
}
.border-accent-brown-primary {
  border-color: var(--accent-brown-primary);
}
.border-accent-brown-secondary {
  border-color: var(--accent-brown-secondary);
}
.border-accent-brown-surfacePrimary {
  border-color: var(--accent-brown-surfacePrimary);
}
.border-accent-brown-surfaceSecondary {
  border-color: var(--accent-brown-surfaceSecondary);
}
.border-accent-brown-tertiary {
  border-color: var(--accent-brown-tertiary);
}
.border-accent-cyan-dark {
  border-color: var(--accent-cyan-dark);
}
.border-accent-cyan-onSurface {
  border-color: var(--accent-cyan-onSurface);
}
.border-accent-cyan-primary {
  border-color: var(--accent-cyan-primary);
}
.border-accent-cyan-secondary {
  border-color: var(--accent-cyan-secondary);
}
.border-accent-cyan-surfacePrimary {
  border-color: var(--accent-cyan-surfacePrimary);
}
.border-accent-cyan-surfaceSecondary {
  border-color: var(--accent-cyan-surfaceSecondary);
}
.border-accent-cyan-tertiary {
  border-color: var(--accent-cyan-tertiary);
}
.border-accent-emerald-dark {
  border-color: var(--accent-emerald-dark);
}
.border-accent-emerald-onSurface {
  border-color: var(--accent-emerald-onSurface);
}
.border-accent-emerald-primary {
  border-color: var(--accent-emerald-primary);
}
.border-accent-emerald-secondary {
  border-color: var(--accent-emerald-secondary);
}
.border-accent-emerald-surfacePrimary {
  border-color: var(--accent-emerald-surfacePrimary);
}
.border-accent-emerald-surfaceSecondary {
  border-color: var(--accent-emerald-surfaceSecondary);
}
.border-accent-emerald-tertiary {
  border-color: var(--accent-emerald-tertiary);
}
.border-accent-fuchsia-dark {
  border-color: var(--accent-fuchsia-dark);
}
.border-accent-fuchsia-onSurface {
  border-color: var(--accent-fuchsia-onSurface);
}
.border-accent-fuchsia-primary {
  border-color: var(--accent-fuchsia-primary);
}
.border-accent-fuchsia-secondary {
  border-color: var(--accent-fuchsia-secondary);
}
.border-accent-fuchsia-surfacePrimary {
  border-color: var(--accent-fuchsia-surfacePrimary);
}
.border-accent-fuchsia-surfaceSecondary {
  border-color: var(--accent-fuchsia-surfaceSecondary);
}
.border-accent-fuchsia-tertiary {
  border-color: var(--accent-fuchsia-tertiary);
}
.border-accent-gray-dark {
  border-color: var(--accent-gray-dark);
}
.border-accent-gray-onSurface {
  border-color: var(--accent-gray-onSurface);
}
.border-accent-gray-primary {
  border-color: var(--accent-gray-primary);
}
.border-accent-gray-secondary {
  border-color: var(--accent-gray-secondary);
}
.border-accent-gray-surfacePrimary {
  border-color: var(--accent-gray-surfacePrimary);
}
.border-accent-gray-surfaceSecondary {
  border-color: var(--accent-gray-surfaceSecondary);
}
.border-accent-gray-tertiary {
  border-color: var(--accent-gray-tertiary);
}
.border-accent-green-dark {
  border-color: var(--accent-green-dark);
}
.border-accent-green-onSurface {
  border-color: var(--accent-green-onSurface);
}
.border-accent-green-primary {
  border-color: var(--accent-green-primary);
}
.border-accent-green-secondary {
  border-color: var(--accent-green-secondary);
}
.border-accent-green-surfacePrimary {
  border-color: var(--accent-green-surfacePrimary);
}
.border-accent-green-surfaceSecondary {
  border-color: var(--accent-green-surfaceSecondary);
}
.border-accent-green-tertiary {
  border-color: var(--accent-green-tertiary);
}
.border-accent-indigo-dark {
  border-color: var(--accent-indigo-dark);
}
.border-accent-indigo-onSurface {
  border-color: var(--accent-indigo-onSurface);
}
.border-accent-indigo-primary {
  border-color: var(--accent-indigo-primary);
}
.border-accent-indigo-secondary {
  border-color: var(--accent-indigo-secondary);
}
.border-accent-indigo-surfacePrimary {
  border-color: var(--accent-indigo-surfacePrimary);
}
.border-accent-indigo-surfaceSecondary {
  border-color: var(--accent-indigo-surfaceSecondary);
}
.border-accent-indigo-tertiary {
  border-color: var(--accent-indigo-tertiary);
}
.border-accent-lime-dark {
  border-color: var(--accent-lime-dark);
}
.border-accent-lime-onSurface {
  border-color: var(--accent-lime-onSurface);
}
.border-accent-lime-primary {
  border-color: var(--accent-lime-primary);
}
.border-accent-lime-secondary {
  border-color: var(--accent-lime-secondary);
}
.border-accent-lime-surfacePrimary {
  border-color: var(--accent-lime-surfacePrimary);
}
.border-accent-lime-surfaceSecondary {
  border-color: var(--accent-lime-surfaceSecondary);
}
.border-accent-lime-tertiary {
  border-color: var(--accent-lime-tertiary);
}
.border-accent-olive-dark {
  border-color: var(--accent-olive-dark);
}
.border-accent-olive-onSurface {
  border-color: var(--accent-olive-onSurface);
}
.border-accent-olive-primary {
  border-color: var(--accent-olive-primary);
}
.border-accent-olive-secondary {
  border-color: var(--accent-olive-secondary);
}
.border-accent-olive-surfacePrimary {
  border-color: var(--accent-olive-surfacePrimary);
}
.border-accent-olive-surfaceSecondary {
  border-color: var(--accent-olive-surfaceSecondary);
}
.border-accent-olive-tertiary {
  border-color: var(--accent-olive-tertiary);
}
.border-accent-orange-dark {
  border-color: var(--accent-orange-dark);
}
.border-accent-orange-onSurface {
  border-color: var(--accent-orange-onSurface);
}
.border-accent-orange-primary {
  border-color: var(--accent-orange-primary);
}
.border-accent-orange-secondary {
  border-color: var(--accent-orange-secondary);
}
.border-accent-orange-surfacePrimary {
  border-color: var(--accent-orange-surfacePrimary);
}
.border-accent-orange-surfaceSecondary {
  border-color: var(--accent-orange-surfaceSecondary);
}
.border-accent-orange-tertiary {
  border-color: var(--accent-orange-tertiary);
}
.border-accent-pink-dark {
  border-color: var(--accent-pink-dark);
}
.border-accent-pink-onSurface {
  border-color: var(--accent-pink-onSurface);
}
.border-accent-pink-primary {
  border-color: var(--accent-pink-primary);
}
.border-accent-pink-secondary {
  border-color: var(--accent-pink-secondary);
}
.border-accent-pink-surfacePrimary {
  border-color: var(--accent-pink-surfacePrimary);
}
.border-accent-pink-surfaceSecondary {
  border-color: var(--accent-pink-surfaceSecondary);
}
.border-accent-pink-tertiary {
  border-color: var(--accent-pink-tertiary);
}
.border-accent-purple-dark {
  border-color: var(--accent-purple-dark);
}
.border-accent-purple-onSurface {
  border-color: var(--accent-purple-onSurface);
}
.border-accent-purple-primary {
  border-color: var(--accent-purple-primary);
}
.border-accent-purple-secondary {
  border-color: var(--accent-purple-secondary);
}
.border-accent-purple-surfacePrimary {
  border-color: var(--accent-purple-surfacePrimary);
}
.border-accent-purple-surfaceSecondary {
  border-color: var(--accent-purple-surfaceSecondary);
}
.border-accent-purple-tertiary {
  border-color: var(--accent-purple-tertiary);
}
.border-accent-red-dark {
  border-color: var(--accent-red-dark);
}
.border-accent-red-onSurface {
  border-color: var(--accent-red-onSurface);
}
.border-accent-red-primary {
  border-color: var(--accent-red-primary);
}
.border-accent-red-secondary {
  border-color: var(--accent-red-secondary);
}
.border-accent-red-surfacePrimary {
  border-color: var(--accent-red-surfacePrimary);
}
.border-accent-red-surfaceSecondary {
  border-color: var(--accent-red-surfaceSecondary);
}
.border-accent-red-tertiary {
  border-color: var(--accent-red-tertiary);
}
.border-accent-rose-dark {
  border-color: var(--accent-rose-dark);
}
.border-accent-rose-onSurface {
  border-color: var(--accent-rose-onSurface);
}
.border-accent-rose-primary {
  border-color: var(--accent-rose-primary);
}
.border-accent-rose-secondary {
  border-color: var(--accent-rose-secondary);
}
.border-accent-rose-surfacePrimary {
  border-color: var(--accent-rose-surfacePrimary);
}
.border-accent-rose-surfaceSecondary {
  border-color: var(--accent-rose-surfaceSecondary);
}
.border-accent-rose-tertiary {
  border-color: var(--accent-rose-tertiary);
}
.border-accent-sky-dark {
  border-color: var(--accent-sky-dark);
}
.border-accent-sky-onSurface {
  border-color: var(--accent-sky-onSurface);
}
.border-accent-sky-primary {
  border-color: var(--accent-sky-primary);
}
.border-accent-sky-secondary {
  border-color: var(--accent-sky-secondary);
}
.border-accent-sky-surfacePrimary {
  border-color: var(--accent-sky-surfacePrimary);
}
.border-accent-sky-surfaceSecondary {
  border-color: var(--accent-sky-surfaceSecondary);
}
.border-accent-sky-tertiary {
  border-color: var(--accent-sky-tertiary);
}
.border-accent-teal-dark {
  border-color: var(--accent-teal-dark);
}
.border-accent-teal-onSurface {
  border-color: var(--accent-teal-onSurface);
}
.border-accent-teal-primary {
  border-color: var(--accent-teal-primary);
}
.border-accent-teal-secondary {
  border-color: var(--accent-teal-secondary);
}
.border-accent-teal-surfacePrimary {
  border-color: var(--accent-teal-surfacePrimary);
}
.border-accent-teal-surfaceSecondary {
  border-color: var(--accent-teal-surfaceSecondary);
}
.border-accent-teal-tertiary {
  border-color: var(--accent-teal-tertiary);
}
.border-accent-violet-dark {
  border-color: var(--accent-violet-dark);
}
.border-accent-violet-onSurface {
  border-color: var(--accent-violet-onSurface);
}
.border-accent-violet-primary {
  border-color: var(--accent-violet-primary);
}
.border-accent-violet-secondary {
  border-color: var(--accent-violet-secondary);
}
.border-accent-violet-surfacePrimary {
  border-color: var(--accent-violet-surfacePrimary);
}
.border-accent-violet-surfaceSecondary {
  border-color: var(--accent-violet-surfaceSecondary);
}
.border-accent-violet-tertiary {
  border-color: var(--accent-violet-tertiary);
}
.border-accent-yellow-dark {
  border-color: var(--accent-yellow-dark);
}
.border-accent-yellow-onSurface {
  border-color: var(--accent-yellow-onSurface);
}
.border-accent-yellow-primary {
  border-color: var(--accent-yellow-primary);
}
.border-accent-yellow-secondary {
  border-color: var(--accent-yellow-secondary);
}
.border-accent-yellow-surfacePrimary {
  border-color: var(--accent-yellow-surfacePrimary);
}
.border-accent-yellow-surfaceSecondary {
  border-color: var(--accent-yellow-surfaceSecondary);
}
.border-accent-yellow-tertiary {
  border-color: var(--accent-yellow-tertiary);
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-100\/0 {
  border-color: rgb(254 243 199 / 0);
}
.border-amber-100\/10 {
  border-color: rgb(254 243 199 / 0.1);
}
.border-amber-100\/100 {
  border-color: rgb(254 243 199 / 1);
}
.border-amber-100\/15 {
  border-color: rgb(254 243 199 / .15);
}
.border-amber-100\/20 {
  border-color: rgb(254 243 199 / 0.2);
}
.border-amber-100\/25 {
  border-color: rgb(254 243 199 / 0.25);
}
.border-amber-100\/30 {
  border-color: rgb(254 243 199 / 0.3);
}
.border-amber-100\/35 {
  border-color: rgb(254 243 199 / .35);
}
.border-amber-100\/40 {
  border-color: rgb(254 243 199 / 0.4);
}
.border-amber-100\/45 {
  border-color: rgb(254 243 199 / 0.45);
}
.border-amber-100\/5 {
  border-color: rgb(254 243 199 / 0.05);
}
.border-amber-100\/50 {
  border-color: rgb(254 243 199 / 0.5);
}
.border-amber-100\/55 {
  border-color: rgb(254 243 199 / 0.55);
}
.border-amber-100\/60 {
  border-color: rgb(254 243 199 / 0.6);
}
.border-amber-100\/65 {
  border-color: rgb(254 243 199 / 0.65);
}
.border-amber-100\/70 {
  border-color: rgb(254 243 199 / 0.7);
}
.border-amber-100\/75 {
  border-color: rgb(254 243 199 / 0.75);
}
.border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}
.border-amber-100\/85 {
  border-color: rgb(254 243 199 / 0.85);
}
.border-amber-100\/90 {
  border-color: rgb(254 243 199 / 0.9);
}
.border-amber-100\/95 {
  border-color: rgb(254 243 199 / 0.95);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/0 {
  border-color: rgb(253 230 138 / 0);
}
.border-amber-200\/10 {
  border-color: rgb(253 230 138 / 0.1);
}
.border-amber-200\/100 {
  border-color: rgb(253 230 138 / 1);
}
.border-amber-200\/15 {
  border-color: rgb(253 230 138 / .15);
}
.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-200\/35 {
  border-color: rgb(253 230 138 / .35);
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-amber-200\/45 {
  border-color: rgb(253 230 138 / 0.45);
}
.border-amber-200\/5 {
  border-color: rgb(253 230 138 / 0.05);
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-amber-200\/55 {
  border-color: rgb(253 230 138 / 0.55);
}
.border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-amber-200\/65 {
  border-color: rgb(253 230 138 / 0.65);
}
.border-amber-200\/70 {
  border-color: rgb(253 230 138 / 0.7);
}
.border-amber-200\/75 {
  border-color: rgb(253 230 138 / 0.75);
}
.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-amber-200\/85 {
  border-color: rgb(253 230 138 / 0.85);
}
.border-amber-200\/90 {
  border-color: rgb(253 230 138 / 0.9);
}
.border-amber-200\/95 {
  border-color: rgb(253 230 138 / 0.95);
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-300\/0 {
  border-color: rgb(252 211 77 / 0);
}
.border-amber-300\/10 {
  border-color: rgb(252 211 77 / 0.1);
}
.border-amber-300\/100 {
  border-color: rgb(252 211 77 / 1);
}
.border-amber-300\/15 {
  border-color: rgb(252 211 77 / .15);
}
.border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.border-amber-300\/25 {
  border-color: rgb(252 211 77 / 0.25);
}
.border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.border-amber-300\/35 {
  border-color: rgb(252 211 77 / .35);
}
.border-amber-300\/40 {
  border-color: rgb(252 211 77 / 0.4);
}
.border-amber-300\/45 {
  border-color: rgb(252 211 77 / 0.45);
}
.border-amber-300\/5 {
  border-color: rgb(252 211 77 / 0.05);
}
.border-amber-300\/50 {
  border-color: rgb(252 211 77 / 0.5);
}
.border-amber-300\/55 {
  border-color: rgb(252 211 77 / 0.55);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-300\/65 {
  border-color: rgb(252 211 77 / 0.65);
}
.border-amber-300\/70 {
  border-color: rgb(252 211 77 / 0.7);
}
.border-amber-300\/75 {
  border-color: rgb(252 211 77 / 0.75);
}
.border-amber-300\/80 {
  border-color: rgb(252 211 77 / 0.8);
}
.border-amber-300\/85 {
  border-color: rgb(252 211 77 / 0.85);
}
.border-amber-300\/90 {
  border-color: rgb(252 211 77 / 0.9);
}
.border-amber-300\/95 {
  border-color: rgb(252 211 77 / 0.95);
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-amber-400\/0 {
  border-color: rgb(251 191 36 / 0);
}
.border-amber-400\/10 {
  border-color: rgb(251 191 36 / 0.1);
}
.border-amber-400\/100 {
  border-color: rgb(251 191 36 / 1);
}
.border-amber-400\/15 {
  border-color: rgb(251 191 36 / .15);
}
.border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-amber-400\/35 {
  border-color: rgb(251 191 36 / .35);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}
.border-amber-400\/5 {
  border-color: rgb(251 191 36 / 0.05);
}
.border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-amber-400\/55 {
  border-color: rgb(251 191 36 / 0.55);
}
.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-amber-400\/65 {
  border-color: rgb(251 191 36 / 0.65);
}
.border-amber-400\/70 {
  border-color: rgb(251 191 36 / 0.7);
}
.border-amber-400\/75 {
  border-color: rgb(251 191 36 / 0.75);
}
.border-amber-400\/80 {
  border-color: rgb(251 191 36 / 0.8);
}
.border-amber-400\/85 {
  border-color: rgb(251 191 36 / 0.85);
}
.border-amber-400\/90 {
  border-color: rgb(251 191 36 / 0.9);
}
.border-amber-400\/95 {
  border-color: rgb(251 191 36 / 0.95);
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-amber-500\/0 {
  border-color: rgb(245 158 11 / 0);
}
.border-amber-500\/10 {
  border-color: rgb(245 158 11 / 0.1);
}
.border-amber-500\/100 {
  border-color: rgb(245 158 11 / 1);
}
.border-amber-500\/15 {
  border-color: rgb(245 158 11 / .15);
}
.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-amber-500\/35 {
  border-color: rgb(245 158 11 / .35);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}
.border-amber-500\/5 {
  border-color: rgb(245 158 11 / 0.05);
}
.border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.border-amber-500\/55 {
  border-color: rgb(245 158 11 / 0.55);
}
.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-amber-500\/65 {
  border-color: rgb(245 158 11 / 0.65);
}
.border-amber-500\/70 {
  border-color: rgb(245 158 11 / 0.7);
}
.border-amber-500\/75 {
  border-color: rgb(245 158 11 / 0.75);
}
.border-amber-500\/80 {
  border-color: rgb(245 158 11 / 0.8);
}
.border-amber-500\/85 {
  border-color: rgb(245 158 11 / 0.85);
}
.border-amber-500\/90 {
  border-color: rgb(245 158 11 / 0.9);
}
.border-amber-500\/95 {
  border-color: rgb(245 158 11 / 0.95);
}
.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-amber-600\/0 {
  border-color: rgb(217 119 6 / 0);
}
.border-amber-600\/10 {
  border-color: rgb(217 119 6 / 0.1);
}
.border-amber-600\/100 {
  border-color: rgb(217 119 6 / 1);
}
.border-amber-600\/15 {
  border-color: rgb(217 119 6 / .15);
}
.border-amber-600\/20 {
  border-color: rgb(217 119 6 / 0.2);
}
.border-amber-600\/25 {
  border-color: rgb(217 119 6 / 0.25);
}
.border-amber-600\/30 {
  border-color: rgb(217 119 6 / 0.3);
}
.border-amber-600\/35 {
  border-color: rgb(217 119 6 / .35);
}
.border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.border-amber-600\/45 {
  border-color: rgb(217 119 6 / 0.45);
}
.border-amber-600\/5 {
  border-color: rgb(217 119 6 / 0.05);
}
.border-amber-600\/50 {
  border-color: rgb(217 119 6 / 0.5);
}
.border-amber-600\/55 {
  border-color: rgb(217 119 6 / 0.55);
}
.border-amber-600\/60 {
  border-color: rgb(217 119 6 / 0.6);
}
.border-amber-600\/65 {
  border-color: rgb(217 119 6 / 0.65);
}
.border-amber-600\/70 {
  border-color: rgb(217 119 6 / 0.7);
}
.border-amber-600\/75 {
  border-color: rgb(217 119 6 / 0.75);
}
.border-amber-600\/80 {
  border-color: rgb(217 119 6 / 0.8);
}
.border-amber-600\/85 {
  border-color: rgb(217 119 6 / 0.85);
}
.border-amber-600\/90 {
  border-color: rgb(217 119 6 / 0.9);
}
.border-amber-600\/95 {
  border-color: rgb(217 119 6 / 0.95);
}
.border-bg-quaternary {
  border-color: var(--background-quaternary);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/0 {
  border-color: rgb(219 234 254 / 0);
}
.border-blue-100\/10 {
  border-color: rgb(219 234 254 / 0.1);
}
.border-blue-100\/100 {
  border-color: rgb(219 234 254 / 1);
}
.border-blue-100\/15 {
  border-color: rgb(219 234 254 / .15);
}
.border-blue-100\/20 {
  border-color: rgb(219 234 254 / 0.2);
}
.border-blue-100\/25 {
  border-color: rgb(219 234 254 / 0.25);
}
.border-blue-100\/30 {
  border-color: rgb(219 234 254 / 0.3);
}
.border-blue-100\/35 {
  border-color: rgb(219 234 254 / .35);
}
.border-blue-100\/40 {
  border-color: rgb(219 234 254 / 0.4);
}
.border-blue-100\/45 {
  border-color: rgb(219 234 254 / 0.45);
}
.border-blue-100\/5 {
  border-color: rgb(219 234 254 / 0.05);
}
.border-blue-100\/50 {
  border-color: rgb(219 234 254 / 0.5);
}
.border-blue-100\/55 {
  border-color: rgb(219 234 254 / 0.55);
}
.border-blue-100\/60 {
  border-color: rgb(219 234 254 / 0.6);
}
.border-blue-100\/65 {
  border-color: rgb(219 234 254 / 0.65);
}
.border-blue-100\/70 {
  border-color: rgb(219 234 254 / 0.7);
}
.border-blue-100\/75 {
  border-color: rgb(219 234 254 / 0.75);
}
.border-blue-100\/80 {
  border-color: rgb(219 234 254 / 0.8);
}
.border-blue-100\/85 {
  border-color: rgb(219 234 254 / 0.85);
}
.border-blue-100\/90 {
  border-color: rgb(219 234 254 / 0.9);
}
.border-blue-100\/95 {
  border-color: rgb(219 234 254 / 0.95);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/0 {
  border-color: rgb(191 219 254 / 0);
}
.border-blue-200\/10 {
  border-color: rgb(191 219 254 / 0.1);
}
.border-blue-200\/100 {
  border-color: rgb(191 219 254 / 1);
}
.border-blue-200\/15 {
  border-color: rgb(191 219 254 / .15);
}
.border-blue-200\/20 {
  border-color: rgb(191 219 254 / 0.2);
}
.border-blue-200\/25 {
  border-color: rgb(191 219 254 / 0.25);
}
.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-200\/35 {
  border-color: rgb(191 219 254 / .35);
}
.border-blue-200\/40 {
  border-color: rgb(191 219 254 / 0.4);
}
.border-blue-200\/45 {
  border-color: rgb(191 219 254 / 0.45);
}
.border-blue-200\/5 {
  border-color: rgb(191 219 254 / 0.05);
}
.border-blue-200\/50 {
  border-color: rgb(191 219 254 / 0.5);
}
.border-blue-200\/55 {
  border-color: rgb(191 219 254 / 0.55);
}
.border-blue-200\/60 {
  border-color: rgb(191 219 254 / 0.6);
}
.border-blue-200\/65 {
  border-color: rgb(191 219 254 / 0.65);
}
.border-blue-200\/70 {
  border-color: rgb(191 219 254 / 0.7);
}
.border-blue-200\/75 {
  border-color: rgb(191 219 254 / 0.75);
}
.border-blue-200\/80 {
  border-color: rgb(191 219 254 / 0.8);
}
.border-blue-200\/85 {
  border-color: rgb(191 219 254 / 0.85);
}
.border-blue-200\/90 {
  border-color: rgb(191 219 254 / 0.9);
}
.border-blue-200\/95 {
  border-color: rgb(191 219 254 / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/0 {
  border-color: rgb(147 197 253 / 0);
}
.border-blue-300\/10 {
  border-color: rgb(147 197 253 / 0.1);
}
.border-blue-300\/100 {
  border-color: rgb(147 197 253 / 1);
}
.border-blue-300\/15 {
  border-color: rgb(147 197 253 / .15);
}
.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-300\/35 {
  border-color: rgb(147 197 253 / .35);
}
.border-blue-300\/40 {
  border-color: rgb(147 197 253 / 0.4);
}
.border-blue-300\/45 {
  border-color: rgb(147 197 253 / 0.45);
}
.border-blue-300\/5 {
  border-color: rgb(147 197 253 / 0.05);
}
.border-blue-300\/50 {
  border-color: rgb(147 197 253 / 0.5);
}
.border-blue-300\/55 {
  border-color: rgb(147 197 253 / 0.55);
}
.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-300\/65 {
  border-color: rgb(147 197 253 / 0.65);
}
.border-blue-300\/70 {
  border-color: rgb(147 197 253 / 0.7);
}
.border-blue-300\/75 {
  border-color: rgb(147 197 253 / 0.75);
}
.border-blue-300\/80 {
  border-color: rgb(147 197 253 / 0.8);
}
.border-blue-300\/85 {
  border-color: rgb(147 197 253 / 0.85);
}
.border-blue-300\/90 {
  border-color: rgb(147 197 253 / 0.9);
}
.border-blue-300\/95 {
  border-color: rgb(147 197 253 / 0.95);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/0 {
  border-color: rgb(96 165 250 / 0);
}
.border-blue-400\/10 {
  border-color: rgb(96 165 250 / 0.1);
}
.border-blue-400\/100 {
  border-color: rgb(96 165 250 / 1);
}
.border-blue-400\/15 {
  border-color: rgb(96 165 250 / .15);
}
.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/35 {
  border-color: rgb(96 165 250 / .35);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/45 {
  border-color: rgb(96 165 250 / 0.45);
}
.border-blue-400\/5 {
  border-color: rgb(96 165 250 / 0.05);
}
.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-400\/55 {
  border-color: rgb(96 165 250 / 0.55);
}
.border-blue-400\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.border-blue-400\/65 {
  border-color: rgb(96 165 250 / 0.65);
}
.border-blue-400\/70 {
  border-color: rgb(96 165 250 / 0.7);
}
.border-blue-400\/75 {
  border-color: rgb(96 165 250 / 0.75);
}
.border-blue-400\/80 {
  border-color: rgb(96 165 250 / 0.8);
}
.border-blue-400\/85 {
  border-color: rgb(96 165 250 / 0.85);
}
.border-blue-400\/90 {
  border-color: rgb(96 165 250 / 0.9);
}
.border-blue-400\/95 {
  border-color: rgb(96 165 250 / 0.95);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/0 {
  border-color: rgb(59 130 246 / 0);
}
.border-blue-500\/10 {
  border-color: rgb(59 130 246 / 0.1);
}
.border-blue-500\/100 {
  border-color: rgb(59 130 246 / 1);
}
.border-blue-500\/15 {
  border-color: rgb(59 130 246 / .15);
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-500\/35 {
  border-color: rgb(59 130 246 / .35);
}
.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}
.border-blue-500\/45 {
  border-color: rgb(59 130 246 / 0.45);
}
.border-blue-500\/5 {
  border-color: rgb(59 130 246 / 0.05);
}
.border-blue-500\/50 {
  border-color: rgb(59 130 246 / 0.5);
}
.border-blue-500\/55 {
  border-color: rgb(59 130 246 / 0.55);
}
.border-blue-500\/60 {
  border-color: rgb(59 130 246 / 0.6);
}
.border-blue-500\/65 {
  border-color: rgb(59 130 246 / 0.65);
}
.border-blue-500\/70 {
  border-color: rgb(59 130 246 / 0.7);
}
.border-blue-500\/75 {
  border-color: rgb(59 130 246 / 0.75);
}
.border-blue-500\/80 {
  border-color: rgb(59 130 246 / 0.8);
}
.border-blue-500\/85 {
  border-color: rgb(59 130 246 / 0.85);
}
.border-blue-500\/90 {
  border-color: rgb(59 130 246 / 0.9);
}
.border-blue-500\/95 {
  border-color: rgb(59 130 246 / 0.95);
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-blue-600\/0 {
  border-color: rgb(37 99 235 / 0);
}
.border-blue-600\/10 {
  border-color: rgb(37 99 235 / 0.1);
}
.border-blue-600\/100 {
  border-color: rgb(37 99 235 / 1);
}
.border-blue-600\/15 {
  border-color: rgb(37 99 235 / .15);
}
.border-blue-600\/20 {
  border-color: rgb(37 99 235 / 0.2);
}
.border-blue-600\/25 {
  border-color: rgb(37 99 235 / 0.25);
}
.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}
.border-blue-600\/35 {
  border-color: rgb(37 99 235 / .35);
}
.border-blue-600\/40 {
  border-color: rgb(37 99 235 / 0.4);
}
.border-blue-600\/45 {
  border-color: rgb(37 99 235 / 0.45);
}
.border-blue-600\/5 {
  border-color: rgb(37 99 235 / 0.05);
}
.border-blue-600\/50 {
  border-color: rgb(37 99 235 / 0.5);
}
.border-blue-600\/55 {
  border-color: rgb(37 99 235 / 0.55);
}
.border-blue-600\/60 {
  border-color: rgb(37 99 235 / 0.6);
}
.border-blue-600\/65 {
  border-color: rgb(37 99 235 / 0.65);
}
.border-blue-600\/70 {
  border-color: rgb(37 99 235 / 0.7);
}
.border-blue-600\/75 {
  border-color: rgb(37 99 235 / 0.75);
}
.border-blue-600\/80 {
  border-color: rgb(37 99 235 / 0.8);
}
.border-blue-600\/85 {
  border-color: rgb(37 99 235 / 0.85);
}
.border-blue-600\/90 {
  border-color: rgb(37 99 235 / 0.9);
}
.border-blue-600\/95 {
  border-color: rgb(37 99 235 / 0.95);
}
.border-blueGray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-blueGray-100\/0 {
  border-color: rgb(241 245 249 / 0);
}
.border-blueGray-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}
.border-blueGray-100\/100 {
  border-color: rgb(241 245 249 / 1);
}
.border-blueGray-100\/15 {
  border-color: rgb(241 245 249 / .15);
}
.border-blueGray-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}
.border-blueGray-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}
.border-blueGray-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}
.border-blueGray-100\/35 {
  border-color: rgb(241 245 249 / .35);
}
.border-blueGray-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}
.border-blueGray-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}
.border-blueGray-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}
.border-blueGray-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}
.border-blueGray-100\/55 {
  border-color: rgb(241 245 249 / 0.55);
}
.border-blueGray-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}
.border-blueGray-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}
.border-blueGray-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}
.border-blueGray-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}
.border-blueGray-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}
.border-blueGray-100\/85 {
  border-color: rgb(241 245 249 / 0.85);
}
.border-blueGray-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}
.border-blueGray-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}
.border-blueGray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-blueGray-200\/0 {
  border-color: rgb(226 232 240 / 0);
}
.border-blueGray-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}
.border-blueGray-200\/100 {
  border-color: rgb(226 232 240 / 1);
}
.border-blueGray-200\/15 {
  border-color: rgb(226 232 240 / .15);
}
.border-blueGray-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}
.border-blueGray-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}
.border-blueGray-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}
.border-blueGray-200\/35 {
  border-color: rgb(226 232 240 / .35);
}
.border-blueGray-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}
.border-blueGray-200\/45 {
  border-color: rgb(226 232 240 / 0.45);
}
.border-blueGray-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}
.border-blueGray-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.border-blueGray-200\/55 {
  border-color: rgb(226 232 240 / 0.55);
}
.border-blueGray-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-blueGray-200\/65 {
  border-color: rgb(226 232 240 / 0.65);
}
.border-blueGray-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}
.border-blueGray-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}
.border-blueGray-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.border-blueGray-200\/85 {
  border-color: rgb(226 232 240 / 0.85);
}
.border-blueGray-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}
.border-blueGray-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}
.border-blueGray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-blueGray-400\/0 {
  border-color: rgb(148 163 184 / 0);
}
.border-blueGray-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}
.border-blueGray-400\/100 {
  border-color: rgb(148 163 184 / 1);
}
.border-blueGray-400\/15 {
  border-color: rgb(148 163 184 / .15);
}
.border-blueGray-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}
.border-blueGray-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}
.border-blueGray-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}
.border-blueGray-400\/35 {
  border-color: rgb(148 163 184 / .35);
}
.border-blueGray-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.border-blueGray-400\/45 {
  border-color: rgb(148 163 184 / 0.45);
}
.border-blueGray-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}
.border-blueGray-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}
.border-blueGray-400\/55 {
  border-color: rgb(148 163 184 / 0.55);
}
.border-blueGray-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}
.border-blueGray-400\/65 {
  border-color: rgb(148 163 184 / 0.65);
}
.border-blueGray-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}
.border-blueGray-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}
.border-blueGray-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}
.border-blueGray-400\/85 {
  border-color: rgb(148 163 184 / 0.85);
}
.border-blueGray-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}
.border-blueGray-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}
.border-blueGray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-blueGray-500\/0 {
  border-color: rgb(100 116 139 / 0);
}
.border-blueGray-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}
.border-blueGray-500\/100 {
  border-color: rgb(100 116 139 / 1);
}
.border-blueGray-500\/15 {
  border-color: rgb(100 116 139 / .15);
}
.border-blueGray-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}
.border-blueGray-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}
.border-blueGray-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.border-blueGray-500\/35 {
  border-color: rgb(100 116 139 / .35);
}
.border-blueGray-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.border-blueGray-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}
.border-blueGray-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}
.border-blueGray-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}
.border-blueGray-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}
.border-blueGray-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.border-blueGray-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}
.border-blueGray-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}
.border-blueGray-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}
.border-blueGray-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}
.border-blueGray-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}
.border-blueGray-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}
.border-blueGray-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}
.border-border-secondary {
  border-color: var(--border-secondary);
}
.border-brown-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 238 229 / var(--tw-border-opacity, 1));
}
.border-brown-100\/0 {
  border-color: rgb(245 238 229 / 0);
}
.border-brown-100\/10 {
  border-color: rgb(245 238 229 / 0.1);
}
.border-brown-100\/100 {
  border-color: rgb(245 238 229 / 1);
}
.border-brown-100\/15 {
  border-color: rgb(245 238 229 / .15);
}
.border-brown-100\/20 {
  border-color: rgb(245 238 229 / 0.2);
}
.border-brown-100\/25 {
  border-color: rgb(245 238 229 / 0.25);
}
.border-brown-100\/30 {
  border-color: rgb(245 238 229 / 0.3);
}
.border-brown-100\/35 {
  border-color: rgb(245 238 229 / .35);
}
.border-brown-100\/40 {
  border-color: rgb(245 238 229 / 0.4);
}
.border-brown-100\/45 {
  border-color: rgb(245 238 229 / 0.45);
}
.border-brown-100\/5 {
  border-color: rgb(245 238 229 / 0.05);
}
.border-brown-100\/50 {
  border-color: rgb(245 238 229 / 0.5);
}
.border-brown-100\/55 {
  border-color: rgb(245 238 229 / 0.55);
}
.border-brown-100\/60 {
  border-color: rgb(245 238 229 / 0.6);
}
.border-brown-100\/65 {
  border-color: rgb(245 238 229 / 0.65);
}
.border-brown-100\/70 {
  border-color: rgb(245 238 229 / 0.7);
}
.border-brown-100\/75 {
  border-color: rgb(245 238 229 / 0.75);
}
.border-brown-100\/80 {
  border-color: rgb(245 238 229 / 0.8);
}
.border-brown-100\/85 {
  border-color: rgb(245 238 229 / 0.85);
}
.border-brown-100\/90 {
  border-color: rgb(245 238 229 / 0.9);
}
.border-brown-100\/95 {
  border-color: rgb(245 238 229 / 0.95);
}
.border-brown-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 220 206 / var(--tw-border-opacity, 1));
}
.border-brown-200\/0 {
  border-color: rgb(231 220 206 / 0);
}
.border-brown-200\/10 {
  border-color: rgb(231 220 206 / 0.1);
}
.border-brown-200\/100 {
  border-color: rgb(231 220 206 / 1);
}
.border-brown-200\/15 {
  border-color: rgb(231 220 206 / .15);
}
.border-brown-200\/20 {
  border-color: rgb(231 220 206 / 0.2);
}
.border-brown-200\/25 {
  border-color: rgb(231 220 206 / 0.25);
}
.border-brown-200\/30 {
  border-color: rgb(231 220 206 / 0.3);
}
.border-brown-200\/35 {
  border-color: rgb(231 220 206 / .35);
}
.border-brown-200\/40 {
  border-color: rgb(231 220 206 / 0.4);
}
.border-brown-200\/45 {
  border-color: rgb(231 220 206 / 0.45);
}
.border-brown-200\/5 {
  border-color: rgb(231 220 206 / 0.05);
}
.border-brown-200\/50 {
  border-color: rgb(231 220 206 / 0.5);
}
.border-brown-200\/55 {
  border-color: rgb(231 220 206 / 0.55);
}
.border-brown-200\/60 {
  border-color: rgb(231 220 206 / 0.6);
}
.border-brown-200\/65 {
  border-color: rgb(231 220 206 / 0.65);
}
.border-brown-200\/70 {
  border-color: rgb(231 220 206 / 0.7);
}
.border-brown-200\/75 {
  border-color: rgb(231 220 206 / 0.75);
}
.border-brown-200\/80 {
  border-color: rgb(231 220 206 / 0.8);
}
.border-brown-200\/85 {
  border-color: rgb(231 220 206 / 0.85);
}
.border-brown-200\/90 {
  border-color: rgb(231 220 206 / 0.9);
}
.border-brown-200\/95 {
  border-color: rgb(231 220 206 / 0.95);
}
.border-brown-300 {
  --tw-border-opacity: 1;
  border-color: rgb(215 198 176 / var(--tw-border-opacity, 1));
}
.border-brown-300\/0 {
  border-color: rgb(215 198 176 / 0);
}
.border-brown-300\/10 {
  border-color: rgb(215 198 176 / 0.1);
}
.border-brown-300\/100 {
  border-color: rgb(215 198 176 / 1);
}
.border-brown-300\/15 {
  border-color: rgb(215 198 176 / .15);
}
.border-brown-300\/20 {
  border-color: rgb(215 198 176 / 0.2);
}
.border-brown-300\/25 {
  border-color: rgb(215 198 176 / 0.25);
}
.border-brown-300\/30 {
  border-color: rgb(215 198 176 / 0.3);
}
.border-brown-300\/35 {
  border-color: rgb(215 198 176 / .35);
}
.border-brown-300\/40 {
  border-color: rgb(215 198 176 / 0.4);
}
.border-brown-300\/45 {
  border-color: rgb(215 198 176 / 0.45);
}
.border-brown-300\/5 {
  border-color: rgb(215 198 176 / 0.05);
}
.border-brown-300\/50 {
  border-color: rgb(215 198 176 / 0.5);
}
.border-brown-300\/55 {
  border-color: rgb(215 198 176 / 0.55);
}
.border-brown-300\/60 {
  border-color: rgb(215 198 176 / 0.6);
}
.border-brown-300\/65 {
  border-color: rgb(215 198 176 / 0.65);
}
.border-brown-300\/70 {
  border-color: rgb(215 198 176 / 0.7);
}
.border-brown-300\/75 {
  border-color: rgb(215 198 176 / 0.75);
}
.border-brown-300\/80 {
  border-color: rgb(215 198 176 / 0.8);
}
.border-brown-300\/85 {
  border-color: rgb(215 198 176 / 0.85);
}
.border-brown-300\/90 {
  border-color: rgb(215 198 176 / 0.9);
}
.border-brown-300\/95 {
  border-color: rgb(215 198 176 / 0.95);
}
.border-brown-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 169 138 / var(--tw-border-opacity, 1));
}
.border-brown-400\/0 {
  border-color: rgb(192 169 138 / 0);
}
.border-brown-400\/10 {
  border-color: rgb(192 169 138 / 0.1);
}
.border-brown-400\/100 {
  border-color: rgb(192 169 138 / 1);
}
.border-brown-400\/15 {
  border-color: rgb(192 169 138 / .15);
}
.border-brown-400\/20 {
  border-color: rgb(192 169 138 / 0.2);
}
.border-brown-400\/25 {
  border-color: rgb(192 169 138 / 0.25);
}
.border-brown-400\/30 {
  border-color: rgb(192 169 138 / 0.3);
}
.border-brown-400\/35 {
  border-color: rgb(192 169 138 / .35);
}
.border-brown-400\/40 {
  border-color: rgb(192 169 138 / 0.4);
}
.border-brown-400\/45 {
  border-color: rgb(192 169 138 / 0.45);
}
.border-brown-400\/5 {
  border-color: rgb(192 169 138 / 0.05);
}
.border-brown-400\/50 {
  border-color: rgb(192 169 138 / 0.5);
}
.border-brown-400\/55 {
  border-color: rgb(192 169 138 / 0.55);
}
.border-brown-400\/60 {
  border-color: rgb(192 169 138 / 0.6);
}
.border-brown-400\/65 {
  border-color: rgb(192 169 138 / 0.65);
}
.border-brown-400\/70 {
  border-color: rgb(192 169 138 / 0.7);
}
.border-brown-400\/75 {
  border-color: rgb(192 169 138 / 0.75);
}
.border-brown-400\/80 {
  border-color: rgb(192 169 138 / 0.8);
}
.border-brown-400\/85 {
  border-color: rgb(192 169 138 / 0.85);
}
.border-brown-400\/90 {
  border-color: rgb(192 169 138 / 0.9);
}
.border-brown-400\/95 {
  border-color: rgb(192 169 138 / 0.95);
}
.border-brown-500 {
  --tw-border-opacity: 1;
  border-color: rgb(170 143 109 / var(--tw-border-opacity, 1));
}
.border-brown-500\/0 {
  border-color: rgb(170 143 109 / 0);
}
.border-brown-500\/10 {
  border-color: rgb(170 143 109 / 0.1);
}
.border-brown-500\/100 {
  border-color: rgb(170 143 109 / 1);
}
.border-brown-500\/15 {
  border-color: rgb(170 143 109 / .15);
}
.border-brown-500\/20 {
  border-color: rgb(170 143 109 / 0.2);
}
.border-brown-500\/25 {
  border-color: rgb(170 143 109 / 0.25);
}
.border-brown-500\/30 {
  border-color: rgb(170 143 109 / 0.3);
}
.border-brown-500\/35 {
  border-color: rgb(170 143 109 / .35);
}
.border-brown-500\/40 {
  border-color: rgb(170 143 109 / 0.4);
}
.border-brown-500\/45 {
  border-color: rgb(170 143 109 / 0.45);
}
.border-brown-500\/5 {
  border-color: rgb(170 143 109 / 0.05);
}
.border-brown-500\/50 {
  border-color: rgb(170 143 109 / 0.5);
}
.border-brown-500\/55 {
  border-color: rgb(170 143 109 / 0.55);
}
.border-brown-500\/60 {
  border-color: rgb(170 143 109 / 0.6);
}
.border-brown-500\/65 {
  border-color: rgb(170 143 109 / 0.65);
}
.border-brown-500\/70 {
  border-color: rgb(170 143 109 / 0.7);
}
.border-brown-500\/75 {
  border-color: rgb(170 143 109 / 0.75);
}
.border-brown-500\/80 {
  border-color: rgb(170 143 109 / 0.8);
}
.border-brown-500\/85 {
  border-color: rgb(170 143 109 / 0.85);
}
.border-brown-500\/90 {
  border-color: rgb(170 143 109 / 0.9);
}
.border-brown-500\/95 {
  border-color: rgb(170 143 109 / 0.95);
}
.border-brown-600 {
  --tw-border-opacity: 1;
  border-color: rgb(148 121 85 / var(--tw-border-opacity, 1));
}
.border-brown-600\/0 {
  border-color: rgb(148 121 85 / 0);
}
.border-brown-600\/10 {
  border-color: rgb(148 121 85 / 0.1);
}
.border-brown-600\/100 {
  border-color: rgb(148 121 85 / 1);
}
.border-brown-600\/15 {
  border-color: rgb(148 121 85 / .15);
}
.border-brown-600\/20 {
  border-color: rgb(148 121 85 / 0.2);
}
.border-brown-600\/25 {
  border-color: rgb(148 121 85 / 0.25);
}
.border-brown-600\/30 {
  border-color: rgb(148 121 85 / 0.3);
}
.border-brown-600\/35 {
  border-color: rgb(148 121 85 / .35);
}
.border-brown-600\/40 {
  border-color: rgb(148 121 85 / 0.4);
}
.border-brown-600\/45 {
  border-color: rgb(148 121 85 / 0.45);
}
.border-brown-600\/5 {
  border-color: rgb(148 121 85 / 0.05);
}
.border-brown-600\/50 {
  border-color: rgb(148 121 85 / 0.5);
}
.border-brown-600\/55 {
  border-color: rgb(148 121 85 / 0.55);
}
.border-brown-600\/60 {
  border-color: rgb(148 121 85 / 0.6);
}
.border-brown-600\/65 {
  border-color: rgb(148 121 85 / 0.65);
}
.border-brown-600\/70 {
  border-color: rgb(148 121 85 / 0.7);
}
.border-brown-600\/75 {
  border-color: rgb(148 121 85 / 0.75);
}
.border-brown-600\/80 {
  border-color: rgb(148 121 85 / 0.8);
}
.border-brown-600\/85 {
  border-color: rgb(148 121 85 / 0.85);
}
.border-brown-600\/90 {
  border-color: rgb(148 121 85 / 0.9);
}
.border-brown-600\/95 {
  border-color: rgb(148 121 85 / 0.95);
}
.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}
.border-cyan-100\/0 {
  border-color: rgb(207 250 254 / 0);
}
.border-cyan-100\/10 {
  border-color: rgb(207 250 254 / 0.1);
}
.border-cyan-100\/100 {
  border-color: rgb(207 250 254 / 1);
}
.border-cyan-100\/15 {
  border-color: rgb(207 250 254 / .15);
}
.border-cyan-100\/20 {
  border-color: rgb(207 250 254 / 0.2);
}
.border-cyan-100\/25 {
  border-color: rgb(207 250 254 / 0.25);
}
.border-cyan-100\/30 {
  border-color: rgb(207 250 254 / 0.3);
}
.border-cyan-100\/35 {
  border-color: rgb(207 250 254 / .35);
}
.border-cyan-100\/40 {
  border-color: rgb(207 250 254 / 0.4);
}
.border-cyan-100\/45 {
  border-color: rgb(207 250 254 / 0.45);
}
.border-cyan-100\/5 {
  border-color: rgb(207 250 254 / 0.05);
}
.border-cyan-100\/50 {
  border-color: rgb(207 250 254 / 0.5);
}
.border-cyan-100\/55 {
  border-color: rgb(207 250 254 / 0.55);
}
.border-cyan-100\/60 {
  border-color: rgb(207 250 254 / 0.6);
}
.border-cyan-100\/65 {
  border-color: rgb(207 250 254 / 0.65);
}
.border-cyan-100\/70 {
  border-color: rgb(207 250 254 / 0.7);
}
.border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75);
}
.border-cyan-100\/80 {
  border-color: rgb(207 250 254 / 0.8);
}
.border-cyan-100\/85 {
  border-color: rgb(207 250 254 / 0.85);
}
.border-cyan-100\/90 {
  border-color: rgb(207 250 254 / 0.9);
}
.border-cyan-100\/95 {
  border-color: rgb(207 250 254 / 0.95);
}
.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}
.border-cyan-200\/0 {
  border-color: rgb(165 243 252 / 0);
}
.border-cyan-200\/10 {
  border-color: rgb(165 243 252 / 0.1);
}
.border-cyan-200\/100 {
  border-color: rgb(165 243 252 / 1);
}
.border-cyan-200\/15 {
  border-color: rgb(165 243 252 / .15);
}
.border-cyan-200\/20 {
  border-color: rgb(165 243 252 / 0.2);
}
.border-cyan-200\/25 {
  border-color: rgb(165 243 252 / 0.25);
}
.border-cyan-200\/30 {
  border-color: rgb(165 243 252 / 0.3);
}
.border-cyan-200\/35 {
  border-color: rgb(165 243 252 / .35);
}
.border-cyan-200\/40 {
  border-color: rgb(165 243 252 / 0.4);
}
.border-cyan-200\/45 {
  border-color: rgb(165 243 252 / 0.45);
}
.border-cyan-200\/5 {
  border-color: rgb(165 243 252 / 0.05);
}
.border-cyan-200\/50 {
  border-color: rgb(165 243 252 / 0.5);
}
.border-cyan-200\/55 {
  border-color: rgb(165 243 252 / 0.55);
}
.border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.border-cyan-200\/65 {
  border-color: rgb(165 243 252 / 0.65);
}
.border-cyan-200\/70 {
  border-color: rgb(165 243 252 / 0.7);
}
.border-cyan-200\/75 {
  border-color: rgb(165 243 252 / 0.75);
}
.border-cyan-200\/80 {
  border-color: rgb(165 243 252 / 0.8);
}
.border-cyan-200\/85 {
  border-color: rgb(165 243 252 / 0.85);
}
.border-cyan-200\/90 {
  border-color: rgb(165 243 252 / 0.9);
}
.border-cyan-200\/95 {
  border-color: rgb(165 243 252 / 0.95);
}
.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}
.border-cyan-300\/0 {
  border-color: rgb(103 232 249 / 0);
}
.border-cyan-300\/10 {
  border-color: rgb(103 232 249 / 0.1);
}
.border-cyan-300\/100 {
  border-color: rgb(103 232 249 / 1);
}
.border-cyan-300\/15 {
  border-color: rgb(103 232 249 / .15);
}
.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.border-cyan-300\/25 {
  border-color: rgb(103 232 249 / 0.25);
}
.border-cyan-300\/30 {
  border-color: rgb(103 232 249 / 0.3);
}
.border-cyan-300\/35 {
  border-color: rgb(103 232 249 / .35);
}
.border-cyan-300\/40 {
  border-color: rgb(103 232 249 / 0.4);
}
.border-cyan-300\/45 {
  border-color: rgb(103 232 249 / 0.45);
}
.border-cyan-300\/5 {
  border-color: rgb(103 232 249 / 0.05);
}
.border-cyan-300\/50 {
  border-color: rgb(103 232 249 / 0.5);
}
.border-cyan-300\/55 {
  border-color: rgb(103 232 249 / 0.55);
}
.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.border-cyan-300\/65 {
  border-color: rgb(103 232 249 / 0.65);
}
.border-cyan-300\/70 {
  border-color: rgb(103 232 249 / 0.7);
}
.border-cyan-300\/75 {
  border-color: rgb(103 232 249 / 0.75);
}
.border-cyan-300\/80 {
  border-color: rgb(103 232 249 / 0.8);
}
.border-cyan-300\/85 {
  border-color: rgb(103 232 249 / 0.85);
}
.border-cyan-300\/90 {
  border-color: rgb(103 232 249 / 0.9);
}
.border-cyan-300\/95 {
  border-color: rgb(103 232 249 / 0.95);
}
.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-cyan-400\/0 {
  border-color: rgb(34 211 238 / 0);
}
.border-cyan-400\/10 {
  border-color: rgb(34 211 238 / 0.1);
}
.border-cyan-400\/100 {
  border-color: rgb(34 211 238 / 1);
}
.border-cyan-400\/15 {
  border-color: rgb(34 211 238 / .15);
}
.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}
.border-cyan-400\/25 {
  border-color: rgb(34 211 238 / 0.25);
}
.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-400\/35 {
  border-color: rgb(34 211 238 / .35);
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-400\/45 {
  border-color: rgb(34 211 238 / 0.45);
}
.border-cyan-400\/5 {
  border-color: rgb(34 211 238 / 0.05);
}
.border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.border-cyan-400\/55 {
  border-color: rgb(34 211 238 / 0.55);
}
.border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.border-cyan-400\/65 {
  border-color: rgb(34 211 238 / 0.65);
}
.border-cyan-400\/70 {
  border-color: rgb(34 211 238 / 0.7);
}
.border-cyan-400\/75 {
  border-color: rgb(34 211 238 / 0.75);
}
.border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8);
}
.border-cyan-400\/85 {
  border-color: rgb(34 211 238 / 0.85);
}
.border-cyan-400\/90 {
  border-color: rgb(34 211 238 / 0.9);
}
.border-cyan-400\/95 {
  border-color: rgb(34 211 238 / 0.95);
}
.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-cyan-500\/0 {
  border-color: rgb(6 182 212 / 0);
}
.border-cyan-500\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.border-cyan-500\/100 {
  border-color: rgb(6 182 212 / 1);
}
.border-cyan-500\/15 {
  border-color: rgb(6 182 212 / .15);
}
.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-cyan-500\/35 {
  border-color: rgb(6 182 212 / .35);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-cyan-500\/45 {
  border-color: rgb(6 182 212 / 0.45);
}
.border-cyan-500\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-cyan-500\/55 {
  border-color: rgb(6 182 212 / 0.55);
}
.border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-cyan-500\/65 {
  border-color: rgb(6 182 212 / 0.65);
}
.border-cyan-500\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.border-cyan-500\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.border-cyan-500\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.border-cyan-500\/85 {
  border-color: rgb(6 182 212 / 0.85);
}
.border-cyan-500\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.border-cyan-500\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-cyan-600\/0 {
  border-color: rgb(8 145 178 / 0);
}
.border-cyan-600\/10 {
  border-color: rgb(8 145 178 / 0.1);
}
.border-cyan-600\/100 {
  border-color: rgb(8 145 178 / 1);
}
.border-cyan-600\/15 {
  border-color: rgb(8 145 178 / .15);
}
.border-cyan-600\/20 {
  border-color: rgb(8 145 178 / 0.2);
}
.border-cyan-600\/25 {
  border-color: rgb(8 145 178 / 0.25);
}
.border-cyan-600\/30 {
  border-color: rgb(8 145 178 / 0.3);
}
.border-cyan-600\/35 {
  border-color: rgb(8 145 178 / .35);
}
.border-cyan-600\/40 {
  border-color: rgb(8 145 178 / 0.4);
}
.border-cyan-600\/45 {
  border-color: rgb(8 145 178 / 0.45);
}
.border-cyan-600\/5 {
  border-color: rgb(8 145 178 / 0.05);
}
.border-cyan-600\/50 {
  border-color: rgb(8 145 178 / 0.5);
}
.border-cyan-600\/55 {
  border-color: rgb(8 145 178 / 0.55);
}
.border-cyan-600\/60 {
  border-color: rgb(8 145 178 / 0.6);
}
.border-cyan-600\/65 {
  border-color: rgb(8 145 178 / 0.65);
}
.border-cyan-600\/70 {
  border-color: rgb(8 145 178 / 0.7);
}
.border-cyan-600\/75 {
  border-color: rgb(8 145 178 / 0.75);
}
.border-cyan-600\/80 {
  border-color: rgb(8 145 178 / 0.8);
}
.border-cyan-600\/85 {
  border-color: rgb(8 145 178 / 0.85);
}
.border-cyan-600\/90 {
  border-color: rgb(8 145 178 / 0.9);
}
.border-cyan-600\/95 {
  border-color: rgb(8 145 178 / 0.95);
}
.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-100\/0 {
  border-color: rgb(209 250 229 / 0);
}
.border-emerald-100\/10 {
  border-color: rgb(209 250 229 / 0.1);
}
.border-emerald-100\/100 {
  border-color: rgb(209 250 229 / 1);
}
.border-emerald-100\/15 {
  border-color: rgb(209 250 229 / .15);
}
.border-emerald-100\/20 {
  border-color: rgb(209 250 229 / 0.2);
}
.border-emerald-100\/25 {
  border-color: rgb(209 250 229 / 0.25);
}
.border-emerald-100\/30 {
  border-color: rgb(209 250 229 / 0.3);
}
.border-emerald-100\/35 {
  border-color: rgb(209 250 229 / .35);
}
.border-emerald-100\/40 {
  border-color: rgb(209 250 229 / 0.4);
}
.border-emerald-100\/45 {
  border-color: rgb(209 250 229 / 0.45);
}
.border-emerald-100\/5 {
  border-color: rgb(209 250 229 / 0.05);
}
.border-emerald-100\/50 {
  border-color: rgb(209 250 229 / 0.5);
}
.border-emerald-100\/55 {
  border-color: rgb(209 250 229 / 0.55);
}
.border-emerald-100\/60 {
  border-color: rgb(209 250 229 / 0.6);
}
.border-emerald-100\/65 {
  border-color: rgb(209 250 229 / 0.65);
}
.border-emerald-100\/70 {
  border-color: rgb(209 250 229 / 0.7);
}
.border-emerald-100\/75 {
  border-color: rgb(209 250 229 / 0.75);
}
.border-emerald-100\/80 {
  border-color: rgb(209 250 229 / 0.8);
}
.border-emerald-100\/85 {
  border-color: rgb(209 250 229 / 0.85);
}
.border-emerald-100\/90 {
  border-color: rgb(209 250 229 / 0.9);
}
.border-emerald-100\/95 {
  border-color: rgb(209 250 229 / 0.95);
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-200\/0 {
  border-color: rgb(167 243 208 / 0);
}
.border-emerald-200\/10 {
  border-color: rgb(167 243 208 / 0.1);
}
.border-emerald-200\/100 {
  border-color: rgb(167 243 208 / 1);
}
.border-emerald-200\/15 {
  border-color: rgb(167 243 208 / .15);
}
.border-emerald-200\/20 {
  border-color: rgb(167 243 208 / 0.2);
}
.border-emerald-200\/25 {
  border-color: rgb(167 243 208 / 0.25);
}
.border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-emerald-200\/35 {
  border-color: rgb(167 243 208 / .35);
}
.border-emerald-200\/40 {
  border-color: rgb(167 243 208 / 0.4);
}
.border-emerald-200\/45 {
  border-color: rgb(167 243 208 / 0.45);
}
.border-emerald-200\/5 {
  border-color: rgb(167 243 208 / 0.05);
}
.border-emerald-200\/50 {
  border-color: rgb(167 243 208 / 0.5);
}
.border-emerald-200\/55 {
  border-color: rgb(167 243 208 / 0.55);
}
.border-emerald-200\/60 {
  border-color: rgb(167 243 208 / 0.6);
}
.border-emerald-200\/65 {
  border-color: rgb(167 243 208 / 0.65);
}
.border-emerald-200\/70 {
  border-color: rgb(167 243 208 / 0.7);
}
.border-emerald-200\/75 {
  border-color: rgb(167 243 208 / 0.75);
}
.border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.border-emerald-200\/85 {
  border-color: rgb(167 243 208 / 0.85);
}
.border-emerald-200\/90 {
  border-color: rgb(167 243 208 / 0.9);
}
.border-emerald-200\/95 {
  border-color: rgb(167 243 208 / 0.95);
}
.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-300\/0 {
  border-color: rgb(110 231 183 / 0);
}
.border-emerald-300\/10 {
  border-color: rgb(110 231 183 / 0.1);
}
.border-emerald-300\/100 {
  border-color: rgb(110 231 183 / 1);
}
.border-emerald-300\/15 {
  border-color: rgb(110 231 183 / .15);
}
.border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.border-emerald-300\/25 {
  border-color: rgb(110 231 183 / 0.25);
}
.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-emerald-300\/35 {
  border-color: rgb(110 231 183 / .35);
}
.border-emerald-300\/40 {
  border-color: rgb(110 231 183 / 0.4);
}
.border-emerald-300\/45 {
  border-color: rgb(110 231 183 / 0.45);
}
.border-emerald-300\/5 {
  border-color: rgb(110 231 183 / 0.05);
}
.border-emerald-300\/50 {
  border-color: rgb(110 231 183 / 0.5);
}
.border-emerald-300\/55 {
  border-color: rgb(110 231 183 / 0.55);
}
.border-emerald-300\/60 {
  border-color: rgb(110 231 183 / 0.6);
}
.border-emerald-300\/65 {
  border-color: rgb(110 231 183 / 0.65);
}
.border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.border-emerald-300\/75 {
  border-color: rgb(110 231 183 / 0.75);
}
.border-emerald-300\/80 {
  border-color: rgb(110 231 183 / 0.8);
}
.border-emerald-300\/85 {
  border-color: rgb(110 231 183 / 0.85);
}
.border-emerald-300\/90 {
  border-color: rgb(110 231 183 / 0.9);
}
.border-emerald-300\/95 {
  border-color: rgb(110 231 183 / 0.95);
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/0 {
  border-color: rgb(52 211 153 / 0);
}
.border-emerald-400\/10 {
  border-color: rgb(52 211 153 / 0.1);
}
.border-emerald-400\/100 {
  border-color: rgb(52 211 153 / 1);
}
.border-emerald-400\/15 {
  border-color: rgb(52 211 153 / .15);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/35 {
  border-color: rgb(52 211 153 / .35);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}
.border-emerald-400\/5 {
  border-color: rgb(52 211 153 / 0.05);
}
.border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.border-emerald-400\/55 {
  border-color: rgb(52 211 153 / 0.55);
}
.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-400\/65 {
  border-color: rgb(52 211 153 / 0.65);
}
.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-emerald-400\/75 {
  border-color: rgb(52 211 153 / 0.75);
}
.border-emerald-400\/80 {
  border-color: rgb(52 211 153 / 0.8);
}
.border-emerald-400\/85 {
  border-color: rgb(52 211 153 / 0.85);
}
.border-emerald-400\/90 {
  border-color: rgb(52 211 153 / 0.9);
}
.border-emerald-400\/95 {
  border-color: rgb(52 211 153 / 0.95);
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-emerald-500\/0 {
  border-color: rgb(16 185 129 / 0);
}
.border-emerald-500\/10 {
  border-color: rgb(16 185 129 / 0.1);
}
.border-emerald-500\/100 {
  border-color: rgb(16 185 129 / 1);
}
.border-emerald-500\/15 {
  border-color: rgb(16 185 129 / .15);
}
.border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}
.border-emerald-500\/25 {
  border-color: rgb(16 185 129 / 0.25);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/35 {
  border-color: rgb(16 185 129 / .35);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/45 {
  border-color: rgb(16 185 129 / 0.45);
}
.border-emerald-500\/5 {
  border-color: rgb(16 185 129 / 0.05);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-500\/55 {
  border-color: rgb(16 185 129 / 0.55);
}
.border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.border-emerald-500\/65 {
  border-color: rgb(16 185 129 / 0.65);
}
.border-emerald-500\/70 {
  border-color: rgb(16 185 129 / 0.7);
}
.border-emerald-500\/75 {
  border-color: rgb(16 185 129 / 0.75);
}
.border-emerald-500\/80 {
  border-color: rgb(16 185 129 / 0.8);
}
.border-emerald-500\/85 {
  border-color: rgb(16 185 129 / 0.85);
}
.border-emerald-500\/90 {
  border-color: rgb(16 185 129 / 0.9);
}
.border-emerald-500\/95 {
  border-color: rgb(16 185 129 / 0.95);
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-emerald-600\/0 {
  border-color: rgb(5 150 105 / 0);
}
.border-emerald-600\/10 {
  border-color: rgb(5 150 105 / 0.1);
}
.border-emerald-600\/100 {
  border-color: rgb(5 150 105 / 1);
}
.border-emerald-600\/15 {
  border-color: rgb(5 150 105 / .15);
}
.border-emerald-600\/20 {
  border-color: rgb(5 150 105 / 0.2);
}
.border-emerald-600\/25 {
  border-color: rgb(5 150 105 / 0.25);
}
.border-emerald-600\/30 {
  border-color: rgb(5 150 105 / 0.3);
}
.border-emerald-600\/35 {
  border-color: rgb(5 150 105 / .35);
}
.border-emerald-600\/40 {
  border-color: rgb(5 150 105 / 0.4);
}
.border-emerald-600\/45 {
  border-color: rgb(5 150 105 / 0.45);
}
.border-emerald-600\/5 {
  border-color: rgb(5 150 105 / 0.05);
}
.border-emerald-600\/50 {
  border-color: rgb(5 150 105 / 0.5);
}
.border-emerald-600\/55 {
  border-color: rgb(5 150 105 / 0.55);
}
.border-emerald-600\/60 {
  border-color: rgb(5 150 105 / 0.6);
}
.border-emerald-600\/65 {
  border-color: rgb(5 150 105 / 0.65);
}
.border-emerald-600\/70 {
  border-color: rgb(5 150 105 / 0.7);
}
.border-emerald-600\/75 {
  border-color: rgb(5 150 105 / 0.75);
}
.border-emerald-600\/80 {
  border-color: rgb(5 150 105 / 0.8);
}
.border-emerald-600\/85 {
  border-color: rgb(5 150 105 / 0.85);
}
.border-emerald-600\/90 {
  border-color: rgb(5 150 105 / 0.9);
}
.border-emerald-600\/95 {
  border-color: rgb(5 150 105 / 0.95);
}
.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}
.border-fuchsia-100\/0 {
  border-color: rgb(250 232 255 / 0);
}
.border-fuchsia-100\/10 {
  border-color: rgb(250 232 255 / 0.1);
}
.border-fuchsia-100\/100 {
  border-color: rgb(250 232 255 / 1);
}
.border-fuchsia-100\/15 {
  border-color: rgb(250 232 255 / .15);
}
.border-fuchsia-100\/20 {
  border-color: rgb(250 232 255 / 0.2);
}
.border-fuchsia-100\/25 {
  border-color: rgb(250 232 255 / 0.25);
}
.border-fuchsia-100\/30 {
  border-color: rgb(250 232 255 / 0.3);
}
.border-fuchsia-100\/35 {
  border-color: rgb(250 232 255 / .35);
}
.border-fuchsia-100\/40 {
  border-color: rgb(250 232 255 / 0.4);
}
.border-fuchsia-100\/45 {
  border-color: rgb(250 232 255 / 0.45);
}
.border-fuchsia-100\/5 {
  border-color: rgb(250 232 255 / 0.05);
}
.border-fuchsia-100\/50 {
  border-color: rgb(250 232 255 / 0.5);
}
.border-fuchsia-100\/55 {
  border-color: rgb(250 232 255 / 0.55);
}
.border-fuchsia-100\/60 {
  border-color: rgb(250 232 255 / 0.6);
}
.border-fuchsia-100\/65 {
  border-color: rgb(250 232 255 / 0.65);
}
.border-fuchsia-100\/70 {
  border-color: rgb(250 232 255 / 0.7);
}
.border-fuchsia-100\/75 {
  border-color: rgb(250 232 255 / 0.75);
}
.border-fuchsia-100\/80 {
  border-color: rgb(250 232 255 / 0.8);
}
.border-fuchsia-100\/85 {
  border-color: rgb(250 232 255 / 0.85);
}
.border-fuchsia-100\/90 {
  border-color: rgb(250 232 255 / 0.9);
}
.border-fuchsia-100\/95 {
  border-color: rgb(250 232 255 / 0.95);
}
.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}
.border-fuchsia-200\/0 {
  border-color: rgb(245 208 254 / 0);
}
.border-fuchsia-200\/10 {
  border-color: rgb(245 208 254 / 0.1);
}
.border-fuchsia-200\/100 {
  border-color: rgb(245 208 254 / 1);
}
.border-fuchsia-200\/15 {
  border-color: rgb(245 208 254 / .15);
}
.border-fuchsia-200\/20 {
  border-color: rgb(245 208 254 / 0.2);
}
.border-fuchsia-200\/25 {
  border-color: rgb(245 208 254 / 0.25);
}
.border-fuchsia-200\/30 {
  border-color: rgb(245 208 254 / 0.3);
}
.border-fuchsia-200\/35 {
  border-color: rgb(245 208 254 / .35);
}
.border-fuchsia-200\/40 {
  border-color: rgb(245 208 254 / 0.4);
}
.border-fuchsia-200\/45 {
  border-color: rgb(245 208 254 / 0.45);
}
.border-fuchsia-200\/5 {
  border-color: rgb(245 208 254 / 0.05);
}
.border-fuchsia-200\/50 {
  border-color: rgb(245 208 254 / 0.5);
}
.border-fuchsia-200\/55 {
  border-color: rgb(245 208 254 / 0.55);
}
.border-fuchsia-200\/60 {
  border-color: rgb(245 208 254 / 0.6);
}
.border-fuchsia-200\/65 {
  border-color: rgb(245 208 254 / 0.65);
}
.border-fuchsia-200\/70 {
  border-color: rgb(245 208 254 / 0.7);
}
.border-fuchsia-200\/75 {
  border-color: rgb(245 208 254 / 0.75);
}
.border-fuchsia-200\/80 {
  border-color: rgb(245 208 254 / 0.8);
}
.border-fuchsia-200\/85 {
  border-color: rgb(245 208 254 / 0.85);
}
.border-fuchsia-200\/90 {
  border-color: rgb(245 208 254 / 0.9);
}
.border-fuchsia-200\/95 {
  border-color: rgb(245 208 254 / 0.95);
}
.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}
.border-fuchsia-300\/0 {
  border-color: rgb(240 171 252 / 0);
}
.border-fuchsia-300\/10 {
  border-color: rgb(240 171 252 / 0.1);
}
.border-fuchsia-300\/100 {
  border-color: rgb(240 171 252 / 1);
}
.border-fuchsia-300\/15 {
  border-color: rgb(240 171 252 / .15);
}
.border-fuchsia-300\/20 {
  border-color: rgb(240 171 252 / 0.2);
}
.border-fuchsia-300\/25 {
  border-color: rgb(240 171 252 / 0.25);
}
.border-fuchsia-300\/30 {
  border-color: rgb(240 171 252 / 0.3);
}
.border-fuchsia-300\/35 {
  border-color: rgb(240 171 252 / .35);
}
.border-fuchsia-300\/40 {
  border-color: rgb(240 171 252 / 0.4);
}
.border-fuchsia-300\/45 {
  border-color: rgb(240 171 252 / 0.45);
}
.border-fuchsia-300\/5 {
  border-color: rgb(240 171 252 / 0.05);
}
.border-fuchsia-300\/50 {
  border-color: rgb(240 171 252 / 0.5);
}
.border-fuchsia-300\/55 {
  border-color: rgb(240 171 252 / 0.55);
}
.border-fuchsia-300\/60 {
  border-color: rgb(240 171 252 / 0.6);
}
.border-fuchsia-300\/65 {
  border-color: rgb(240 171 252 / 0.65);
}
.border-fuchsia-300\/70 {
  border-color: rgb(240 171 252 / 0.7);
}
.border-fuchsia-300\/75 {
  border-color: rgb(240 171 252 / 0.75);
}
.border-fuchsia-300\/80 {
  border-color: rgb(240 171 252 / 0.8);
}
.border-fuchsia-300\/85 {
  border-color: rgb(240 171 252 / 0.85);
}
.border-fuchsia-300\/90 {
  border-color: rgb(240 171 252 / 0.9);
}
.border-fuchsia-300\/95 {
  border-color: rgb(240 171 252 / 0.95);
}
.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}
.border-fuchsia-400\/0 {
  border-color: rgb(232 121 249 / 0);
}
.border-fuchsia-400\/10 {
  border-color: rgb(232 121 249 / 0.1);
}
.border-fuchsia-400\/100 {
  border-color: rgb(232 121 249 / 1);
}
.border-fuchsia-400\/15 {
  border-color: rgb(232 121 249 / .15);
}
.border-fuchsia-400\/20 {
  border-color: rgb(232 121 249 / 0.2);
}
.border-fuchsia-400\/25 {
  border-color: rgb(232 121 249 / 0.25);
}
.border-fuchsia-400\/30 {
  border-color: rgb(232 121 249 / 0.3);
}
.border-fuchsia-400\/35 {
  border-color: rgb(232 121 249 / .35);
}
.border-fuchsia-400\/40 {
  border-color: rgb(232 121 249 / 0.4);
}
.border-fuchsia-400\/45 {
  border-color: rgb(232 121 249 / 0.45);
}
.border-fuchsia-400\/5 {
  border-color: rgb(232 121 249 / 0.05);
}
.border-fuchsia-400\/50 {
  border-color: rgb(232 121 249 / 0.5);
}
.border-fuchsia-400\/55 {
  border-color: rgb(232 121 249 / 0.55);
}
.border-fuchsia-400\/60 {
  border-color: rgb(232 121 249 / 0.6);
}
.border-fuchsia-400\/65 {
  border-color: rgb(232 121 249 / 0.65);
}
.border-fuchsia-400\/70 {
  border-color: rgb(232 121 249 / 0.7);
}
.border-fuchsia-400\/75 {
  border-color: rgb(232 121 249 / 0.75);
}
.border-fuchsia-400\/80 {
  border-color: rgb(232 121 249 / 0.8);
}
.border-fuchsia-400\/85 {
  border-color: rgb(232 121 249 / 0.85);
}
.border-fuchsia-400\/90 {
  border-color: rgb(232 121 249 / 0.9);
}
.border-fuchsia-400\/95 {
  border-color: rgb(232 121 249 / 0.95);
}
.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-fuchsia-500\/0 {
  border-color: rgb(217 70 239 / 0);
}
.border-fuchsia-500\/10 {
  border-color: rgb(217 70 239 / 0.1);
}
.border-fuchsia-500\/100 {
  border-color: rgb(217 70 239 / 1);
}
.border-fuchsia-500\/15 {
  border-color: rgb(217 70 239 / .15);
}
.border-fuchsia-500\/20 {
  border-color: rgb(217 70 239 / 0.2);
}
.border-fuchsia-500\/25 {
  border-color: rgb(217 70 239 / 0.25);
}
.border-fuchsia-500\/30 {
  border-color: rgb(217 70 239 / 0.3);
}
.border-fuchsia-500\/35 {
  border-color: rgb(217 70 239 / .35);
}
.border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.border-fuchsia-500\/45 {
  border-color: rgb(217 70 239 / 0.45);
}
.border-fuchsia-500\/5 {
  border-color: rgb(217 70 239 / 0.05);
}
.border-fuchsia-500\/50 {
  border-color: rgb(217 70 239 / 0.5);
}
.border-fuchsia-500\/55 {
  border-color: rgb(217 70 239 / 0.55);
}
.border-fuchsia-500\/60 {
  border-color: rgb(217 70 239 / 0.6);
}
.border-fuchsia-500\/65 {
  border-color: rgb(217 70 239 / 0.65);
}
.border-fuchsia-500\/70 {
  border-color: rgb(217 70 239 / 0.7);
}
.border-fuchsia-500\/75 {
  border-color: rgb(217 70 239 / 0.75);
}
.border-fuchsia-500\/80 {
  border-color: rgb(217 70 239 / 0.8);
}
.border-fuchsia-500\/85 {
  border-color: rgb(217 70 239 / 0.85);
}
.border-fuchsia-500\/90 {
  border-color: rgb(217 70 239 / 0.9);
}
.border-fuchsia-500\/95 {
  border-color: rgb(217 70 239 / 0.95);
}
.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-fuchsia-600\/0 {
  border-color: rgb(192 38 211 / 0);
}
.border-fuchsia-600\/10 {
  border-color: rgb(192 38 211 / 0.1);
}
.border-fuchsia-600\/100 {
  border-color: rgb(192 38 211 / 1);
}
.border-fuchsia-600\/15 {
  border-color: rgb(192 38 211 / .15);
}
.border-fuchsia-600\/20 {
  border-color: rgb(192 38 211 / 0.2);
}
.border-fuchsia-600\/25 {
  border-color: rgb(192 38 211 / 0.25);
}
.border-fuchsia-600\/30 {
  border-color: rgb(192 38 211 / 0.3);
}
.border-fuchsia-600\/35 {
  border-color: rgb(192 38 211 / .35);
}
.border-fuchsia-600\/40 {
  border-color: rgb(192 38 211 / 0.4);
}
.border-fuchsia-600\/45 {
  border-color: rgb(192 38 211 / 0.45);
}
.border-fuchsia-600\/5 {
  border-color: rgb(192 38 211 / 0.05);
}
.border-fuchsia-600\/50 {
  border-color: rgb(192 38 211 / 0.5);
}
.border-fuchsia-600\/55 {
  border-color: rgb(192 38 211 / 0.55);
}
.border-fuchsia-600\/60 {
  border-color: rgb(192 38 211 / 0.6);
}
.border-fuchsia-600\/65 {
  border-color: rgb(192 38 211 / 0.65);
}
.border-fuchsia-600\/70 {
  border-color: rgb(192 38 211 / 0.7);
}
.border-fuchsia-600\/75 {
  border-color: rgb(192 38 211 / 0.75);
}
.border-fuchsia-600\/80 {
  border-color: rgb(192 38 211 / 0.8);
}
.border-fuchsia-600\/85 {
  border-color: rgb(192 38 211 / 0.85);
}
.border-fuchsia-600\/90 {
  border-color: rgb(192 38 211 / 0.9);
}
.border-fuchsia-600\/95 {
  border-color: rgb(192 38 211 / 0.95);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-100\/0 {
  border-color: rgb(243 244 246 / 0);
}
.border-gray-100\/10 {
  border-color: rgb(243 244 246 / 0.1);
}
.border-gray-100\/100 {
  border-color: rgb(243 244 246 / 1);
}
.border-gray-100\/15 {
  border-color: rgb(243 244 246 / .15);
}
.border-gray-100\/20 {
  border-color: rgb(243 244 246 / 0.2);
}
.border-gray-100\/25 {
  border-color: rgb(243 244 246 / 0.25);
}
.border-gray-100\/30 {
  border-color: rgb(243 244 246 / 0.3);
}
.border-gray-100\/35 {
  border-color: rgb(243 244 246 / .35);
}
.border-gray-100\/40 {
  border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45 {
  border-color: rgb(243 244 246 / 0.45);
}
.border-gray-100\/5 {
  border-color: rgb(243 244 246 / 0.05);
}
.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}
.border-gray-100\/55 {
  border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60 {
  border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65 {
  border-color: rgb(243 244 246 / 0.65);
}
.border-gray-100\/70 {
  border-color: rgb(243 244 246 / 0.7);
}
.border-gray-100\/75 {
  border-color: rgb(243 244 246 / 0.75);
}
.border-gray-100\/80 {
  border-color: rgb(243 244 246 / 0.8);
}
.border-gray-100\/85 {
  border-color: rgb(243 244 246 / 0.85);
}
.border-gray-100\/90 {
  border-color: rgb(243 244 246 / 0.9);
}
.border-gray-100\/95 {
  border-color: rgb(243 244 246 / 0.95);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-200\/0 {
  border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/10 {
  border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/100 {
  border-color: rgb(229 231 235 / 1);
}
.border-gray-200\/15 {
  border-color: rgb(229 231 235 / .15);
}
.border-gray-200\/20 {
  border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25 {
  border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30 {
  border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/35 {
  border-color: rgb(229 231 235 / .35);
}
.border-gray-200\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45 {
  border-color: rgb(229 231 235 / 0.45);
}
.border-gray-200\/5 {
  border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/55 {
  border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65 {
  border-color: rgb(229 231 235 / 0.65);
}
.border-gray-200\/70 {
  border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/85 {
  border-color: rgb(229 231 235 / 0.85);
}
.border-gray-200\/90 {
  border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95 {
  border-color: rgb(229 231 235 / 0.95);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-300\/0 {
  border-color: rgb(209 213 219 / 0);
}
.border-gray-300\/10 {
  border-color: rgb(209 213 219 / 0.1);
}
.border-gray-300\/100 {
  border-color: rgb(209 213 219 / 1);
}
.border-gray-300\/15 {
  border-color: rgb(209 213 219 / .15);
}
.border-gray-300\/20 {
  border-color: rgb(209 213 219 / 0.2);
}
.border-gray-300\/25 {
  border-color: rgb(209 213 219 / 0.25);
}
.border-gray-300\/30 {
  border-color: rgb(209 213 219 / 0.3);
}
.border-gray-300\/35 {
  border-color: rgb(209 213 219 / .35);
}
.border-gray-300\/40 {
  border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45 {
  border-color: rgb(209 213 219 / 0.45);
}
.border-gray-300\/5 {
  border-color: rgb(209 213 219 / 0.05);
}
.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}
.border-gray-300\/55 {
  border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60 {
  border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65 {
  border-color: rgb(209 213 219 / 0.65);
}
.border-gray-300\/70 {
  border-color: rgb(209 213 219 / 0.7);
}
.border-gray-300\/75 {
  border-color: rgb(209 213 219 / 0.75);
}
.border-gray-300\/80 {
  border-color: rgb(209 213 219 / 0.8);
}
.border-gray-300\/85 {
  border-color: rgb(209 213 219 / 0.85);
}
.border-gray-300\/90 {
  border-color: rgb(209 213 219 / 0.9);
}
.border-gray-300\/95 {
  border-color: rgb(209 213 219 / 0.95);
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-400\/0 {
  border-color: rgb(156 163 175 / 0);
}
.border-gray-400\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.border-gray-400\/100 {
  border-color: rgb(156 163 175 / 1);
}
.border-gray-400\/15 {
  border-color: rgb(156 163 175 / .15);
}
.border-gray-400\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.border-gray-400\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.border-gray-400\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.border-gray-400\/35 {
  border-color: rgb(156 163 175 / .35);
}
.border-gray-400\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45 {
  border-color: rgb(156 163 175 / 0.45);
}
.border-gray-400\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.border-gray-400\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-gray-400\/55 {
  border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65 {
  border-color: rgb(156 163 175 / 0.65);
}
.border-gray-400\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.border-gray-400\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.border-gray-400\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.border-gray-400\/85 {
  border-color: rgb(156 163 175 / 0.85);
}
.border-gray-400\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.border-gray-400\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-500\/0 {
  border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/10 {
  border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/100 {
  border-color: rgb(107 114 128 / 1);
}
.border-gray-500\/15 {
  border-color: rgb(107 114 128 / .15);
}
.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25 {
  border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/35 {
  border-color: rgb(107 114 128 / .35);
}
.border-gray-500\/40 {
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45 {
  border-color: rgb(107 114 128 / 0.45);
}
.border-gray-500\/5 {
  border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/50 {
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/55 {
  border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60 {
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65 {
  border-color: rgb(107 114 128 / 0.65);
}
.border-gray-500\/70 {
  border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75 {
  border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80 {
  border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/85 {
  border-color: rgb(107 114 128 / 0.85);
}
.border-gray-500\/90 {
  border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95 {
  border-color: rgb(107 114 128 / 0.95);
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-600\/0 {
  border-color: rgb(75 85 99 / 0);
}
.border-gray-600\/10 {
  border-color: rgb(75 85 99 / 0.1);
}
.border-gray-600\/100 {
  border-color: rgb(75 85 99 / 1);
}
.border-gray-600\/15 {
  border-color: rgb(75 85 99 / .15);
}
.border-gray-600\/20 {
  border-color: rgb(75 85 99 / 0.2);
}
.border-gray-600\/25 {
  border-color: rgb(75 85 99 / 0.25);
}
.border-gray-600\/30 {
  border-color: rgb(75 85 99 / 0.3);
}
.border-gray-600\/35 {
  border-color: rgb(75 85 99 / .35);
}
.border-gray-600\/40 {
  border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45 {
  border-color: rgb(75 85 99 / 0.45);
}
.border-gray-600\/5 {
  border-color: rgb(75 85 99 / 0.05);
}
.border-gray-600\/50 {
  border-color: rgb(75 85 99 / 0.5);
}
.border-gray-600\/55 {
  border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60 {
  border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65 {
  border-color: rgb(75 85 99 / 0.65);
}
.border-gray-600\/70 {
  border-color: rgb(75 85 99 / 0.7);
}
.border-gray-600\/75 {
  border-color: rgb(75 85 99 / 0.75);
}
.border-gray-600\/80 {
  border-color: rgb(75 85 99 / 0.8);
}
.border-gray-600\/85 {
  border-color: rgb(75 85 99 / 0.85);
}
.border-gray-600\/90 {
  border-color: rgb(75 85 99 / 0.9);
}
.border-gray-600\/95 {
  border-color: rgb(75 85 99 / 0.95);
}
.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-100\/0 {
  border-color: rgb(220 252 231 / 0);
}
.border-green-100\/10 {
  border-color: rgb(220 252 231 / 0.1);
}
.border-green-100\/100 {
  border-color: rgb(220 252 231 / 1);
}
.border-green-100\/15 {
  border-color: rgb(220 252 231 / .15);
}
.border-green-100\/20 {
  border-color: rgb(220 252 231 / 0.2);
}
.border-green-100\/25 {
  border-color: rgb(220 252 231 / 0.25);
}
.border-green-100\/30 {
  border-color: rgb(220 252 231 / 0.3);
}
.border-green-100\/35 {
  border-color: rgb(220 252 231 / .35);
}
.border-green-100\/40 {
  border-color: rgb(220 252 231 / 0.4);
}
.border-green-100\/45 {
  border-color: rgb(220 252 231 / 0.45);
}
.border-green-100\/5 {
  border-color: rgb(220 252 231 / 0.05);
}
.border-green-100\/50 {
  border-color: rgb(220 252 231 / 0.5);
}
.border-green-100\/55 {
  border-color: rgb(220 252 231 / 0.55);
}
.border-green-100\/60 {
  border-color: rgb(220 252 231 / 0.6);
}
.border-green-100\/65 {
  border-color: rgb(220 252 231 / 0.65);
}
.border-green-100\/70 {
  border-color: rgb(220 252 231 / 0.7);
}
.border-green-100\/75 {
  border-color: rgb(220 252 231 / 0.75);
}
.border-green-100\/80 {
  border-color: rgb(220 252 231 / 0.8);
}
.border-green-100\/85 {
  border-color: rgb(220 252 231 / 0.85);
}
.border-green-100\/90 {
  border-color: rgb(220 252 231 / 0.9);
}
.border-green-100\/95 {
  border-color: rgb(220 252 231 / 0.95);
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-200\/0 {
  border-color: rgb(187 247 208 / 0);
}
.border-green-200\/10 {
  border-color: rgb(187 247 208 / 0.1);
}
.border-green-200\/100 {
  border-color: rgb(187 247 208 / 1);
}
.border-green-200\/15 {
  border-color: rgb(187 247 208 / .15);
}
.border-green-200\/20 {
  border-color: rgb(187 247 208 / 0.2);
}
.border-green-200\/25 {
  border-color: rgb(187 247 208 / 0.25);
}
.border-green-200\/30 {
  border-color: rgb(187 247 208 / 0.3);
}
.border-green-200\/35 {
  border-color: rgb(187 247 208 / .35);
}
.border-green-200\/40 {
  border-color: rgb(187 247 208 / 0.4);
}
.border-green-200\/45 {
  border-color: rgb(187 247 208 / 0.45);
}
.border-green-200\/5 {
  border-color: rgb(187 247 208 / 0.05);
}
.border-green-200\/50 {
  border-color: rgb(187 247 208 / 0.5);
}
.border-green-200\/55 {
  border-color: rgb(187 247 208 / 0.55);
}
.border-green-200\/60 {
  border-color: rgb(187 247 208 / 0.6);
}
.border-green-200\/65 {
  border-color: rgb(187 247 208 / 0.65);
}
.border-green-200\/70 {
  border-color: rgb(187 247 208 / 0.7);
}
.border-green-200\/75 {
  border-color: rgb(187 247 208 / 0.75);
}
.border-green-200\/80 {
  border-color: rgb(187 247 208 / 0.8);
}
.border-green-200\/85 {
  border-color: rgb(187 247 208 / 0.85);
}
.border-green-200\/90 {
  border-color: rgb(187 247 208 / 0.9);
}
.border-green-200\/95 {
  border-color: rgb(187 247 208 / 0.95);
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}
.border-green-300\/0 {
  border-color: rgb(134 239 172 / 0);
}
.border-green-300\/10 {
  border-color: rgb(134 239 172 / 0.1);
}
.border-green-300\/100 {
  border-color: rgb(134 239 172 / 1);
}
.border-green-300\/15 {
  border-color: rgb(134 239 172 / .15);
}
.border-green-300\/20 {
  border-color: rgb(134 239 172 / 0.2);
}
.border-green-300\/25 {
  border-color: rgb(134 239 172 / 0.25);
}
.border-green-300\/30 {
  border-color: rgb(134 239 172 / 0.3);
}
.border-green-300\/35 {
  border-color: rgb(134 239 172 / .35);
}
.border-green-300\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.border-green-300\/45 {
  border-color: rgb(134 239 172 / 0.45);
}
.border-green-300\/5 {
  border-color: rgb(134 239 172 / 0.05);
}
.border-green-300\/50 {
  border-color: rgb(134 239 172 / 0.5);
}
.border-green-300\/55 {
  border-color: rgb(134 239 172 / 0.55);
}
.border-green-300\/60 {
  border-color: rgb(134 239 172 / 0.6);
}
.border-green-300\/65 {
  border-color: rgb(134 239 172 / 0.65);
}
.border-green-300\/70 {
  border-color: rgb(134 239 172 / 0.7);
}
.border-green-300\/75 {
  border-color: rgb(134 239 172 / 0.75);
}
.border-green-300\/80 {
  border-color: rgb(134 239 172 / 0.8);
}
.border-green-300\/85 {
  border-color: rgb(134 239 172 / 0.85);
}
.border-green-300\/90 {
  border-color: rgb(134 239 172 / 0.9);
}
.border-green-300\/95 {
  border-color: rgb(134 239 172 / 0.95);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-400\/0 {
  border-color: rgb(74 222 128 / 0);
}
.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}
.border-green-400\/100 {
  border-color: rgb(74 222 128 / 1);
}
.border-green-400\/15 {
  border-color: rgb(74 222 128 / .15);
}
.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.border-green-400\/25 {
  border-color: rgb(74 222 128 / 0.25);
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-400\/35 {
  border-color: rgb(74 222 128 / .35);
}
.border-green-400\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.border-green-400\/45 {
  border-color: rgb(74 222 128 / 0.45);
}
.border-green-400\/5 {
  border-color: rgb(74 222 128 / 0.05);
}
.border-green-400\/50 {
  border-color: rgb(74 222 128 / 0.5);
}
.border-green-400\/55 {
  border-color: rgb(74 222 128 / 0.55);
}
.border-green-400\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.border-green-400\/65 {
  border-color: rgb(74 222 128 / 0.65);
}
.border-green-400\/70 {
  border-color: rgb(74 222 128 / 0.7);
}
.border-green-400\/75 {
  border-color: rgb(74 222 128 / 0.75);
}
.border-green-400\/80 {
  border-color: rgb(74 222 128 / 0.8);
}
.border-green-400\/85 {
  border-color: rgb(74 222 128 / 0.85);
}
.border-green-400\/90 {
  border-color: rgb(74 222 128 / 0.9);
}
.border-green-400\/95 {
  border-color: rgb(74 222 128 / 0.95);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/0 {
  border-color: rgb(34 197 94 / 0);
}
.border-green-500\/10 {
  border-color: rgb(34 197 94 / 0.1);
}
.border-green-500\/100 {
  border-color: rgb(34 197 94 / 1);
}
.border-green-500\/15 {
  border-color: rgb(34 197 94 / .15);
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/35 {
  border-color: rgb(34 197 94 / .35);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/45 {
  border-color: rgb(34 197 94 / 0.45);
}
.border-green-500\/5 {
  border-color: rgb(34 197 94 / 0.05);
}
.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}
.border-green-500\/55 {
  border-color: rgb(34 197 94 / 0.55);
}
.border-green-500\/60 {
  border-color: rgb(34 197 94 / 0.6);
}
.border-green-500\/65 {
  border-color: rgb(34 197 94 / 0.65);
}
.border-green-500\/70 {
  border-color: rgb(34 197 94 / 0.7);
}
.border-green-500\/75 {
  border-color: rgb(34 197 94 / 0.75);
}
.border-green-500\/80 {
  border-color: rgb(34 197 94 / 0.8);
}
.border-green-500\/85 {
  border-color: rgb(34 197 94 / 0.85);
}
.border-green-500\/90 {
  border-color: rgb(34 197 94 / 0.9);
}
.border-green-500\/95 {
  border-color: rgb(34 197 94 / 0.95);
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-green-600\/0 {
  border-color: rgb(22 163 74 / 0);
}
.border-green-600\/10 {
  border-color: rgb(22 163 74 / 0.1);
}
.border-green-600\/100 {
  border-color: rgb(22 163 74 / 1);
}
.border-green-600\/15 {
  border-color: rgb(22 163 74 / .15);
}
.border-green-600\/20 {
  border-color: rgb(22 163 74 / 0.2);
}
.border-green-600\/25 {
  border-color: rgb(22 163 74 / 0.25);
}
.border-green-600\/30 {
  border-color: rgb(22 163 74 / 0.3);
}
.border-green-600\/35 {
  border-color: rgb(22 163 74 / .35);
}
.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.border-green-600\/45 {
  border-color: rgb(22 163 74 / 0.45);
}
.border-green-600\/5 {
  border-color: rgb(22 163 74 / 0.05);
}
.border-green-600\/50 {
  border-color: rgb(22 163 74 / 0.5);
}
.border-green-600\/55 {
  border-color: rgb(22 163 74 / 0.55);
}
.border-green-600\/60 {
  border-color: rgb(22 163 74 / 0.6);
}
.border-green-600\/65 {
  border-color: rgb(22 163 74 / 0.65);
}
.border-green-600\/70 {
  border-color: rgb(22 163 74 / 0.7);
}
.border-green-600\/75 {
  border-color: rgb(22 163 74 / 0.75);
}
.border-green-600\/80 {
  border-color: rgb(22 163 74 / 0.8);
}
.border-green-600\/85 {
  border-color: rgb(22 163 74 / 0.85);
}
.border-green-600\/90 {
  border-color: rgb(22 163 74 / 0.9);
}
.border-green-600\/95 {
  border-color: rgb(22 163 74 / 0.95);
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-100\/0 {
  border-color: rgb(224 231 255 / 0);
}
.border-indigo-100\/10 {
  border-color: rgb(224 231 255 / 0.1);
}
.border-indigo-100\/100 {
  border-color: rgb(224 231 255 / 1);
}
.border-indigo-100\/15 {
  border-color: rgb(224 231 255 / .15);
}
.border-indigo-100\/20 {
  border-color: rgb(224 231 255 / 0.2);
}
.border-indigo-100\/25 {
  border-color: rgb(224 231 255 / 0.25);
}
.border-indigo-100\/30 {
  border-color: rgb(224 231 255 / 0.3);
}
.border-indigo-100\/35 {
  border-color: rgb(224 231 255 / .35);
}
.border-indigo-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.border-indigo-100\/45 {
  border-color: rgb(224 231 255 / 0.45);
}
.border-indigo-100\/5 {
  border-color: rgb(224 231 255 / 0.05);
}
.border-indigo-100\/50 {
  border-color: rgb(224 231 255 / 0.5);
}
.border-indigo-100\/55 {
  border-color: rgb(224 231 255 / 0.55);
}
.border-indigo-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.border-indigo-100\/65 {
  border-color: rgb(224 231 255 / 0.65);
}
.border-indigo-100\/70 {
  border-color: rgb(224 231 255 / 0.7);
}
.border-indigo-100\/75 {
  border-color: rgb(224 231 255 / 0.75);
}
.border-indigo-100\/80 {
  border-color: rgb(224 231 255 / 0.8);
}
.border-indigo-100\/85 {
  border-color: rgb(224 231 255 / 0.85);
}
.border-indigo-100\/90 {
  border-color: rgb(224 231 255 / 0.9);
}
.border-indigo-100\/95 {
  border-color: rgb(224 231 255 / 0.95);
}
.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-indigo-200\/0 {
  border-color: rgb(199 210 254 / 0);
}
.border-indigo-200\/10 {
  border-color: rgb(199 210 254 / 0.1);
}
.border-indigo-200\/100 {
  border-color: rgb(199 210 254 / 1);
}
.border-indigo-200\/15 {
  border-color: rgb(199 210 254 / .15);
}
.border-indigo-200\/20 {
  border-color: rgb(199 210 254 / 0.2);
}
.border-indigo-200\/25 {
  border-color: rgb(199 210 254 / 0.25);
}
.border-indigo-200\/30 {
  border-color: rgb(199 210 254 / 0.3);
}
.border-indigo-200\/35 {
  border-color: rgb(199 210 254 / .35);
}
.border-indigo-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.border-indigo-200\/45 {
  border-color: rgb(199 210 254 / 0.45);
}
.border-indigo-200\/5 {
  border-color: rgb(199 210 254 / 0.05);
}
.border-indigo-200\/50 {
  border-color: rgb(199 210 254 / 0.5);
}
.border-indigo-200\/55 {
  border-color: rgb(199 210 254 / 0.55);
}
.border-indigo-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.border-indigo-200\/65 {
  border-color: rgb(199 210 254 / 0.65);
}
.border-indigo-200\/70 {
  border-color: rgb(199 210 254 / 0.7);
}
.border-indigo-200\/75 {
  border-color: rgb(199 210 254 / 0.75);
}
.border-indigo-200\/80 {
  border-color: rgb(199 210 254 / 0.8);
}
.border-indigo-200\/85 {
  border-color: rgb(199 210 254 / 0.85);
}
.border-indigo-200\/90 {
  border-color: rgb(199 210 254 / 0.9);
}
.border-indigo-200\/95 {
  border-color: rgb(199 210 254 / 0.95);
}
.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-indigo-300\/0 {
  border-color: rgb(165 180 252 / 0);
}
.border-indigo-300\/10 {
  border-color: rgb(165 180 252 / 0.1);
}
.border-indigo-300\/100 {
  border-color: rgb(165 180 252 / 1);
}
.border-indigo-300\/15 {
  border-color: rgb(165 180 252 / .15);
}
.border-indigo-300\/20 {
  border-color: rgb(165 180 252 / 0.2);
}
.border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}
.border-indigo-300\/30 {
  border-color: rgb(165 180 252 / 0.3);
}
.border-indigo-300\/35 {
  border-color: rgb(165 180 252 / .35);
}
.border-indigo-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.border-indigo-300\/45 {
  border-color: rgb(165 180 252 / 0.45);
}
.border-indigo-300\/5 {
  border-color: rgb(165 180 252 / 0.05);
}
.border-indigo-300\/50 {
  border-color: rgb(165 180 252 / 0.5);
}
.border-indigo-300\/55 {
  border-color: rgb(165 180 252 / 0.55);
}
.border-indigo-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.border-indigo-300\/65 {
  border-color: rgb(165 180 252 / 0.65);
}
.border-indigo-300\/70 {
  border-color: rgb(165 180 252 / 0.7);
}
.border-indigo-300\/75 {
  border-color: rgb(165 180 252 / 0.75);
}
.border-indigo-300\/80 {
  border-color: rgb(165 180 252 / 0.8);
}
.border-indigo-300\/85 {
  border-color: rgb(165 180 252 / 0.85);
}
.border-indigo-300\/90 {
  border-color: rgb(165 180 252 / 0.9);
}
.border-indigo-300\/95 {
  border-color: rgb(165 180 252 / 0.95);
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-indigo-400\/0 {
  border-color: rgb(129 140 248 / 0);
}
.border-indigo-400\/10 {
  border-color: rgb(129 140 248 / 0.1);
}
.border-indigo-400\/100 {
  border-color: rgb(129 140 248 / 1);
}
.border-indigo-400\/15 {
  border-color: rgb(129 140 248 / .15);
}
.border-indigo-400\/20 {
  border-color: rgb(129 140 248 / 0.2);
}
.border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}
.border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}
.border-indigo-400\/35 {
  border-color: rgb(129 140 248 / .35);
}
.border-indigo-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.border-indigo-400\/45 {
  border-color: rgb(129 140 248 / 0.45);
}
.border-indigo-400\/5 {
  border-color: rgb(129 140 248 / 0.05);
}
.border-indigo-400\/50 {
  border-color: rgb(129 140 248 / 0.5);
}
.border-indigo-400\/55 {
  border-color: rgb(129 140 248 / 0.55);
}
.border-indigo-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.border-indigo-400\/65 {
  border-color: rgb(129 140 248 / 0.65);
}
.border-indigo-400\/70 {
  border-color: rgb(129 140 248 / 0.7);
}
.border-indigo-400\/75 {
  border-color: rgb(129 140 248 / 0.75);
}
.border-indigo-400\/80 {
  border-color: rgb(129 140 248 / 0.8);
}
.border-indigo-400\/85 {
  border-color: rgb(129 140 248 / 0.85);
}
.border-indigo-400\/90 {
  border-color: rgb(129 140 248 / 0.9);
}
.border-indigo-400\/95 {
  border-color: rgb(129 140 248 / 0.95);
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/0 {
  border-color: rgb(99 102 241 / 0);
}
.border-indigo-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}
.border-indigo-500\/100 {
  border-color: rgb(99 102 241 / 1);
}
.border-indigo-500\/15 {
  border-color: rgb(99 102 241 / .15);
}
.border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}
.border-indigo-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}
.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.border-indigo-500\/35 {
  border-color: rgb(99 102 241 / .35);
}
.border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.border-indigo-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}
.border-indigo-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}
.border-indigo-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}
.border-indigo-500\/55 {
  border-color: rgb(99 102 241 / 0.55);
}
.border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.border-indigo-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}
.border-indigo-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}
.border-indigo-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}
.border-indigo-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}
.border-indigo-500\/85 {
  border-color: rgb(99 102 241 / 0.85);
}
.border-indigo-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}
.border-indigo-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-indigo-600\/0 {
  border-color: rgb(79 70 229 / 0);
}
.border-indigo-600\/10 {
  border-color: rgb(79 70 229 / 0.1);
}
.border-indigo-600\/100 {
  border-color: rgb(79 70 229 / 1);
}
.border-indigo-600\/15 {
  border-color: rgb(79 70 229 / .15);
}
.border-indigo-600\/20 {
  border-color: rgb(79 70 229 / 0.2);
}
.border-indigo-600\/25 {
  border-color: rgb(79 70 229 / 0.25);
}
.border-indigo-600\/30 {
  border-color: rgb(79 70 229 / 0.3);
}
.border-indigo-600\/35 {
  border-color: rgb(79 70 229 / .35);
}
.border-indigo-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.border-indigo-600\/45 {
  border-color: rgb(79 70 229 / 0.45);
}
.border-indigo-600\/5 {
  border-color: rgb(79 70 229 / 0.05);
}
.border-indigo-600\/50 {
  border-color: rgb(79 70 229 / 0.5);
}
.border-indigo-600\/55 {
  border-color: rgb(79 70 229 / 0.55);
}
.border-indigo-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.border-indigo-600\/65 {
  border-color: rgb(79 70 229 / 0.65);
}
.border-indigo-600\/70 {
  border-color: rgb(79 70 229 / 0.7);
}
.border-indigo-600\/75 {
  border-color: rgb(79 70 229 / 0.75);
}
.border-indigo-600\/80 {
  border-color: rgb(79 70 229 / 0.8);
}
.border-indigo-600\/85 {
  border-color: rgb(79 70 229 / 0.85);
}
.border-indigo-600\/90 {
  border-color: rgb(79 70 229 / 0.9);
}
.border-indigo-600\/95 {
  border-color: rgb(79 70 229 / 0.95);
}
.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}
.border-lime-100\/0 {
  border-color: rgb(236 252 203 / 0);
}
.border-lime-100\/10 {
  border-color: rgb(236 252 203 / 0.1);
}
.border-lime-100\/100 {
  border-color: rgb(236 252 203 / 1);
}
.border-lime-100\/15 {
  border-color: rgb(236 252 203 / .15);
}
.border-lime-100\/20 {
  border-color: rgb(236 252 203 / 0.2);
}
.border-lime-100\/25 {
  border-color: rgb(236 252 203 / 0.25);
}
.border-lime-100\/30 {
  border-color: rgb(236 252 203 / 0.3);
}
.border-lime-100\/35 {
  border-color: rgb(236 252 203 / .35);
}
.border-lime-100\/40 {
  border-color: rgb(236 252 203 / 0.4);
}
.border-lime-100\/45 {
  border-color: rgb(236 252 203 / 0.45);
}
.border-lime-100\/5 {
  border-color: rgb(236 252 203 / 0.05);
}
.border-lime-100\/50 {
  border-color: rgb(236 252 203 / 0.5);
}
.border-lime-100\/55 {
  border-color: rgb(236 252 203 / 0.55);
}
.border-lime-100\/60 {
  border-color: rgb(236 252 203 / 0.6);
}
.border-lime-100\/65 {
  border-color: rgb(236 252 203 / 0.65);
}
.border-lime-100\/70 {
  border-color: rgb(236 252 203 / 0.7);
}
.border-lime-100\/75 {
  border-color: rgb(236 252 203 / 0.75);
}
.border-lime-100\/80 {
  border-color: rgb(236 252 203 / 0.8);
}
.border-lime-100\/85 {
  border-color: rgb(236 252 203 / 0.85);
}
.border-lime-100\/90 {
  border-color: rgb(236 252 203 / 0.9);
}
.border-lime-100\/95 {
  border-color: rgb(236 252 203 / 0.95);
}
.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}
.border-lime-200\/0 {
  border-color: rgb(217 249 157 / 0);
}
.border-lime-200\/10 {
  border-color: rgb(217 249 157 / 0.1);
}
.border-lime-200\/100 {
  border-color: rgb(217 249 157 / 1);
}
.border-lime-200\/15 {
  border-color: rgb(217 249 157 / .15);
}
.border-lime-200\/20 {
  border-color: rgb(217 249 157 / 0.2);
}
.border-lime-200\/25 {
  border-color: rgb(217 249 157 / 0.25);
}
.border-lime-200\/30 {
  border-color: rgb(217 249 157 / 0.3);
}
.border-lime-200\/35 {
  border-color: rgb(217 249 157 / .35);
}
.border-lime-200\/40 {
  border-color: rgb(217 249 157 / 0.4);
}
.border-lime-200\/45 {
  border-color: rgb(217 249 157 / 0.45);
}
.border-lime-200\/5 {
  border-color: rgb(217 249 157 / 0.05);
}
.border-lime-200\/50 {
  border-color: rgb(217 249 157 / 0.5);
}
.border-lime-200\/55 {
  border-color: rgb(217 249 157 / 0.55);
}
.border-lime-200\/60 {
  border-color: rgb(217 249 157 / 0.6);
}
.border-lime-200\/65 {
  border-color: rgb(217 249 157 / 0.65);
}
.border-lime-200\/70 {
  border-color: rgb(217 249 157 / 0.7);
}
.border-lime-200\/75 {
  border-color: rgb(217 249 157 / 0.75);
}
.border-lime-200\/80 {
  border-color: rgb(217 249 157 / 0.8);
}
.border-lime-200\/85 {
  border-color: rgb(217 249 157 / 0.85);
}
.border-lime-200\/90 {
  border-color: rgb(217 249 157 / 0.9);
}
.border-lime-200\/95 {
  border-color: rgb(217 249 157 / 0.95);
}
.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}
.border-lime-300\/0 {
  border-color: rgb(190 242 100 / 0);
}
.border-lime-300\/10 {
  border-color: rgb(190 242 100 / 0.1);
}
.border-lime-300\/100 {
  border-color: rgb(190 242 100 / 1);
}
.border-lime-300\/15 {
  border-color: rgb(190 242 100 / .15);
}
.border-lime-300\/20 {
  border-color: rgb(190 242 100 / 0.2);
}
.border-lime-300\/25 {
  border-color: rgb(190 242 100 / 0.25);
}
.border-lime-300\/30 {
  border-color: rgb(190 242 100 / 0.3);
}
.border-lime-300\/35 {
  border-color: rgb(190 242 100 / .35);
}
.border-lime-300\/40 {
  border-color: rgb(190 242 100 / 0.4);
}
.border-lime-300\/45 {
  border-color: rgb(190 242 100 / 0.45);
}
.border-lime-300\/5 {
  border-color: rgb(190 242 100 / 0.05);
}
.border-lime-300\/50 {
  border-color: rgb(190 242 100 / 0.5);
}
.border-lime-300\/55 {
  border-color: rgb(190 242 100 / 0.55);
}
.border-lime-300\/60 {
  border-color: rgb(190 242 100 / 0.6);
}
.border-lime-300\/65 {
  border-color: rgb(190 242 100 / 0.65);
}
.border-lime-300\/70 {
  border-color: rgb(190 242 100 / 0.7);
}
.border-lime-300\/75 {
  border-color: rgb(190 242 100 / 0.75);
}
.border-lime-300\/80 {
  border-color: rgb(190 242 100 / 0.8);
}
.border-lime-300\/85 {
  border-color: rgb(190 242 100 / 0.85);
}
.border-lime-300\/90 {
  border-color: rgb(190 242 100 / 0.9);
}
.border-lime-300\/95 {
  border-color: rgb(190 242 100 / 0.95);
}
.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}
.border-lime-400\/0 {
  border-color: rgb(163 230 53 / 0);
}
.border-lime-400\/10 {
  border-color: rgb(163 230 53 / 0.1);
}
.border-lime-400\/100 {
  border-color: rgb(163 230 53 / 1);
}
.border-lime-400\/15 {
  border-color: rgb(163 230 53 / .15);
}
.border-lime-400\/20 {
  border-color: rgb(163 230 53 / 0.2);
}
.border-lime-400\/25 {
  border-color: rgb(163 230 53 / 0.25);
}
.border-lime-400\/30 {
  border-color: rgb(163 230 53 / 0.3);
}
.border-lime-400\/35 {
  border-color: rgb(163 230 53 / .35);
}
.border-lime-400\/40 {
  border-color: rgb(163 230 53 / 0.4);
}
.border-lime-400\/45 {
  border-color: rgb(163 230 53 / 0.45);
}
.border-lime-400\/5 {
  border-color: rgb(163 230 53 / 0.05);
}
.border-lime-400\/50 {
  border-color: rgb(163 230 53 / 0.5);
}
.border-lime-400\/55 {
  border-color: rgb(163 230 53 / 0.55);
}
.border-lime-400\/60 {
  border-color: rgb(163 230 53 / 0.6);
}
.border-lime-400\/65 {
  border-color: rgb(163 230 53 / 0.65);
}
.border-lime-400\/70 {
  border-color: rgb(163 230 53 / 0.7);
}
.border-lime-400\/75 {
  border-color: rgb(163 230 53 / 0.75);
}
.border-lime-400\/80 {
  border-color: rgb(163 230 53 / 0.8);
}
.border-lime-400\/85 {
  border-color: rgb(163 230 53 / 0.85);
}
.border-lime-400\/90 {
  border-color: rgb(163 230 53 / 0.9);
}
.border-lime-400\/95 {
  border-color: rgb(163 230 53 / 0.95);
}
.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-lime-500\/0 {
  border-color: rgb(132 204 22 / 0);
}
.border-lime-500\/10 {
  border-color: rgb(132 204 22 / 0.1);
}
.border-lime-500\/100 {
  border-color: rgb(132 204 22 / 1);
}
.border-lime-500\/15 {
  border-color: rgb(132 204 22 / .15);
}
.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}
.border-lime-500\/25 {
  border-color: rgb(132 204 22 / 0.25);
}
.border-lime-500\/30 {
  border-color: rgb(132 204 22 / 0.3);
}
.border-lime-500\/35 {
  border-color: rgb(132 204 22 / .35);
}
.border-lime-500\/40 {
  border-color: rgb(132 204 22 / 0.4);
}
.border-lime-500\/45 {
  border-color: rgb(132 204 22 / 0.45);
}
.border-lime-500\/5 {
  border-color: rgb(132 204 22 / 0.05);
}
.border-lime-500\/50 {
  border-color: rgb(132 204 22 / 0.5);
}
.border-lime-500\/55 {
  border-color: rgb(132 204 22 / 0.55);
}
.border-lime-500\/60 {
  border-color: rgb(132 204 22 / 0.6);
}
.border-lime-500\/65 {
  border-color: rgb(132 204 22 / 0.65);
}
.border-lime-500\/70 {
  border-color: rgb(132 204 22 / 0.7);
}
.border-lime-500\/75 {
  border-color: rgb(132 204 22 / 0.75);
}
.border-lime-500\/80 {
  border-color: rgb(132 204 22 / 0.8);
}
.border-lime-500\/85 {
  border-color: rgb(132 204 22 / 0.85);
}
.border-lime-500\/90 {
  border-color: rgb(132 204 22 / 0.9);
}
.border-lime-500\/95 {
  border-color: rgb(132 204 22 / 0.95);
}
.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-lime-600\/0 {
  border-color: rgb(101 163 13 / 0);
}
.border-lime-600\/10 {
  border-color: rgb(101 163 13 / 0.1);
}
.border-lime-600\/100 {
  border-color: rgb(101 163 13 / 1);
}
.border-lime-600\/15 {
  border-color: rgb(101 163 13 / .15);
}
.border-lime-600\/20 {
  border-color: rgb(101 163 13 / 0.2);
}
.border-lime-600\/25 {
  border-color: rgb(101 163 13 / 0.25);
}
.border-lime-600\/30 {
  border-color: rgb(101 163 13 / 0.3);
}
.border-lime-600\/35 {
  border-color: rgb(101 163 13 / .35);
}
.border-lime-600\/40 {
  border-color: rgb(101 163 13 / 0.4);
}
.border-lime-600\/45 {
  border-color: rgb(101 163 13 / 0.45);
}
.border-lime-600\/5 {
  border-color: rgb(101 163 13 / 0.05);
}
.border-lime-600\/50 {
  border-color: rgb(101 163 13 / 0.5);
}
.border-lime-600\/55 {
  border-color: rgb(101 163 13 / 0.55);
}
.border-lime-600\/60 {
  border-color: rgb(101 163 13 / 0.6);
}
.border-lime-600\/65 {
  border-color: rgb(101 163 13 / 0.65);
}
.border-lime-600\/70 {
  border-color: rgb(101 163 13 / 0.7);
}
.border-lime-600\/75 {
  border-color: rgb(101 163 13 / 0.75);
}
.border-lime-600\/80 {
  border-color: rgb(101 163 13 / 0.8);
}
.border-lime-600\/85 {
  border-color: rgb(101 163 13 / 0.85);
}
.border-lime-600\/90 {
  border-color: rgb(101 163 13 / 0.9);
}
.border-lime-600\/95 {
  border-color: rgb(101 163 13 / 0.95);
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-neutral-100\/0 {
  border-color: rgb(245 245 245 / 0);
}
.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}
.border-neutral-100\/100 {
  border-color: rgb(245 245 245 / 1);
}
.border-neutral-100\/15 {
  border-color: rgb(245 245 245 / .15);
}
.border-neutral-100\/20 {
  border-color: rgb(245 245 245 / 0.2);
}
.border-neutral-100\/25 {
  border-color: rgb(245 245 245 / 0.25);
}
.border-neutral-100\/30 {
  border-color: rgb(245 245 245 / 0.3);
}
.border-neutral-100\/35 {
  border-color: rgb(245 245 245 / .35);
}
.border-neutral-100\/40 {
  border-color: rgb(245 245 245 / 0.4);
}
.border-neutral-100\/45 {
  border-color: rgb(245 245 245 / 0.45);
}
.border-neutral-100\/5 {
  border-color: rgb(245 245 245 / 0.05);
}
.border-neutral-100\/50 {
  border-color: rgb(245 245 245 / 0.5);
}
.border-neutral-100\/55 {
  border-color: rgb(245 245 245 / 0.55);
}
.border-neutral-100\/60 {
  border-color: rgb(245 245 245 / 0.6);
}
.border-neutral-100\/65 {
  border-color: rgb(245 245 245 / 0.65);
}
.border-neutral-100\/70 {
  border-color: rgb(245 245 245 / 0.7);
}
.border-neutral-100\/75 {
  border-color: rgb(245 245 245 / 0.75);
}
.border-neutral-100\/80 {
  border-color: rgb(245 245 245 / 0.8);
}
.border-neutral-100\/85 {
  border-color: rgb(245 245 245 / 0.85);
}
.border-neutral-100\/90 {
  border-color: rgb(245 245 245 / 0.9);
}
.border-neutral-100\/95 {
  border-color: rgb(245 245 245 / 0.95);
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-200\/0 {
  border-color: rgb(229 229 229 / 0);
}
.border-neutral-200\/10 {
  border-color: rgb(229 229 229 / 0.1);
}
.border-neutral-200\/100 {
  border-color: rgb(229 229 229 / 1);
}
.border-neutral-200\/15 {
  border-color: rgb(229 229 229 / .15);
}
.border-neutral-200\/20 {
  border-color: rgb(229 229 229 / 0.2);
}
.border-neutral-200\/25 {
  border-color: rgb(229 229 229 / 0.25);
}
.border-neutral-200\/30 {
  border-color: rgb(229 229 229 / 0.3);
}
.border-neutral-200\/35 {
  border-color: rgb(229 229 229 / .35);
}
.border-neutral-200\/40 {
  border-color: rgb(229 229 229 / 0.4);
}
.border-neutral-200\/45 {
  border-color: rgb(229 229 229 / 0.45);
}
.border-neutral-200\/5 {
  border-color: rgb(229 229 229 / 0.05);
}
.border-neutral-200\/50 {
  border-color: rgb(229 229 229 / 0.5);
}
.border-neutral-200\/55 {
  border-color: rgb(229 229 229 / 0.55);
}
.border-neutral-200\/60 {
  border-color: rgb(229 229 229 / 0.6);
}
.border-neutral-200\/65 {
  border-color: rgb(229 229 229 / 0.65);
}
.border-neutral-200\/70 {
  border-color: rgb(229 229 229 / 0.7);
}
.border-neutral-200\/75 {
  border-color: rgb(229 229 229 / 0.75);
}
.border-neutral-200\/80 {
  border-color: rgb(229 229 229 / 0.8);
}
.border-neutral-200\/85 {
  border-color: rgb(229 229 229 / 0.85);
}
.border-neutral-200\/90 {
  border-color: rgb(229 229 229 / 0.9);
}
.border-neutral-200\/95 {
  border-color: rgb(229 229 229 / 0.95);
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-300\/0 {
  border-color: rgb(212 212 212 / 0);
}
.border-neutral-300\/10 {
  border-color: rgb(212 212 212 / 0.1);
}
.border-neutral-300\/100 {
  border-color: rgb(212 212 212 / 1);
}
.border-neutral-300\/15 {
  border-color: rgb(212 212 212 / .15);
}
.border-neutral-300\/20 {
  border-color: rgb(212 212 212 / 0.2);
}
.border-neutral-300\/25 {
  border-color: rgb(212 212 212 / 0.25);
}
.border-neutral-300\/30 {
  border-color: rgb(212 212 212 / 0.3);
}
.border-neutral-300\/35 {
  border-color: rgb(212 212 212 / .35);
}
.border-neutral-300\/40 {
  border-color: rgb(212 212 212 / 0.4);
}
.border-neutral-300\/45 {
  border-color: rgb(212 212 212 / 0.45);
}
.border-neutral-300\/5 {
  border-color: rgb(212 212 212 / 0.05);
}
.border-neutral-300\/50 {
  border-color: rgb(212 212 212 / 0.5);
}
.border-neutral-300\/55 {
  border-color: rgb(212 212 212 / 0.55);
}
.border-neutral-300\/60 {
  border-color: rgb(212 212 212 / 0.6);
}
.border-neutral-300\/65 {
  border-color: rgb(212 212 212 / 0.65);
}
.border-neutral-300\/70 {
  border-color: rgb(212 212 212 / 0.7);
}
.border-neutral-300\/75 {
  border-color: rgb(212 212 212 / 0.75);
}
.border-neutral-300\/80 {
  border-color: rgb(212 212 212 / 0.8);
}
.border-neutral-300\/85 {
  border-color: rgb(212 212 212 / 0.85);
}
.border-neutral-300\/90 {
  border-color: rgb(212 212 212 / 0.9);
}
.border-neutral-300\/95 {
  border-color: rgb(212 212 212 / 0.95);
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-neutral-400\/0 {
  border-color: rgb(163 163 163 / 0);
}
.border-neutral-400\/10 {
  border-color: rgb(163 163 163 / 0.1);
}
.border-neutral-400\/100 {
  border-color: rgb(163 163 163 / 1);
}
.border-neutral-400\/15 {
  border-color: rgb(163 163 163 / .15);
}
.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}
.border-neutral-400\/25 {
  border-color: rgb(163 163 163 / 0.25);
}
.border-neutral-400\/30 {
  border-color: rgb(163 163 163 / 0.3);
}
.border-neutral-400\/35 {
  border-color: rgb(163 163 163 / .35);
}
.border-neutral-400\/40 {
  border-color: rgb(163 163 163 / 0.4);
}
.border-neutral-400\/45 {
  border-color: rgb(163 163 163 / 0.45);
}
.border-neutral-400\/5 {
  border-color: rgb(163 163 163 / 0.05);
}
.border-neutral-400\/50 {
  border-color: rgb(163 163 163 / 0.5);
}
.border-neutral-400\/55 {
  border-color: rgb(163 163 163 / 0.55);
}
.border-neutral-400\/60 {
  border-color: rgb(163 163 163 / 0.6);
}
.border-neutral-400\/65 {
  border-color: rgb(163 163 163 / 0.65);
}
.border-neutral-400\/70 {
  border-color: rgb(163 163 163 / 0.7);
}
.border-neutral-400\/75 {
  border-color: rgb(163 163 163 / 0.75);
}
.border-neutral-400\/80 {
  border-color: rgb(163 163 163 / 0.8);
}
.border-neutral-400\/85 {
  border-color: rgb(163 163 163 / 0.85);
}
.border-neutral-400\/90 {
  border-color: rgb(163 163 163 / 0.9);
}
.border-neutral-400\/95 {
  border-color: rgb(163 163 163 / 0.95);
}
.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-neutral-500\/0 {
  border-color: rgb(115 115 115 / 0);
}
.border-neutral-500\/10 {
  border-color: rgb(115 115 115 / 0.1);
}
.border-neutral-500\/100 {
  border-color: rgb(115 115 115 / 1);
}
.border-neutral-500\/15 {
  border-color: rgb(115 115 115 / .15);
}
.border-neutral-500\/20 {
  border-color: rgb(115 115 115 / 0.2);
}
.border-neutral-500\/25 {
  border-color: rgb(115 115 115 / 0.25);
}
.border-neutral-500\/30 {
  border-color: rgb(115 115 115 / 0.3);
}
.border-neutral-500\/35 {
  border-color: rgb(115 115 115 / .35);
}
.border-neutral-500\/40 {
  border-color: rgb(115 115 115 / 0.4);
}
.border-neutral-500\/45 {
  border-color: rgb(115 115 115 / 0.45);
}
.border-neutral-500\/5 {
  border-color: rgb(115 115 115 / 0.05);
}
.border-neutral-500\/50 {
  border-color: rgb(115 115 115 / 0.5);
}
.border-neutral-500\/55 {
  border-color: rgb(115 115 115 / 0.55);
}
.border-neutral-500\/60 {
  border-color: rgb(115 115 115 / 0.6);
}
.border-neutral-500\/65 {
  border-color: rgb(115 115 115 / 0.65);
}
.border-neutral-500\/70 {
  border-color: rgb(115 115 115 / 0.7);
}
.border-neutral-500\/75 {
  border-color: rgb(115 115 115 / 0.75);
}
.border-neutral-500\/80 {
  border-color: rgb(115 115 115 / 0.8);
}
.border-neutral-500\/85 {
  border-color: rgb(115 115 115 / 0.85);
}
.border-neutral-500\/90 {
  border-color: rgb(115 115 115 / 0.9);
}
.border-neutral-500\/95 {
  border-color: rgb(115 115 115 / 0.95);
}
.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-neutral-600\/0 {
  border-color: rgb(82 82 82 / 0);
}
.border-neutral-600\/10 {
  border-color: rgb(82 82 82 / 0.1);
}
.border-neutral-600\/100 {
  border-color: rgb(82 82 82 / 1);
}
.border-neutral-600\/15 {
  border-color: rgb(82 82 82 / .15);
}
.border-neutral-600\/20 {
  border-color: rgb(82 82 82 / 0.2);
}
.border-neutral-600\/25 {
  border-color: rgb(82 82 82 / 0.25);
}
.border-neutral-600\/30 {
  border-color: rgb(82 82 82 / 0.3);
}
.border-neutral-600\/35 {
  border-color: rgb(82 82 82 / .35);
}
.border-neutral-600\/40 {
  border-color: rgb(82 82 82 / 0.4);
}
.border-neutral-600\/45 {
  border-color: rgb(82 82 82 / 0.45);
}
.border-neutral-600\/5 {
  border-color: rgb(82 82 82 / 0.05);
}
.border-neutral-600\/50 {
  border-color: rgb(82 82 82 / 0.5);
}
.border-neutral-600\/55 {
  border-color: rgb(82 82 82 / 0.55);
}
.border-neutral-600\/60 {
  border-color: rgb(82 82 82 / 0.6);
}
.border-neutral-600\/65 {
  border-color: rgb(82 82 82 / 0.65);
}
.border-neutral-600\/70 {
  border-color: rgb(82 82 82 / 0.7);
}
.border-neutral-600\/75 {
  border-color: rgb(82 82 82 / 0.75);
}
.border-neutral-600\/80 {
  border-color: rgb(82 82 82 / 0.8);
}
.border-neutral-600\/85 {
  border-color: rgb(82 82 82 / 0.85);
}
.border-neutral-600\/90 {
  border-color: rgb(82 82 82 / 0.9);
}
.border-neutral-600\/95 {
  border-color: rgb(82 82 82 / 0.95);
}
.border-neutral-900\/10 {
  border-color: rgb(23 23 23 / 0.1);
}
.border-olive-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 242 201 / var(--tw-border-opacity, 1));
}
.border-olive-100\/0 {
  border-color: rgb(241 242 201 / 0);
}
.border-olive-100\/10 {
  border-color: rgb(241 242 201 / 0.1);
}
.border-olive-100\/100 {
  border-color: rgb(241 242 201 / 1);
}
.border-olive-100\/15 {
  border-color: rgb(241 242 201 / .15);
}
.border-olive-100\/20 {
  border-color: rgb(241 242 201 / 0.2);
}
.border-olive-100\/25 {
  border-color: rgb(241 242 201 / 0.25);
}
.border-olive-100\/30 {
  border-color: rgb(241 242 201 / 0.3);
}
.border-olive-100\/35 {
  border-color: rgb(241 242 201 / .35);
}
.border-olive-100\/40 {
  border-color: rgb(241 242 201 / 0.4);
}
.border-olive-100\/45 {
  border-color: rgb(241 242 201 / 0.45);
}
.border-olive-100\/5 {
  border-color: rgb(241 242 201 / 0.05);
}
.border-olive-100\/50 {
  border-color: rgb(241 242 201 / 0.5);
}
.border-olive-100\/55 {
  border-color: rgb(241 242 201 / 0.55);
}
.border-olive-100\/60 {
  border-color: rgb(241 242 201 / 0.6);
}
.border-olive-100\/65 {
  border-color: rgb(241 242 201 / 0.65);
}
.border-olive-100\/70 {
  border-color: rgb(241 242 201 / 0.7);
}
.border-olive-100\/75 {
  border-color: rgb(241 242 201 / 0.75);
}
.border-olive-100\/80 {
  border-color: rgb(241 242 201 / 0.8);
}
.border-olive-100\/85 {
  border-color: rgb(241 242 201 / 0.85);
}
.border-olive-100\/90 {
  border-color: rgb(241 242 201 / 0.9);
}
.border-olive-100\/95 {
  border-color: rgb(241 242 201 / 0.95);
}
.border-olive-200 {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 151 / var(--tw-border-opacity, 1));
}
.border-olive-200\/0 {
  border-color: rgb(230 231 151 / 0);
}
.border-olive-200\/10 {
  border-color: rgb(230 231 151 / 0.1);
}
.border-olive-200\/100 {
  border-color: rgb(230 231 151 / 1);
}
.border-olive-200\/15 {
  border-color: rgb(230 231 151 / .15);
}
.border-olive-200\/20 {
  border-color: rgb(230 231 151 / 0.2);
}
.border-olive-200\/25 {
  border-color: rgb(230 231 151 / 0.25);
}
.border-olive-200\/30 {
  border-color: rgb(230 231 151 / 0.3);
}
.border-olive-200\/35 {
  border-color: rgb(230 231 151 / .35);
}
.border-olive-200\/40 {
  border-color: rgb(230 231 151 / 0.4);
}
.border-olive-200\/45 {
  border-color: rgb(230 231 151 / 0.45);
}
.border-olive-200\/5 {
  border-color: rgb(230 231 151 / 0.05);
}
.border-olive-200\/50 {
  border-color: rgb(230 231 151 / 0.5);
}
.border-olive-200\/55 {
  border-color: rgb(230 231 151 / 0.55);
}
.border-olive-200\/60 {
  border-color: rgb(230 231 151 / 0.6);
}
.border-olive-200\/65 {
  border-color: rgb(230 231 151 / 0.65);
}
.border-olive-200\/70 {
  border-color: rgb(230 231 151 / 0.7);
}
.border-olive-200\/75 {
  border-color: rgb(230 231 151 / 0.75);
}
.border-olive-200\/80 {
  border-color: rgb(230 231 151 / 0.8);
}
.border-olive-200\/85 {
  border-color: rgb(230 231 151 / 0.85);
}
.border-olive-200\/90 {
  border-color: rgb(230 231 151 / 0.9);
}
.border-olive-200\/95 {
  border-color: rgb(230 231 151 / 0.95);
}
.border-olive-300 {
  --tw-border-opacity: 1;
  border-color: rgb(206 209 74 / var(--tw-border-opacity, 1));
}
.border-olive-300\/0 {
  border-color: rgb(206 209 74 / 0);
}
.border-olive-300\/10 {
  border-color: rgb(206 209 74 / 0.1);
}
.border-olive-300\/100 {
  border-color: rgb(206 209 74 / 1);
}
.border-olive-300\/15 {
  border-color: rgb(206 209 74 / .15);
}
.border-olive-300\/20 {
  border-color: rgb(206 209 74 / 0.2);
}
.border-olive-300\/25 {
  border-color: rgb(206 209 74 / 0.25);
}
.border-olive-300\/30 {
  border-color: rgb(206 209 74 / 0.3);
}
.border-olive-300\/35 {
  border-color: rgb(206 209 74 / .35);
}
.border-olive-300\/40 {
  border-color: rgb(206 209 74 / 0.4);
}
.border-olive-300\/45 {
  border-color: rgb(206 209 74 / 0.45);
}
.border-olive-300\/5 {
  border-color: rgb(206 209 74 / 0.05);
}
.border-olive-300\/50 {
  border-color: rgb(206 209 74 / 0.5);
}
.border-olive-300\/55 {
  border-color: rgb(206 209 74 / 0.55);
}
.border-olive-300\/60 {
  border-color: rgb(206 209 74 / 0.6);
}
.border-olive-300\/65 {
  border-color: rgb(206 209 74 / 0.65);
}
.border-olive-300\/70 {
  border-color: rgb(206 209 74 / 0.7);
}
.border-olive-300\/75 {
  border-color: rgb(206 209 74 / 0.75);
}
.border-olive-300\/80 {
  border-color: rgb(206 209 74 / 0.8);
}
.border-olive-300\/85 {
  border-color: rgb(206 209 74 / 0.85);
}
.border-olive-300\/90 {
  border-color: rgb(206 209 74 / 0.9);
}
.border-olive-300\/95 {
  border-color: rgb(206 209 74 / 0.95);
}
.border-olive-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 180 60 / var(--tw-border-opacity, 1));
}
.border-olive-400\/0 {
  border-color: rgb(168 180 60 / 0);
}
.border-olive-400\/10 {
  border-color: rgb(168 180 60 / 0.1);
}
.border-olive-400\/100 {
  border-color: rgb(168 180 60 / 1);
}
.border-olive-400\/15 {
  border-color: rgb(168 180 60 / .15);
}
.border-olive-400\/20 {
  border-color: rgb(168 180 60 / 0.2);
}
.border-olive-400\/25 {
  border-color: rgb(168 180 60 / 0.25);
}
.border-olive-400\/30 {
  border-color: rgb(168 180 60 / 0.3);
}
.border-olive-400\/35 {
  border-color: rgb(168 180 60 / .35);
}
.border-olive-400\/40 {
  border-color: rgb(168 180 60 / 0.4);
}
.border-olive-400\/45 {
  border-color: rgb(168 180 60 / 0.45);
}
.border-olive-400\/5 {
  border-color: rgb(168 180 60 / 0.05);
}
.border-olive-400\/50 {
  border-color: rgb(168 180 60 / 0.5);
}
.border-olive-400\/55 {
  border-color: rgb(168 180 60 / 0.55);
}
.border-olive-400\/60 {
  border-color: rgb(168 180 60 / 0.6);
}
.border-olive-400\/65 {
  border-color: rgb(168 180 60 / 0.65);
}
.border-olive-400\/70 {
  border-color: rgb(168 180 60 / 0.7);
}
.border-olive-400\/75 {
  border-color: rgb(168 180 60 / 0.75);
}
.border-olive-400\/80 {
  border-color: rgb(168 180 60 / 0.8);
}
.border-olive-400\/85 {
  border-color: rgb(168 180 60 / 0.85);
}
.border-olive-400\/90 {
  border-color: rgb(168 180 60 / 0.9);
}
.border-olive-400\/95 {
  border-color: rgb(168 180 60 / 0.95);
}
.border-olive-500 {
  --tw-border-opacity: 1;
  border-color: rgb(140 156 52 / var(--tw-border-opacity, 1));
}
.border-olive-500\/0 {
  border-color: rgb(140 156 52 / 0);
}
.border-olive-500\/10 {
  border-color: rgb(140 156 52 / 0.1);
}
.border-olive-500\/100 {
  border-color: rgb(140 156 52 / 1);
}
.border-olive-500\/15 {
  border-color: rgb(140 156 52 / .15);
}
.border-olive-500\/20 {
  border-color: rgb(140 156 52 / 0.2);
}
.border-olive-500\/25 {
  border-color: rgb(140 156 52 / 0.25);
}
.border-olive-500\/30 {
  border-color: rgb(140 156 52 / 0.3);
}
.border-olive-500\/35 {
  border-color: rgb(140 156 52 / .35);
}
.border-olive-500\/40 {
  border-color: rgb(140 156 52 / 0.4);
}
.border-olive-500\/45 {
  border-color: rgb(140 156 52 / 0.45);
}
.border-olive-500\/5 {
  border-color: rgb(140 156 52 / 0.05);
}
.border-olive-500\/50 {
  border-color: rgb(140 156 52 / 0.5);
}
.border-olive-500\/55 {
  border-color: rgb(140 156 52 / 0.55);
}
.border-olive-500\/60 {
  border-color: rgb(140 156 52 / 0.6);
}
.border-olive-500\/65 {
  border-color: rgb(140 156 52 / 0.65);
}
.border-olive-500\/70 {
  border-color: rgb(140 156 52 / 0.7);
}
.border-olive-500\/75 {
  border-color: rgb(140 156 52 / 0.75);
}
.border-olive-500\/80 {
  border-color: rgb(140 156 52 / 0.8);
}
.border-olive-500\/85 {
  border-color: rgb(140 156 52 / 0.85);
}
.border-olive-500\/90 {
  border-color: rgb(140 156 52 / 0.9);
}
.border-olive-500\/95 {
  border-color: rgb(140 156 52 / 0.95);
}
.border-olive-600 {
  --tw-border-opacity: 1;
  border-color: rgb(110 127 27 / var(--tw-border-opacity, 1));
}
.border-olive-600\/0 {
  border-color: rgb(110 127 27 / 0);
}
.border-olive-600\/10 {
  border-color: rgb(110 127 27 / 0.1);
}
.border-olive-600\/100 {
  border-color: rgb(110 127 27 / 1);
}
.border-olive-600\/15 {
  border-color: rgb(110 127 27 / .15);
}
.border-olive-600\/20 {
  border-color: rgb(110 127 27 / 0.2);
}
.border-olive-600\/25 {
  border-color: rgb(110 127 27 / 0.25);
}
.border-olive-600\/30 {
  border-color: rgb(110 127 27 / 0.3);
}
.border-olive-600\/35 {
  border-color: rgb(110 127 27 / .35);
}
.border-olive-600\/40 {
  border-color: rgb(110 127 27 / 0.4);
}
.border-olive-600\/45 {
  border-color: rgb(110 127 27 / 0.45);
}
.border-olive-600\/5 {
  border-color: rgb(110 127 27 / 0.05);
}
.border-olive-600\/50 {
  border-color: rgb(110 127 27 / 0.5);
}
.border-olive-600\/55 {
  border-color: rgb(110 127 27 / 0.55);
}
.border-olive-600\/60 {
  border-color: rgb(110 127 27 / 0.6);
}
.border-olive-600\/65 {
  border-color: rgb(110 127 27 / 0.65);
}
.border-olive-600\/70 {
  border-color: rgb(110 127 27 / 0.7);
}
.border-olive-600\/75 {
  border-color: rgb(110 127 27 / 0.75);
}
.border-olive-600\/80 {
  border-color: rgb(110 127 27 / 0.8);
}
.border-olive-600\/85 {
  border-color: rgb(110 127 27 / 0.85);
}
.border-olive-600\/90 {
  border-color: rgb(110 127 27 / 0.9);
}
.border-olive-600\/95 {
  border-color: rgb(110 127 27 / 0.95);
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-orange-100\/0 {
  border-color: rgb(255 237 213 / 0);
}
.border-orange-100\/10 {
  border-color: rgb(255 237 213 / 0.1);
}
.border-orange-100\/100 {
  border-color: rgb(255 237 213 / 1);
}
.border-orange-100\/15 {
  border-color: rgb(255 237 213 / .15);
}
.border-orange-100\/20 {
  border-color: rgb(255 237 213 / 0.2);
}
.border-orange-100\/25 {
  border-color: rgb(255 237 213 / 0.25);
}
.border-orange-100\/30 {
  border-color: rgb(255 237 213 / 0.3);
}
.border-orange-100\/35 {
  border-color: rgb(255 237 213 / .35);
}
.border-orange-100\/40 {
  border-color: rgb(255 237 213 / 0.4);
}
.border-orange-100\/45 {
  border-color: rgb(255 237 213 / 0.45);
}
.border-orange-100\/5 {
  border-color: rgb(255 237 213 / 0.05);
}
.border-orange-100\/50 {
  border-color: rgb(255 237 213 / 0.5);
}
.border-orange-100\/55 {
  border-color: rgb(255 237 213 / 0.55);
}
.border-orange-100\/60 {
  border-color: rgb(255 237 213 / 0.6);
}
.border-orange-100\/65 {
  border-color: rgb(255 237 213 / 0.65);
}
.border-orange-100\/70 {
  border-color: rgb(255 237 213 / 0.7);
}
.border-orange-100\/75 {
  border-color: rgb(255 237 213 / 0.75);
}
.border-orange-100\/80 {
  border-color: rgb(255 237 213 / 0.8);
}
.border-orange-100\/85 {
  border-color: rgb(255 237 213 / 0.85);
}
.border-orange-100\/90 {
  border-color: rgb(255 237 213 / 0.9);
}
.border-orange-100\/95 {
  border-color: rgb(255 237 213 / 0.95);
}
.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-orange-200\/0 {
  border-color: rgb(254 215 170 / 0);
}
.border-orange-200\/10 {
  border-color: rgb(254 215 170 / 0.1);
}
.border-orange-200\/100 {
  border-color: rgb(254 215 170 / 1);
}
.border-orange-200\/15 {
  border-color: rgb(254 215 170 / .15);
}
.border-orange-200\/20 {
  border-color: rgb(254 215 170 / 0.2);
}
.border-orange-200\/25 {
  border-color: rgb(254 215 170 / 0.25);
}
.border-orange-200\/30 {
  border-color: rgb(254 215 170 / 0.3);
}
.border-orange-200\/35 {
  border-color: rgb(254 215 170 / .35);
}
.border-orange-200\/40 {
  border-color: rgb(254 215 170 / 0.4);
}
.border-orange-200\/45 {
  border-color: rgb(254 215 170 / 0.45);
}
.border-orange-200\/5 {
  border-color: rgb(254 215 170 / 0.05);
}
.border-orange-200\/50 {
  border-color: rgb(254 215 170 / 0.5);
}
.border-orange-200\/55 {
  border-color: rgb(254 215 170 / 0.55);
}
.border-orange-200\/60 {
  border-color: rgb(254 215 170 / 0.6);
}
.border-orange-200\/65 {
  border-color: rgb(254 215 170 / 0.65);
}
.border-orange-200\/70 {
  border-color: rgb(254 215 170 / 0.7);
}
.border-orange-200\/75 {
  border-color: rgb(254 215 170 / 0.75);
}
.border-orange-200\/80 {
  border-color: rgb(254 215 170 / 0.8);
}
.border-orange-200\/85 {
  border-color: rgb(254 215 170 / 0.85);
}
.border-orange-200\/90 {
  border-color: rgb(254 215 170 / 0.9);
}
.border-orange-200\/95 {
  border-color: rgb(254 215 170 / 0.95);
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-orange-300\/0 {
  border-color: rgb(253 186 116 / 0);
}
.border-orange-300\/10 {
  border-color: rgb(253 186 116 / 0.1);
}
.border-orange-300\/100 {
  border-color: rgb(253 186 116 / 1);
}
.border-orange-300\/15 {
  border-color: rgb(253 186 116 / .15);
}
.border-orange-300\/20 {
  border-color: rgb(253 186 116 / 0.2);
}
.border-orange-300\/25 {
  border-color: rgb(253 186 116 / 0.25);
}
.border-orange-300\/30 {
  border-color: rgb(253 186 116 / 0.3);
}
.border-orange-300\/35 {
  border-color: rgb(253 186 116 / .35);
}
.border-orange-300\/40 {
  border-color: rgb(253 186 116 / 0.4);
}
.border-orange-300\/45 {
  border-color: rgb(253 186 116 / 0.45);
}
.border-orange-300\/5 {
  border-color: rgb(253 186 116 / 0.05);
}
.border-orange-300\/50 {
  border-color: rgb(253 186 116 / 0.5);
}
.border-orange-300\/55 {
  border-color: rgb(253 186 116 / 0.55);
}
.border-orange-300\/60 {
  border-color: rgb(253 186 116 / 0.6);
}
.border-orange-300\/65 {
  border-color: rgb(253 186 116 / 0.65);
}
.border-orange-300\/70 {
  border-color: rgb(253 186 116 / 0.7);
}
.border-orange-300\/75 {
  border-color: rgb(253 186 116 / 0.75);
}
.border-orange-300\/80 {
  border-color: rgb(253 186 116 / 0.8);
}
.border-orange-300\/85 {
  border-color: rgb(253 186 116 / 0.85);
}
.border-orange-300\/90 {
  border-color: rgb(253 186 116 / 0.9);
}
.border-orange-300\/95 {
  border-color: rgb(253 186 116 / 0.95);
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-orange-400\/0 {
  border-color: rgb(251 146 60 / 0);
}
.border-orange-400\/10 {
  border-color: rgb(251 146 60 / 0.1);
}
.border-orange-400\/100 {
  border-color: rgb(251 146 60 / 1);
}
.border-orange-400\/15 {
  border-color: rgb(251 146 60 / .15);
}
.border-orange-400\/20 {
  border-color: rgb(251 146 60 / 0.2);
}
.border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25);
}
.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.border-orange-400\/35 {
  border-color: rgb(251 146 60 / .35);
}
.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-orange-400\/45 {
  border-color: rgb(251 146 60 / 0.45);
}
.border-orange-400\/5 {
  border-color: rgb(251 146 60 / 0.05);
}
.border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.border-orange-400\/55 {
  border-color: rgb(251 146 60 / 0.55);
}
.border-orange-400\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.border-orange-400\/65 {
  border-color: rgb(251 146 60 / 0.65);
}
.border-orange-400\/70 {
  border-color: rgb(251 146 60 / 0.7);
}
.border-orange-400\/75 {
  border-color: rgb(251 146 60 / 0.75);
}
.border-orange-400\/80 {
  border-color: rgb(251 146 60 / 0.8);
}
.border-orange-400\/85 {
  border-color: rgb(251 146 60 / 0.85);
}
.border-orange-400\/90 {
  border-color: rgb(251 146 60 / 0.9);
}
.border-orange-400\/95 {
  border-color: rgb(251 146 60 / 0.95);
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-500\/0 {
  border-color: rgb(249 115 22 / 0);
}
.border-orange-500\/10 {
  border-color: rgb(249 115 22 / 0.1);
}
.border-orange-500\/100 {
  border-color: rgb(249 115 22 / 1);
}
.border-orange-500\/15 {
  border-color: rgb(249 115 22 / .15);
}
.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25);
}
.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.border-orange-500\/35 {
  border-color: rgb(249 115 22 / .35);
}
.border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.border-orange-500\/45 {
  border-color: rgb(249 115 22 / 0.45);
}
.border-orange-500\/5 {
  border-color: rgb(249 115 22 / 0.05);
}
.border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5);
}
.border-orange-500\/55 {
  border-color: rgb(249 115 22 / 0.55);
}
.border-orange-500\/60 {
  border-color: rgb(249 115 22 / 0.6);
}
.border-orange-500\/65 {
  border-color: rgb(249 115 22 / 0.65);
}
.border-orange-500\/70 {
  border-color: rgb(249 115 22 / 0.7);
}
.border-orange-500\/75 {
  border-color: rgb(249 115 22 / 0.75);
}
.border-orange-500\/80 {
  border-color: rgb(249 115 22 / 0.8);
}
.border-orange-500\/85 {
  border-color: rgb(249 115 22 / 0.85);
}
.border-orange-500\/90 {
  border-color: rgb(249 115 22 / 0.9);
}
.border-orange-500\/95 {
  border-color: rgb(249 115 22 / 0.95);
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-orange-600\/0 {
  border-color: rgb(234 88 12 / 0);
}
.border-orange-600\/10 {
  border-color: rgb(234 88 12 / 0.1);
}
.border-orange-600\/100 {
  border-color: rgb(234 88 12 / 1);
}
.border-orange-600\/15 {
  border-color: rgb(234 88 12 / .15);
}
.border-orange-600\/20 {
  border-color: rgb(234 88 12 / 0.2);
}
.border-orange-600\/25 {
  border-color: rgb(234 88 12 / 0.25);
}
.border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}
.border-orange-600\/35 {
  border-color: rgb(234 88 12 / .35);
}
.border-orange-600\/40 {
  border-color: rgb(234 88 12 / 0.4);
}
.border-orange-600\/45 {
  border-color: rgb(234 88 12 / 0.45);
}
.border-orange-600\/5 {
  border-color: rgb(234 88 12 / 0.05);
}
.border-orange-600\/50 {
  border-color: rgb(234 88 12 / 0.5);
}
.border-orange-600\/55 {
  border-color: rgb(234 88 12 / 0.55);
}
.border-orange-600\/60 {
  border-color: rgb(234 88 12 / 0.6);
}
.border-orange-600\/65 {
  border-color: rgb(234 88 12 / 0.65);
}
.border-orange-600\/70 {
  border-color: rgb(234 88 12 / 0.7);
}
.border-orange-600\/75 {
  border-color: rgb(234 88 12 / 0.75);
}
.border-orange-600\/80 {
  border-color: rgb(234 88 12 / 0.8);
}
.border-orange-600\/85 {
  border-color: rgb(234 88 12 / 0.85);
}
.border-orange-600\/90 {
  border-color: rgb(234 88 12 / 0.9);
}
.border-orange-600\/95 {
  border-color: rgb(234 88 12 / 0.95);
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-pink-100\/0 {
  border-color: rgb(252 231 243 / 0);
}
.border-pink-100\/10 {
  border-color: rgb(252 231 243 / 0.1);
}
.border-pink-100\/100 {
  border-color: rgb(252 231 243 / 1);
}
.border-pink-100\/15 {
  border-color: rgb(252 231 243 / .15);
}
.border-pink-100\/20 {
  border-color: rgb(252 231 243 / 0.2);
}
.border-pink-100\/25 {
  border-color: rgb(252 231 243 / 0.25);
}
.border-pink-100\/30 {
  border-color: rgb(252 231 243 / 0.3);
}
.border-pink-100\/35 {
  border-color: rgb(252 231 243 / .35);
}
.border-pink-100\/40 {
  border-color: rgb(252 231 243 / 0.4);
}
.border-pink-100\/45 {
  border-color: rgb(252 231 243 / 0.45);
}
.border-pink-100\/5 {
  border-color: rgb(252 231 243 / 0.05);
}
.border-pink-100\/50 {
  border-color: rgb(252 231 243 / 0.5);
}
.border-pink-100\/55 {
  border-color: rgb(252 231 243 / 0.55);
}
.border-pink-100\/60 {
  border-color: rgb(252 231 243 / 0.6);
}
.border-pink-100\/65 {
  border-color: rgb(252 231 243 / 0.65);
}
.border-pink-100\/70 {
  border-color: rgb(252 231 243 / 0.7);
}
.border-pink-100\/75 {
  border-color: rgb(252 231 243 / 0.75);
}
.border-pink-100\/80 {
  border-color: rgb(252 231 243 / 0.8);
}
.border-pink-100\/85 {
  border-color: rgb(252 231 243 / 0.85);
}
.border-pink-100\/90 {
  border-color: rgb(252 231 243 / 0.9);
}
.border-pink-100\/95 {
  border-color: rgb(252 231 243 / 0.95);
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}
.border-pink-200\/0 {
  border-color: rgb(251 207 232 / 0);
}
.border-pink-200\/10 {
  border-color: rgb(251 207 232 / 0.1);
}
.border-pink-200\/100 {
  border-color: rgb(251 207 232 / 1);
}
.border-pink-200\/15 {
  border-color: rgb(251 207 232 / .15);
}
.border-pink-200\/20 {
  border-color: rgb(251 207 232 / 0.2);
}
.border-pink-200\/25 {
  border-color: rgb(251 207 232 / 0.25);
}
.border-pink-200\/30 {
  border-color: rgb(251 207 232 / 0.3);
}
.border-pink-200\/35 {
  border-color: rgb(251 207 232 / .35);
}
.border-pink-200\/40 {
  border-color: rgb(251 207 232 / 0.4);
}
.border-pink-200\/45 {
  border-color: rgb(251 207 232 / 0.45);
}
.border-pink-200\/5 {
  border-color: rgb(251 207 232 / 0.05);
}
.border-pink-200\/50 {
  border-color: rgb(251 207 232 / 0.5);
}
.border-pink-200\/55 {
  border-color: rgb(251 207 232 / 0.55);
}
.border-pink-200\/60 {
  border-color: rgb(251 207 232 / 0.6);
}
.border-pink-200\/65 {
  border-color: rgb(251 207 232 / 0.65);
}
.border-pink-200\/70 {
  border-color: rgb(251 207 232 / 0.7);
}
.border-pink-200\/75 {
  border-color: rgb(251 207 232 / 0.75);
}
.border-pink-200\/80 {
  border-color: rgb(251 207 232 / 0.8);
}
.border-pink-200\/85 {
  border-color: rgb(251 207 232 / 0.85);
}
.border-pink-200\/90 {
  border-color: rgb(251 207 232 / 0.9);
}
.border-pink-200\/95 {
  border-color: rgb(251 207 232 / 0.95);
}
.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}
.border-pink-300\/0 {
  border-color: rgb(249 168 212 / 0);
}
.border-pink-300\/10 {
  border-color: rgb(249 168 212 / 0.1);
}
.border-pink-300\/100 {
  border-color: rgb(249 168 212 / 1);
}
.border-pink-300\/15 {
  border-color: rgb(249 168 212 / .15);
}
.border-pink-300\/20 {
  border-color: rgb(249 168 212 / 0.2);
}
.border-pink-300\/25 {
  border-color: rgb(249 168 212 / 0.25);
}
.border-pink-300\/30 {
  border-color: rgb(249 168 212 / 0.3);
}
.border-pink-300\/35 {
  border-color: rgb(249 168 212 / .35);
}
.border-pink-300\/40 {
  border-color: rgb(249 168 212 / 0.4);
}
.border-pink-300\/45 {
  border-color: rgb(249 168 212 / 0.45);
}
.border-pink-300\/5 {
  border-color: rgb(249 168 212 / 0.05);
}
.border-pink-300\/50 {
  border-color: rgb(249 168 212 / 0.5);
}
.border-pink-300\/55 {
  border-color: rgb(249 168 212 / 0.55);
}
.border-pink-300\/60 {
  border-color: rgb(249 168 212 / 0.6);
}
.border-pink-300\/65 {
  border-color: rgb(249 168 212 / 0.65);
}
.border-pink-300\/70 {
  border-color: rgb(249 168 212 / 0.7);
}
.border-pink-300\/75 {
  border-color: rgb(249 168 212 / 0.75);
}
.border-pink-300\/80 {
  border-color: rgb(249 168 212 / 0.8);
}
.border-pink-300\/85 {
  border-color: rgb(249 168 212 / 0.85);
}
.border-pink-300\/90 {
  border-color: rgb(249 168 212 / 0.9);
}
.border-pink-300\/95 {
  border-color: rgb(249 168 212 / 0.95);
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-pink-400\/0 {
  border-color: rgb(244 114 182 / 0);
}
.border-pink-400\/10 {
  border-color: rgb(244 114 182 / 0.1);
}
.border-pink-400\/100 {
  border-color: rgb(244 114 182 / 1);
}
.border-pink-400\/15 {
  border-color: rgb(244 114 182 / .15);
}
.border-pink-400\/20 {
  border-color: rgb(244 114 182 / 0.2);
}
.border-pink-400\/25 {
  border-color: rgb(244 114 182 / 0.25);
}
.border-pink-400\/30 {
  border-color: rgb(244 114 182 / 0.3);
}
.border-pink-400\/35 {
  border-color: rgb(244 114 182 / .35);
}
.border-pink-400\/40 {
  border-color: rgb(244 114 182 / 0.4);
}
.border-pink-400\/45 {
  border-color: rgb(244 114 182 / 0.45);
}
.border-pink-400\/5 {
  border-color: rgb(244 114 182 / 0.05);
}
.border-pink-400\/50 {
  border-color: rgb(244 114 182 / 0.5);
}
.border-pink-400\/55 {
  border-color: rgb(244 114 182 / 0.55);
}
.border-pink-400\/60 {
  border-color: rgb(244 114 182 / 0.6);
}
.border-pink-400\/65 {
  border-color: rgb(244 114 182 / 0.65);
}
.border-pink-400\/70 {
  border-color: rgb(244 114 182 / 0.7);
}
.border-pink-400\/75 {
  border-color: rgb(244 114 182 / 0.75);
}
.border-pink-400\/80 {
  border-color: rgb(244 114 182 / 0.8);
}
.border-pink-400\/85 {
  border-color: rgb(244 114 182 / 0.85);
}
.border-pink-400\/90 {
  border-color: rgb(244 114 182 / 0.9);
}
.border-pink-400\/95 {
  border-color: rgb(244 114 182 / 0.95);
}
.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-pink-500\/0 {
  border-color: rgb(236 72 153 / 0);
}
.border-pink-500\/10 {
  border-color: rgb(236 72 153 / 0.1);
}
.border-pink-500\/100 {
  border-color: rgb(236 72 153 / 1);
}
.border-pink-500\/15 {
  border-color: rgb(236 72 153 / .15);
}
.border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2);
}
.border-pink-500\/25 {
  border-color: rgb(236 72 153 / 0.25);
}
.border-pink-500\/30 {
  border-color: rgb(236 72 153 / 0.3);
}
.border-pink-500\/35 {
  border-color: rgb(236 72 153 / .35);
}
.border-pink-500\/40 {
  border-color: rgb(236 72 153 / 0.4);
}
.border-pink-500\/45 {
  border-color: rgb(236 72 153 / 0.45);
}
.border-pink-500\/5 {
  border-color: rgb(236 72 153 / 0.05);
}
.border-pink-500\/50 {
  border-color: rgb(236 72 153 / 0.5);
}
.border-pink-500\/55 {
  border-color: rgb(236 72 153 / 0.55);
}
.border-pink-500\/60 {
  border-color: rgb(236 72 153 / 0.6);
}
.border-pink-500\/65 {
  border-color: rgb(236 72 153 / 0.65);
}
.border-pink-500\/70 {
  border-color: rgb(236 72 153 / 0.7);
}
.border-pink-500\/75 {
  border-color: rgb(236 72 153 / 0.75);
}
.border-pink-500\/80 {
  border-color: rgb(236 72 153 / 0.8);
}
.border-pink-500\/85 {
  border-color: rgb(236 72 153 / 0.85);
}
.border-pink-500\/90 {
  border-color: rgb(236 72 153 / 0.9);
}
.border-pink-500\/95 {
  border-color: rgb(236 72 153 / 0.95);
}
.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-pink-600\/0 {
  border-color: rgb(219 39 119 / 0);
}
.border-pink-600\/10 {
  border-color: rgb(219 39 119 / 0.1);
}
.border-pink-600\/100 {
  border-color: rgb(219 39 119 / 1);
}
.border-pink-600\/15 {
  border-color: rgb(219 39 119 / .15);
}
.border-pink-600\/20 {
  border-color: rgb(219 39 119 / 0.2);
}
.border-pink-600\/25 {
  border-color: rgb(219 39 119 / 0.25);
}
.border-pink-600\/30 {
  border-color: rgb(219 39 119 / 0.3);
}
.border-pink-600\/35 {
  border-color: rgb(219 39 119 / .35);
}
.border-pink-600\/40 {
  border-color: rgb(219 39 119 / 0.4);
}
.border-pink-600\/45 {
  border-color: rgb(219 39 119 / 0.45);
}
.border-pink-600\/5 {
  border-color: rgb(219 39 119 / 0.05);
}
.border-pink-600\/50 {
  border-color: rgb(219 39 119 / 0.5);
}
.border-pink-600\/55 {
  border-color: rgb(219 39 119 / 0.55);
}
.border-pink-600\/60 {
  border-color: rgb(219 39 119 / 0.6);
}
.border-pink-600\/65 {
  border-color: rgb(219 39 119 / 0.65);
}
.border-pink-600\/70 {
  border-color: rgb(219 39 119 / 0.7);
}
.border-pink-600\/75 {
  border-color: rgb(219 39 119 / 0.75);
}
.border-pink-600\/80 {
  border-color: rgb(219 39 119 / 0.8);
}
.border-pink-600\/85 {
  border-color: rgb(219 39 119 / 0.85);
}
.border-pink-600\/90 {
  border-color: rgb(219 39 119 / 0.9);
}
.border-pink-600\/95 {
  border-color: rgb(219 39 119 / 0.95);
}
.border-primary {
  border-color: var(--border-primary);
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-100\/0 {
  border-color: rgb(243 232 255 / 0);
}
.border-purple-100\/10 {
  border-color: rgb(243 232 255 / 0.1);
}
.border-purple-100\/100 {
  border-color: rgb(243 232 255 / 1);
}
.border-purple-100\/15 {
  border-color: rgb(243 232 255 / .15);
}
.border-purple-100\/20 {
  border-color: rgb(243 232 255 / 0.2);
}
.border-purple-100\/25 {
  border-color: rgb(243 232 255 / 0.25);
}
.border-purple-100\/30 {
  border-color: rgb(243 232 255 / 0.3);
}
.border-purple-100\/35 {
  border-color: rgb(243 232 255 / .35);
}
.border-purple-100\/40 {
  border-color: rgb(243 232 255 / 0.4);
}
.border-purple-100\/45 {
  border-color: rgb(243 232 255 / 0.45);
}
.border-purple-100\/5 {
  border-color: rgb(243 232 255 / 0.05);
}
.border-purple-100\/50 {
  border-color: rgb(243 232 255 / 0.5);
}
.border-purple-100\/55 {
  border-color: rgb(243 232 255 / 0.55);
}
.border-purple-100\/60 {
  border-color: rgb(243 232 255 / 0.6);
}
.border-purple-100\/65 {
  border-color: rgb(243 232 255 / 0.65);
}
.border-purple-100\/70 {
  border-color: rgb(243 232 255 / 0.7);
}
.border-purple-100\/75 {
  border-color: rgb(243 232 255 / 0.75);
}
.border-purple-100\/80 {
  border-color: rgb(243 232 255 / 0.8);
}
.border-purple-100\/85 {
  border-color: rgb(243 232 255 / 0.85);
}
.border-purple-100\/90 {
  border-color: rgb(243 232 255 / 0.9);
}
.border-purple-100\/95 {
  border-color: rgb(243 232 255 / 0.95);
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-200\/0 {
  border-color: rgb(233 213 255 / 0);
}
.border-purple-200\/10 {
  border-color: rgb(233 213 255 / 0.1);
}
.border-purple-200\/100 {
  border-color: rgb(233 213 255 / 1);
}
.border-purple-200\/15 {
  border-color: rgb(233 213 255 / .15);
}
.border-purple-200\/20 {
  border-color: rgb(233 213 255 / 0.2);
}
.border-purple-200\/25 {
  border-color: rgb(233 213 255 / 0.25);
}
.border-purple-200\/30 {
  border-color: rgb(233 213 255 / 0.3);
}
.border-purple-200\/35 {
  border-color: rgb(233 213 255 / .35);
}
.border-purple-200\/40 {
  border-color: rgb(233 213 255 / 0.4);
}
.border-purple-200\/45 {
  border-color: rgb(233 213 255 / 0.45);
}
.border-purple-200\/5 {
  border-color: rgb(233 213 255 / 0.05);
}
.border-purple-200\/50 {
  border-color: rgb(233 213 255 / 0.5);
}
.border-purple-200\/55 {
  border-color: rgb(233 213 255 / 0.55);
}
.border-purple-200\/60 {
  border-color: rgb(233 213 255 / 0.6);
}
.border-purple-200\/65 {
  border-color: rgb(233 213 255 / 0.65);
}
.border-purple-200\/70 {
  border-color: rgb(233 213 255 / 0.7);
}
.border-purple-200\/75 {
  border-color: rgb(233 213 255 / 0.75);
}
.border-purple-200\/80 {
  border-color: rgb(233 213 255 / 0.8);
}
.border-purple-200\/85 {
  border-color: rgb(233 213 255 / 0.85);
}
.border-purple-200\/90 {
  border-color: rgb(233 213 255 / 0.9);
}
.border-purple-200\/95 {
  border-color: rgb(233 213 255 / 0.95);
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-300\/0 {
  border-color: rgb(216 180 254 / 0);
}
.border-purple-300\/10 {
  border-color: rgb(216 180 254 / 0.1);
}
.border-purple-300\/100 {
  border-color: rgb(216 180 254 / 1);
}
.border-purple-300\/15 {
  border-color: rgb(216 180 254 / .15);
}
.border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}
.border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}
.border-purple-300\/30 {
  border-color: rgb(216 180 254 / 0.3);
}
.border-purple-300\/35 {
  border-color: rgb(216 180 254 / .35);
}
.border-purple-300\/40 {
  border-color: rgb(216 180 254 / 0.4);
}
.border-purple-300\/45 {
  border-color: rgb(216 180 254 / 0.45);
}
.border-purple-300\/5 {
  border-color: rgb(216 180 254 / 0.05);
}
.border-purple-300\/50 {
  border-color: rgb(216 180 254 / 0.5);
}
.border-purple-300\/55 {
  border-color: rgb(216 180 254 / 0.55);
}
.border-purple-300\/60 {
  border-color: rgb(216 180 254 / 0.6);
}
.border-purple-300\/65 {
  border-color: rgb(216 180 254 / 0.65);
}
.border-purple-300\/70 {
  border-color: rgb(216 180 254 / 0.7);
}
.border-purple-300\/75 {
  border-color: rgb(216 180 254 / 0.75);
}
.border-purple-300\/80 {
  border-color: rgb(216 180 254 / 0.8);
}
.border-purple-300\/85 {
  border-color: rgb(216 180 254 / 0.85);
}
.border-purple-300\/90 {
  border-color: rgb(216 180 254 / 0.9);
}
.border-purple-300\/95 {
  border-color: rgb(216 180 254 / 0.95);
}
.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-purple-400\/0 {
  border-color: rgb(192 132 252 / 0);
}
.border-purple-400\/10 {
  border-color: rgb(192 132 252 / 0.1);
}
.border-purple-400\/100 {
  border-color: rgb(192 132 252 / 1);
}
.border-purple-400\/15 {
  border-color: rgb(192 132 252 / .15);
}
.border-purple-400\/20 {
  border-color: rgb(192 132 252 / 0.2);
}
.border-purple-400\/25 {
  border-color: rgb(192 132 252 / 0.25);
}
.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-400\/35 {
  border-color: rgb(192 132 252 / .35);
}
.border-purple-400\/40 {
  border-color: rgb(192 132 252 / 0.4);
}
.border-purple-400\/45 {
  border-color: rgb(192 132 252 / 0.45);
}
.border-purple-400\/5 {
  border-color: rgb(192 132 252 / 0.05);
}
.border-purple-400\/50 {
  border-color: rgb(192 132 252 / 0.5);
}
.border-purple-400\/55 {
  border-color: rgb(192 132 252 / 0.55);
}
.border-purple-400\/60 {
  border-color: rgb(192 132 252 / 0.6);
}
.border-purple-400\/65 {
  border-color: rgb(192 132 252 / 0.65);
}
.border-purple-400\/70 {
  border-color: rgb(192 132 252 / 0.7);
}
.border-purple-400\/75 {
  border-color: rgb(192 132 252 / 0.75);
}
.border-purple-400\/80 {
  border-color: rgb(192 132 252 / 0.8);
}
.border-purple-400\/85 {
  border-color: rgb(192 132 252 / 0.85);
}
.border-purple-400\/90 {
  border-color: rgb(192 132 252 / 0.9);
}
.border-purple-400\/95 {
  border-color: rgb(192 132 252 / 0.95);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-500\/0 {
  border-color: rgb(168 85 247 / 0);
}
.border-purple-500\/10 {
  border-color: rgb(168 85 247 / 0.1);
}
.border-purple-500\/100 {
  border-color: rgb(168 85 247 / 1);
}
.border-purple-500\/15 {
  border-color: rgb(168 85 247 / .15);
}
.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-500\/35 {
  border-color: rgb(168 85 247 / .35);
}
.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.border-purple-500\/45 {
  border-color: rgb(168 85 247 / 0.45);
}
.border-purple-500\/5 {
  border-color: rgb(168 85 247 / 0.05);
}
.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}
.border-purple-500\/55 {
  border-color: rgb(168 85 247 / 0.55);
}
.border-purple-500\/60 {
  border-color: rgb(168 85 247 / 0.6);
}
.border-purple-500\/65 {
  border-color: rgb(168 85 247 / 0.65);
}
.border-purple-500\/70 {
  border-color: rgb(168 85 247 / 0.7);
}
.border-purple-500\/75 {
  border-color: rgb(168 85 247 / 0.75);
}
.border-purple-500\/80 {
  border-color: rgb(168 85 247 / 0.8);
}
.border-purple-500\/85 {
  border-color: rgb(168 85 247 / 0.85);
}
.border-purple-500\/90 {
  border-color: rgb(168 85 247 / 0.9);
}
.border-purple-500\/95 {
  border-color: rgb(168 85 247 / 0.95);
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-purple-600\/0 {
  border-color: rgb(147 51 234 / 0);
}
.border-purple-600\/10 {
  border-color: rgb(147 51 234 / 0.1);
}
.border-purple-600\/100 {
  border-color: rgb(147 51 234 / 1);
}
.border-purple-600\/15 {
  border-color: rgb(147 51 234 / .15);
}
.border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}
.border-purple-600\/25 {
  border-color: rgb(147 51 234 / 0.25);
}
.border-purple-600\/30 {
  border-color: rgb(147 51 234 / 0.3);
}
.border-purple-600\/35 {
  border-color: rgb(147 51 234 / .35);
}
.border-purple-600\/40 {
  border-color: rgb(147 51 234 / 0.4);
}
.border-purple-600\/45 {
  border-color: rgb(147 51 234 / 0.45);
}
.border-purple-600\/5 {
  border-color: rgb(147 51 234 / 0.05);
}
.border-purple-600\/50 {
  border-color: rgb(147 51 234 / 0.5);
}
.border-purple-600\/55 {
  border-color: rgb(147 51 234 / 0.55);
}
.border-purple-600\/60 {
  border-color: rgb(147 51 234 / 0.6);
}
.border-purple-600\/65 {
  border-color: rgb(147 51 234 / 0.65);
}
.border-purple-600\/70 {
  border-color: rgb(147 51 234 / 0.7);
}
.border-purple-600\/75 {
  border-color: rgb(147 51 234 / 0.75);
}
.border-purple-600\/80 {
  border-color: rgb(147 51 234 / 0.8);
}
.border-purple-600\/85 {
  border-color: rgb(147 51 234 / 0.85);
}
.border-purple-600\/90 {
  border-color: rgb(147 51 234 / 0.9);
}
.border-purple-600\/95 {
  border-color: rgb(147 51 234 / 0.95);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.border-red-100\/15 {
  border-color: rgb(254 226 226 / .15);
}
.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(254 226 226 / .35);
}
.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.border-red-200\/15 {
  border-color: rgb(254 202 202 / .15);
}
.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(254 202 202 / .35);
}
.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.border-red-300\/15 {
  border-color: rgb(252 165 165 / .15);
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(252 165 165 / .35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-red-400\/15 {
  border-color: rgb(248 113 113 / .15);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / .35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.border-red-500\/15 {
  border-color: rgb(239 68 68 / .15);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(239 68 68 / .35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.border-red-600\/15 {
  border-color: rgb(220 38 38 / .15);
}
.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(220 38 38 / .35);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-rose-100\/0 {
  border-color: rgb(255 228 230 / 0);
}
.border-rose-100\/10 {
  border-color: rgb(255 228 230 / 0.1);
}
.border-rose-100\/100 {
  border-color: rgb(255 228 230 / 1);
}
.border-rose-100\/15 {
  border-color: rgb(255 228 230 / .15);
}
.border-rose-100\/20 {
  border-color: rgb(255 228 230 / 0.2);
}
.border-rose-100\/25 {
  border-color: rgb(255 228 230 / 0.25);
}
.border-rose-100\/30 {
  border-color: rgb(255 228 230 / 0.3);
}
.border-rose-100\/35 {
  border-color: rgb(255 228 230 / .35);
}
.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}
.border-rose-100\/45 {
  border-color: rgb(255 228 230 / 0.45);
}
.border-rose-100\/5 {
  border-color: rgb(255 228 230 / 0.05);
}
.border-rose-100\/50 {
  border-color: rgb(255 228 230 / 0.5);
}
.border-rose-100\/55 {
  border-color: rgb(255 228 230 / 0.55);
}
.border-rose-100\/60 {
  border-color: rgb(255 228 230 / 0.6);
}
.border-rose-100\/65 {
  border-color: rgb(255 228 230 / 0.65);
}
.border-rose-100\/70 {
  border-color: rgb(255 228 230 / 0.7);
}
.border-rose-100\/75 {
  border-color: rgb(255 228 230 / 0.75);
}
.border-rose-100\/80 {
  border-color: rgb(255 228 230 / 0.8);
}
.border-rose-100\/85 {
  border-color: rgb(255 228 230 / 0.85);
}
.border-rose-100\/90 {
  border-color: rgb(255 228 230 / 0.9);
}
.border-rose-100\/95 {
  border-color: rgb(255 228 230 / 0.95);
}
.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-rose-200\/0 {
  border-color: rgb(254 205 211 / 0);
}
.border-rose-200\/10 {
  border-color: rgb(254 205 211 / 0.1);
}
.border-rose-200\/100 {
  border-color: rgb(254 205 211 / 1);
}
.border-rose-200\/15 {
  border-color: rgb(254 205 211 / .15);
}
.border-rose-200\/20 {
  border-color: rgb(254 205 211 / 0.2);
}
.border-rose-200\/25 {
  border-color: rgb(254 205 211 / 0.25);
}
.border-rose-200\/30 {
  border-color: rgb(254 205 211 / 0.3);
}
.border-rose-200\/35 {
  border-color: rgb(254 205 211 / .35);
}
.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}
.border-rose-200\/45 {
  border-color: rgb(254 205 211 / 0.45);
}
.border-rose-200\/5 {
  border-color: rgb(254 205 211 / 0.05);
}
.border-rose-200\/50 {
  border-color: rgb(254 205 211 / 0.5);
}
.border-rose-200\/55 {
  border-color: rgb(254 205 211 / 0.55);
}
.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}
.border-rose-200\/65 {
  border-color: rgb(254 205 211 / 0.65);
}
.border-rose-200\/70 {
  border-color: rgb(254 205 211 / 0.7);
}
.border-rose-200\/75 {
  border-color: rgb(254 205 211 / 0.75);
}
.border-rose-200\/80 {
  border-color: rgb(254 205 211 / 0.8);
}
.border-rose-200\/85 {
  border-color: rgb(254 205 211 / 0.85);
}
.border-rose-200\/90 {
  border-color: rgb(254 205 211 / 0.9);
}
.border-rose-200\/95 {
  border-color: rgb(254 205 211 / 0.95);
}
.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}
.border-rose-300\/0 {
  border-color: rgb(253 164 175 / 0);
}
.border-rose-300\/10 {
  border-color: rgb(253 164 175 / 0.1);
}
.border-rose-300\/100 {
  border-color: rgb(253 164 175 / 1);
}
.border-rose-300\/15 {
  border-color: rgb(253 164 175 / .15);
}
.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}
.border-rose-300\/25 {
  border-color: rgb(253 164 175 / 0.25);
}
.border-rose-300\/30 {
  border-color: rgb(253 164 175 / 0.3);
}
.border-rose-300\/35 {
  border-color: rgb(253 164 175 / .35);
}
.border-rose-300\/40 {
  border-color: rgb(253 164 175 / 0.4);
}
.border-rose-300\/45 {
  border-color: rgb(253 164 175 / 0.45);
}
.border-rose-300\/5 {
  border-color: rgb(253 164 175 / 0.05);
}
.border-rose-300\/50 {
  border-color: rgb(253 164 175 / 0.5);
}
.border-rose-300\/55 {
  border-color: rgb(253 164 175 / 0.55);
}
.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}
.border-rose-300\/65 {
  border-color: rgb(253 164 175 / 0.65);
}
.border-rose-300\/70 {
  border-color: rgb(253 164 175 / 0.7);
}
.border-rose-300\/75 {
  border-color: rgb(253 164 175 / 0.75);
}
.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}
.border-rose-300\/85 {
  border-color: rgb(253 164 175 / 0.85);
}
.border-rose-300\/90 {
  border-color: rgb(253 164 175 / 0.9);
}
.border-rose-300\/95 {
  border-color: rgb(253 164 175 / 0.95);
}
.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}
.border-rose-400\/0 {
  border-color: rgb(251 113 133 / 0);
}
.border-rose-400\/10 {
  border-color: rgb(251 113 133 / 0.1);
}
.border-rose-400\/100 {
  border-color: rgb(251 113 133 / 1);
}
.border-rose-400\/15 {
  border-color: rgb(251 113 133 / .15);
}
.border-rose-400\/20 {
  border-color: rgb(251 113 133 / 0.2);
}
.border-rose-400\/25 {
  border-color: rgb(251 113 133 / 0.25);
}
.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.border-rose-400\/35 {
  border-color: rgb(251 113 133 / .35);
}
.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.border-rose-400\/45 {
  border-color: rgb(251 113 133 / 0.45);
}
.border-rose-400\/5 {
  border-color: rgb(251 113 133 / 0.05);
}
.border-rose-400\/50 {
  border-color: rgb(251 113 133 / 0.5);
}
.border-rose-400\/55 {
  border-color: rgb(251 113 133 / 0.55);
}
.border-rose-400\/60 {
  border-color: rgb(251 113 133 / 0.6);
}
.border-rose-400\/65 {
  border-color: rgb(251 113 133 / 0.65);
}
.border-rose-400\/70 {
  border-color: rgb(251 113 133 / 0.7);
}
.border-rose-400\/75 {
  border-color: rgb(251 113 133 / 0.75);
}
.border-rose-400\/80 {
  border-color: rgb(251 113 133 / 0.8);
}
.border-rose-400\/85 {
  border-color: rgb(251 113 133 / 0.85);
}
.border-rose-400\/90 {
  border-color: rgb(251 113 133 / 0.9);
}
.border-rose-400\/95 {
  border-color: rgb(251 113 133 / 0.95);
}
.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-rose-500\/0 {
  border-color: rgb(244 63 94 / 0);
}
.border-rose-500\/10 {
  border-color: rgb(244 63 94 / 0.1);
}
.border-rose-500\/100 {
  border-color: rgb(244 63 94 / 1);
}
.border-rose-500\/15 {
  border-color: rgb(244 63 94 / .15);
}
.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}
.border-rose-500\/25 {
  border-color: rgb(244 63 94 / 0.25);
}
.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}
.border-rose-500\/35 {
  border-color: rgb(244 63 94 / .35);
}
.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.border-rose-500\/45 {
  border-color: rgb(244 63 94 / 0.45);
}
.border-rose-500\/5 {
  border-color: rgb(244 63 94 / 0.05);
}
.border-rose-500\/50 {
  border-color: rgb(244 63 94 / 0.5);
}
.border-rose-500\/55 {
  border-color: rgb(244 63 94 / 0.55);
}
.border-rose-500\/60 {
  border-color: rgb(244 63 94 / 0.6);
}
.border-rose-500\/65 {
  border-color: rgb(244 63 94 / 0.65);
}
.border-rose-500\/70 {
  border-color: rgb(244 63 94 / 0.7);
}
.border-rose-500\/75 {
  border-color: rgb(244 63 94 / 0.75);
}
.border-rose-500\/80 {
  border-color: rgb(244 63 94 / 0.8);
}
.border-rose-500\/85 {
  border-color: rgb(244 63 94 / 0.85);
}
.border-rose-500\/90 {
  border-color: rgb(244 63 94 / 0.9);
}
.border-rose-500\/95 {
  border-color: rgb(244 63 94 / 0.95);
}
.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-rose-600\/0 {
  border-color: rgb(225 29 72 / 0);
}
.border-rose-600\/10 {
  border-color: rgb(225 29 72 / 0.1);
}
.border-rose-600\/100 {
  border-color: rgb(225 29 72 / 1);
}
.border-rose-600\/15 {
  border-color: rgb(225 29 72 / .15);
}
.border-rose-600\/20 {
  border-color: rgb(225 29 72 / 0.2);
}
.border-rose-600\/25 {
  border-color: rgb(225 29 72 / 0.25);
}
.border-rose-600\/30 {
  border-color: rgb(225 29 72 / 0.3);
}
.border-rose-600\/35 {
  border-color: rgb(225 29 72 / .35);
}
.border-rose-600\/40 {
  border-color: rgb(225 29 72 / 0.4);
}
.border-rose-600\/45 {
  border-color: rgb(225 29 72 / 0.45);
}
.border-rose-600\/5 {
  border-color: rgb(225 29 72 / 0.05);
}
.border-rose-600\/50 {
  border-color: rgb(225 29 72 / 0.5);
}
.border-rose-600\/55 {
  border-color: rgb(225 29 72 / 0.55);
}
.border-rose-600\/60 {
  border-color: rgb(225 29 72 / 0.6);
}
.border-rose-600\/65 {
  border-color: rgb(225 29 72 / 0.65);
}
.border-rose-600\/70 {
  border-color: rgb(225 29 72 / 0.7);
}
.border-rose-600\/75 {
  border-color: rgb(225 29 72 / 0.75);
}
.border-rose-600\/80 {
  border-color: rgb(225 29 72 / 0.8);
}
.border-rose-600\/85 {
  border-color: rgb(225 29 72 / 0.85);
}
.border-rose-600\/90 {
  border-color: rgb(225 29 72 / 0.9);
}
.border-rose-600\/95 {
  border-color: rgb(225 29 72 / 0.95);
}
.border-secondary {
  border-color: var(--border-secondary);
}
.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-sky-100\/0 {
  border-color: rgb(224 242 254 / 0);
}
.border-sky-100\/10 {
  border-color: rgb(224 242 254 / 0.1);
}
.border-sky-100\/100 {
  border-color: rgb(224 242 254 / 1);
}
.border-sky-100\/15 {
  border-color: rgb(224 242 254 / .15);
}
.border-sky-100\/20 {
  border-color: rgb(224 242 254 / 0.2);
}
.border-sky-100\/25 {
  border-color: rgb(224 242 254 / 0.25);
}
.border-sky-100\/30 {
  border-color: rgb(224 242 254 / 0.3);
}
.border-sky-100\/35 {
  border-color: rgb(224 242 254 / .35);
}
.border-sky-100\/40 {
  border-color: rgb(224 242 254 / 0.4);
}
.border-sky-100\/45 {
  border-color: rgb(224 242 254 / 0.45);
}
.border-sky-100\/5 {
  border-color: rgb(224 242 254 / 0.05);
}
.border-sky-100\/50 {
  border-color: rgb(224 242 254 / 0.5);
}
.border-sky-100\/55 {
  border-color: rgb(224 242 254 / 0.55);
}
.border-sky-100\/60 {
  border-color: rgb(224 242 254 / 0.6);
}
.border-sky-100\/65 {
  border-color: rgb(224 242 254 / 0.65);
}
.border-sky-100\/70 {
  border-color: rgb(224 242 254 / 0.7);
}
.border-sky-100\/75 {
  border-color: rgb(224 242 254 / 0.75);
}
.border-sky-100\/80 {
  border-color: rgb(224 242 254 / 0.8);
}
.border-sky-100\/85 {
  border-color: rgb(224 242 254 / 0.85);
}
.border-sky-100\/90 {
  border-color: rgb(224 242 254 / 0.9);
}
.border-sky-100\/95 {
  border-color: rgb(224 242 254 / 0.95);
}
.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-sky-200\/0 {
  border-color: rgb(186 230 253 / 0);
}
.border-sky-200\/10 {
  border-color: rgb(186 230 253 / 0.1);
}
.border-sky-200\/100 {
  border-color: rgb(186 230 253 / 1);
}
.border-sky-200\/15 {
  border-color: rgb(186 230 253 / .15);
}
.border-sky-200\/20 {
  border-color: rgb(186 230 253 / 0.2);
}
.border-sky-200\/25 {
  border-color: rgb(186 230 253 / 0.25);
}
.border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3);
}
.border-sky-200\/35 {
  border-color: rgb(186 230 253 / .35);
}
.border-sky-200\/40 {
  border-color: rgb(186 230 253 / 0.4);
}
.border-sky-200\/45 {
  border-color: rgb(186 230 253 / 0.45);
}
.border-sky-200\/5 {
  border-color: rgb(186 230 253 / 0.05);
}
.border-sky-200\/50 {
  border-color: rgb(186 230 253 / 0.5);
}
.border-sky-200\/55 {
  border-color: rgb(186 230 253 / 0.55);
}
.border-sky-200\/60 {
  border-color: rgb(186 230 253 / 0.6);
}
.border-sky-200\/65 {
  border-color: rgb(186 230 253 / 0.65);
}
.border-sky-200\/70 {
  border-color: rgb(186 230 253 / 0.7);
}
.border-sky-200\/75 {
  border-color: rgb(186 230 253 / 0.75);
}
.border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8);
}
.border-sky-200\/85 {
  border-color: rgb(186 230 253 / 0.85);
}
.border-sky-200\/90 {
  border-color: rgb(186 230 253 / 0.9);
}
.border-sky-200\/95 {
  border-color: rgb(186 230 253 / 0.95);
}
.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.border-sky-300\/0 {
  border-color: rgb(125 211 252 / 0);
}
.border-sky-300\/10 {
  border-color: rgb(125 211 252 / 0.1);
}
.border-sky-300\/100 {
  border-color: rgb(125 211 252 / 1);
}
.border-sky-300\/15 {
  border-color: rgb(125 211 252 / .15);
}
.border-sky-300\/20 {
  border-color: rgb(125 211 252 / 0.2);
}
.border-sky-300\/25 {
  border-color: rgb(125 211 252 / 0.25);
}
.border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}
.border-sky-300\/35 {
  border-color: rgb(125 211 252 / .35);
}
.border-sky-300\/40 {
  border-color: rgb(125 211 252 / 0.4);
}
.border-sky-300\/45 {
  border-color: rgb(125 211 252 / 0.45);
}
.border-sky-300\/5 {
  border-color: rgb(125 211 252 / 0.05);
}
.border-sky-300\/50 {
  border-color: rgb(125 211 252 / 0.5);
}
.border-sky-300\/55 {
  border-color: rgb(125 211 252 / 0.55);
}
.border-sky-300\/60 {
  border-color: rgb(125 211 252 / 0.6);
}
.border-sky-300\/65 {
  border-color: rgb(125 211 252 / 0.65);
}
.border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}
.border-sky-300\/75 {
  border-color: rgb(125 211 252 / 0.75);
}
.border-sky-300\/80 {
  border-color: rgb(125 211 252 / 0.8);
}
.border-sky-300\/85 {
  border-color: rgb(125 211 252 / 0.85);
}
.border-sky-300\/90 {
  border-color: rgb(125 211 252 / 0.9);
}
.border-sky-300\/95 {
  border-color: rgb(125 211 252 / 0.95);
}
.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.border-sky-400\/0 {
  border-color: rgb(56 189 248 / 0);
}
.border-sky-400\/10 {
  border-color: rgb(56 189 248 / 0.1);
}
.border-sky-400\/100 {
  border-color: rgb(56 189 248 / 1);
}
.border-sky-400\/15 {
  border-color: rgb(56 189 248 / .15);
}
.border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2);
}
.border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25);
}
.border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3);
}
.border-sky-400\/35 {
  border-color: rgb(56 189 248 / .35);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-sky-400\/45 {
  border-color: rgb(56 189 248 / 0.45);
}
.border-sky-400\/5 {
  border-color: rgb(56 189 248 / 0.05);
}
.border-sky-400\/50 {
  border-color: rgb(56 189 248 / 0.5);
}
.border-sky-400\/55 {
  border-color: rgb(56 189 248 / 0.55);
}
.border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.border-sky-400\/65 {
  border-color: rgb(56 189 248 / 0.65);
}
.border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7);
}
.border-sky-400\/75 {
  border-color: rgb(56 189 248 / 0.75);
}
.border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8);
}
.border-sky-400\/85 {
  border-color: rgb(56 189 248 / 0.85);
}
.border-sky-400\/90 {
  border-color: rgb(56 189 248 / 0.9);
}
.border-sky-400\/95 {
  border-color: rgb(56 189 248 / 0.95);
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-sky-500\/0 {
  border-color: rgb(14 165 233 / 0);
}
.border-sky-500\/10 {
  border-color: rgb(14 165 233 / 0.1);
}
.border-sky-500\/100 {
  border-color: rgb(14 165 233 / 1);
}
.border-sky-500\/15 {
  border-color: rgb(14 165 233 / .15);
}
.border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}
.border-sky-500\/25 {
  border-color: rgb(14 165 233 / 0.25);
}
.border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}
.border-sky-500\/35 {
  border-color: rgb(14 165 233 / .35);
}
.border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.border-sky-500\/45 {
  border-color: rgb(14 165 233 / 0.45);
}
.border-sky-500\/5 {
  border-color: rgb(14 165 233 / 0.05);
}
.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}
.border-sky-500\/55 {
  border-color: rgb(14 165 233 / 0.55);
}
.border-sky-500\/60 {
  border-color: rgb(14 165 233 / 0.6);
}
.border-sky-500\/65 {
  border-color: rgb(14 165 233 / 0.65);
}
.border-sky-500\/70 {
  border-color: rgb(14 165 233 / 0.7);
}
.border-sky-500\/75 {
  border-color: rgb(14 165 233 / 0.75);
}
.border-sky-500\/80 {
  border-color: rgb(14 165 233 / 0.8);
}
.border-sky-500\/85 {
  border-color: rgb(14 165 233 / 0.85);
}
.border-sky-500\/90 {
  border-color: rgb(14 165 233 / 0.9);
}
.border-sky-500\/95 {
  border-color: rgb(14 165 233 / 0.95);
}
.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-sky-600\/0 {
  border-color: rgb(2 132 199 / 0);
}
.border-sky-600\/10 {
  border-color: rgb(2 132 199 / 0.1);
}
.border-sky-600\/100 {
  border-color: rgb(2 132 199 / 1);
}
.border-sky-600\/15 {
  border-color: rgb(2 132 199 / .15);
}
.border-sky-600\/20 {
  border-color: rgb(2 132 199 / 0.2);
}
.border-sky-600\/25 {
  border-color: rgb(2 132 199 / 0.25);
}
.border-sky-600\/30 {
  border-color: rgb(2 132 199 / 0.3);
}
.border-sky-600\/35 {
  border-color: rgb(2 132 199 / .35);
}
.border-sky-600\/40 {
  border-color: rgb(2 132 199 / 0.4);
}
.border-sky-600\/45 {
  border-color: rgb(2 132 199 / 0.45);
}
.border-sky-600\/5 {
  border-color: rgb(2 132 199 / 0.05);
}
.border-sky-600\/50 {
  border-color: rgb(2 132 199 / 0.5);
}
.border-sky-600\/55 {
  border-color: rgb(2 132 199 / 0.55);
}
.border-sky-600\/60 {
  border-color: rgb(2 132 199 / 0.6);
}
.border-sky-600\/65 {
  border-color: rgb(2 132 199 / 0.65);
}
.border-sky-600\/70 {
  border-color: rgb(2 132 199 / 0.7);
}
.border-sky-600\/75 {
  border-color: rgb(2 132 199 / 0.75);
}
.border-sky-600\/80 {
  border-color: rgb(2 132 199 / 0.8);
}
.border-sky-600\/85 {
  border-color: rgb(2 132 199 / 0.85);
}
.border-sky-600\/90 {
  border-color: rgb(2 132 199 / 0.9);
}
.border-sky-600\/95 {
  border-color: rgb(2 132 199 / 0.95);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-100\/0 {
  border-color: rgb(241 245 249 / 0);
}
.border-slate-100\/10 {
  border-color: rgb(241 245 249 / 0.1);
}
.border-slate-100\/100 {
  border-color: rgb(241 245 249 / 1);
}
.border-slate-100\/15 {
  border-color: rgb(241 245 249 / .15);
}
.border-slate-100\/20 {
  border-color: rgb(241 245 249 / 0.2);
}
.border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}
.border-slate-100\/30 {
  border-color: rgb(241 245 249 / 0.3);
}
.border-slate-100\/35 {
  border-color: rgb(241 245 249 / .35);
}
.border-slate-100\/40 {
  border-color: rgb(241 245 249 / 0.4);
}
.border-slate-100\/45 {
  border-color: rgb(241 245 249 / 0.45);
}
.border-slate-100\/5 {
  border-color: rgb(241 245 249 / 0.05);
}
.border-slate-100\/50 {
  border-color: rgb(241 245 249 / 0.5);
}
.border-slate-100\/55 {
  border-color: rgb(241 245 249 / 0.55);
}
.border-slate-100\/60 {
  border-color: rgb(241 245 249 / 0.6);
}
.border-slate-100\/65 {
  border-color: rgb(241 245 249 / 0.65);
}
.border-slate-100\/70 {
  border-color: rgb(241 245 249 / 0.7);
}
.border-slate-100\/75 {
  border-color: rgb(241 245 249 / 0.75);
}
.border-slate-100\/80 {
  border-color: rgb(241 245 249 / 0.8);
}
.border-slate-100\/85 {
  border-color: rgb(241 245 249 / 0.85);
}
.border-slate-100\/90 {
  border-color: rgb(241 245 249 / 0.9);
}
.border-slate-100\/95 {
  border-color: rgb(241 245 249 / 0.95);
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/0 {
  border-color: rgb(226 232 240 / 0);
}
.border-slate-200\/10 {
  border-color: rgb(226 232 240 / 0.1);
}
.border-slate-200\/100 {
  border-color: rgb(226 232 240 / 1);
}
.border-slate-200\/15 {
  border-color: rgb(226 232 240 / .15);
}
.border-slate-200\/20 {
  border-color: rgb(226 232 240 / 0.2);
}
.border-slate-200\/25 {
  border-color: rgb(226 232 240 / 0.25);
}
.border-slate-200\/30 {
  border-color: rgb(226 232 240 / 0.3);
}
.border-slate-200\/35 {
  border-color: rgb(226 232 240 / .35);
}
.border-slate-200\/40 {
  border-color: rgb(226 232 240 / 0.4);
}
.border-slate-200\/45 {
  border-color: rgb(226 232 240 / 0.45);
}
.border-slate-200\/5 {
  border-color: rgb(226 232 240 / 0.05);
}
.border-slate-200\/50 {
  border-color: rgb(226 232 240 / 0.5);
}
.border-slate-200\/55 {
  border-color: rgb(226 232 240 / 0.55);
}
.border-slate-200\/60 {
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-200\/65 {
  border-color: rgb(226 232 240 / 0.65);
}
.border-slate-200\/70 {
  border-color: rgb(226 232 240 / 0.7);
}
.border-slate-200\/75 {
  border-color: rgb(226 232 240 / 0.75);
}
.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.border-slate-200\/85 {
  border-color: rgb(226 232 240 / 0.85);
}
.border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}
.border-slate-200\/95 {
  border-color: rgb(226 232 240 / 0.95);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-300\/0 {
  border-color: rgb(203 213 225 / 0);
}
.border-slate-300\/10 {
  border-color: rgb(203 213 225 / 0.1);
}
.border-slate-300\/100 {
  border-color: rgb(203 213 225 / 1);
}
.border-slate-300\/15 {
  border-color: rgb(203 213 225 / .15);
}
.border-slate-300\/20 {
  border-color: rgb(203 213 225 / 0.2);
}
.border-slate-300\/25 {
  border-color: rgb(203 213 225 / 0.25);
}
.border-slate-300\/30 {
  border-color: rgb(203 213 225 / 0.3);
}
.border-slate-300\/35 {
  border-color: rgb(203 213 225 / .35);
}
.border-slate-300\/40 {
  border-color: rgb(203 213 225 / 0.4);
}
.border-slate-300\/45 {
  border-color: rgb(203 213 225 / 0.45);
}
.border-slate-300\/5 {
  border-color: rgb(203 213 225 / 0.05);
}
.border-slate-300\/50 {
  border-color: rgb(203 213 225 / 0.5);
}
.border-slate-300\/55 {
  border-color: rgb(203 213 225 / 0.55);
}
.border-slate-300\/60 {
  border-color: rgb(203 213 225 / 0.6);
}
.border-slate-300\/65 {
  border-color: rgb(203 213 225 / 0.65);
}
.border-slate-300\/70 {
  border-color: rgb(203 213 225 / 0.7);
}
.border-slate-300\/75 {
  border-color: rgb(203 213 225 / 0.75);
}
.border-slate-300\/80 {
  border-color: rgb(203 213 225 / 0.8);
}
.border-slate-300\/85 {
  border-color: rgb(203 213 225 / 0.85);
}
.border-slate-300\/90 {
  border-color: rgb(203 213 225 / 0.9);
}
.border-slate-300\/95 {
  border-color: rgb(203 213 225 / 0.95);
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-slate-400\/0 {
  border-color: rgb(148 163 184 / 0);
}
.border-slate-400\/10 {
  border-color: rgb(148 163 184 / 0.1);
}
.border-slate-400\/100 {
  border-color: rgb(148 163 184 / 1);
}
.border-slate-400\/15 {
  border-color: rgb(148 163 184 / .15);
}
.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}
.border-slate-400\/25 {
  border-color: rgb(148 163 184 / 0.25);
}
.border-slate-400\/30 {
  border-color: rgb(148 163 184 / 0.3);
}
.border-slate-400\/35 {
  border-color: rgb(148 163 184 / .35);
}
.border-slate-400\/40 {
  border-color: rgb(148 163 184 / 0.4);
}
.border-slate-400\/45 {
  border-color: rgb(148 163 184 / 0.45);
}
.border-slate-400\/5 {
  border-color: rgb(148 163 184 / 0.05);
}
.border-slate-400\/50 {
  border-color: rgb(148 163 184 / 0.5);
}
.border-slate-400\/55 {
  border-color: rgb(148 163 184 / 0.55);
}
.border-slate-400\/60 {
  border-color: rgb(148 163 184 / 0.6);
}
.border-slate-400\/65 {
  border-color: rgb(148 163 184 / 0.65);
}
.border-slate-400\/70 {
  border-color: rgb(148 163 184 / 0.7);
}
.border-slate-400\/75 {
  border-color: rgb(148 163 184 / 0.75);
}
.border-slate-400\/80 {
  border-color: rgb(148 163 184 / 0.8);
}
.border-slate-400\/85 {
  border-color: rgb(148 163 184 / 0.85);
}
.border-slate-400\/90 {
  border-color: rgb(148 163 184 / 0.9);
}
.border-slate-400\/95 {
  border-color: rgb(148 163 184 / 0.95);
}
.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-slate-500\/0 {
  border-color: rgb(100 116 139 / 0);
}
.border-slate-500\/10 {
  border-color: rgb(100 116 139 / 0.1);
}
.border-slate-500\/100 {
  border-color: rgb(100 116 139 / 1);
}
.border-slate-500\/15 {
  border-color: rgb(100 116 139 / .15);
}
.border-slate-500\/20 {
  border-color: rgb(100 116 139 / 0.2);
}
.border-slate-500\/25 {
  border-color: rgb(100 116 139 / 0.25);
}
.border-slate-500\/30 {
  border-color: rgb(100 116 139 / 0.3);
}
.border-slate-500\/35 {
  border-color: rgb(100 116 139 / .35);
}
.border-slate-500\/40 {
  border-color: rgb(100 116 139 / 0.4);
}
.border-slate-500\/45 {
  border-color: rgb(100 116 139 / 0.45);
}
.border-slate-500\/5 {
  border-color: rgb(100 116 139 / 0.05);
}
.border-slate-500\/50 {
  border-color: rgb(100 116 139 / 0.5);
}
.border-slate-500\/55 {
  border-color: rgb(100 116 139 / 0.55);
}
.border-slate-500\/60 {
  border-color: rgb(100 116 139 / 0.6);
}
.border-slate-500\/65 {
  border-color: rgb(100 116 139 / 0.65);
}
.border-slate-500\/70 {
  border-color: rgb(100 116 139 / 0.7);
}
.border-slate-500\/75 {
  border-color: rgb(100 116 139 / 0.75);
}
.border-slate-500\/80 {
  border-color: rgb(100 116 139 / 0.8);
}
.border-slate-500\/85 {
  border-color: rgb(100 116 139 / 0.85);
}
.border-slate-500\/90 {
  border-color: rgb(100 116 139 / 0.9);
}
.border-slate-500\/95 {
  border-color: rgb(100 116 139 / 0.95);
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-600\/0 {
  border-color: rgb(71 85 105 / 0);
}
.border-slate-600\/10 {
  border-color: rgb(71 85 105 / 0.1);
}
.border-slate-600\/100 {
  border-color: rgb(71 85 105 / 1);
}
.border-slate-600\/15 {
  border-color: rgb(71 85 105 / .15);
}
.border-slate-600\/20 {
  border-color: rgb(71 85 105 / 0.2);
}
.border-slate-600\/25 {
  border-color: rgb(71 85 105 / 0.25);
}
.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}
.border-slate-600\/35 {
  border-color: rgb(71 85 105 / .35);
}
.border-slate-600\/40 {
  border-color: rgb(71 85 105 / 0.4);
}
.border-slate-600\/45 {
  border-color: rgb(71 85 105 / 0.45);
}
.border-slate-600\/5 {
  border-color: rgb(71 85 105 / 0.05);
}
.border-slate-600\/50 {
  border-color: rgb(71 85 105 / 0.5);
}
.border-slate-600\/55 {
  border-color: rgb(71 85 105 / 0.55);
}
.border-slate-600\/60 {
  border-color: rgb(71 85 105 / 0.6);
}
.border-slate-600\/65 {
  border-color: rgb(71 85 105 / 0.65);
}
.border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}
.border-slate-600\/75 {
  border-color: rgb(71 85 105 / 0.75);
}
.border-slate-600\/80 {
  border-color: rgb(71 85 105 / 0.8);
}
.border-slate-600\/85 {
  border-color: rgb(71 85 105 / 0.85);
}
.border-slate-600\/90 {
  border-color: rgb(71 85 105 / 0.9);
}
.border-slate-600\/95 {
  border-color: rgb(71 85 105 / 0.95);
}
.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 248 247 / var(--tw-border-opacity, 1));
}
.border-stone-100\/0 {
  border-color: rgb(250 248 247 / 0);
}
.border-stone-100\/10 {
  border-color: rgb(250 248 247 / 0.1);
}
.border-stone-100\/100 {
  border-color: rgb(250 248 247 / 1);
}
.border-stone-100\/15 {
  border-color: rgb(250 248 247 / .15);
}
.border-stone-100\/20 {
  border-color: rgb(250 248 247 / 0.2);
}
.border-stone-100\/25 {
  border-color: rgb(250 248 247 / 0.25);
}
.border-stone-100\/30 {
  border-color: rgb(250 248 247 / 0.3);
}
.border-stone-100\/35 {
  border-color: rgb(250 248 247 / .35);
}
.border-stone-100\/40 {
  border-color: rgb(250 248 247 / 0.4);
}
.border-stone-100\/45 {
  border-color: rgb(250 248 247 / 0.45);
}
.border-stone-100\/5 {
  border-color: rgb(250 248 247 / 0.05);
}
.border-stone-100\/50 {
  border-color: rgb(250 248 247 / 0.5);
}
.border-stone-100\/55 {
  border-color: rgb(250 248 247 / 0.55);
}
.border-stone-100\/60 {
  border-color: rgb(250 248 247 / 0.6);
}
.border-stone-100\/65 {
  border-color: rgb(250 248 247 / 0.65);
}
.border-stone-100\/70 {
  border-color: rgb(250 248 247 / 0.7);
}
.border-stone-100\/75 {
  border-color: rgb(250 248 247 / 0.75);
}
.border-stone-100\/80 {
  border-color: rgb(250 248 247 / 0.8);
}
.border-stone-100\/85 {
  border-color: rgb(250 248 247 / 0.85);
}
.border-stone-100\/90 {
  border-color: rgb(250 248 247 / 0.9);
}
.border-stone-100\/95 {
  border-color: rgb(250 248 247 / 0.95);
}
.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}
.border-stone-200\/0 {
  border-color: rgb(231 229 228 / 0);
}
.border-stone-200\/10 {
  border-color: rgb(231 229 228 / 0.1);
}
.border-stone-200\/100 {
  border-color: rgb(231 229 228 / 1);
}
.border-stone-200\/15 {
  border-color: rgb(231 229 228 / .15);
}
.border-stone-200\/20 {
  border-color: rgb(231 229 228 / 0.2);
}
.border-stone-200\/25 {
  border-color: rgb(231 229 228 / 0.25);
}
.border-stone-200\/30 {
  border-color: rgb(231 229 228 / 0.3);
}
.border-stone-200\/35 {
  border-color: rgb(231 229 228 / .35);
}
.border-stone-200\/40 {
  border-color: rgb(231 229 228 / 0.4);
}
.border-stone-200\/45 {
  border-color: rgb(231 229 228 / 0.45);
}
.border-stone-200\/5 {
  border-color: rgb(231 229 228 / 0.05);
}
.border-stone-200\/50 {
  border-color: rgb(231 229 228 / 0.5);
}
.border-stone-200\/55 {
  border-color: rgb(231 229 228 / 0.55);
}
.border-stone-200\/60 {
  border-color: rgb(231 229 228 / 0.6);
}
.border-stone-200\/65 {
  border-color: rgb(231 229 228 / 0.65);
}
.border-stone-200\/70 {
  border-color: rgb(231 229 228 / 0.7);
}
.border-stone-200\/75 {
  border-color: rgb(231 229 228 / 0.75);
}
.border-stone-200\/80 {
  border-color: rgb(231 229 228 / 0.8);
}
.border-stone-200\/85 {
  border-color: rgb(231 229 228 / 0.85);
}
.border-stone-200\/90 {
  border-color: rgb(231 229 228 / 0.9);
}
.border-stone-200\/95 {
  border-color: rgb(231 229 228 / 0.95);
}
.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.border-stone-300\/0 {
  border-color: rgb(214 211 209 / 0);
}
.border-stone-300\/10 {
  border-color: rgb(214 211 209 / 0.1);
}
.border-stone-300\/100 {
  border-color: rgb(214 211 209 / 1);
}
.border-stone-300\/15 {
  border-color: rgb(214 211 209 / .15);
}
.border-stone-300\/20 {
  border-color: rgb(214 211 209 / 0.2);
}
.border-stone-300\/25 {
  border-color: rgb(214 211 209 / 0.25);
}
.border-stone-300\/30 {
  border-color: rgb(214 211 209 / 0.3);
}
.border-stone-300\/35 {
  border-color: rgb(214 211 209 / .35);
}
.border-stone-300\/40 {
  border-color: rgb(214 211 209 / 0.4);
}
.border-stone-300\/45 {
  border-color: rgb(214 211 209 / 0.45);
}
.border-stone-300\/5 {
  border-color: rgb(214 211 209 / 0.05);
}
.border-stone-300\/50 {
  border-color: rgb(214 211 209 / 0.5);
}
.border-stone-300\/55 {
  border-color: rgb(214 211 209 / 0.55);
}
.border-stone-300\/60 {
  border-color: rgb(214 211 209 / 0.6);
}
.border-stone-300\/65 {
  border-color: rgb(214 211 209 / 0.65);
}
.border-stone-300\/70 {
  border-color: rgb(214 211 209 / 0.7);
}
.border-stone-300\/75 {
  border-color: rgb(214 211 209 / 0.75);
}
.border-stone-300\/80 {
  border-color: rgb(214 211 209 / 0.8);
}
.border-stone-300\/85 {
  border-color: rgb(214 211 209 / 0.85);
}
.border-stone-300\/90 {
  border-color: rgb(214 211 209 / 0.9);
}
.border-stone-300\/95 {
  border-color: rgb(214 211 209 / 0.95);
}
.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.border-stone-400\/0 {
  border-color: rgb(168 162 158 / 0);
}
.border-stone-400\/10 {
  border-color: rgb(168 162 158 / 0.1);
}
.border-stone-400\/100 {
  border-color: rgb(168 162 158 / 1);
}
.border-stone-400\/15 {
  border-color: rgb(168 162 158 / .15);
}
.border-stone-400\/20 {
  border-color: rgb(168 162 158 / 0.2);
}
.border-stone-400\/25 {
  border-color: rgb(168 162 158 / 0.25);
}
.border-stone-400\/30 {
  border-color: rgb(168 162 158 / 0.3);
}
.border-stone-400\/35 {
  border-color: rgb(168 162 158 / .35);
}
.border-stone-400\/40 {
  border-color: rgb(168 162 158 / 0.4);
}
.border-stone-400\/45 {
  border-color: rgb(168 162 158 / 0.45);
}
.border-stone-400\/5 {
  border-color: rgb(168 162 158 / 0.05);
}
.border-stone-400\/50 {
  border-color: rgb(168 162 158 / 0.5);
}
.border-stone-400\/55 {
  border-color: rgb(168 162 158 / 0.55);
}
.border-stone-400\/60 {
  border-color: rgb(168 162 158 / 0.6);
}
.border-stone-400\/65 {
  border-color: rgb(168 162 158 / 0.65);
}
.border-stone-400\/70 {
  border-color: rgb(168 162 158 / 0.7);
}
.border-stone-400\/75 {
  border-color: rgb(168 162 158 / 0.75);
}
.border-stone-400\/80 {
  border-color: rgb(168 162 158 / 0.8);
}
.border-stone-400\/85 {
  border-color: rgb(168 162 158 / 0.85);
}
.border-stone-400\/90 {
  border-color: rgb(168 162 158 / 0.9);
}
.border-stone-400\/95 {
  border-color: rgb(168 162 158 / 0.95);
}
.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-stone-500\/0 {
  border-color: rgb(120 113 108 / 0);
}
.border-stone-500\/10 {
  border-color: rgb(120 113 108 / 0.1);
}
.border-stone-500\/100 {
  border-color: rgb(120 113 108 / 1);
}
.border-stone-500\/15 {
  border-color: rgb(120 113 108 / .15);
}
.border-stone-500\/20 {
  border-color: rgb(120 113 108 / 0.2);
}
.border-stone-500\/25 {
  border-color: rgb(120 113 108 / 0.25);
}
.border-stone-500\/30 {
  border-color: rgb(120 113 108 / 0.3);
}
.border-stone-500\/35 {
  border-color: rgb(120 113 108 / .35);
}
.border-stone-500\/40 {
  border-color: rgb(120 113 108 / 0.4);
}
.border-stone-500\/45 {
  border-color: rgb(120 113 108 / 0.45);
}
.border-stone-500\/5 {
  border-color: rgb(120 113 108 / 0.05);
}
.border-stone-500\/50 {
  border-color: rgb(120 113 108 / 0.5);
}
.border-stone-500\/55 {
  border-color: rgb(120 113 108 / 0.55);
}
.border-stone-500\/60 {
  border-color: rgb(120 113 108 / 0.6);
}
.border-stone-500\/65 {
  border-color: rgb(120 113 108 / 0.65);
}
.border-stone-500\/70 {
  border-color: rgb(120 113 108 / 0.7);
}
.border-stone-500\/75 {
  border-color: rgb(120 113 108 / 0.75);
}
.border-stone-500\/80 {
  border-color: rgb(120 113 108 / 0.8);
}
.border-stone-500\/85 {
  border-color: rgb(120 113 108 / 0.85);
}
.border-stone-500\/90 {
  border-color: rgb(120 113 108 / 0.9);
}
.border-stone-500\/95 {
  border-color: rgb(120 113 108 / 0.95);
}
.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-stone-600\/0 {
  border-color: rgb(87 83 78 / 0);
}
.border-stone-600\/10 {
  border-color: rgb(87 83 78 / 0.1);
}
.border-stone-600\/100 {
  border-color: rgb(87 83 78 / 1);
}
.border-stone-600\/15 {
  border-color: rgb(87 83 78 / .15);
}
.border-stone-600\/20 {
  border-color: rgb(87 83 78 / 0.2);
}
.border-stone-600\/25 {
  border-color: rgb(87 83 78 / 0.25);
}
.border-stone-600\/30 {
  border-color: rgb(87 83 78 / 0.3);
}
.border-stone-600\/35 {
  border-color: rgb(87 83 78 / .35);
}
.border-stone-600\/40 {
  border-color: rgb(87 83 78 / 0.4);
}
.border-stone-600\/45 {
  border-color: rgb(87 83 78 / 0.45);
}
.border-stone-600\/5 {
  border-color: rgb(87 83 78 / 0.05);
}
.border-stone-600\/50 {
  border-color: rgb(87 83 78 / 0.5);
}
.border-stone-600\/55 {
  border-color: rgb(87 83 78 / 0.55);
}
.border-stone-600\/60 {
  border-color: rgb(87 83 78 / 0.6);
}
.border-stone-600\/65 {
  border-color: rgb(87 83 78 / 0.65);
}
.border-stone-600\/70 {
  border-color: rgb(87 83 78 / 0.7);
}
.border-stone-600\/75 {
  border-color: rgb(87 83 78 / 0.75);
}
.border-stone-600\/80 {
  border-color: rgb(87 83 78 / 0.8);
}
.border-stone-600\/85 {
  border-color: rgb(87 83 78 / 0.85);
}
.border-stone-600\/90 {
  border-color: rgb(87 83 78 / 0.9);
}
.border-stone-600\/95 {
  border-color: rgb(87 83 78 / 0.95);
}
.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}
.border-teal-100\/0 {
  border-color: rgb(204 251 241 / 0);
}
.border-teal-100\/10 {
  border-color: rgb(204 251 241 / 0.1);
}
.border-teal-100\/100 {
  border-color: rgb(204 251 241 / 1);
}
.border-teal-100\/15 {
  border-color: rgb(204 251 241 / .15);
}
.border-teal-100\/20 {
  border-color: rgb(204 251 241 / 0.2);
}
.border-teal-100\/25 {
  border-color: rgb(204 251 241 / 0.25);
}
.border-teal-100\/30 {
  border-color: rgb(204 251 241 / 0.3);
}
.border-teal-100\/35 {
  border-color: rgb(204 251 241 / .35);
}
.border-teal-100\/40 {
  border-color: rgb(204 251 241 / 0.4);
}
.border-teal-100\/45 {
  border-color: rgb(204 251 241 / 0.45);
}
.border-teal-100\/5 {
  border-color: rgb(204 251 241 / 0.05);
}
.border-teal-100\/50 {
  border-color: rgb(204 251 241 / 0.5);
}
.border-teal-100\/55 {
  border-color: rgb(204 251 241 / 0.55);
}
.border-teal-100\/60 {
  border-color: rgb(204 251 241 / 0.6);
}
.border-teal-100\/65 {
  border-color: rgb(204 251 241 / 0.65);
}
.border-teal-100\/70 {
  border-color: rgb(204 251 241 / 0.7);
}
.border-teal-100\/75 {
  border-color: rgb(204 251 241 / 0.75);
}
.border-teal-100\/80 {
  border-color: rgb(204 251 241 / 0.8);
}
.border-teal-100\/85 {
  border-color: rgb(204 251 241 / 0.85);
}
.border-teal-100\/90 {
  border-color: rgb(204 251 241 / 0.9);
}
.border-teal-100\/95 {
  border-color: rgb(204 251 241 / 0.95);
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-teal-200\/0 {
  border-color: rgb(153 246 228 / 0);
}
.border-teal-200\/10 {
  border-color: rgb(153 246 228 / 0.1);
}
.border-teal-200\/100 {
  border-color: rgb(153 246 228 / 1);
}
.border-teal-200\/15 {
  border-color: rgb(153 246 228 / .15);
}
.border-teal-200\/20 {
  border-color: rgb(153 246 228 / 0.2);
}
.border-teal-200\/25 {
  border-color: rgb(153 246 228 / 0.25);
}
.border-teal-200\/30 {
  border-color: rgb(153 246 228 / 0.3);
}
.border-teal-200\/35 {
  border-color: rgb(153 246 228 / .35);
}
.border-teal-200\/40 {
  border-color: rgb(153 246 228 / 0.4);
}
.border-teal-200\/45 {
  border-color: rgb(153 246 228 / 0.45);
}
.border-teal-200\/5 {
  border-color: rgb(153 246 228 / 0.05);
}
.border-teal-200\/50 {
  border-color: rgb(153 246 228 / 0.5);
}
.border-teal-200\/55 {
  border-color: rgb(153 246 228 / 0.55);
}
.border-teal-200\/60 {
  border-color: rgb(153 246 228 / 0.6);
}
.border-teal-200\/65 {
  border-color: rgb(153 246 228 / 0.65);
}
.border-teal-200\/70 {
  border-color: rgb(153 246 228 / 0.7);
}
.border-teal-200\/75 {
  border-color: rgb(153 246 228 / 0.75);
}
.border-teal-200\/80 {
  border-color: rgb(153 246 228 / 0.8);
}
.border-teal-200\/85 {
  border-color: rgb(153 246 228 / 0.85);
}
.border-teal-200\/90 {
  border-color: rgb(153 246 228 / 0.9);
}
.border-teal-200\/95 {
  border-color: rgb(153 246 228 / 0.95);
}
.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}
.border-teal-300\/0 {
  border-color: rgb(94 234 212 / 0);
}
.border-teal-300\/10 {
  border-color: rgb(94 234 212 / 0.1);
}
.border-teal-300\/100 {
  border-color: rgb(94 234 212 / 1);
}
.border-teal-300\/15 {
  border-color: rgb(94 234 212 / .15);
}
.border-teal-300\/20 {
  border-color: rgb(94 234 212 / 0.2);
}
.border-teal-300\/25 {
  border-color: rgb(94 234 212 / 0.25);
}
.border-teal-300\/30 {
  border-color: rgb(94 234 212 / 0.3);
}
.border-teal-300\/35 {
  border-color: rgb(94 234 212 / .35);
}
.border-teal-300\/40 {
  border-color: rgb(94 234 212 / 0.4);
}
.border-teal-300\/45 {
  border-color: rgb(94 234 212 / 0.45);
}
.border-teal-300\/5 {
  border-color: rgb(94 234 212 / 0.05);
}
.border-teal-300\/50 {
  border-color: rgb(94 234 212 / 0.5);
}
.border-teal-300\/55 {
  border-color: rgb(94 234 212 / 0.55);
}
.border-teal-300\/60 {
  border-color: rgb(94 234 212 / 0.6);
}
.border-teal-300\/65 {
  border-color: rgb(94 234 212 / 0.65);
}
.border-teal-300\/70 {
  border-color: rgb(94 234 212 / 0.7);
}
.border-teal-300\/75 {
  border-color: rgb(94 234 212 / 0.75);
}
.border-teal-300\/80 {
  border-color: rgb(94 234 212 / 0.8);
}
.border-teal-300\/85 {
  border-color: rgb(94 234 212 / 0.85);
}
.border-teal-300\/90 {
  border-color: rgb(94 234 212 / 0.9);
}
.border-teal-300\/95 {
  border-color: rgb(94 234 212 / 0.95);
}
.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-teal-400\/0 {
  border-color: rgb(45 212 191 / 0);
}
.border-teal-400\/10 {
  border-color: rgb(45 212 191 / 0.1);
}
.border-teal-400\/100 {
  border-color: rgb(45 212 191 / 1);
}
.border-teal-400\/15 {
  border-color: rgb(45 212 191 / .15);
}
.border-teal-400\/20 {
  border-color: rgb(45 212 191 / 0.2);
}
.border-teal-400\/25 {
  border-color: rgb(45 212 191 / 0.25);
}
.border-teal-400\/30 {
  border-color: rgb(45 212 191 / 0.3);
}
.border-teal-400\/35 {
  border-color: rgb(45 212 191 / .35);
}
.border-teal-400\/40 {
  border-color: rgb(45 212 191 / 0.4);
}
.border-teal-400\/45 {
  border-color: rgb(45 212 191 / 0.45);
}
.border-teal-400\/5 {
  border-color: rgb(45 212 191 / 0.05);
}
.border-teal-400\/50 {
  border-color: rgb(45 212 191 / 0.5);
}
.border-teal-400\/55 {
  border-color: rgb(45 212 191 / 0.55);
}
.border-teal-400\/60 {
  border-color: rgb(45 212 191 / 0.6);
}
.border-teal-400\/65 {
  border-color: rgb(45 212 191 / 0.65);
}
.border-teal-400\/70 {
  border-color: rgb(45 212 191 / 0.7);
}
.border-teal-400\/75 {
  border-color: rgb(45 212 191 / 0.75);
}
.border-teal-400\/80 {
  border-color: rgb(45 212 191 / 0.8);
}
.border-teal-400\/85 {
  border-color: rgb(45 212 191 / 0.85);
}
.border-teal-400\/90 {
  border-color: rgb(45 212 191 / 0.9);
}
.border-teal-400\/95 {
  border-color: rgb(45 212 191 / 0.95);
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-500\/0 {
  border-color: rgb(20 184 166 / 0);
}
.border-teal-500\/10 {
  border-color: rgb(20 184 166 / 0.1);
}
.border-teal-500\/100 {
  border-color: rgb(20 184 166 / 1);
}
.border-teal-500\/15 {
  border-color: rgb(20 184 166 / .15);
}
.border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2);
}
.border-teal-500\/25 {
  border-color: rgb(20 184 166 / 0.25);
}
.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.border-teal-500\/35 {
  border-color: rgb(20 184 166 / .35);
}
.border-teal-500\/40 {
  border-color: rgb(20 184 166 / 0.4);
}
.border-teal-500\/45 {
  border-color: rgb(20 184 166 / 0.45);
}
.border-teal-500\/5 {
  border-color: rgb(20 184 166 / 0.05);
}
.border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5);
}
.border-teal-500\/55 {
  border-color: rgb(20 184 166 / 0.55);
}
.border-teal-500\/60 {
  border-color: rgb(20 184 166 / 0.6);
}
.border-teal-500\/65 {
  border-color: rgb(20 184 166 / 0.65);
}
.border-teal-500\/70 {
  border-color: rgb(20 184 166 / 0.7);
}
.border-teal-500\/75 {
  border-color: rgb(20 184 166 / 0.75);
}
.border-teal-500\/80 {
  border-color: rgb(20 184 166 / 0.8);
}
.border-teal-500\/85 {
  border-color: rgb(20 184 166 / 0.85);
}
.border-teal-500\/90 {
  border-color: rgb(20 184 166 / 0.9);
}
.border-teal-500\/95 {
  border-color: rgb(20 184 166 / 0.95);
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-teal-600\/0 {
  border-color: rgb(13 148 136 / 0);
}
.border-teal-600\/10 {
  border-color: rgb(13 148 136 / 0.1);
}
.border-teal-600\/100 {
  border-color: rgb(13 148 136 / 1);
}
.border-teal-600\/15 {
  border-color: rgb(13 148 136 / .15);
}
.border-teal-600\/20 {
  border-color: rgb(13 148 136 / 0.2);
}
.border-teal-600\/25 {
  border-color: rgb(13 148 136 / 0.25);
}
.border-teal-600\/30 {
  border-color: rgb(13 148 136 / 0.3);
}
.border-teal-600\/35 {
  border-color: rgb(13 148 136 / .35);
}
.border-teal-600\/40 {
  border-color: rgb(13 148 136 / 0.4);
}
.border-teal-600\/45 {
  border-color: rgb(13 148 136 / 0.45);
}
.border-teal-600\/5 {
  border-color: rgb(13 148 136 / 0.05);
}
.border-teal-600\/50 {
  border-color: rgb(13 148 136 / 0.5);
}
.border-teal-600\/55 {
  border-color: rgb(13 148 136 / 0.55);
}
.border-teal-600\/60 {
  border-color: rgb(13 148 136 / 0.6);
}
.border-teal-600\/65 {
  border-color: rgb(13 148 136 / 0.65);
}
.border-teal-600\/70 {
  border-color: rgb(13 148 136 / 0.7);
}
.border-teal-600\/75 {
  border-color: rgb(13 148 136 / 0.75);
}
.border-teal-600\/80 {
  border-color: rgb(13 148 136 / 0.8);
}
.border-teal-600\/85 {
  border-color: rgb(13 148 136 / 0.85);
}
.border-teal-600\/90 {
  border-color: rgb(13 148 136 / 0.9);
}
.border-teal-600\/95 {
  border-color: rgb(13 148 136 / 0.95);
}
.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-100\/0 {
  border-color: rgb(237 233 254 / 0);
}
.border-violet-100\/10 {
  border-color: rgb(237 233 254 / 0.1);
}
.border-violet-100\/100 {
  border-color: rgb(237 233 254 / 1);
}
.border-violet-100\/15 {
  border-color: rgb(237 233 254 / .15);
}
.border-violet-100\/20 {
  border-color: rgb(237 233 254 / 0.2);
}
.border-violet-100\/25 {
  border-color: rgb(237 233 254 / 0.25);
}
.border-violet-100\/30 {
  border-color: rgb(237 233 254 / 0.3);
}
.border-violet-100\/35 {
  border-color: rgb(237 233 254 / .35);
}
.border-violet-100\/40 {
  border-color: rgb(237 233 254 / 0.4);
}
.border-violet-100\/45 {
  border-color: rgb(237 233 254 / 0.45);
}
.border-violet-100\/5 {
  border-color: rgb(237 233 254 / 0.05);
}
.border-violet-100\/50 {
  border-color: rgb(237 233 254 / 0.5);
}
.border-violet-100\/55 {
  border-color: rgb(237 233 254 / 0.55);
}
.border-violet-100\/60 {
  border-color: rgb(237 233 254 / 0.6);
}
.border-violet-100\/65 {
  border-color: rgb(237 233 254 / 0.65);
}
.border-violet-100\/70 {
  border-color: rgb(237 233 254 / 0.7);
}
.border-violet-100\/75 {
  border-color: rgb(237 233 254 / 0.75);
}
.border-violet-100\/80 {
  border-color: rgb(237 233 254 / 0.8);
}
.border-violet-100\/85 {
  border-color: rgb(237 233 254 / 0.85);
}
.border-violet-100\/90 {
  border-color: rgb(237 233 254 / 0.9);
}
.border-violet-100\/95 {
  border-color: rgb(237 233 254 / 0.95);
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-violet-200\/0 {
  border-color: rgb(221 214 254 / 0);
}
.border-violet-200\/10 {
  border-color: rgb(221 214 254 / 0.1);
}
.border-violet-200\/100 {
  border-color: rgb(221 214 254 / 1);
}
.border-violet-200\/15 {
  border-color: rgb(221 214 254 / .15);
}
.border-violet-200\/20 {
  border-color: rgb(221 214 254 / 0.2);
}
.border-violet-200\/25 {
  border-color: rgb(221 214 254 / 0.25);
}
.border-violet-200\/30 {
  border-color: rgb(221 214 254 / 0.3);
}
.border-violet-200\/35 {
  border-color: rgb(221 214 254 / .35);
}
.border-violet-200\/40 {
  border-color: rgb(221 214 254 / 0.4);
}
.border-violet-200\/45 {
  border-color: rgb(221 214 254 / 0.45);
}
.border-violet-200\/5 {
  border-color: rgb(221 214 254 / 0.05);
}
.border-violet-200\/50 {
  border-color: rgb(221 214 254 / 0.5);
}
.border-violet-200\/55 {
  border-color: rgb(221 214 254 / 0.55);
}
.border-violet-200\/60 {
  border-color: rgb(221 214 254 / 0.6);
}
.border-violet-200\/65 {
  border-color: rgb(221 214 254 / 0.65);
}
.border-violet-200\/70 {
  border-color: rgb(221 214 254 / 0.7);
}
.border-violet-200\/75 {
  border-color: rgb(221 214 254 / 0.75);
}
.border-violet-200\/80 {
  border-color: rgb(221 214 254 / 0.8);
}
.border-violet-200\/85 {
  border-color: rgb(221 214 254 / 0.85);
}
.border-violet-200\/90 {
  border-color: rgb(221 214 254 / 0.9);
}
.border-violet-200\/95 {
  border-color: rgb(221 214 254 / 0.95);
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-violet-300\/0 {
  border-color: rgb(196 181 253 / 0);
}
.border-violet-300\/10 {
  border-color: rgb(196 181 253 / 0.1);
}
.border-violet-300\/100 {
  border-color: rgb(196 181 253 / 1);
}
.border-violet-300\/15 {
  border-color: rgb(196 181 253 / .15);
}
.border-violet-300\/20 {
  border-color: rgb(196 181 253 / 0.2);
}
.border-violet-300\/25 {
  border-color: rgb(196 181 253 / 0.25);
}
.border-violet-300\/30 {
  border-color: rgb(196 181 253 / 0.3);
}
.border-violet-300\/35 {
  border-color: rgb(196 181 253 / .35);
}
.border-violet-300\/40 {
  border-color: rgb(196 181 253 / 0.4);
}
.border-violet-300\/45 {
  border-color: rgb(196 181 253 / 0.45);
}
.border-violet-300\/5 {
  border-color: rgb(196 181 253 / 0.05);
}
.border-violet-300\/50 {
  border-color: rgb(196 181 253 / 0.5);
}
.border-violet-300\/55 {
  border-color: rgb(196 181 253 / 0.55);
}
.border-violet-300\/60 {
  border-color: rgb(196 181 253 / 0.6);
}
.border-violet-300\/65 {
  border-color: rgb(196 181 253 / 0.65);
}
.border-violet-300\/70 {
  border-color: rgb(196 181 253 / 0.7);
}
.border-violet-300\/75 {
  border-color: rgb(196 181 253 / 0.75);
}
.border-violet-300\/80 {
  border-color: rgb(196 181 253 / 0.8);
}
.border-violet-300\/85 {
  border-color: rgb(196 181 253 / 0.85);
}
.border-violet-300\/90 {
  border-color: rgb(196 181 253 / 0.9);
}
.border-violet-300\/95 {
  border-color: rgb(196 181 253 / 0.95);
}
.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-violet-400\/0 {
  border-color: rgb(167 139 250 / 0);
}
.border-violet-400\/10 {
  border-color: rgb(167 139 250 / 0.1);
}
.border-violet-400\/100 {
  border-color: rgb(167 139 250 / 1);
}
.border-violet-400\/15 {
  border-color: rgb(167 139 250 / .15);
}
.border-violet-400\/20 {
  border-color: rgb(167 139 250 / 0.2);
}
.border-violet-400\/25 {
  border-color: rgb(167 139 250 / 0.25);
}
.border-violet-400\/30 {
  border-color: rgb(167 139 250 / 0.3);
}
.border-violet-400\/35 {
  border-color: rgb(167 139 250 / .35);
}
.border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.border-violet-400\/45 {
  border-color: rgb(167 139 250 / 0.45);
}
.border-violet-400\/5 {
  border-color: rgb(167 139 250 / 0.05);
}
.border-violet-400\/50 {
  border-color: rgb(167 139 250 / 0.5);
}
.border-violet-400\/55 {
  border-color: rgb(167 139 250 / 0.55);
}
.border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.border-violet-400\/65 {
  border-color: rgb(167 139 250 / 0.65);
}
.border-violet-400\/70 {
  border-color: rgb(167 139 250 / 0.7);
}
.border-violet-400\/75 {
  border-color: rgb(167 139 250 / 0.75);
}
.border-violet-400\/80 {
  border-color: rgb(167 139 250 / 0.8);
}
.border-violet-400\/85 {
  border-color: rgb(167 139 250 / 0.85);
}
.border-violet-400\/90 {
  border-color: rgb(167 139 250 / 0.9);
}
.border-violet-400\/95 {
  border-color: rgb(167 139 250 / 0.95);
}
.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-violet-500\/0 {
  border-color: rgb(139 92 246 / 0);
}
.border-violet-500\/10 {
  border-color: rgb(139 92 246 / 0.1);
}
.border-violet-500\/100 {
  border-color: rgb(139 92 246 / 1);
}
.border-violet-500\/15 {
  border-color: rgb(139 92 246 / .15);
}
.border-violet-500\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-violet-500\/25 {
  border-color: rgb(139 92 246 / 0.25);
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-violet-500\/35 {
  border-color: rgb(139 92 246 / .35);
}
.border-violet-500\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.border-violet-500\/45 {
  border-color: rgb(139 92 246 / 0.45);
}
.border-violet-500\/5 {
  border-color: rgb(139 92 246 / 0.05);
}
.border-violet-500\/50 {
  border-color: rgb(139 92 246 / 0.5);
}
.border-violet-500\/55 {
  border-color: rgb(139 92 246 / 0.55);
}
.border-violet-500\/60 {
  border-color: rgb(139 92 246 / 0.6);
}
.border-violet-500\/65 {
  border-color: rgb(139 92 246 / 0.65);
}
.border-violet-500\/70 {
  border-color: rgb(139 92 246 / 0.7);
}
.border-violet-500\/75 {
  border-color: rgb(139 92 246 / 0.75);
}
.border-violet-500\/80 {
  border-color: rgb(139 92 246 / 0.8);
}
.border-violet-500\/85 {
  border-color: rgb(139 92 246 / 0.85);
}
.border-violet-500\/90 {
  border-color: rgb(139 92 246 / 0.9);
}
.border-violet-500\/95 {
  border-color: rgb(139 92 246 / 0.95);
}
.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-violet-600\/0 {
  border-color: rgb(124 58 237 / 0);
}
.border-violet-600\/10 {
  border-color: rgb(124 58 237 / 0.1);
}
.border-violet-600\/100 {
  border-color: rgb(124 58 237 / 1);
}
.border-violet-600\/15 {
  border-color: rgb(124 58 237 / .15);
}
.border-violet-600\/20 {
  border-color: rgb(124 58 237 / 0.2);
}
.border-violet-600\/25 {
  border-color: rgb(124 58 237 / 0.25);
}
.border-violet-600\/30 {
  border-color: rgb(124 58 237 / 0.3);
}
.border-violet-600\/35 {
  border-color: rgb(124 58 237 / .35);
}
.border-violet-600\/40 {
  border-color: rgb(124 58 237 / 0.4);
}
.border-violet-600\/45 {
  border-color: rgb(124 58 237 / 0.45);
}
.border-violet-600\/5 {
  border-color: rgb(124 58 237 / 0.05);
}
.border-violet-600\/50 {
  border-color: rgb(124 58 237 / 0.5);
}
.border-violet-600\/55 {
  border-color: rgb(124 58 237 / 0.55);
}
.border-violet-600\/60 {
  border-color: rgb(124 58 237 / 0.6);
}
.border-violet-600\/65 {
  border-color: rgb(124 58 237 / 0.65);
}
.border-violet-600\/70 {
  border-color: rgb(124 58 237 / 0.7);
}
.border-violet-600\/75 {
  border-color: rgb(124 58 237 / 0.75);
}
.border-violet-600\/80 {
  border-color: rgb(124 58 237 / 0.8);
}
.border-violet-600\/85 {
  border-color: rgb(124 58 237 / 0.85);
}
.border-violet-600\/90 {
  border-color: rgb(124 58 237 / 0.9);
}
.border-violet-600\/95 {
  border-color: rgb(124 58 237 / 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}
.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}
.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}
.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}
.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / .15);
}
.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}
.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}
.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}
.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / .35);
}
.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}
.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}
.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}
.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}
.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}
.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}
.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}
.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}
.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}
.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}
.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}
.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}
.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}
.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}
.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}
.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / .15);
}
.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}
.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}
.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}
.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / .35);
}
.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}
.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}
.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}
.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}
.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55);
}
.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}
.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}
.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}
.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}
.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}
.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85);
}
.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}
.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.border-yellow-300\/0 {
  border-color: rgb(253 224 71 / 0);
}
.border-yellow-300\/10 {
  border-color: rgb(253 224 71 / 0.1);
}
.border-yellow-300\/100 {
  border-color: rgb(253 224 71 / 1);
}
.border-yellow-300\/15 {
  border-color: rgb(253 224 71 / .15);
}
.border-yellow-300\/20 {
  border-color: rgb(253 224 71 / 0.2);
}
.border-yellow-300\/25 {
  border-color: rgb(253 224 71 / 0.25);
}
.border-yellow-300\/30 {
  border-color: rgb(253 224 71 / 0.3);
}
.border-yellow-300\/35 {
  border-color: rgb(253 224 71 / .35);
}
.border-yellow-300\/40 {
  border-color: rgb(253 224 71 / 0.4);
}
.border-yellow-300\/45 {
  border-color: rgb(253 224 71 / 0.45);
}
.border-yellow-300\/5 {
  border-color: rgb(253 224 71 / 0.05);
}
.border-yellow-300\/50 {
  border-color: rgb(253 224 71 / 0.5);
}
.border-yellow-300\/55 {
  border-color: rgb(253 224 71 / 0.55);
}
.border-yellow-300\/60 {
  border-color: rgb(253 224 71 / 0.6);
}
.border-yellow-300\/65 {
  border-color: rgb(253 224 71 / 0.65);
}
.border-yellow-300\/70 {
  border-color: rgb(253 224 71 / 0.7);
}
.border-yellow-300\/75 {
  border-color: rgb(253 224 71 / 0.75);
}
.border-yellow-300\/80 {
  border-color: rgb(253 224 71 / 0.8);
}
.border-yellow-300\/85 {
  border-color: rgb(253 224 71 / 0.85);
}
.border-yellow-300\/90 {
  border-color: rgb(253 224 71 / 0.9);
}
.border-yellow-300\/95 {
  border-color: rgb(253 224 71 / 0.95);
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}
.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}
.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}
.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / .15);
}
.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}
.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}
.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}
.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / .35);
}
.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}
.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}
.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}
.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}
.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}
.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}
.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}
.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}
.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}
.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}
.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}
.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}
.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}
.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}
.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}
.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / .15);
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / .35);
}
.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}
.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}
.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}
.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55);
}
.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}
.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}
.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}
.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}
.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}
.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85);
}
.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}
.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}
.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}
.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}
.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / .15);
}
.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}
.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}
.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}
.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / .35);
}
.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}
.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}
.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}
.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}
.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}
.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}
.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}
.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}
.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}
.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}
.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}
.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}
.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-zinc-100\/0 {
  border-color: rgb(244 244 245 / 0);
}
.border-zinc-100\/10 {
  border-color: rgb(244 244 245 / 0.1);
}
.border-zinc-100\/100 {
  border-color: rgb(244 244 245 / 1);
}
.border-zinc-100\/15 {
  border-color: rgb(244 244 245 / .15);
}
.border-zinc-100\/20 {
  border-color: rgb(244 244 245 / 0.2);
}
.border-zinc-100\/25 {
  border-color: rgb(244 244 245 / 0.25);
}
.border-zinc-100\/30 {
  border-color: rgb(244 244 245 / 0.3);
}
.border-zinc-100\/35 {
  border-color: rgb(244 244 245 / .35);
}
.border-zinc-100\/40 {
  border-color: rgb(244 244 245 / 0.4);
}
.border-zinc-100\/45 {
  border-color: rgb(244 244 245 / 0.45);
}
.border-zinc-100\/5 {
  border-color: rgb(244 244 245 / 0.05);
}
.border-zinc-100\/50 {
  border-color: rgb(244 244 245 / 0.5);
}
.border-zinc-100\/55 {
  border-color: rgb(244 244 245 / 0.55);
}
.border-zinc-100\/60 {
  border-color: rgb(244 244 245 / 0.6);
}
.border-zinc-100\/65 {
  border-color: rgb(244 244 245 / 0.65);
}
.border-zinc-100\/70 {
  border-color: rgb(244 244 245 / 0.7);
}
.border-zinc-100\/75 {
  border-color: rgb(244 244 245 / 0.75);
}
.border-zinc-100\/80 {
  border-color: rgb(244 244 245 / 0.8);
}
.border-zinc-100\/85 {
  border-color: rgb(244 244 245 / 0.85);
}
.border-zinc-100\/90 {
  border-color: rgb(244 244 245 / 0.9);
}
.border-zinc-100\/95 {
  border-color: rgb(244 244 245 / 0.95);
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-zinc-200\/0 {
  border-color: rgb(228 228 231 / 0);
}
.border-zinc-200\/10 {
  border-color: rgb(228 228 231 / 0.1);
}
.border-zinc-200\/100 {
  border-color: rgb(228 228 231 / 1);
}
.border-zinc-200\/15 {
  border-color: rgb(228 228 231 / .15);
}
.border-zinc-200\/20 {
  border-color: rgb(228 228 231 / 0.2);
}
.border-zinc-200\/25 {
  border-color: rgb(228 228 231 / 0.25);
}
.border-zinc-200\/30 {
  border-color: rgb(228 228 231 / 0.3);
}
.border-zinc-200\/35 {
  border-color: rgb(228 228 231 / .35);
}
.border-zinc-200\/40 {
  border-color: rgb(228 228 231 / 0.4);
}
.border-zinc-200\/45 {
  border-color: rgb(228 228 231 / 0.45);
}
.border-zinc-200\/5 {
  border-color: rgb(228 228 231 / 0.05);
}
.border-zinc-200\/50 {
  border-color: rgb(228 228 231 / 0.5);
}
.border-zinc-200\/55 {
  border-color: rgb(228 228 231 / 0.55);
}
.border-zinc-200\/60 {
  border-color: rgb(228 228 231 / 0.6);
}
.border-zinc-200\/65 {
  border-color: rgb(228 228 231 / 0.65);
}
.border-zinc-200\/70 {
  border-color: rgb(228 228 231 / 0.7);
}
.border-zinc-200\/75 {
  border-color: rgb(228 228 231 / 0.75);
}
.border-zinc-200\/80 {
  border-color: rgb(228 228 231 / 0.8);
}
.border-zinc-200\/85 {
  border-color: rgb(228 228 231 / 0.85);
}
.border-zinc-200\/90 {
  border-color: rgb(228 228 231 / 0.9);
}
.border-zinc-200\/95 {
  border-color: rgb(228 228 231 / 0.95);
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-zinc-300\/0 {
  border-color: rgb(212 212 216 / 0);
}
.border-zinc-300\/10 {
  border-color: rgb(212 212 216 / 0.1);
}
.border-zinc-300\/100 {
  border-color: rgb(212 212 216 / 1);
}
.border-zinc-300\/15 {
  border-color: rgb(212 212 216 / .15);
}
.border-zinc-300\/20 {
  border-color: rgb(212 212 216 / 0.2);
}
.border-zinc-300\/25 {
  border-color: rgb(212 212 216 / 0.25);
}
.border-zinc-300\/30 {
  border-color: rgb(212 212 216 / 0.3);
}
.border-zinc-300\/35 {
  border-color: rgb(212 212 216 / .35);
}
.border-zinc-300\/40 {
  border-color: rgb(212 212 216 / 0.4);
}
.border-zinc-300\/45 {
  border-color: rgb(212 212 216 / 0.45);
}
.border-zinc-300\/5 {
  border-color: rgb(212 212 216 / 0.05);
}
.border-zinc-300\/50 {
  border-color: rgb(212 212 216 / 0.5);
}
.border-zinc-300\/55 {
  border-color: rgb(212 212 216 / 0.55);
}
.border-zinc-300\/60 {
  border-color: rgb(212 212 216 / 0.6);
}
.border-zinc-300\/65 {
  border-color: rgb(212 212 216 / 0.65);
}
.border-zinc-300\/70 {
  border-color: rgb(212 212 216 / 0.7);
}
.border-zinc-300\/75 {
  border-color: rgb(212 212 216 / 0.75);
}
.border-zinc-300\/80 {
  border-color: rgb(212 212 216 / 0.8);
}
.border-zinc-300\/85 {
  border-color: rgb(212 212 216 / 0.85);
}
.border-zinc-300\/90 {
  border-color: rgb(212 212 216 / 0.9);
}
.border-zinc-300\/95 {
  border-color: rgb(212 212 216 / 0.95);
}
.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.border-zinc-400\/0 {
  border-color: rgb(161 161 170 / 0);
}
.border-zinc-400\/10 {
  border-color: rgb(161 161 170 / 0.1);
}
.border-zinc-400\/100 {
  border-color: rgb(161 161 170 / 1);
}
.border-zinc-400\/15 {
  border-color: rgb(161 161 170 / .15);
}
.border-zinc-400\/20 {
  border-color: rgb(161 161 170 / 0.2);
}
.border-zinc-400\/25 {
  border-color: rgb(161 161 170 / 0.25);
}
.border-zinc-400\/30 {
  border-color: rgb(161 161 170 / 0.3);
}
.border-zinc-400\/35 {
  border-color: rgb(161 161 170 / .35);
}
.border-zinc-400\/40 {
  border-color: rgb(161 161 170 / 0.4);
}
.border-zinc-400\/45 {
  border-color: rgb(161 161 170 / 0.45);
}
.border-zinc-400\/5 {
  border-color: rgb(161 161 170 / 0.05);
}
.border-zinc-400\/50 {
  border-color: rgb(161 161 170 / 0.5);
}
.border-zinc-400\/55 {
  border-color: rgb(161 161 170 / 0.55);
}
.border-zinc-400\/60 {
  border-color: rgb(161 161 170 / 0.6);
}
.border-zinc-400\/65 {
  border-color: rgb(161 161 170 / 0.65);
}
.border-zinc-400\/70 {
  border-color: rgb(161 161 170 / 0.7);
}
.border-zinc-400\/75 {
  border-color: rgb(161 161 170 / 0.75);
}
.border-zinc-400\/80 {
  border-color: rgb(161 161 170 / 0.8);
}
.border-zinc-400\/85 {
  border-color: rgb(161 161 170 / 0.85);
}
.border-zinc-400\/90 {
  border-color: rgb(161 161 170 / 0.9);
}
.border-zinc-400\/95 {
  border-color: rgb(161 161 170 / 0.95);
}
.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-zinc-500\/0 {
  border-color: rgb(113 113 122 / 0);
}
.border-zinc-500\/10 {
  border-color: rgb(113 113 122 / 0.1);
}
.border-zinc-500\/100 {
  border-color: rgb(113 113 122 / 1);
}
.border-zinc-500\/15 {
  border-color: rgb(113 113 122 / .15);
}
.border-zinc-500\/20 {
  border-color: rgb(113 113 122 / 0.2);
}
.border-zinc-500\/25 {
  border-color: rgb(113 113 122 / 0.25);
}
.border-zinc-500\/30 {
  border-color: rgb(113 113 122 / 0.3);
}
.border-zinc-500\/35 {
  border-color: rgb(113 113 122 / .35);
}
.border-zinc-500\/40 {
  border-color: rgb(113 113 122 / 0.4);
}
.border-zinc-500\/45 {
  border-color: rgb(113 113 122 / 0.45);
}
.border-zinc-500\/5 {
  border-color: rgb(113 113 122 / 0.05);
}
.border-zinc-500\/50 {
  border-color: rgb(113 113 122 / 0.5);
}
.border-zinc-500\/55 {
  border-color: rgb(113 113 122 / 0.55);
}
.border-zinc-500\/60 {
  border-color: rgb(113 113 122 / 0.6);
}
.border-zinc-500\/65 {
  border-color: rgb(113 113 122 / 0.65);
}
.border-zinc-500\/70 {
  border-color: rgb(113 113 122 / 0.7);
}
.border-zinc-500\/75 {
  border-color: rgb(113 113 122 / 0.75);
}
.border-zinc-500\/80 {
  border-color: rgb(113 113 122 / 0.8);
}
.border-zinc-500\/85 {
  border-color: rgb(113 113 122 / 0.85);
}
.border-zinc-500\/90 {
  border-color: rgb(113 113 122 / 0.9);
}
.border-zinc-500\/95 {
  border-color: rgb(113 113 122 / 0.95);
}
.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.border-zinc-600\/0 {
  border-color: rgb(82 82 91 / 0);
}
.border-zinc-600\/10 {
  border-color: rgb(82 82 91 / 0.1);
}
.border-zinc-600\/100 {
  border-color: rgb(82 82 91 / 1);
}
.border-zinc-600\/15 {
  border-color: rgb(82 82 91 / .15);
}
.border-zinc-600\/20 {
  border-color: rgb(82 82 91 / 0.2);
}
.border-zinc-600\/25 {
  border-color: rgb(82 82 91 / 0.25);
}
.border-zinc-600\/30 {
  border-color: rgb(82 82 91 / 0.3);
}
.border-zinc-600\/35 {
  border-color: rgb(82 82 91 / .35);
}
.border-zinc-600\/40 {
  border-color: rgb(82 82 91 / 0.4);
}
.border-zinc-600\/45 {
  border-color: rgb(82 82 91 / 0.45);
}
.border-zinc-600\/5 {
  border-color: rgb(82 82 91 / 0.05);
}
.border-zinc-600\/50 {
  border-color: rgb(82 82 91 / 0.5);
}
.border-zinc-600\/55 {
  border-color: rgb(82 82 91 / 0.55);
}
.border-zinc-600\/60 {
  border-color: rgb(82 82 91 / 0.6);
}
.border-zinc-600\/65 {
  border-color: rgb(82 82 91 / 0.65);
}
.border-zinc-600\/70 {
  border-color: rgb(82 82 91 / 0.7);
}
.border-zinc-600\/75 {
  border-color: rgb(82 82 91 / 0.75);
}
.border-zinc-600\/80 {
  border-color: rgb(82 82 91 / 0.8);
}
.border-zinc-600\/85 {
  border-color: rgb(82 82 91 / 0.85);
}
.border-zinc-600\/90 {
  border-color: rgb(82 82 91 / 0.9);
}
.border-zinc-600\/95 {
  border-color: rgb(82 82 91 / 0.95);
}
.border-b-secondary {
  border-bottom-color: var(--border-secondary);
}
.border-t-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.\!border-opacity-0 {
  --tw-border-opacity: 0 !important;
}
.\!border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}
.\!border-opacity-100 {
  --tw-border-opacity: 1 !important;
}
.\!border-opacity-15 {
  --tw-border-opacity: .15 !important;
}
.\!border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}
.\!border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}
.\!border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}
.\!border-opacity-35 {
  --tw-border-opacity: .35 !important;
}
.\!border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}
.\!border-opacity-45 {
  --tw-border-opacity: 0.45 !important;
}
.\!border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}
.\!border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}
.\!border-opacity-55 {
  --tw-border-opacity: 0.55 !important;
}
.\!border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}
.\!border-opacity-65 {
  --tw-border-opacity: 0.65 !important;
}
.\!border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}
.\!border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}
.\!border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}
.\!border-opacity-85 {
  --tw-border-opacity: 0.85 !important;
}
.\!border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}
.\!border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}
.border-opacity-0 {
  --tw-border-opacity: 0;
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-100 {
  --tw-border-opacity: 1;
}
.border-opacity-15 {
  --tw-border-opacity: .15;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-25 {
  --tw-border-opacity: 0.25;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-35 {
  --tw-border-opacity: .35;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.border-opacity-45 {
  --tw-border-opacity: 0.45;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-55 {
  --tw-border-opacity: 0.55;
}
.border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.border-opacity-65 {
  --tw-border-opacity: 0.65;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.border-opacity-75 {
  --tw-border-opacity: 0.75;
}
.border-opacity-80 {
  --tw-border-opacity: 0.8;
}
.border-opacity-85 {
  --tw-border-opacity: 0.85;
}
.border-opacity-90 {
  --tw-border-opacity: 0.9;
}
.border-opacity-95 {
  --tw-border-opacity: 0.95;
}
.\!bg-accent-amber-dark {
  background-color: var(--accent-amber-dark) !important;
}
.\!bg-accent-amber-onSurface {
  background-color: var(--accent-amber-onSurface) !important;
}
.\!bg-accent-amber-primary {
  background-color: var(--accent-amber-primary) !important;
}
.\!bg-accent-amber-secondary {
  background-color: var(--accent-amber-secondary) !important;
}
.\!bg-accent-amber-surfacePrimary {
  background-color: var(--accent-amber-surfacePrimary) !important;
}
.\!bg-accent-amber-surfaceSecondary {
  background-color: var(--accent-amber-surfaceSecondary) !important;
}
.\!bg-accent-amber-tertiary {
  background-color: var(--accent-amber-tertiary) !important;
}
.\!bg-accent-blue-dark {
  background-color: var(--accent-blue-dark) !important;
}
.\!bg-accent-blue-onSurface {
  background-color: var(--accent-blue-onSurface) !important;
}
.\!bg-accent-blue-primary {
  background-color: var(--accent-blue-primary) !important;
}
.\!bg-accent-blue-secondary {
  background-color: var(--accent-blue-secondary) !important;
}
.\!bg-accent-blue-surfacePrimary {
  background-color: var(--accent-blue-surfacePrimary) !important;
}
.\!bg-accent-blue-surfaceSecondary {
  background-color: var(--accent-blue-surfaceSecondary) !important;
}
.\!bg-accent-blue-tertiary {
  background-color: var(--accent-blue-tertiary) !important;
}
.\!bg-accent-brown-dark {
  background-color: var(--accent-brown-dark) !important;
}
.\!bg-accent-brown-onSurface {
  background-color: var(--accent-brown-onSurface) !important;
}
.\!bg-accent-brown-primary {
  background-color: var(--accent-brown-primary) !important;
}
.\!bg-accent-brown-secondary {
  background-color: var(--accent-brown-secondary) !important;
}
.\!bg-accent-brown-surfacePrimary {
  background-color: var(--accent-brown-surfacePrimary) !important;
}
.\!bg-accent-brown-surfaceSecondary {
  background-color: var(--accent-brown-surfaceSecondary) !important;
}
.\!bg-accent-brown-tertiary {
  background-color: var(--accent-brown-tertiary) !important;
}
.\!bg-accent-cyan-dark {
  background-color: var(--accent-cyan-dark) !important;
}
.\!bg-accent-cyan-onSurface {
  background-color: var(--accent-cyan-onSurface) !important;
}
.\!bg-accent-cyan-primary {
  background-color: var(--accent-cyan-primary) !important;
}
.\!bg-accent-cyan-secondary {
  background-color: var(--accent-cyan-secondary) !important;
}
.\!bg-accent-cyan-surfacePrimary {
  background-color: var(--accent-cyan-surfacePrimary) !important;
}
.\!bg-accent-cyan-surfaceSecondary {
  background-color: var(--accent-cyan-surfaceSecondary) !important;
}
.\!bg-accent-cyan-tertiary {
  background-color: var(--accent-cyan-tertiary) !important;
}
.\!bg-accent-emerald-dark {
  background-color: var(--accent-emerald-dark) !important;
}
.\!bg-accent-emerald-onSurface {
  background-color: var(--accent-emerald-onSurface) !important;
}
.\!bg-accent-emerald-primary {
  background-color: var(--accent-emerald-primary) !important;
}
.\!bg-accent-emerald-secondary {
  background-color: var(--accent-emerald-secondary) !important;
}
.\!bg-accent-emerald-surfacePrimary {
  background-color: var(--accent-emerald-surfacePrimary) !important;
}
.\!bg-accent-emerald-surfaceSecondary {
  background-color: var(--accent-emerald-surfaceSecondary) !important;
}
.\!bg-accent-emerald-tertiary {
  background-color: var(--accent-emerald-tertiary) !important;
}
.\!bg-accent-fuchsia-dark {
  background-color: var(--accent-fuchsia-dark) !important;
}
.\!bg-accent-fuchsia-onSurface {
  background-color: var(--accent-fuchsia-onSurface) !important;
}
.\!bg-accent-fuchsia-primary {
  background-color: var(--accent-fuchsia-primary) !important;
}
.\!bg-accent-fuchsia-secondary {
  background-color: var(--accent-fuchsia-secondary) !important;
}
.\!bg-accent-fuchsia-surfacePrimary {
  background-color: var(--accent-fuchsia-surfacePrimary) !important;
}
.\!bg-accent-fuchsia-surfaceSecondary {
  background-color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.\!bg-accent-fuchsia-tertiary {
  background-color: var(--accent-fuchsia-tertiary) !important;
}
.\!bg-accent-gray-dark {
  background-color: var(--accent-gray-dark) !important;
}
.\!bg-accent-gray-onSurface {
  background-color: var(--accent-gray-onSurface) !important;
}
.\!bg-accent-gray-primary {
  background-color: var(--accent-gray-primary) !important;
}
.\!bg-accent-gray-secondary {
  background-color: var(--accent-gray-secondary) !important;
}
.\!bg-accent-gray-surfacePrimary {
  background-color: var(--accent-gray-surfacePrimary) !important;
}
.\!bg-accent-gray-surfaceSecondary {
  background-color: var(--accent-gray-surfaceSecondary) !important;
}
.\!bg-accent-gray-tertiary {
  background-color: var(--accent-gray-tertiary) !important;
}
.\!bg-accent-green-dark {
  background-color: var(--accent-green-dark) !important;
}
.\!bg-accent-green-onSurface {
  background-color: var(--accent-green-onSurface) !important;
}
.\!bg-accent-green-primary {
  background-color: var(--accent-green-primary) !important;
}
.\!bg-accent-green-secondary {
  background-color: var(--accent-green-secondary) !important;
}
.\!bg-accent-green-surfacePrimary {
  background-color: var(--accent-green-surfacePrimary) !important;
}
.\!bg-accent-green-surfaceSecondary {
  background-color: var(--accent-green-surfaceSecondary) !important;
}
.\!bg-accent-green-tertiary {
  background-color: var(--accent-green-tertiary) !important;
}
.\!bg-accent-indigo-dark {
  background-color: var(--accent-indigo-dark) !important;
}
.\!bg-accent-indigo-onSurface {
  background-color: var(--accent-indigo-onSurface) !important;
}
.\!bg-accent-indigo-primary {
  background-color: var(--accent-indigo-primary) !important;
}
.\!bg-accent-indigo-secondary {
  background-color: var(--accent-indigo-secondary) !important;
}
.\!bg-accent-indigo-surfacePrimary {
  background-color: var(--accent-indigo-surfacePrimary) !important;
}
.\!bg-accent-indigo-surfaceSecondary {
  background-color: var(--accent-indigo-surfaceSecondary) !important;
}
.\!bg-accent-indigo-tertiary {
  background-color: var(--accent-indigo-tertiary) !important;
}
.\!bg-accent-lime-dark {
  background-color: var(--accent-lime-dark) !important;
}
.\!bg-accent-lime-onSurface {
  background-color: var(--accent-lime-onSurface) !important;
}
.\!bg-accent-lime-primary {
  background-color: var(--accent-lime-primary) !important;
}
.\!bg-accent-lime-secondary {
  background-color: var(--accent-lime-secondary) !important;
}
.\!bg-accent-lime-surfacePrimary {
  background-color: var(--accent-lime-surfacePrimary) !important;
}
.\!bg-accent-lime-surfaceSecondary {
  background-color: var(--accent-lime-surfaceSecondary) !important;
}
.\!bg-accent-lime-tertiary {
  background-color: var(--accent-lime-tertiary) !important;
}
.\!bg-accent-olive-dark {
  background-color: var(--accent-olive-dark) !important;
}
.\!bg-accent-olive-onSurface {
  background-color: var(--accent-olive-onSurface) !important;
}
.\!bg-accent-olive-primary {
  background-color: var(--accent-olive-primary) !important;
}
.\!bg-accent-olive-secondary {
  background-color: var(--accent-olive-secondary) !important;
}
.\!bg-accent-olive-surfacePrimary {
  background-color: var(--accent-olive-surfacePrimary) !important;
}
.\!bg-accent-olive-surfaceSecondary {
  background-color: var(--accent-olive-surfaceSecondary) !important;
}
.\!bg-accent-olive-tertiary {
  background-color: var(--accent-olive-tertiary) !important;
}
.\!bg-accent-orange-dark {
  background-color: var(--accent-orange-dark) !important;
}
.\!bg-accent-orange-onSurface {
  background-color: var(--accent-orange-onSurface) !important;
}
.\!bg-accent-orange-primary {
  background-color: var(--accent-orange-primary) !important;
}
.\!bg-accent-orange-secondary {
  background-color: var(--accent-orange-secondary) !important;
}
.\!bg-accent-orange-surfacePrimary {
  background-color: var(--accent-orange-surfacePrimary) !important;
}
.\!bg-accent-orange-surfaceSecondary {
  background-color: var(--accent-orange-surfaceSecondary) !important;
}
.\!bg-accent-orange-tertiary {
  background-color: var(--accent-orange-tertiary) !important;
}
.\!bg-accent-pink-dark {
  background-color: var(--accent-pink-dark) !important;
}
.\!bg-accent-pink-onSurface {
  background-color: var(--accent-pink-onSurface) !important;
}
.\!bg-accent-pink-primary {
  background-color: var(--accent-pink-primary) !important;
}
.\!bg-accent-pink-secondary {
  background-color: var(--accent-pink-secondary) !important;
}
.\!bg-accent-pink-surfacePrimary {
  background-color: var(--accent-pink-surfacePrimary) !important;
}
.\!bg-accent-pink-surfaceSecondary {
  background-color: var(--accent-pink-surfaceSecondary) !important;
}
.\!bg-accent-pink-tertiary {
  background-color: var(--accent-pink-tertiary) !important;
}
.\!bg-accent-purple-dark {
  background-color: var(--accent-purple-dark) !important;
}
.\!bg-accent-purple-onSurface {
  background-color: var(--accent-purple-onSurface) !important;
}
.\!bg-accent-purple-primary {
  background-color: var(--accent-purple-primary) !important;
}
.\!bg-accent-purple-secondary {
  background-color: var(--accent-purple-secondary) !important;
}
.\!bg-accent-purple-surfacePrimary {
  background-color: var(--accent-purple-surfacePrimary) !important;
}
.\!bg-accent-purple-surfaceSecondary {
  background-color: var(--accent-purple-surfaceSecondary) !important;
}
.\!bg-accent-purple-tertiary {
  background-color: var(--accent-purple-tertiary) !important;
}
.\!bg-accent-red-dark {
  background-color: var(--accent-red-dark) !important;
}
.\!bg-accent-red-onSurface {
  background-color: var(--accent-red-onSurface) !important;
}
.\!bg-accent-red-primary {
  background-color: var(--accent-red-primary) !important;
}
.\!bg-accent-red-secondary {
  background-color: var(--accent-red-secondary) !important;
}
.\!bg-accent-red-surfacePrimary {
  background-color: var(--accent-red-surfacePrimary) !important;
}
.\!bg-accent-red-surfaceSecondary {
  background-color: var(--accent-red-surfaceSecondary) !important;
}
.\!bg-accent-red-tertiary {
  background-color: var(--accent-red-tertiary) !important;
}
.\!bg-accent-rose-dark {
  background-color: var(--accent-rose-dark) !important;
}
.\!bg-accent-rose-onSurface {
  background-color: var(--accent-rose-onSurface) !important;
}
.\!bg-accent-rose-primary {
  background-color: var(--accent-rose-primary) !important;
}
.\!bg-accent-rose-secondary {
  background-color: var(--accent-rose-secondary) !important;
}
.\!bg-accent-rose-surfacePrimary {
  background-color: var(--accent-rose-surfacePrimary) !important;
}
.\!bg-accent-rose-surfaceSecondary {
  background-color: var(--accent-rose-surfaceSecondary) !important;
}
.\!bg-accent-rose-tertiary {
  background-color: var(--accent-rose-tertiary) !important;
}
.\!bg-accent-sky-dark {
  background-color: var(--accent-sky-dark) !important;
}
.\!bg-accent-sky-onSurface {
  background-color: var(--accent-sky-onSurface) !important;
}
.\!bg-accent-sky-primary {
  background-color: var(--accent-sky-primary) !important;
}
.\!bg-accent-sky-secondary {
  background-color: var(--accent-sky-secondary) !important;
}
.\!bg-accent-sky-surfacePrimary {
  background-color: var(--accent-sky-surfacePrimary) !important;
}
.\!bg-accent-sky-surfaceSecondary {
  background-color: var(--accent-sky-surfaceSecondary) !important;
}
.\!bg-accent-sky-tertiary {
  background-color: var(--accent-sky-tertiary) !important;
}
.\!bg-accent-teal-dark {
  background-color: var(--accent-teal-dark) !important;
}
.\!bg-accent-teal-onSurface {
  background-color: var(--accent-teal-onSurface) !important;
}
.\!bg-accent-teal-primary {
  background-color: var(--accent-teal-primary) !important;
}
.\!bg-accent-teal-secondary {
  background-color: var(--accent-teal-secondary) !important;
}
.\!bg-accent-teal-surfacePrimary {
  background-color: var(--accent-teal-surfacePrimary) !important;
}
.\!bg-accent-teal-surfaceSecondary {
  background-color: var(--accent-teal-surfaceSecondary) !important;
}
.\!bg-accent-teal-tertiary {
  background-color: var(--accent-teal-tertiary) !important;
}
.\!bg-accent-violet-dark {
  background-color: var(--accent-violet-dark) !important;
}
.\!bg-accent-violet-onSurface {
  background-color: var(--accent-violet-onSurface) !important;
}
.\!bg-accent-violet-primary {
  background-color: var(--accent-violet-primary) !important;
}
.\!bg-accent-violet-secondary {
  background-color: var(--accent-violet-secondary) !important;
}
.\!bg-accent-violet-surfacePrimary {
  background-color: var(--accent-violet-surfacePrimary) !important;
}
.\!bg-accent-violet-surfaceSecondary {
  background-color: var(--accent-violet-surfaceSecondary) !important;
}
.\!bg-accent-violet-tertiary {
  background-color: var(--accent-violet-tertiary) !important;
}
.\!bg-accent-yellow-dark {
  background-color: var(--accent-yellow-dark) !important;
}
.\!bg-accent-yellow-onSurface {
  background-color: var(--accent-yellow-onSurface) !important;
}
.\!bg-accent-yellow-primary {
  background-color: var(--accent-yellow-primary) !important;
}
.\!bg-accent-yellow-secondary {
  background-color: var(--accent-yellow-secondary) !important;
}
.\!bg-accent-yellow-surfacePrimary {
  background-color: var(--accent-yellow-surfacePrimary) !important;
}
.\!bg-accent-yellow-surfaceSecondary {
  background-color: var(--accent-yellow-surfaceSecondary) !important;
}
.\!bg-accent-yellow-tertiary {
  background-color: var(--accent-yellow-tertiary) !important;
}
.\!bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0) !important;
}
.\!bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1) !important;
}
.\!bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1) !important;
}
.\!bg-amber-100\/15 {
  background-color: rgb(254 243 199 / .15) !important;
}
.\!bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2) !important;
}
.\!bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25) !important;
}
.\!bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3) !important;
}
.\!bg-amber-100\/35 {
  background-color: rgb(254 243 199 / .35) !important;
}
.\!bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4) !important;
}
.\!bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45) !important;
}
.\!bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05) !important;
}
.\!bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5) !important;
}
.\!bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55) !important;
}
.\!bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6) !important;
}
.\!bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65) !important;
}
.\!bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7) !important;
}
.\!bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75) !important;
}
.\!bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8) !important;
}
.\!bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85) !important;
}
.\!bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9) !important;
}
.\!bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95) !important;
}
.\!bg-amber-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0) !important;
}
.\!bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1) !important;
}
.\!bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1) !important;
}
.\!bg-amber-200\/15 {
  background-color: rgb(253 230 138 / .15) !important;
}
.\!bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2) !important;
}
.\!bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25) !important;
}
.\!bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3) !important;
}
.\!bg-amber-200\/35 {
  background-color: rgb(253 230 138 / .35) !important;
}
.\!bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4) !important;
}
.\!bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45) !important;
}
.\!bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05) !important;
}
.\!bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5) !important;
}
.\!bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55) !important;
}
.\!bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6) !important;
}
.\!bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65) !important;
}
.\!bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7) !important;
}
.\!bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75) !important;
}
.\!bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8) !important;
}
.\!bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85) !important;
}
.\!bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9) !important;
}
.\!bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95) !important;
}
.\!bg-amber-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0) !important;
}
.\!bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1) !important;
}
.\!bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1) !important;
}
.\!bg-amber-300\/15 {
  background-color: rgb(252 211 77 / .15) !important;
}
.\!bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2) !important;
}
.\!bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25) !important;
}
.\!bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3) !important;
}
.\!bg-amber-300\/35 {
  background-color: rgb(252 211 77 / .35) !important;
}
.\!bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4) !important;
}
.\!bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45) !important;
}
.\!bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05) !important;
}
.\!bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5) !important;
}
.\!bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55) !important;
}
.\!bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6) !important;
}
.\!bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65) !important;
}
.\!bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7) !important;
}
.\!bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75) !important;
}
.\!bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8) !important;
}
.\!bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85) !important;
}
.\!bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9) !important;
}
.\!bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95) !important;
}
.\!bg-amber-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0) !important;
}
.\!bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1) !important;
}
.\!bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1) !important;
}
.\!bg-amber-400\/15 {
  background-color: rgb(251 191 36 / .15) !important;
}
.\!bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2) !important;
}
.\!bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25) !important;
}
.\!bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3) !important;
}
.\!bg-amber-400\/35 {
  background-color: rgb(251 191 36 / .35) !important;
}
.\!bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4) !important;
}
.\!bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45) !important;
}
.\!bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05) !important;
}
.\!bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5) !important;
}
.\!bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55) !important;
}
.\!bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6) !important;
}
.\!bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65) !important;
}
.\!bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7) !important;
}
.\!bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75) !important;
}
.\!bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8) !important;
}
.\!bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85) !important;
}
.\!bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9) !important;
}
.\!bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95) !important;
}
.\!bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0) !important;
}
.\!bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1) !important;
}
.\!bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1) !important;
}
.\!bg-amber-50\/15 {
  background-color: rgb(255 251 235 / .15) !important;
}
.\!bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2) !important;
}
.\!bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25) !important;
}
.\!bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3) !important;
}
.\!bg-amber-50\/35 {
  background-color: rgb(255 251 235 / .35) !important;
}
.\!bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4) !important;
}
.\!bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45) !important;
}
.\!bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05) !important;
}
.\!bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5) !important;
}
.\!bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55) !important;
}
.\!bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6) !important;
}
.\!bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65) !important;
}
.\!bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7) !important;
}
.\!bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75) !important;
}
.\!bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8) !important;
}
.\!bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85) !important;
}
.\!bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9) !important;
}
.\!bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95) !important;
}
.\!bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0) !important;
}
.\!bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1) !important;
}
.\!bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1) !important;
}
.\!bg-amber-500\/15 {
  background-color: rgb(245 158 11 / .15) !important;
}
.\!bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2) !important;
}
.\!bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25) !important;
}
.\!bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3) !important;
}
.\!bg-amber-500\/35 {
  background-color: rgb(245 158 11 / .35) !important;
}
.\!bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4) !important;
}
.\!bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45) !important;
}
.\!bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05) !important;
}
.\!bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5) !important;
}
.\!bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55) !important;
}
.\!bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6) !important;
}
.\!bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65) !important;
}
.\!bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7) !important;
}
.\!bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75) !important;
}
.\!bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8) !important;
}
.\!bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85) !important;
}
.\!bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9) !important;
}
.\!bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95) !important;
}
.\!bg-amber-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0) !important;
}
.\!bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1) !important;
}
.\!bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1) !important;
}
.\!bg-amber-600\/15 {
  background-color: rgb(217 119 6 / .15) !important;
}
.\!bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2) !important;
}
.\!bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25) !important;
}
.\!bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3) !important;
}
.\!bg-amber-600\/35 {
  background-color: rgb(217 119 6 / .35) !important;
}
.\!bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4) !important;
}
.\!bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45) !important;
}
.\!bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05) !important;
}
.\!bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5) !important;
}
.\!bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55) !important;
}
.\!bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6) !important;
}
.\!bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65) !important;
}
.\!bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7) !important;
}
.\!bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75) !important;
}
.\!bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8) !important;
}
.\!bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85) !important;
}
.\!bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9) !important;
}
.\!bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95) !important;
}
.\!bg-amber-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0) !important;
}
.\!bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1) !important;
}
.\!bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1) !important;
}
.\!bg-amber-700\/15 {
  background-color: rgb(180 83 9 / .15) !important;
}
.\!bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2) !important;
}
.\!bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25) !important;
}
.\!bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3) !important;
}
.\!bg-amber-700\/35 {
  background-color: rgb(180 83 9 / .35) !important;
}
.\!bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4) !important;
}
.\!bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45) !important;
}
.\!bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05) !important;
}
.\!bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5) !important;
}
.\!bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55) !important;
}
.\!bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6) !important;
}
.\!bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65) !important;
}
.\!bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7) !important;
}
.\!bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75) !important;
}
.\!bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8) !important;
}
.\!bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85) !important;
}
.\!bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9) !important;
}
.\!bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95) !important;
}
.\!bg-amber-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0) !important;
}
.\!bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1) !important;
}
.\!bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1) !important;
}
.\!bg-amber-800\/15 {
  background-color: rgb(146 64 14 / .15) !important;
}
.\!bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2) !important;
}
.\!bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25) !important;
}
.\!bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3) !important;
}
.\!bg-amber-800\/35 {
  background-color: rgb(146 64 14 / .35) !important;
}
.\!bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4) !important;
}
.\!bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45) !important;
}
.\!bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05) !important;
}
.\!bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5) !important;
}
.\!bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55) !important;
}
.\!bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6) !important;
}
.\!bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65) !important;
}
.\!bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7) !important;
}
.\!bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75) !important;
}
.\!bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8) !important;
}
.\!bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85) !important;
}
.\!bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9) !important;
}
.\!bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95) !important;
}
.\!bg-amber-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0) !important;
}
.\!bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1) !important;
}
.\!bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1) !important;
}
.\!bg-amber-900\/15 {
  background-color: rgb(120 53 15 / .15) !important;
}
.\!bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2) !important;
}
.\!bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25) !important;
}
.\!bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3) !important;
}
.\!bg-amber-900\/35 {
  background-color: rgb(120 53 15 / .35) !important;
}
.\!bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4) !important;
}
.\!bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45) !important;
}
.\!bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05) !important;
}
.\!bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5) !important;
}
.\!bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55) !important;
}
.\!bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6) !important;
}
.\!bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65) !important;
}
.\!bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7) !important;
}
.\!bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75) !important;
}
.\!bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8) !important;
}
.\!bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85) !important;
}
.\!bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9) !important;
}
.\!bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95) !important;
}
.\!bg-amber-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0) !important;
}
.\!bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1) !important;
}
.\!bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1) !important;
}
.\!bg-amber-950\/15 {
  background-color: rgb(69 26 3 / .15) !important;
}
.\!bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2) !important;
}
.\!bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25) !important;
}
.\!bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3) !important;
}
.\!bg-amber-950\/35 {
  background-color: rgb(69 26 3 / .35) !important;
}
.\!bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4) !important;
}
.\!bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45) !important;
}
.\!bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05) !important;
}
.\!bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5) !important;
}
.\!bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55) !important;
}
.\!bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6) !important;
}
.\!bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65) !important;
}
.\!bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7) !important;
}
.\!bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75) !important;
}
.\!bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8) !important;
}
.\!bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85) !important;
}
.\!bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9) !important;
}
.\!bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95) !important;
}
.\!bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0) !important;
}
.\!bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1) !important;
}
.\!bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1) !important;
}
.\!bg-blue-100\/15 {
  background-color: rgb(219 234 254 / .15) !important;
}
.\!bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2) !important;
}
.\!bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25) !important;
}
.\!bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3) !important;
}
.\!bg-blue-100\/35 {
  background-color: rgb(219 234 254 / .35) !important;
}
.\!bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4) !important;
}
.\!bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45) !important;
}
.\!bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05) !important;
}
.\!bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5) !important;
}
.\!bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55) !important;
}
.\!bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6) !important;
}
.\!bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65) !important;
}
.\!bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7) !important;
}
.\!bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75) !important;
}
.\!bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8) !important;
}
.\!bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85) !important;
}
.\!bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9) !important;
}
.\!bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95) !important;
}
.\!bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0) !important;
}
.\!bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1) !important;
}
.\!bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1) !important;
}
.\!bg-blue-200\/15 {
  background-color: rgb(191 219 254 / .15) !important;
}
.\!bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2) !important;
}
.\!bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25) !important;
}
.\!bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3) !important;
}
.\!bg-blue-200\/35 {
  background-color: rgb(191 219 254 / .35) !important;
}
.\!bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4) !important;
}
.\!bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45) !important;
}
.\!bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05) !important;
}
.\!bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5) !important;
}
.\!bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55) !important;
}
.\!bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6) !important;
}
.\!bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65) !important;
}
.\!bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7) !important;
}
.\!bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75) !important;
}
.\!bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8) !important;
}
.\!bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85) !important;
}
.\!bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9) !important;
}
.\!bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95) !important;
}
.\!bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0) !important;
}
.\!bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1) !important;
}
.\!bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1) !important;
}
.\!bg-blue-300\/15 {
  background-color: rgb(147 197 253 / .15) !important;
}
.\!bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2) !important;
}
.\!bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25) !important;
}
.\!bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3) !important;
}
.\!bg-blue-300\/35 {
  background-color: rgb(147 197 253 / .35) !important;
}
.\!bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4) !important;
}
.\!bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45) !important;
}
.\!bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05) !important;
}
.\!bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5) !important;
}
.\!bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55) !important;
}
.\!bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6) !important;
}
.\!bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65) !important;
}
.\!bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7) !important;
}
.\!bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75) !important;
}
.\!bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8) !important;
}
.\!bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85) !important;
}
.\!bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9) !important;
}
.\!bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95) !important;
}
.\!bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0) !important;
}
.\!bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1) !important;
}
.\!bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1) !important;
}
.\!bg-blue-400\/15 {
  background-color: rgb(96 165 250 / .15) !important;
}
.\!bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2) !important;
}
.\!bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25) !important;
}
.\!bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3) !important;
}
.\!bg-blue-400\/35 {
  background-color: rgb(96 165 250 / .35) !important;
}
.\!bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4) !important;
}
.\!bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45) !important;
}
.\!bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05) !important;
}
.\!bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5) !important;
}
.\!bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55) !important;
}
.\!bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6) !important;
}
.\!bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65) !important;
}
.\!bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7) !important;
}
.\!bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75) !important;
}
.\!bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8) !important;
}
.\!bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85) !important;
}
.\!bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9) !important;
}
.\!bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95) !important;
}
.\!bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0) !important;
}
.\!bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1) !important;
}
.\!bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1) !important;
}
.\!bg-blue-50\/15 {
  background-color: rgb(239 246 255 / .15) !important;
}
.\!bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2) !important;
}
.\!bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25) !important;
}
.\!bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3) !important;
}
.\!bg-blue-50\/35 {
  background-color: rgb(239 246 255 / .35) !important;
}
.\!bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4) !important;
}
.\!bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45) !important;
}
.\!bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05) !important;
}
.\!bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5) !important;
}
.\!bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55) !important;
}
.\!bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6) !important;
}
.\!bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65) !important;
}
.\!bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7) !important;
}
.\!bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75) !important;
}
.\!bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8) !important;
}
.\!bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85) !important;
}
.\!bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9) !important;
}
.\!bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95) !important;
}
.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0) !important;
}
.\!bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1) !important;
}
.\!bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1) !important;
}
.\!bg-blue-500\/15 {
  background-color: rgb(59 130 246 / .15) !important;
}
.\!bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2) !important;
}
.\!bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25) !important;
}
.\!bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3) !important;
}
.\!bg-blue-500\/35 {
  background-color: rgb(59 130 246 / .35) !important;
}
.\!bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4) !important;
}
.\!bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45) !important;
}
.\!bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05) !important;
}
.\!bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5) !important;
}
.\!bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55) !important;
}
.\!bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6) !important;
}
.\!bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65) !important;
}
.\!bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7) !important;
}
.\!bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75) !important;
}
.\!bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8) !important;
}
.\!bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85) !important;
}
.\!bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9) !important;
}
.\!bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95) !important;
}
.\!bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0) !important;
}
.\!bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1) !important;
}
.\!bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1) !important;
}
.\!bg-blue-600\/15 {
  background-color: rgb(37 99 235 / .15) !important;
}
.\!bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2) !important;
}
.\!bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25) !important;
}
.\!bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3) !important;
}
.\!bg-blue-600\/35 {
  background-color: rgb(37 99 235 / .35) !important;
}
.\!bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4) !important;
}
.\!bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45) !important;
}
.\!bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05) !important;
}
.\!bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5) !important;
}
.\!bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55) !important;
}
.\!bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6) !important;
}
.\!bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65) !important;
}
.\!bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7) !important;
}
.\!bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75) !important;
}
.\!bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8) !important;
}
.\!bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85) !important;
}
.\!bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9) !important;
}
.\!bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95) !important;
}
.\!bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0) !important;
}
.\!bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1) !important;
}
.\!bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1) !important;
}
.\!bg-blue-700\/15 {
  background-color: rgb(29 78 216 / .15) !important;
}
.\!bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2) !important;
}
.\!bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25) !important;
}
.\!bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3) !important;
}
.\!bg-blue-700\/35 {
  background-color: rgb(29 78 216 / .35) !important;
}
.\!bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4) !important;
}
.\!bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45) !important;
}
.\!bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05) !important;
}
.\!bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5) !important;
}
.\!bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55) !important;
}
.\!bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6) !important;
}
.\!bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65) !important;
}
.\!bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7) !important;
}
.\!bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75) !important;
}
.\!bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8) !important;
}
.\!bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85) !important;
}
.\!bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9) !important;
}
.\!bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95) !important;
}
.\!bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0) !important;
}
.\!bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1) !important;
}
.\!bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1) !important;
}
.\!bg-blue-800\/15 {
  background-color: rgb(30 64 175 / .15) !important;
}
.\!bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2) !important;
}
.\!bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25) !important;
}
.\!bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3) !important;
}
.\!bg-blue-800\/35 {
  background-color: rgb(30 64 175 / .35) !important;
}
.\!bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4) !important;
}
.\!bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45) !important;
}
.\!bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05) !important;
}
.\!bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5) !important;
}
.\!bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55) !important;
}
.\!bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6) !important;
}
.\!bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65) !important;
}
.\!bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7) !important;
}
.\!bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75) !important;
}
.\!bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8) !important;
}
.\!bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85) !important;
}
.\!bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9) !important;
}
.\!bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95) !important;
}
.\!bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0) !important;
}
.\!bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1) !important;
}
.\!bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1) !important;
}
.\!bg-blue-900\/15 {
  background-color: rgb(30 58 138 / .15) !important;
}
.\!bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2) !important;
}
.\!bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25) !important;
}
.\!bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3) !important;
}
.\!bg-blue-900\/35 {
  background-color: rgb(30 58 138 / .35) !important;
}
.\!bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4) !important;
}
.\!bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45) !important;
}
.\!bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05) !important;
}
.\!bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5) !important;
}
.\!bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55) !important;
}
.\!bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6) !important;
}
.\!bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65) !important;
}
.\!bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7) !important;
}
.\!bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75) !important;
}
.\!bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8) !important;
}
.\!bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85) !important;
}
.\!bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9) !important;
}
.\!bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95) !important;
}
.\!bg-blue-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0) !important;
}
.\!bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1) !important;
}
.\!bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1) !important;
}
.\!bg-blue-950\/15 {
  background-color: rgb(23 37 84 / .15) !important;
}
.\!bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2) !important;
}
.\!bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25) !important;
}
.\!bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3) !important;
}
.\!bg-blue-950\/35 {
  background-color: rgb(23 37 84 / .35) !important;
}
.\!bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4) !important;
}
.\!bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45) !important;
}
.\!bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05) !important;
}
.\!bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5) !important;
}
.\!bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55) !important;
}
.\!bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6) !important;
}
.\!bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65) !important;
}
.\!bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7) !important;
}
.\!bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75) !important;
}
.\!bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8) !important;
}
.\!bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85) !important;
}
.\!bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9) !important;
}
.\!bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95) !important;
}
.\!bg-blueGray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blueGray-100\/0 {
  background-color: rgb(241 245 249 / 0) !important;
}
.\!bg-blueGray-100\/10 {
  background-color: rgb(241 245 249 / 0.1) !important;
}
.\!bg-blueGray-100\/100 {
  background-color: rgb(241 245 249 / 1) !important;
}
.\!bg-blueGray-100\/15 {
  background-color: rgb(241 245 249 / .15) !important;
}
.\!bg-blueGray-100\/20 {
  background-color: rgb(241 245 249 / 0.2) !important;
}
.\!bg-blueGray-100\/25 {
  background-color: rgb(241 245 249 / 0.25) !important;
}
.\!bg-blueGray-100\/30 {
  background-color: rgb(241 245 249 / 0.3) !important;
}
.\!bg-blueGray-100\/35 {
  background-color: rgb(241 245 249 / .35) !important;
}
.\!bg-blueGray-100\/40 {
  background-color: rgb(241 245 249 / 0.4) !important;
}
.\!bg-blueGray-100\/45 {
  background-color: rgb(241 245 249 / 0.45) !important;
}
.\!bg-blueGray-100\/5 {
  background-color: rgb(241 245 249 / 0.05) !important;
}
.\!bg-blueGray-100\/50 {
  background-color: rgb(241 245 249 / 0.5) !important;
}
.\!bg-blueGray-100\/55 {
  background-color: rgb(241 245 249 / 0.55) !important;
}
.\!bg-blueGray-100\/60 {
  background-color: rgb(241 245 249 / 0.6) !important;
}
.\!bg-blueGray-100\/65 {
  background-color: rgb(241 245 249 / 0.65) !important;
}
.\!bg-blueGray-100\/70 {
  background-color: rgb(241 245 249 / 0.7) !important;
}
.\!bg-blueGray-100\/75 {
  background-color: rgb(241 245 249 / 0.75) !important;
}
.\!bg-blueGray-100\/80 {
  background-color: rgb(241 245 249 / 0.8) !important;
}
.\!bg-blueGray-100\/85 {
  background-color: rgb(241 245 249 / 0.85) !important;
}
.\!bg-blueGray-100\/90 {
  background-color: rgb(241 245 249 / 0.9) !important;
}
.\!bg-blueGray-100\/95 {
  background-color: rgb(241 245 249 / 0.95) !important;
}
.\!bg-blueGray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blueGray-200\/0 {
  background-color: rgb(226 232 240 / 0) !important;
}
.\!bg-blueGray-200\/10 {
  background-color: rgb(226 232 240 / 0.1) !important;
}
.\!bg-blueGray-200\/100 {
  background-color: rgb(226 232 240 / 1) !important;
}
.\!bg-blueGray-200\/15 {
  background-color: rgb(226 232 240 / .15) !important;
}
.\!bg-blueGray-200\/20 {
  background-color: rgb(226 232 240 / 0.2) !important;
}
.\!bg-blueGray-200\/25 {
  background-color: rgb(226 232 240 / 0.25) !important;
}
.\!bg-blueGray-200\/30 {
  background-color: rgb(226 232 240 / 0.3) !important;
}
.\!bg-blueGray-200\/35 {
  background-color: rgb(226 232 240 / .35) !important;
}
.\!bg-blueGray-200\/40 {
  background-color: rgb(226 232 240 / 0.4) !important;
}
.\!bg-blueGray-200\/45 {
  background-color: rgb(226 232 240 / 0.45) !important;
}
.\!bg-blueGray-200\/5 {
  background-color: rgb(226 232 240 / 0.05) !important;
}
.\!bg-blueGray-200\/50 {
  background-color: rgb(226 232 240 / 0.5) !important;
}
.\!bg-blueGray-200\/55 {
  background-color: rgb(226 232 240 / 0.55) !important;
}
.\!bg-blueGray-200\/60 {
  background-color: rgb(226 232 240 / 0.6) !important;
}
.\!bg-blueGray-200\/65 {
  background-color: rgb(226 232 240 / 0.65) !important;
}
.\!bg-blueGray-200\/70 {
  background-color: rgb(226 232 240 / 0.7) !important;
}
.\!bg-blueGray-200\/75 {
  background-color: rgb(226 232 240 / 0.75) !important;
}
.\!bg-blueGray-200\/80 {
  background-color: rgb(226 232 240 / 0.8) !important;
}
.\!bg-blueGray-200\/85 {
  background-color: rgb(226 232 240 / 0.85) !important;
}
.\!bg-blueGray-200\/90 {
  background-color: rgb(226 232 240 / 0.9) !important;
}
.\!bg-blueGray-200\/95 {
  background-color: rgb(226 232 240 / 0.95) !important;
}
.\!bg-blueGray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blueGray-400\/0 {
  background-color: rgb(148 163 184 / 0) !important;
}
.\!bg-blueGray-400\/10 {
  background-color: rgb(148 163 184 / 0.1) !important;
}
.\!bg-blueGray-400\/100 {
  background-color: rgb(148 163 184 / 1) !important;
}
.\!bg-blueGray-400\/15 {
  background-color: rgb(148 163 184 / .15) !important;
}
.\!bg-blueGray-400\/20 {
  background-color: rgb(148 163 184 / 0.2) !important;
}
.\!bg-blueGray-400\/25 {
  background-color: rgb(148 163 184 / 0.25) !important;
}
.\!bg-blueGray-400\/30 {
  background-color: rgb(148 163 184 / 0.3) !important;
}
.\!bg-blueGray-400\/35 {
  background-color: rgb(148 163 184 / .35) !important;
}
.\!bg-blueGray-400\/40 {
  background-color: rgb(148 163 184 / 0.4) !important;
}
.\!bg-blueGray-400\/45 {
  background-color: rgb(148 163 184 / 0.45) !important;
}
.\!bg-blueGray-400\/5 {
  background-color: rgb(148 163 184 / 0.05) !important;
}
.\!bg-blueGray-400\/50 {
  background-color: rgb(148 163 184 / 0.5) !important;
}
.\!bg-blueGray-400\/55 {
  background-color: rgb(148 163 184 / 0.55) !important;
}
.\!bg-blueGray-400\/60 {
  background-color: rgb(148 163 184 / 0.6) !important;
}
.\!bg-blueGray-400\/65 {
  background-color: rgb(148 163 184 / 0.65) !important;
}
.\!bg-blueGray-400\/70 {
  background-color: rgb(148 163 184 / 0.7) !important;
}
.\!bg-blueGray-400\/75 {
  background-color: rgb(148 163 184 / 0.75) !important;
}
.\!bg-blueGray-400\/80 {
  background-color: rgb(148 163 184 / 0.8) !important;
}
.\!bg-blueGray-400\/85 {
  background-color: rgb(148 163 184 / 0.85) !important;
}
.\!bg-blueGray-400\/90 {
  background-color: rgb(148 163 184 / 0.9) !important;
}
.\!bg-blueGray-400\/95 {
  background-color: rgb(148 163 184 / 0.95) !important;
}
.\!bg-blueGray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blueGray-500\/0 {
  background-color: rgb(100 116 139 / 0) !important;
}
.\!bg-blueGray-500\/10 {
  background-color: rgb(100 116 139 / 0.1) !important;
}
.\!bg-blueGray-500\/100 {
  background-color: rgb(100 116 139 / 1) !important;
}
.\!bg-blueGray-500\/15 {
  background-color: rgb(100 116 139 / .15) !important;
}
.\!bg-blueGray-500\/20 {
  background-color: rgb(100 116 139 / 0.2) !important;
}
.\!bg-blueGray-500\/25 {
  background-color: rgb(100 116 139 / 0.25) !important;
}
.\!bg-blueGray-500\/30 {
  background-color: rgb(100 116 139 / 0.3) !important;
}
.\!bg-blueGray-500\/35 {
  background-color: rgb(100 116 139 / .35) !important;
}
.\!bg-blueGray-500\/40 {
  background-color: rgb(100 116 139 / 0.4) !important;
}
.\!bg-blueGray-500\/45 {
  background-color: rgb(100 116 139 / 0.45) !important;
}
.\!bg-blueGray-500\/5 {
  background-color: rgb(100 116 139 / 0.05) !important;
}
.\!bg-blueGray-500\/50 {
  background-color: rgb(100 116 139 / 0.5) !important;
}
.\!bg-blueGray-500\/55 {
  background-color: rgb(100 116 139 / 0.55) !important;
}
.\!bg-blueGray-500\/60 {
  background-color: rgb(100 116 139 / 0.6) !important;
}
.\!bg-blueGray-500\/65 {
  background-color: rgb(100 116 139 / 0.65) !important;
}
.\!bg-blueGray-500\/70 {
  background-color: rgb(100 116 139 / 0.7) !important;
}
.\!bg-blueGray-500\/75 {
  background-color: rgb(100 116 139 / 0.75) !important;
}
.\!bg-blueGray-500\/80 {
  background-color: rgb(100 116 139 / 0.8) !important;
}
.\!bg-blueGray-500\/85 {
  background-color: rgb(100 116 139 / 0.85) !important;
}
.\!bg-blueGray-500\/90 {
  background-color: rgb(100 116 139 / 0.9) !important;
}
.\!bg-blueGray-500\/95 {
  background-color: rgb(100 116 139 / 0.95) !important;
}
.\!bg-brown-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 238 229 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-100\/0 {
  background-color: rgb(245 238 229 / 0) !important;
}
.\!bg-brown-100\/10 {
  background-color: rgb(245 238 229 / 0.1) !important;
}
.\!bg-brown-100\/100 {
  background-color: rgb(245 238 229 / 1) !important;
}
.\!bg-brown-100\/15 {
  background-color: rgb(245 238 229 / .15) !important;
}
.\!bg-brown-100\/20 {
  background-color: rgb(245 238 229 / 0.2) !important;
}
.\!bg-brown-100\/25 {
  background-color: rgb(245 238 229 / 0.25) !important;
}
.\!bg-brown-100\/30 {
  background-color: rgb(245 238 229 / 0.3) !important;
}
.\!bg-brown-100\/35 {
  background-color: rgb(245 238 229 / .35) !important;
}
.\!bg-brown-100\/40 {
  background-color: rgb(245 238 229 / 0.4) !important;
}
.\!bg-brown-100\/45 {
  background-color: rgb(245 238 229 / 0.45) !important;
}
.\!bg-brown-100\/5 {
  background-color: rgb(245 238 229 / 0.05) !important;
}
.\!bg-brown-100\/50 {
  background-color: rgb(245 238 229 / 0.5) !important;
}
.\!bg-brown-100\/55 {
  background-color: rgb(245 238 229 / 0.55) !important;
}
.\!bg-brown-100\/60 {
  background-color: rgb(245 238 229 / 0.6) !important;
}
.\!bg-brown-100\/65 {
  background-color: rgb(245 238 229 / 0.65) !important;
}
.\!bg-brown-100\/70 {
  background-color: rgb(245 238 229 / 0.7) !important;
}
.\!bg-brown-100\/75 {
  background-color: rgb(245 238 229 / 0.75) !important;
}
.\!bg-brown-100\/80 {
  background-color: rgb(245 238 229 / 0.8) !important;
}
.\!bg-brown-100\/85 {
  background-color: rgb(245 238 229 / 0.85) !important;
}
.\!bg-brown-100\/90 {
  background-color: rgb(245 238 229 / 0.9) !important;
}
.\!bg-brown-100\/95 {
  background-color: rgb(245 238 229 / 0.95) !important;
}
.\!bg-brown-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 220 206 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-200\/0 {
  background-color: rgb(231 220 206 / 0) !important;
}
.\!bg-brown-200\/10 {
  background-color: rgb(231 220 206 / 0.1) !important;
}
.\!bg-brown-200\/100 {
  background-color: rgb(231 220 206 / 1) !important;
}
.\!bg-brown-200\/15 {
  background-color: rgb(231 220 206 / .15) !important;
}
.\!bg-brown-200\/20 {
  background-color: rgb(231 220 206 / 0.2) !important;
}
.\!bg-brown-200\/25 {
  background-color: rgb(231 220 206 / 0.25) !important;
}
.\!bg-brown-200\/30 {
  background-color: rgb(231 220 206 / 0.3) !important;
}
.\!bg-brown-200\/35 {
  background-color: rgb(231 220 206 / .35) !important;
}
.\!bg-brown-200\/40 {
  background-color: rgb(231 220 206 / 0.4) !important;
}
.\!bg-brown-200\/45 {
  background-color: rgb(231 220 206 / 0.45) !important;
}
.\!bg-brown-200\/5 {
  background-color: rgb(231 220 206 / 0.05) !important;
}
.\!bg-brown-200\/50 {
  background-color: rgb(231 220 206 / 0.5) !important;
}
.\!bg-brown-200\/55 {
  background-color: rgb(231 220 206 / 0.55) !important;
}
.\!bg-brown-200\/60 {
  background-color: rgb(231 220 206 / 0.6) !important;
}
.\!bg-brown-200\/65 {
  background-color: rgb(231 220 206 / 0.65) !important;
}
.\!bg-brown-200\/70 {
  background-color: rgb(231 220 206 / 0.7) !important;
}
.\!bg-brown-200\/75 {
  background-color: rgb(231 220 206 / 0.75) !important;
}
.\!bg-brown-200\/80 {
  background-color: rgb(231 220 206 / 0.8) !important;
}
.\!bg-brown-200\/85 {
  background-color: rgb(231 220 206 / 0.85) !important;
}
.\!bg-brown-200\/90 {
  background-color: rgb(231 220 206 / 0.9) !important;
}
.\!bg-brown-200\/95 {
  background-color: rgb(231 220 206 / 0.95) !important;
}
.\!bg-brown-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 198 176 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-300\/0 {
  background-color: rgb(215 198 176 / 0) !important;
}
.\!bg-brown-300\/10 {
  background-color: rgb(215 198 176 / 0.1) !important;
}
.\!bg-brown-300\/100 {
  background-color: rgb(215 198 176 / 1) !important;
}
.\!bg-brown-300\/15 {
  background-color: rgb(215 198 176 / .15) !important;
}
.\!bg-brown-300\/20 {
  background-color: rgb(215 198 176 / 0.2) !important;
}
.\!bg-brown-300\/25 {
  background-color: rgb(215 198 176 / 0.25) !important;
}
.\!bg-brown-300\/30 {
  background-color: rgb(215 198 176 / 0.3) !important;
}
.\!bg-brown-300\/35 {
  background-color: rgb(215 198 176 / .35) !important;
}
.\!bg-brown-300\/40 {
  background-color: rgb(215 198 176 / 0.4) !important;
}
.\!bg-brown-300\/45 {
  background-color: rgb(215 198 176 / 0.45) !important;
}
.\!bg-brown-300\/5 {
  background-color: rgb(215 198 176 / 0.05) !important;
}
.\!bg-brown-300\/50 {
  background-color: rgb(215 198 176 / 0.5) !important;
}
.\!bg-brown-300\/55 {
  background-color: rgb(215 198 176 / 0.55) !important;
}
.\!bg-brown-300\/60 {
  background-color: rgb(215 198 176 / 0.6) !important;
}
.\!bg-brown-300\/65 {
  background-color: rgb(215 198 176 / 0.65) !important;
}
.\!bg-brown-300\/70 {
  background-color: rgb(215 198 176 / 0.7) !important;
}
.\!bg-brown-300\/75 {
  background-color: rgb(215 198 176 / 0.75) !important;
}
.\!bg-brown-300\/80 {
  background-color: rgb(215 198 176 / 0.8) !important;
}
.\!bg-brown-300\/85 {
  background-color: rgb(215 198 176 / 0.85) !important;
}
.\!bg-brown-300\/90 {
  background-color: rgb(215 198 176 / 0.9) !important;
}
.\!bg-brown-300\/95 {
  background-color: rgb(215 198 176 / 0.95) !important;
}
.\!bg-brown-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 169 138 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-400\/0 {
  background-color: rgb(192 169 138 / 0) !important;
}
.\!bg-brown-400\/10 {
  background-color: rgb(192 169 138 / 0.1) !important;
}
.\!bg-brown-400\/100 {
  background-color: rgb(192 169 138 / 1) !important;
}
.\!bg-brown-400\/15 {
  background-color: rgb(192 169 138 / .15) !important;
}
.\!bg-brown-400\/20 {
  background-color: rgb(192 169 138 / 0.2) !important;
}
.\!bg-brown-400\/25 {
  background-color: rgb(192 169 138 / 0.25) !important;
}
.\!bg-brown-400\/30 {
  background-color: rgb(192 169 138 / 0.3) !important;
}
.\!bg-brown-400\/35 {
  background-color: rgb(192 169 138 / .35) !important;
}
.\!bg-brown-400\/40 {
  background-color: rgb(192 169 138 / 0.4) !important;
}
.\!bg-brown-400\/45 {
  background-color: rgb(192 169 138 / 0.45) !important;
}
.\!bg-brown-400\/5 {
  background-color: rgb(192 169 138 / 0.05) !important;
}
.\!bg-brown-400\/50 {
  background-color: rgb(192 169 138 / 0.5) !important;
}
.\!bg-brown-400\/55 {
  background-color: rgb(192 169 138 / 0.55) !important;
}
.\!bg-brown-400\/60 {
  background-color: rgb(192 169 138 / 0.6) !important;
}
.\!bg-brown-400\/65 {
  background-color: rgb(192 169 138 / 0.65) !important;
}
.\!bg-brown-400\/70 {
  background-color: rgb(192 169 138 / 0.7) !important;
}
.\!bg-brown-400\/75 {
  background-color: rgb(192 169 138 / 0.75) !important;
}
.\!bg-brown-400\/80 {
  background-color: rgb(192 169 138 / 0.8) !important;
}
.\!bg-brown-400\/85 {
  background-color: rgb(192 169 138 / 0.85) !important;
}
.\!bg-brown-400\/90 {
  background-color: rgb(192 169 138 / 0.9) !important;
}
.\!bg-brown-400\/95 {
  background-color: rgb(192 169 138 / 0.95) !important;
}
.\!bg-brown-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 247 243 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-50\/0 {
  background-color: rgb(250 247 243 / 0) !important;
}
.\!bg-brown-50\/10 {
  background-color: rgb(250 247 243 / 0.1) !important;
}
.\!bg-brown-50\/100 {
  background-color: rgb(250 247 243 / 1) !important;
}
.\!bg-brown-50\/15 {
  background-color: rgb(250 247 243 / .15) !important;
}
.\!bg-brown-50\/20 {
  background-color: rgb(250 247 243 / 0.2) !important;
}
.\!bg-brown-50\/25 {
  background-color: rgb(250 247 243 / 0.25) !important;
}
.\!bg-brown-50\/30 {
  background-color: rgb(250 247 243 / 0.3) !important;
}
.\!bg-brown-50\/35 {
  background-color: rgb(250 247 243 / .35) !important;
}
.\!bg-brown-50\/40 {
  background-color: rgb(250 247 243 / 0.4) !important;
}
.\!bg-brown-50\/45 {
  background-color: rgb(250 247 243 / 0.45) !important;
}
.\!bg-brown-50\/5 {
  background-color: rgb(250 247 243 / 0.05) !important;
}
.\!bg-brown-50\/50 {
  background-color: rgb(250 247 243 / 0.5) !important;
}
.\!bg-brown-50\/55 {
  background-color: rgb(250 247 243 / 0.55) !important;
}
.\!bg-brown-50\/60 {
  background-color: rgb(250 247 243 / 0.6) !important;
}
.\!bg-brown-50\/65 {
  background-color: rgb(250 247 243 / 0.65) !important;
}
.\!bg-brown-50\/70 {
  background-color: rgb(250 247 243 / 0.7) !important;
}
.\!bg-brown-50\/75 {
  background-color: rgb(250 247 243 / 0.75) !important;
}
.\!bg-brown-50\/80 {
  background-color: rgb(250 247 243 / 0.8) !important;
}
.\!bg-brown-50\/85 {
  background-color: rgb(250 247 243 / 0.85) !important;
}
.\!bg-brown-50\/90 {
  background-color: rgb(250 247 243 / 0.9) !important;
}
.\!bg-brown-50\/95 {
  background-color: rgb(250 247 243 / 0.95) !important;
}
.\!bg-brown-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 143 109 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-500\/0 {
  background-color: rgb(170 143 109 / 0) !important;
}
.\!bg-brown-500\/10 {
  background-color: rgb(170 143 109 / 0.1) !important;
}
.\!bg-brown-500\/100 {
  background-color: rgb(170 143 109 / 1) !important;
}
.\!bg-brown-500\/15 {
  background-color: rgb(170 143 109 / .15) !important;
}
.\!bg-brown-500\/20 {
  background-color: rgb(170 143 109 / 0.2) !important;
}
.\!bg-brown-500\/25 {
  background-color: rgb(170 143 109 / 0.25) !important;
}
.\!bg-brown-500\/30 {
  background-color: rgb(170 143 109 / 0.3) !important;
}
.\!bg-brown-500\/35 {
  background-color: rgb(170 143 109 / .35) !important;
}
.\!bg-brown-500\/40 {
  background-color: rgb(170 143 109 / 0.4) !important;
}
.\!bg-brown-500\/45 {
  background-color: rgb(170 143 109 / 0.45) !important;
}
.\!bg-brown-500\/5 {
  background-color: rgb(170 143 109 / 0.05) !important;
}
.\!bg-brown-500\/50 {
  background-color: rgb(170 143 109 / 0.5) !important;
}
.\!bg-brown-500\/55 {
  background-color: rgb(170 143 109 / 0.55) !important;
}
.\!bg-brown-500\/60 {
  background-color: rgb(170 143 109 / 0.6) !important;
}
.\!bg-brown-500\/65 {
  background-color: rgb(170 143 109 / 0.65) !important;
}
.\!bg-brown-500\/70 {
  background-color: rgb(170 143 109 / 0.7) !important;
}
.\!bg-brown-500\/75 {
  background-color: rgb(170 143 109 / 0.75) !important;
}
.\!bg-brown-500\/80 {
  background-color: rgb(170 143 109 / 0.8) !important;
}
.\!bg-brown-500\/85 {
  background-color: rgb(170 143 109 / 0.85) !important;
}
.\!bg-brown-500\/90 {
  background-color: rgb(170 143 109 / 0.9) !important;
}
.\!bg-brown-500\/95 {
  background-color: rgb(170 143 109 / 0.95) !important;
}
.\!bg-brown-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 121 85 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-600\/0 {
  background-color: rgb(148 121 85 / 0) !important;
}
.\!bg-brown-600\/10 {
  background-color: rgb(148 121 85 / 0.1) !important;
}
.\!bg-brown-600\/100 {
  background-color: rgb(148 121 85 / 1) !important;
}
.\!bg-brown-600\/15 {
  background-color: rgb(148 121 85 / .15) !important;
}
.\!bg-brown-600\/20 {
  background-color: rgb(148 121 85 / 0.2) !important;
}
.\!bg-brown-600\/25 {
  background-color: rgb(148 121 85 / 0.25) !important;
}
.\!bg-brown-600\/30 {
  background-color: rgb(148 121 85 / 0.3) !important;
}
.\!bg-brown-600\/35 {
  background-color: rgb(148 121 85 / .35) !important;
}
.\!bg-brown-600\/40 {
  background-color: rgb(148 121 85 / 0.4) !important;
}
.\!bg-brown-600\/45 {
  background-color: rgb(148 121 85 / 0.45) !important;
}
.\!bg-brown-600\/5 {
  background-color: rgb(148 121 85 / 0.05) !important;
}
.\!bg-brown-600\/50 {
  background-color: rgb(148 121 85 / 0.5) !important;
}
.\!bg-brown-600\/55 {
  background-color: rgb(148 121 85 / 0.55) !important;
}
.\!bg-brown-600\/60 {
  background-color: rgb(148 121 85 / 0.6) !important;
}
.\!bg-brown-600\/65 {
  background-color: rgb(148 121 85 / 0.65) !important;
}
.\!bg-brown-600\/70 {
  background-color: rgb(148 121 85 / 0.7) !important;
}
.\!bg-brown-600\/75 {
  background-color: rgb(148 121 85 / 0.75) !important;
}
.\!bg-brown-600\/80 {
  background-color: rgb(148 121 85 / 0.8) !important;
}
.\!bg-brown-600\/85 {
  background-color: rgb(148 121 85 / 0.85) !important;
}
.\!bg-brown-600\/90 {
  background-color: rgb(148 121 85 / 0.9) !important;
}
.\!bg-brown-600\/95 {
  background-color: rgb(148 121 85 / 0.95) !important;
}
.\!bg-brown-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 100 70 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-700\/0 {
  background-color: rgb(123 100 70 / 0) !important;
}
.\!bg-brown-700\/10 {
  background-color: rgb(123 100 70 / 0.1) !important;
}
.\!bg-brown-700\/100 {
  background-color: rgb(123 100 70 / 1) !important;
}
.\!bg-brown-700\/15 {
  background-color: rgb(123 100 70 / .15) !important;
}
.\!bg-brown-700\/20 {
  background-color: rgb(123 100 70 / 0.2) !important;
}
.\!bg-brown-700\/25 {
  background-color: rgb(123 100 70 / 0.25) !important;
}
.\!bg-brown-700\/30 {
  background-color: rgb(123 100 70 / 0.3) !important;
}
.\!bg-brown-700\/35 {
  background-color: rgb(123 100 70 / .35) !important;
}
.\!bg-brown-700\/40 {
  background-color: rgb(123 100 70 / 0.4) !important;
}
.\!bg-brown-700\/45 {
  background-color: rgb(123 100 70 / 0.45) !important;
}
.\!bg-brown-700\/5 {
  background-color: rgb(123 100 70 / 0.05) !important;
}
.\!bg-brown-700\/50 {
  background-color: rgb(123 100 70 / 0.5) !important;
}
.\!bg-brown-700\/55 {
  background-color: rgb(123 100 70 / 0.55) !important;
}
.\!bg-brown-700\/60 {
  background-color: rgb(123 100 70 / 0.6) !important;
}
.\!bg-brown-700\/65 {
  background-color: rgb(123 100 70 / 0.65) !important;
}
.\!bg-brown-700\/70 {
  background-color: rgb(123 100 70 / 0.7) !important;
}
.\!bg-brown-700\/75 {
  background-color: rgb(123 100 70 / 0.75) !important;
}
.\!bg-brown-700\/80 {
  background-color: rgb(123 100 70 / 0.8) !important;
}
.\!bg-brown-700\/85 {
  background-color: rgb(123 100 70 / 0.85) !important;
}
.\!bg-brown-700\/90 {
  background-color: rgb(123 100 70 / 0.9) !important;
}
.\!bg-brown-700\/95 {
  background-color: rgb(123 100 70 / 0.95) !important;
}
.\!bg-brown-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 84 59 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-800\/0 {
  background-color: rgb(103 84 59 / 0) !important;
}
.\!bg-brown-800\/10 {
  background-color: rgb(103 84 59 / 0.1) !important;
}
.\!bg-brown-800\/100 {
  background-color: rgb(103 84 59 / 1) !important;
}
.\!bg-brown-800\/15 {
  background-color: rgb(103 84 59 / .15) !important;
}
.\!bg-brown-800\/20 {
  background-color: rgb(103 84 59 / 0.2) !important;
}
.\!bg-brown-800\/25 {
  background-color: rgb(103 84 59 / 0.25) !important;
}
.\!bg-brown-800\/30 {
  background-color: rgb(103 84 59 / 0.3) !important;
}
.\!bg-brown-800\/35 {
  background-color: rgb(103 84 59 / .35) !important;
}
.\!bg-brown-800\/40 {
  background-color: rgb(103 84 59 / 0.4) !important;
}
.\!bg-brown-800\/45 {
  background-color: rgb(103 84 59 / 0.45) !important;
}
.\!bg-brown-800\/5 {
  background-color: rgb(103 84 59 / 0.05) !important;
}
.\!bg-brown-800\/50 {
  background-color: rgb(103 84 59 / 0.5) !important;
}
.\!bg-brown-800\/55 {
  background-color: rgb(103 84 59 / 0.55) !important;
}
.\!bg-brown-800\/60 {
  background-color: rgb(103 84 59 / 0.6) !important;
}
.\!bg-brown-800\/65 {
  background-color: rgb(103 84 59 / 0.65) !important;
}
.\!bg-brown-800\/70 {
  background-color: rgb(103 84 59 / 0.7) !important;
}
.\!bg-brown-800\/75 {
  background-color: rgb(103 84 59 / 0.75) !important;
}
.\!bg-brown-800\/80 {
  background-color: rgb(103 84 59 / 0.8) !important;
}
.\!bg-brown-800\/85 {
  background-color: rgb(103 84 59 / 0.85) !important;
}
.\!bg-brown-800\/90 {
  background-color: rgb(103 84 59 / 0.9) !important;
}
.\!bg-brown-800\/95 {
  background-color: rgb(103 84 59 / 0.95) !important;
}
.\!bg-brown-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 68 48 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-900\/0 {
  background-color: rgb(84 68 48 / 0) !important;
}
.\!bg-brown-900\/10 {
  background-color: rgb(84 68 48 / 0.1) !important;
}
.\!bg-brown-900\/100 {
  background-color: rgb(84 68 48 / 1) !important;
}
.\!bg-brown-900\/15 {
  background-color: rgb(84 68 48 / .15) !important;
}
.\!bg-brown-900\/20 {
  background-color: rgb(84 68 48 / 0.2) !important;
}
.\!bg-brown-900\/25 {
  background-color: rgb(84 68 48 / 0.25) !important;
}
.\!bg-brown-900\/30 {
  background-color: rgb(84 68 48 / 0.3) !important;
}
.\!bg-brown-900\/35 {
  background-color: rgb(84 68 48 / .35) !important;
}
.\!bg-brown-900\/40 {
  background-color: rgb(84 68 48 / 0.4) !important;
}
.\!bg-brown-900\/45 {
  background-color: rgb(84 68 48 / 0.45) !important;
}
.\!bg-brown-900\/5 {
  background-color: rgb(84 68 48 / 0.05) !important;
}
.\!bg-brown-900\/50 {
  background-color: rgb(84 68 48 / 0.5) !important;
}
.\!bg-brown-900\/55 {
  background-color: rgb(84 68 48 / 0.55) !important;
}
.\!bg-brown-900\/60 {
  background-color: rgb(84 68 48 / 0.6) !important;
}
.\!bg-brown-900\/65 {
  background-color: rgb(84 68 48 / 0.65) !important;
}
.\!bg-brown-900\/70 {
  background-color: rgb(84 68 48 / 0.7) !important;
}
.\!bg-brown-900\/75 {
  background-color: rgb(84 68 48 / 0.75) !important;
}
.\!bg-brown-900\/80 {
  background-color: rgb(84 68 48 / 0.8) !important;
}
.\!bg-brown-900\/85 {
  background-color: rgb(84 68 48 / 0.85) !important;
}
.\!bg-brown-900\/90 {
  background-color: rgb(84 68 48 / 0.9) !important;
}
.\!bg-brown-900\/95 {
  background-color: rgb(84 68 48 / 0.95) !important;
}
.\!bg-brown-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 50 35 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brown-950\/0 {
  background-color: rgb(61 50 35 / 0) !important;
}
.\!bg-brown-950\/10 {
  background-color: rgb(61 50 35 / 0.1) !important;
}
.\!bg-brown-950\/100 {
  background-color: rgb(61 50 35 / 1) !important;
}
.\!bg-brown-950\/15 {
  background-color: rgb(61 50 35 / .15) !important;
}
.\!bg-brown-950\/20 {
  background-color: rgb(61 50 35 / 0.2) !important;
}
.\!bg-brown-950\/25 {
  background-color: rgb(61 50 35 / 0.25) !important;
}
.\!bg-brown-950\/30 {
  background-color: rgb(61 50 35 / 0.3) !important;
}
.\!bg-brown-950\/35 {
  background-color: rgb(61 50 35 / .35) !important;
}
.\!bg-brown-950\/40 {
  background-color: rgb(61 50 35 / 0.4) !important;
}
.\!bg-brown-950\/45 {
  background-color: rgb(61 50 35 / 0.45) !important;
}
.\!bg-brown-950\/5 {
  background-color: rgb(61 50 35 / 0.05) !important;
}
.\!bg-brown-950\/50 {
  background-color: rgb(61 50 35 / 0.5) !important;
}
.\!bg-brown-950\/55 {
  background-color: rgb(61 50 35 / 0.55) !important;
}
.\!bg-brown-950\/60 {
  background-color: rgb(61 50 35 / 0.6) !important;
}
.\!bg-brown-950\/65 {
  background-color: rgb(61 50 35 / 0.65) !important;
}
.\!bg-brown-950\/70 {
  background-color: rgb(61 50 35 / 0.7) !important;
}
.\!bg-brown-950\/75 {
  background-color: rgb(61 50 35 / 0.75) !important;
}
.\!bg-brown-950\/80 {
  background-color: rgb(61 50 35 / 0.8) !important;
}
.\!bg-brown-950\/85 {
  background-color: rgb(61 50 35 / 0.85) !important;
}
.\!bg-brown-950\/90 {
  background-color: rgb(61 50 35 / 0.9) !important;
}
.\!bg-brown-950\/95 {
  background-color: rgb(61 50 35 / 0.95) !important;
}
.\!bg-charts-bar-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-bar-1\/0 {
  background-color: rgb(2 132 199 / 0) !important;
}
.\!bg-charts-bar-1\/10 {
  background-color: rgb(2 132 199 / 0.1) !important;
}
.\!bg-charts-bar-1\/100 {
  background-color: rgb(2 132 199 / 1) !important;
}
.\!bg-charts-bar-1\/15 {
  background-color: rgb(2 132 199 / .15) !important;
}
.\!bg-charts-bar-1\/20 {
  background-color: rgb(2 132 199 / 0.2) !important;
}
.\!bg-charts-bar-1\/25 {
  background-color: rgb(2 132 199 / 0.25) !important;
}
.\!bg-charts-bar-1\/30 {
  background-color: rgb(2 132 199 / 0.3) !important;
}
.\!bg-charts-bar-1\/35 {
  background-color: rgb(2 132 199 / .35) !important;
}
.\!bg-charts-bar-1\/40 {
  background-color: rgb(2 132 199 / 0.4) !important;
}
.\!bg-charts-bar-1\/45 {
  background-color: rgb(2 132 199 / 0.45) !important;
}
.\!bg-charts-bar-1\/5 {
  background-color: rgb(2 132 199 / 0.05) !important;
}
.\!bg-charts-bar-1\/50 {
  background-color: rgb(2 132 199 / 0.5) !important;
}
.\!bg-charts-bar-1\/55 {
  background-color: rgb(2 132 199 / 0.55) !important;
}
.\!bg-charts-bar-1\/60 {
  background-color: rgb(2 132 199 / 0.6) !important;
}
.\!bg-charts-bar-1\/65 {
  background-color: rgb(2 132 199 / 0.65) !important;
}
.\!bg-charts-bar-1\/70 {
  background-color: rgb(2 132 199 / 0.7) !important;
}
.\!bg-charts-bar-1\/75 {
  background-color: rgb(2 132 199 / 0.75) !important;
}
.\!bg-charts-bar-1\/80 {
  background-color: rgb(2 132 199 / 0.8) !important;
}
.\!bg-charts-bar-1\/85 {
  background-color: rgb(2 132 199 / 0.85) !important;
}
.\!bg-charts-bar-1\/90 {
  background-color: rgb(2 132 199 / 0.9) !important;
}
.\!bg-charts-bar-1\/95 {
  background-color: rgb(2 132 199 / 0.95) !important;
}
.\!bg-charts-bar-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-bar-2\/0 {
  background-color: rgb(14 165 233 / 0) !important;
}
.\!bg-charts-bar-2\/10 {
  background-color: rgb(14 165 233 / 0.1) !important;
}
.\!bg-charts-bar-2\/100 {
  background-color: rgb(14 165 233 / 1) !important;
}
.\!bg-charts-bar-2\/15 {
  background-color: rgb(14 165 233 / .15) !important;
}
.\!bg-charts-bar-2\/20 {
  background-color: rgb(14 165 233 / 0.2) !important;
}
.\!bg-charts-bar-2\/25 {
  background-color: rgb(14 165 233 / 0.25) !important;
}
.\!bg-charts-bar-2\/30 {
  background-color: rgb(14 165 233 / 0.3) !important;
}
.\!bg-charts-bar-2\/35 {
  background-color: rgb(14 165 233 / .35) !important;
}
.\!bg-charts-bar-2\/40 {
  background-color: rgb(14 165 233 / 0.4) !important;
}
.\!bg-charts-bar-2\/45 {
  background-color: rgb(14 165 233 / 0.45) !important;
}
.\!bg-charts-bar-2\/5 {
  background-color: rgb(14 165 233 / 0.05) !important;
}
.\!bg-charts-bar-2\/50 {
  background-color: rgb(14 165 233 / 0.5) !important;
}
.\!bg-charts-bar-2\/55 {
  background-color: rgb(14 165 233 / 0.55) !important;
}
.\!bg-charts-bar-2\/60 {
  background-color: rgb(14 165 233 / 0.6) !important;
}
.\!bg-charts-bar-2\/65 {
  background-color: rgb(14 165 233 / 0.65) !important;
}
.\!bg-charts-bar-2\/70 {
  background-color: rgb(14 165 233 / 0.7) !important;
}
.\!bg-charts-bar-2\/75 {
  background-color: rgb(14 165 233 / 0.75) !important;
}
.\!bg-charts-bar-2\/80 {
  background-color: rgb(14 165 233 / 0.8) !important;
}
.\!bg-charts-bar-2\/85 {
  background-color: rgb(14 165 233 / 0.85) !important;
}
.\!bg-charts-bar-2\/90 {
  background-color: rgb(14 165 233 / 0.9) !important;
}
.\!bg-charts-bar-2\/95 {
  background-color: rgb(14 165 233 / 0.95) !important;
}
.\!bg-charts-bar-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-bar-3\/0 {
  background-color: rgb(56 189 248 / 0) !important;
}
.\!bg-charts-bar-3\/10 {
  background-color: rgb(56 189 248 / 0.1) !important;
}
.\!bg-charts-bar-3\/100 {
  background-color: rgb(56 189 248 / 1) !important;
}
.\!bg-charts-bar-3\/15 {
  background-color: rgb(56 189 248 / .15) !important;
}
.\!bg-charts-bar-3\/20 {
  background-color: rgb(56 189 248 / 0.2) !important;
}
.\!bg-charts-bar-3\/25 {
  background-color: rgb(56 189 248 / 0.25) !important;
}
.\!bg-charts-bar-3\/30 {
  background-color: rgb(56 189 248 / 0.3) !important;
}
.\!bg-charts-bar-3\/35 {
  background-color: rgb(56 189 248 / .35) !important;
}
.\!bg-charts-bar-3\/40 {
  background-color: rgb(56 189 248 / 0.4) !important;
}
.\!bg-charts-bar-3\/45 {
  background-color: rgb(56 189 248 / 0.45) !important;
}
.\!bg-charts-bar-3\/5 {
  background-color: rgb(56 189 248 / 0.05) !important;
}
.\!bg-charts-bar-3\/50 {
  background-color: rgb(56 189 248 / 0.5) !important;
}
.\!bg-charts-bar-3\/55 {
  background-color: rgb(56 189 248 / 0.55) !important;
}
.\!bg-charts-bar-3\/60 {
  background-color: rgb(56 189 248 / 0.6) !important;
}
.\!bg-charts-bar-3\/65 {
  background-color: rgb(56 189 248 / 0.65) !important;
}
.\!bg-charts-bar-3\/70 {
  background-color: rgb(56 189 248 / 0.7) !important;
}
.\!bg-charts-bar-3\/75 {
  background-color: rgb(56 189 248 / 0.75) !important;
}
.\!bg-charts-bar-3\/80 {
  background-color: rgb(56 189 248 / 0.8) !important;
}
.\!bg-charts-bar-3\/85 {
  background-color: rgb(56 189 248 / 0.85) !important;
}
.\!bg-charts-bar-3\/90 {
  background-color: rgb(56 189 248 / 0.9) !important;
}
.\!bg-charts-bar-3\/95 {
  background-color: rgb(56 189 248 / 0.95) !important;
}
.\!bg-charts-bar-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-bar-4\/0 {
  background-color: rgb(125 211 252 / 0) !important;
}
.\!bg-charts-bar-4\/10 {
  background-color: rgb(125 211 252 / 0.1) !important;
}
.\!bg-charts-bar-4\/100 {
  background-color: rgb(125 211 252 / 1) !important;
}
.\!bg-charts-bar-4\/15 {
  background-color: rgb(125 211 252 / .15) !important;
}
.\!bg-charts-bar-4\/20 {
  background-color: rgb(125 211 252 / 0.2) !important;
}
.\!bg-charts-bar-4\/25 {
  background-color: rgb(125 211 252 / 0.25) !important;
}
.\!bg-charts-bar-4\/30 {
  background-color: rgb(125 211 252 / 0.3) !important;
}
.\!bg-charts-bar-4\/35 {
  background-color: rgb(125 211 252 / .35) !important;
}
.\!bg-charts-bar-4\/40 {
  background-color: rgb(125 211 252 / 0.4) !important;
}
.\!bg-charts-bar-4\/45 {
  background-color: rgb(125 211 252 / 0.45) !important;
}
.\!bg-charts-bar-4\/5 {
  background-color: rgb(125 211 252 / 0.05) !important;
}
.\!bg-charts-bar-4\/50 {
  background-color: rgb(125 211 252 / 0.5) !important;
}
.\!bg-charts-bar-4\/55 {
  background-color: rgb(125 211 252 / 0.55) !important;
}
.\!bg-charts-bar-4\/60 {
  background-color: rgb(125 211 252 / 0.6) !important;
}
.\!bg-charts-bar-4\/65 {
  background-color: rgb(125 211 252 / 0.65) !important;
}
.\!bg-charts-bar-4\/70 {
  background-color: rgb(125 211 252 / 0.7) !important;
}
.\!bg-charts-bar-4\/75 {
  background-color: rgb(125 211 252 / 0.75) !important;
}
.\!bg-charts-bar-4\/80 {
  background-color: rgb(125 211 252 / 0.8) !important;
}
.\!bg-charts-bar-4\/85 {
  background-color: rgb(125 211 252 / 0.85) !important;
}
.\!bg-charts-bar-4\/90 {
  background-color: rgb(125 211 252 / 0.9) !important;
}
.\!bg-charts-bar-4\/95 {
  background-color: rgb(125 211 252 / 0.95) !important;
}
.\!bg-charts-bar-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-bar-5\/0 {
  background-color: rgb(186 230 253 / 0) !important;
}
.\!bg-charts-bar-5\/10 {
  background-color: rgb(186 230 253 / 0.1) !important;
}
.\!bg-charts-bar-5\/100 {
  background-color: rgb(186 230 253 / 1) !important;
}
.\!bg-charts-bar-5\/15 {
  background-color: rgb(186 230 253 / .15) !important;
}
.\!bg-charts-bar-5\/20 {
  background-color: rgb(186 230 253 / 0.2) !important;
}
.\!bg-charts-bar-5\/25 {
  background-color: rgb(186 230 253 / 0.25) !important;
}
.\!bg-charts-bar-5\/30 {
  background-color: rgb(186 230 253 / 0.3) !important;
}
.\!bg-charts-bar-5\/35 {
  background-color: rgb(186 230 253 / .35) !important;
}
.\!bg-charts-bar-5\/40 {
  background-color: rgb(186 230 253 / 0.4) !important;
}
.\!bg-charts-bar-5\/45 {
  background-color: rgb(186 230 253 / 0.45) !important;
}
.\!bg-charts-bar-5\/5 {
  background-color: rgb(186 230 253 / 0.05) !important;
}
.\!bg-charts-bar-5\/50 {
  background-color: rgb(186 230 253 / 0.5) !important;
}
.\!bg-charts-bar-5\/55 {
  background-color: rgb(186 230 253 / 0.55) !important;
}
.\!bg-charts-bar-5\/60 {
  background-color: rgb(186 230 253 / 0.6) !important;
}
.\!bg-charts-bar-5\/65 {
  background-color: rgb(186 230 253 / 0.65) !important;
}
.\!bg-charts-bar-5\/70 {
  background-color: rgb(186 230 253 / 0.7) !important;
}
.\!bg-charts-bar-5\/75 {
  background-color: rgb(186 230 253 / 0.75) !important;
}
.\!bg-charts-bar-5\/80 {
  background-color: rgb(186 230 253 / 0.8) !important;
}
.\!bg-charts-bar-5\/85 {
  background-color: rgb(186 230 253 / 0.85) !important;
}
.\!bg-charts-bar-5\/90 {
  background-color: rgb(186 230 253 / 0.9) !important;
}
.\!bg-charts-bar-5\/95 {
  background-color: rgb(186 230 253 / 0.95) !important;
}
.\!bg-charts-bar-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-bar-6\/0 {
  background-color: rgb(224 242 254 / 0) !important;
}
.\!bg-charts-bar-6\/10 {
  background-color: rgb(224 242 254 / 0.1) !important;
}
.\!bg-charts-bar-6\/100 {
  background-color: rgb(224 242 254 / 1) !important;
}
.\!bg-charts-bar-6\/15 {
  background-color: rgb(224 242 254 / .15) !important;
}
.\!bg-charts-bar-6\/20 {
  background-color: rgb(224 242 254 / 0.2) !important;
}
.\!bg-charts-bar-6\/25 {
  background-color: rgb(224 242 254 / 0.25) !important;
}
.\!bg-charts-bar-6\/30 {
  background-color: rgb(224 242 254 / 0.3) !important;
}
.\!bg-charts-bar-6\/35 {
  background-color: rgb(224 242 254 / .35) !important;
}
.\!bg-charts-bar-6\/40 {
  background-color: rgb(224 242 254 / 0.4) !important;
}
.\!bg-charts-bar-6\/45 {
  background-color: rgb(224 242 254 / 0.45) !important;
}
.\!bg-charts-bar-6\/5 {
  background-color: rgb(224 242 254 / 0.05) !important;
}
.\!bg-charts-bar-6\/50 {
  background-color: rgb(224 242 254 / 0.5) !important;
}
.\!bg-charts-bar-6\/55 {
  background-color: rgb(224 242 254 / 0.55) !important;
}
.\!bg-charts-bar-6\/60 {
  background-color: rgb(224 242 254 / 0.6) !important;
}
.\!bg-charts-bar-6\/65 {
  background-color: rgb(224 242 254 / 0.65) !important;
}
.\!bg-charts-bar-6\/70 {
  background-color: rgb(224 242 254 / 0.7) !important;
}
.\!bg-charts-bar-6\/75 {
  background-color: rgb(224 242 254 / 0.75) !important;
}
.\!bg-charts-bar-6\/80 {
  background-color: rgb(224 242 254 / 0.8) !important;
}
.\!bg-charts-bar-6\/85 {
  background-color: rgb(224 242 254 / 0.85) !important;
}
.\!bg-charts-bar-6\/90 {
  background-color: rgb(224 242 254 / 0.9) !important;
}
.\!bg-charts-bar-6\/95 {
  background-color: rgb(224 242 254 / 0.95) !important;
}
.\!bg-charts-line-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-1\/0 {
  background-color: rgb(14 165 233 / 0) !important;
}
.\!bg-charts-line-1\/10 {
  background-color: rgb(14 165 233 / 0.1) !important;
}
.\!bg-charts-line-1\/100 {
  background-color: rgb(14 165 233 / 1) !important;
}
.\!bg-charts-line-1\/15 {
  background-color: rgb(14 165 233 / .15) !important;
}
.\!bg-charts-line-1\/20 {
  background-color: rgb(14 165 233 / 0.2) !important;
}
.\!bg-charts-line-1\/25 {
  background-color: rgb(14 165 233 / 0.25) !important;
}
.\!bg-charts-line-1\/30 {
  background-color: rgb(14 165 233 / 0.3) !important;
}
.\!bg-charts-line-1\/35 {
  background-color: rgb(14 165 233 / .35) !important;
}
.\!bg-charts-line-1\/40 {
  background-color: rgb(14 165 233 / 0.4) !important;
}
.\!bg-charts-line-1\/45 {
  background-color: rgb(14 165 233 / 0.45) !important;
}
.\!bg-charts-line-1\/5 {
  background-color: rgb(14 165 233 / 0.05) !important;
}
.\!bg-charts-line-1\/50 {
  background-color: rgb(14 165 233 / 0.5) !important;
}
.\!bg-charts-line-1\/55 {
  background-color: rgb(14 165 233 / 0.55) !important;
}
.\!bg-charts-line-1\/60 {
  background-color: rgb(14 165 233 / 0.6) !important;
}
.\!bg-charts-line-1\/65 {
  background-color: rgb(14 165 233 / 0.65) !important;
}
.\!bg-charts-line-1\/70 {
  background-color: rgb(14 165 233 / 0.7) !important;
}
.\!bg-charts-line-1\/75 {
  background-color: rgb(14 165 233 / 0.75) !important;
}
.\!bg-charts-line-1\/80 {
  background-color: rgb(14 165 233 / 0.8) !important;
}
.\!bg-charts-line-1\/85 {
  background-color: rgb(14 165 233 / 0.85) !important;
}
.\!bg-charts-line-1\/90 {
  background-color: rgb(14 165 233 / 0.9) !important;
}
.\!bg-charts-line-1\/95 {
  background-color: rgb(14 165 233 / 0.95) !important;
}
.\!bg-charts-line-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-2\/0 {
  background-color: rgb(132 204 22 / 0) !important;
}
.\!bg-charts-line-2\/10 {
  background-color: rgb(132 204 22 / 0.1) !important;
}
.\!bg-charts-line-2\/100 {
  background-color: rgb(132 204 22 / 1) !important;
}
.\!bg-charts-line-2\/15 {
  background-color: rgb(132 204 22 / .15) !important;
}
.\!bg-charts-line-2\/20 {
  background-color: rgb(132 204 22 / 0.2) !important;
}
.\!bg-charts-line-2\/25 {
  background-color: rgb(132 204 22 / 0.25) !important;
}
.\!bg-charts-line-2\/30 {
  background-color: rgb(132 204 22 / 0.3) !important;
}
.\!bg-charts-line-2\/35 {
  background-color: rgb(132 204 22 / .35) !important;
}
.\!bg-charts-line-2\/40 {
  background-color: rgb(132 204 22 / 0.4) !important;
}
.\!bg-charts-line-2\/45 {
  background-color: rgb(132 204 22 / 0.45) !important;
}
.\!bg-charts-line-2\/5 {
  background-color: rgb(132 204 22 / 0.05) !important;
}
.\!bg-charts-line-2\/50 {
  background-color: rgb(132 204 22 / 0.5) !important;
}
.\!bg-charts-line-2\/55 {
  background-color: rgb(132 204 22 / 0.55) !important;
}
.\!bg-charts-line-2\/60 {
  background-color: rgb(132 204 22 / 0.6) !important;
}
.\!bg-charts-line-2\/65 {
  background-color: rgb(132 204 22 / 0.65) !important;
}
.\!bg-charts-line-2\/70 {
  background-color: rgb(132 204 22 / 0.7) !important;
}
.\!bg-charts-line-2\/75 {
  background-color: rgb(132 204 22 / 0.75) !important;
}
.\!bg-charts-line-2\/80 {
  background-color: rgb(132 204 22 / 0.8) !important;
}
.\!bg-charts-line-2\/85 {
  background-color: rgb(132 204 22 / 0.85) !important;
}
.\!bg-charts-line-2\/90 {
  background-color: rgb(132 204 22 / 0.9) !important;
}
.\!bg-charts-line-2\/95 {
  background-color: rgb(132 204 22 / 0.95) !important;
}
.\!bg-charts-line-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-3\/0 {
  background-color: rgb(167 139 250 / 0) !important;
}
.\!bg-charts-line-3\/10 {
  background-color: rgb(167 139 250 / 0.1) !important;
}
.\!bg-charts-line-3\/100 {
  background-color: rgb(167 139 250 / 1) !important;
}
.\!bg-charts-line-3\/15 {
  background-color: rgb(167 139 250 / .15) !important;
}
.\!bg-charts-line-3\/20 {
  background-color: rgb(167 139 250 / 0.2) !important;
}
.\!bg-charts-line-3\/25 {
  background-color: rgb(167 139 250 / 0.25) !important;
}
.\!bg-charts-line-3\/30 {
  background-color: rgb(167 139 250 / 0.3) !important;
}
.\!bg-charts-line-3\/35 {
  background-color: rgb(167 139 250 / .35) !important;
}
.\!bg-charts-line-3\/40 {
  background-color: rgb(167 139 250 / 0.4) !important;
}
.\!bg-charts-line-3\/45 {
  background-color: rgb(167 139 250 / 0.45) !important;
}
.\!bg-charts-line-3\/5 {
  background-color: rgb(167 139 250 / 0.05) !important;
}
.\!bg-charts-line-3\/50 {
  background-color: rgb(167 139 250 / 0.5) !important;
}
.\!bg-charts-line-3\/55 {
  background-color: rgb(167 139 250 / 0.55) !important;
}
.\!bg-charts-line-3\/60 {
  background-color: rgb(167 139 250 / 0.6) !important;
}
.\!bg-charts-line-3\/65 {
  background-color: rgb(167 139 250 / 0.65) !important;
}
.\!bg-charts-line-3\/70 {
  background-color: rgb(167 139 250 / 0.7) !important;
}
.\!bg-charts-line-3\/75 {
  background-color: rgb(167 139 250 / 0.75) !important;
}
.\!bg-charts-line-3\/80 {
  background-color: rgb(167 139 250 / 0.8) !important;
}
.\!bg-charts-line-3\/85 {
  background-color: rgb(167 139 250 / 0.85) !important;
}
.\!bg-charts-line-3\/90 {
  background-color: rgb(167 139 250 / 0.9) !important;
}
.\!bg-charts-line-3\/95 {
  background-color: rgb(167 139 250 / 0.95) !important;
}
.\!bg-charts-line-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-4\/0 {
  background-color: rgb(147 197 253 / 0) !important;
}
.\!bg-charts-line-4\/10 {
  background-color: rgb(147 197 253 / 0.1) !important;
}
.\!bg-charts-line-4\/100 {
  background-color: rgb(147 197 253 / 1) !important;
}
.\!bg-charts-line-4\/15 {
  background-color: rgb(147 197 253 / .15) !important;
}
.\!bg-charts-line-4\/20 {
  background-color: rgb(147 197 253 / 0.2) !important;
}
.\!bg-charts-line-4\/25 {
  background-color: rgb(147 197 253 / 0.25) !important;
}
.\!bg-charts-line-4\/30 {
  background-color: rgb(147 197 253 / 0.3) !important;
}
.\!bg-charts-line-4\/35 {
  background-color: rgb(147 197 253 / .35) !important;
}
.\!bg-charts-line-4\/40 {
  background-color: rgb(147 197 253 / 0.4) !important;
}
.\!bg-charts-line-4\/45 {
  background-color: rgb(147 197 253 / 0.45) !important;
}
.\!bg-charts-line-4\/5 {
  background-color: rgb(147 197 253 / 0.05) !important;
}
.\!bg-charts-line-4\/50 {
  background-color: rgb(147 197 253 / 0.5) !important;
}
.\!bg-charts-line-4\/55 {
  background-color: rgb(147 197 253 / 0.55) !important;
}
.\!bg-charts-line-4\/60 {
  background-color: rgb(147 197 253 / 0.6) !important;
}
.\!bg-charts-line-4\/65 {
  background-color: rgb(147 197 253 / 0.65) !important;
}
.\!bg-charts-line-4\/70 {
  background-color: rgb(147 197 253 / 0.7) !important;
}
.\!bg-charts-line-4\/75 {
  background-color: rgb(147 197 253 / 0.75) !important;
}
.\!bg-charts-line-4\/80 {
  background-color: rgb(147 197 253 / 0.8) !important;
}
.\!bg-charts-line-4\/85 {
  background-color: rgb(147 197 253 / 0.85) !important;
}
.\!bg-charts-line-4\/90 {
  background-color: rgb(147 197 253 / 0.9) !important;
}
.\!bg-charts-line-4\/95 {
  background-color: rgb(147 197 253 / 0.95) !important;
}
.\!bg-charts-line-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-5\/0 {
  background-color: rgb(20 184 166 / 0) !important;
}
.\!bg-charts-line-5\/10 {
  background-color: rgb(20 184 166 / 0.1) !important;
}
.\!bg-charts-line-5\/100 {
  background-color: rgb(20 184 166 / 1) !important;
}
.\!bg-charts-line-5\/15 {
  background-color: rgb(20 184 166 / .15) !important;
}
.\!bg-charts-line-5\/20 {
  background-color: rgb(20 184 166 / 0.2) !important;
}
.\!bg-charts-line-5\/25 {
  background-color: rgb(20 184 166 / 0.25) !important;
}
.\!bg-charts-line-5\/30 {
  background-color: rgb(20 184 166 / 0.3) !important;
}
.\!bg-charts-line-5\/35 {
  background-color: rgb(20 184 166 / .35) !important;
}
.\!bg-charts-line-5\/40 {
  background-color: rgb(20 184 166 / 0.4) !important;
}
.\!bg-charts-line-5\/45 {
  background-color: rgb(20 184 166 / 0.45) !important;
}
.\!bg-charts-line-5\/5 {
  background-color: rgb(20 184 166 / 0.05) !important;
}
.\!bg-charts-line-5\/50 {
  background-color: rgb(20 184 166 / 0.5) !important;
}
.\!bg-charts-line-5\/55 {
  background-color: rgb(20 184 166 / 0.55) !important;
}
.\!bg-charts-line-5\/60 {
  background-color: rgb(20 184 166 / 0.6) !important;
}
.\!bg-charts-line-5\/65 {
  background-color: rgb(20 184 166 / 0.65) !important;
}
.\!bg-charts-line-5\/70 {
  background-color: rgb(20 184 166 / 0.7) !important;
}
.\!bg-charts-line-5\/75 {
  background-color: rgb(20 184 166 / 0.75) !important;
}
.\!bg-charts-line-5\/80 {
  background-color: rgb(20 184 166 / 0.8) !important;
}
.\!bg-charts-line-5\/85 {
  background-color: rgb(20 184 166 / 0.85) !important;
}
.\!bg-charts-line-5\/90 {
  background-color: rgb(20 184 166 / 0.9) !important;
}
.\!bg-charts-line-5\/95 {
  background-color: rgb(20 184 166 / 0.95) !important;
}
.\!bg-charts-line-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-6\/0 {
  background-color: rgb(249 115 22 / 0) !important;
}
.\!bg-charts-line-6\/10 {
  background-color: rgb(249 115 22 / 0.1) !important;
}
.\!bg-charts-line-6\/100 {
  background-color: rgb(249 115 22 / 1) !important;
}
.\!bg-charts-line-6\/15 {
  background-color: rgb(249 115 22 / .15) !important;
}
.\!bg-charts-line-6\/20 {
  background-color: rgb(249 115 22 / 0.2) !important;
}
.\!bg-charts-line-6\/25 {
  background-color: rgb(249 115 22 / 0.25) !important;
}
.\!bg-charts-line-6\/30 {
  background-color: rgb(249 115 22 / 0.3) !important;
}
.\!bg-charts-line-6\/35 {
  background-color: rgb(249 115 22 / .35) !important;
}
.\!bg-charts-line-6\/40 {
  background-color: rgb(249 115 22 / 0.4) !important;
}
.\!bg-charts-line-6\/45 {
  background-color: rgb(249 115 22 / 0.45) !important;
}
.\!bg-charts-line-6\/5 {
  background-color: rgb(249 115 22 / 0.05) !important;
}
.\!bg-charts-line-6\/50 {
  background-color: rgb(249 115 22 / 0.5) !important;
}
.\!bg-charts-line-6\/55 {
  background-color: rgb(249 115 22 / 0.55) !important;
}
.\!bg-charts-line-6\/60 {
  background-color: rgb(249 115 22 / 0.6) !important;
}
.\!bg-charts-line-6\/65 {
  background-color: rgb(249 115 22 / 0.65) !important;
}
.\!bg-charts-line-6\/70 {
  background-color: rgb(249 115 22 / 0.7) !important;
}
.\!bg-charts-line-6\/75 {
  background-color: rgb(249 115 22 / 0.75) !important;
}
.\!bg-charts-line-6\/80 {
  background-color: rgb(249 115 22 / 0.8) !important;
}
.\!bg-charts-line-6\/85 {
  background-color: rgb(249 115 22 / 0.85) !important;
}
.\!bg-charts-line-6\/90 {
  background-color: rgb(249 115 22 / 0.9) !important;
}
.\!bg-charts-line-6\/95 {
  background-color: rgb(249 115 22 / 0.95) !important;
}
.\!bg-charts-line-7 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-7\/0 {
  background-color: rgb(250 204 21 / 0) !important;
}
.\!bg-charts-line-7\/10 {
  background-color: rgb(250 204 21 / 0.1) !important;
}
.\!bg-charts-line-7\/100 {
  background-color: rgb(250 204 21 / 1) !important;
}
.\!bg-charts-line-7\/15 {
  background-color: rgb(250 204 21 / .15) !important;
}
.\!bg-charts-line-7\/20 {
  background-color: rgb(250 204 21 / 0.2) !important;
}
.\!bg-charts-line-7\/25 {
  background-color: rgb(250 204 21 / 0.25) !important;
}
.\!bg-charts-line-7\/30 {
  background-color: rgb(250 204 21 / 0.3) !important;
}
.\!bg-charts-line-7\/35 {
  background-color: rgb(250 204 21 / .35) !important;
}
.\!bg-charts-line-7\/40 {
  background-color: rgb(250 204 21 / 0.4) !important;
}
.\!bg-charts-line-7\/45 {
  background-color: rgb(250 204 21 / 0.45) !important;
}
.\!bg-charts-line-7\/5 {
  background-color: rgb(250 204 21 / 0.05) !important;
}
.\!bg-charts-line-7\/50 {
  background-color: rgb(250 204 21 / 0.5) !important;
}
.\!bg-charts-line-7\/55 {
  background-color: rgb(250 204 21 / 0.55) !important;
}
.\!bg-charts-line-7\/60 {
  background-color: rgb(250 204 21 / 0.6) !important;
}
.\!bg-charts-line-7\/65 {
  background-color: rgb(250 204 21 / 0.65) !important;
}
.\!bg-charts-line-7\/70 {
  background-color: rgb(250 204 21 / 0.7) !important;
}
.\!bg-charts-line-7\/75 {
  background-color: rgb(250 204 21 / 0.75) !important;
}
.\!bg-charts-line-7\/80 {
  background-color: rgb(250 204 21 / 0.8) !important;
}
.\!bg-charts-line-7\/85 {
  background-color: rgb(250 204 21 / 0.85) !important;
}
.\!bg-charts-line-7\/90 {
  background-color: rgb(250 204 21 / 0.9) !important;
}
.\!bg-charts-line-7\/95 {
  background-color: rgb(250 204 21 / 0.95) !important;
}
.\!bg-charts-line-8 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-line-8\/0 {
  background-color: rgb(244 63 94 / 0) !important;
}
.\!bg-charts-line-8\/10 {
  background-color: rgb(244 63 94 / 0.1) !important;
}
.\!bg-charts-line-8\/100 {
  background-color: rgb(244 63 94 / 1) !important;
}
.\!bg-charts-line-8\/15 {
  background-color: rgb(244 63 94 / .15) !important;
}
.\!bg-charts-line-8\/20 {
  background-color: rgb(244 63 94 / 0.2) !important;
}
.\!bg-charts-line-8\/25 {
  background-color: rgb(244 63 94 / 0.25) !important;
}
.\!bg-charts-line-8\/30 {
  background-color: rgb(244 63 94 / 0.3) !important;
}
.\!bg-charts-line-8\/35 {
  background-color: rgb(244 63 94 / .35) !important;
}
.\!bg-charts-line-8\/40 {
  background-color: rgb(244 63 94 / 0.4) !important;
}
.\!bg-charts-line-8\/45 {
  background-color: rgb(244 63 94 / 0.45) !important;
}
.\!bg-charts-line-8\/5 {
  background-color: rgb(244 63 94 / 0.05) !important;
}
.\!bg-charts-line-8\/50 {
  background-color: rgb(244 63 94 / 0.5) !important;
}
.\!bg-charts-line-8\/55 {
  background-color: rgb(244 63 94 / 0.55) !important;
}
.\!bg-charts-line-8\/60 {
  background-color: rgb(244 63 94 / 0.6) !important;
}
.\!bg-charts-line-8\/65 {
  background-color: rgb(244 63 94 / 0.65) !important;
}
.\!bg-charts-line-8\/70 {
  background-color: rgb(244 63 94 / 0.7) !important;
}
.\!bg-charts-line-8\/75 {
  background-color: rgb(244 63 94 / 0.75) !important;
}
.\!bg-charts-line-8\/80 {
  background-color: rgb(244 63 94 / 0.8) !important;
}
.\!bg-charts-line-8\/85 {
  background-color: rgb(244 63 94 / 0.85) !important;
}
.\!bg-charts-line-8\/90 {
  background-color: rgb(244 63 94 / 0.9) !important;
}
.\!bg-charts-line-8\/95 {
  background-color: rgb(244 63 94 / 0.95) !important;
}
.\!bg-charts-pie-amber-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-amber-1\/0 {
  background-color: rgb(253 230 138 / 0) !important;
}
.\!bg-charts-pie-amber-1\/10 {
  background-color: rgb(253 230 138 / 0.1) !important;
}
.\!bg-charts-pie-amber-1\/100 {
  background-color: rgb(253 230 138 / 1) !important;
}
.\!bg-charts-pie-amber-1\/15 {
  background-color: rgb(253 230 138 / .15) !important;
}
.\!bg-charts-pie-amber-1\/20 {
  background-color: rgb(253 230 138 / 0.2) !important;
}
.\!bg-charts-pie-amber-1\/25 {
  background-color: rgb(253 230 138 / 0.25) !important;
}
.\!bg-charts-pie-amber-1\/30 {
  background-color: rgb(253 230 138 / 0.3) !important;
}
.\!bg-charts-pie-amber-1\/35 {
  background-color: rgb(253 230 138 / .35) !important;
}
.\!bg-charts-pie-amber-1\/40 {
  background-color: rgb(253 230 138 / 0.4) !important;
}
.\!bg-charts-pie-amber-1\/45 {
  background-color: rgb(253 230 138 / 0.45) !important;
}
.\!bg-charts-pie-amber-1\/5 {
  background-color: rgb(253 230 138 / 0.05) !important;
}
.\!bg-charts-pie-amber-1\/50 {
  background-color: rgb(253 230 138 / 0.5) !important;
}
.\!bg-charts-pie-amber-1\/55 {
  background-color: rgb(253 230 138 / 0.55) !important;
}
.\!bg-charts-pie-amber-1\/60 {
  background-color: rgb(253 230 138 / 0.6) !important;
}
.\!bg-charts-pie-amber-1\/65 {
  background-color: rgb(253 230 138 / 0.65) !important;
}
.\!bg-charts-pie-amber-1\/70 {
  background-color: rgb(253 230 138 / 0.7) !important;
}
.\!bg-charts-pie-amber-1\/75 {
  background-color: rgb(253 230 138 / 0.75) !important;
}
.\!bg-charts-pie-amber-1\/80 {
  background-color: rgb(253 230 138 / 0.8) !important;
}
.\!bg-charts-pie-amber-1\/85 {
  background-color: rgb(253 230 138 / 0.85) !important;
}
.\!bg-charts-pie-amber-1\/90 {
  background-color: rgb(253 230 138 / 0.9) !important;
}
.\!bg-charts-pie-amber-1\/95 {
  background-color: rgb(253 230 138 / 0.95) !important;
}
.\!bg-charts-pie-amber-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-amber-2\/0 {
  background-color: rgb(251 191 36 / 0) !important;
}
.\!bg-charts-pie-amber-2\/10 {
  background-color: rgb(251 191 36 / 0.1) !important;
}
.\!bg-charts-pie-amber-2\/100 {
  background-color: rgb(251 191 36 / 1) !important;
}
.\!bg-charts-pie-amber-2\/15 {
  background-color: rgb(251 191 36 / .15) !important;
}
.\!bg-charts-pie-amber-2\/20 {
  background-color: rgb(251 191 36 / 0.2) !important;
}
.\!bg-charts-pie-amber-2\/25 {
  background-color: rgb(251 191 36 / 0.25) !important;
}
.\!bg-charts-pie-amber-2\/30 {
  background-color: rgb(251 191 36 / 0.3) !important;
}
.\!bg-charts-pie-amber-2\/35 {
  background-color: rgb(251 191 36 / .35) !important;
}
.\!bg-charts-pie-amber-2\/40 {
  background-color: rgb(251 191 36 / 0.4) !important;
}
.\!bg-charts-pie-amber-2\/45 {
  background-color: rgb(251 191 36 / 0.45) !important;
}
.\!bg-charts-pie-amber-2\/5 {
  background-color: rgb(251 191 36 / 0.05) !important;
}
.\!bg-charts-pie-amber-2\/50 {
  background-color: rgb(251 191 36 / 0.5) !important;
}
.\!bg-charts-pie-amber-2\/55 {
  background-color: rgb(251 191 36 / 0.55) !important;
}
.\!bg-charts-pie-amber-2\/60 {
  background-color: rgb(251 191 36 / 0.6) !important;
}
.\!bg-charts-pie-amber-2\/65 {
  background-color: rgb(251 191 36 / 0.65) !important;
}
.\!bg-charts-pie-amber-2\/70 {
  background-color: rgb(251 191 36 / 0.7) !important;
}
.\!bg-charts-pie-amber-2\/75 {
  background-color: rgb(251 191 36 / 0.75) !important;
}
.\!bg-charts-pie-amber-2\/80 {
  background-color: rgb(251 191 36 / 0.8) !important;
}
.\!bg-charts-pie-amber-2\/85 {
  background-color: rgb(251 191 36 / 0.85) !important;
}
.\!bg-charts-pie-amber-2\/90 {
  background-color: rgb(251 191 36 / 0.9) !important;
}
.\!bg-charts-pie-amber-2\/95 {
  background-color: rgb(251 191 36 / 0.95) !important;
}
.\!bg-charts-pie-amber-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-amber-3\/0 {
  background-color: rgb(217 119 6 / 0) !important;
}
.\!bg-charts-pie-amber-3\/10 {
  background-color: rgb(217 119 6 / 0.1) !important;
}
.\!bg-charts-pie-amber-3\/100 {
  background-color: rgb(217 119 6 / 1) !important;
}
.\!bg-charts-pie-amber-3\/15 {
  background-color: rgb(217 119 6 / .15) !important;
}
.\!bg-charts-pie-amber-3\/20 {
  background-color: rgb(217 119 6 / 0.2) !important;
}
.\!bg-charts-pie-amber-3\/25 {
  background-color: rgb(217 119 6 / 0.25) !important;
}
.\!bg-charts-pie-amber-3\/30 {
  background-color: rgb(217 119 6 / 0.3) !important;
}
.\!bg-charts-pie-amber-3\/35 {
  background-color: rgb(217 119 6 / .35) !important;
}
.\!bg-charts-pie-amber-3\/40 {
  background-color: rgb(217 119 6 / 0.4) !important;
}
.\!bg-charts-pie-amber-3\/45 {
  background-color: rgb(217 119 6 / 0.45) !important;
}
.\!bg-charts-pie-amber-3\/5 {
  background-color: rgb(217 119 6 / 0.05) !important;
}
.\!bg-charts-pie-amber-3\/50 {
  background-color: rgb(217 119 6 / 0.5) !important;
}
.\!bg-charts-pie-amber-3\/55 {
  background-color: rgb(217 119 6 / 0.55) !important;
}
.\!bg-charts-pie-amber-3\/60 {
  background-color: rgb(217 119 6 / 0.6) !important;
}
.\!bg-charts-pie-amber-3\/65 {
  background-color: rgb(217 119 6 / 0.65) !important;
}
.\!bg-charts-pie-amber-3\/70 {
  background-color: rgb(217 119 6 / 0.7) !important;
}
.\!bg-charts-pie-amber-3\/75 {
  background-color: rgb(217 119 6 / 0.75) !important;
}
.\!bg-charts-pie-amber-3\/80 {
  background-color: rgb(217 119 6 / 0.8) !important;
}
.\!bg-charts-pie-amber-3\/85 {
  background-color: rgb(217 119 6 / 0.85) !important;
}
.\!bg-charts-pie-amber-3\/90 {
  background-color: rgb(217 119 6 / 0.9) !important;
}
.\!bg-charts-pie-amber-3\/95 {
  background-color: rgb(217 119 6 / 0.95) !important;
}
.\!bg-charts-pie-amber-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-amber-4\/0 {
  background-color: rgb(180 83 9 / 0) !important;
}
.\!bg-charts-pie-amber-4\/10 {
  background-color: rgb(180 83 9 / 0.1) !important;
}
.\!bg-charts-pie-amber-4\/100 {
  background-color: rgb(180 83 9 / 1) !important;
}
.\!bg-charts-pie-amber-4\/15 {
  background-color: rgb(180 83 9 / .15) !important;
}
.\!bg-charts-pie-amber-4\/20 {
  background-color: rgb(180 83 9 / 0.2) !important;
}
.\!bg-charts-pie-amber-4\/25 {
  background-color: rgb(180 83 9 / 0.25) !important;
}
.\!bg-charts-pie-amber-4\/30 {
  background-color: rgb(180 83 9 / 0.3) !important;
}
.\!bg-charts-pie-amber-4\/35 {
  background-color: rgb(180 83 9 / .35) !important;
}
.\!bg-charts-pie-amber-4\/40 {
  background-color: rgb(180 83 9 / 0.4) !important;
}
.\!bg-charts-pie-amber-4\/45 {
  background-color: rgb(180 83 9 / 0.45) !important;
}
.\!bg-charts-pie-amber-4\/5 {
  background-color: rgb(180 83 9 / 0.05) !important;
}
.\!bg-charts-pie-amber-4\/50 {
  background-color: rgb(180 83 9 / 0.5) !important;
}
.\!bg-charts-pie-amber-4\/55 {
  background-color: rgb(180 83 9 / 0.55) !important;
}
.\!bg-charts-pie-amber-4\/60 {
  background-color: rgb(180 83 9 / 0.6) !important;
}
.\!bg-charts-pie-amber-4\/65 {
  background-color: rgb(180 83 9 / 0.65) !important;
}
.\!bg-charts-pie-amber-4\/70 {
  background-color: rgb(180 83 9 / 0.7) !important;
}
.\!bg-charts-pie-amber-4\/75 {
  background-color: rgb(180 83 9 / 0.75) !important;
}
.\!bg-charts-pie-amber-4\/80 {
  background-color: rgb(180 83 9 / 0.8) !important;
}
.\!bg-charts-pie-amber-4\/85 {
  background-color: rgb(180 83 9 / 0.85) !important;
}
.\!bg-charts-pie-amber-4\/90 {
  background-color: rgb(180 83 9 / 0.9) !important;
}
.\!bg-charts-pie-amber-4\/95 {
  background-color: rgb(180 83 9 / 0.95) !important;
}
.\!bg-charts-pie-amber-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-amber-5\/0 {
  background-color: rgb(120 53 15 / 0) !important;
}
.\!bg-charts-pie-amber-5\/10 {
  background-color: rgb(120 53 15 / 0.1) !important;
}
.\!bg-charts-pie-amber-5\/100 {
  background-color: rgb(120 53 15 / 1) !important;
}
.\!bg-charts-pie-amber-5\/15 {
  background-color: rgb(120 53 15 / .15) !important;
}
.\!bg-charts-pie-amber-5\/20 {
  background-color: rgb(120 53 15 / 0.2) !important;
}
.\!bg-charts-pie-amber-5\/25 {
  background-color: rgb(120 53 15 / 0.25) !important;
}
.\!bg-charts-pie-amber-5\/30 {
  background-color: rgb(120 53 15 / 0.3) !important;
}
.\!bg-charts-pie-amber-5\/35 {
  background-color: rgb(120 53 15 / .35) !important;
}
.\!bg-charts-pie-amber-5\/40 {
  background-color: rgb(120 53 15 / 0.4) !important;
}
.\!bg-charts-pie-amber-5\/45 {
  background-color: rgb(120 53 15 / 0.45) !important;
}
.\!bg-charts-pie-amber-5\/5 {
  background-color: rgb(120 53 15 / 0.05) !important;
}
.\!bg-charts-pie-amber-5\/50 {
  background-color: rgb(120 53 15 / 0.5) !important;
}
.\!bg-charts-pie-amber-5\/55 {
  background-color: rgb(120 53 15 / 0.55) !important;
}
.\!bg-charts-pie-amber-5\/60 {
  background-color: rgb(120 53 15 / 0.6) !important;
}
.\!bg-charts-pie-amber-5\/65 {
  background-color: rgb(120 53 15 / 0.65) !important;
}
.\!bg-charts-pie-amber-5\/70 {
  background-color: rgb(120 53 15 / 0.7) !important;
}
.\!bg-charts-pie-amber-5\/75 {
  background-color: rgb(120 53 15 / 0.75) !important;
}
.\!bg-charts-pie-amber-5\/80 {
  background-color: rgb(120 53 15 / 0.8) !important;
}
.\!bg-charts-pie-amber-5\/85 {
  background-color: rgb(120 53 15 / 0.85) !important;
}
.\!bg-charts-pie-amber-5\/90 {
  background-color: rgb(120 53 15 / 0.9) !important;
}
.\!bg-charts-pie-amber-5\/95 {
  background-color: rgb(120 53 15 / 0.95) !important;
}
.\!bg-charts-pie-amber-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-amber-6\/0 {
  background-color: rgb(231 229 228 / 0) !important;
}
.\!bg-charts-pie-amber-6\/10 {
  background-color: rgb(231 229 228 / 0.1) !important;
}
.\!bg-charts-pie-amber-6\/100 {
  background-color: rgb(231 229 228 / 1) !important;
}
.\!bg-charts-pie-amber-6\/15 {
  background-color: rgb(231 229 228 / .15) !important;
}
.\!bg-charts-pie-amber-6\/20 {
  background-color: rgb(231 229 228 / 0.2) !important;
}
.\!bg-charts-pie-amber-6\/25 {
  background-color: rgb(231 229 228 / 0.25) !important;
}
.\!bg-charts-pie-amber-6\/30 {
  background-color: rgb(231 229 228 / 0.3) !important;
}
.\!bg-charts-pie-amber-6\/35 {
  background-color: rgb(231 229 228 / .35) !important;
}
.\!bg-charts-pie-amber-6\/40 {
  background-color: rgb(231 229 228 / 0.4) !important;
}
.\!bg-charts-pie-amber-6\/45 {
  background-color: rgb(231 229 228 / 0.45) !important;
}
.\!bg-charts-pie-amber-6\/5 {
  background-color: rgb(231 229 228 / 0.05) !important;
}
.\!bg-charts-pie-amber-6\/50 {
  background-color: rgb(231 229 228 / 0.5) !important;
}
.\!bg-charts-pie-amber-6\/55 {
  background-color: rgb(231 229 228 / 0.55) !important;
}
.\!bg-charts-pie-amber-6\/60 {
  background-color: rgb(231 229 228 / 0.6) !important;
}
.\!bg-charts-pie-amber-6\/65 {
  background-color: rgb(231 229 228 / 0.65) !important;
}
.\!bg-charts-pie-amber-6\/70 {
  background-color: rgb(231 229 228 / 0.7) !important;
}
.\!bg-charts-pie-amber-6\/75 {
  background-color: rgb(231 229 228 / 0.75) !important;
}
.\!bg-charts-pie-amber-6\/80 {
  background-color: rgb(231 229 228 / 0.8) !important;
}
.\!bg-charts-pie-amber-6\/85 {
  background-color: rgb(231 229 228 / 0.85) !important;
}
.\!bg-charts-pie-amber-6\/90 {
  background-color: rgb(231 229 228 / 0.9) !important;
}
.\!bg-charts-pie-amber-6\/95 {
  background-color: rgb(231 229 228 / 0.95) !important;
}
.\!bg-charts-pie-lime-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-lime-1\/0 {
  background-color: rgb(217 249 157 / 0) !important;
}
.\!bg-charts-pie-lime-1\/10 {
  background-color: rgb(217 249 157 / 0.1) !important;
}
.\!bg-charts-pie-lime-1\/100 {
  background-color: rgb(217 249 157 / 1) !important;
}
.\!bg-charts-pie-lime-1\/15 {
  background-color: rgb(217 249 157 / .15) !important;
}
.\!bg-charts-pie-lime-1\/20 {
  background-color: rgb(217 249 157 / 0.2) !important;
}
.\!bg-charts-pie-lime-1\/25 {
  background-color: rgb(217 249 157 / 0.25) !important;
}
.\!bg-charts-pie-lime-1\/30 {
  background-color: rgb(217 249 157 / 0.3) !important;
}
.\!bg-charts-pie-lime-1\/35 {
  background-color: rgb(217 249 157 / .35) !important;
}
.\!bg-charts-pie-lime-1\/40 {
  background-color: rgb(217 249 157 / 0.4) !important;
}
.\!bg-charts-pie-lime-1\/45 {
  background-color: rgb(217 249 157 / 0.45) !important;
}
.\!bg-charts-pie-lime-1\/5 {
  background-color: rgb(217 249 157 / 0.05) !important;
}
.\!bg-charts-pie-lime-1\/50 {
  background-color: rgb(217 249 157 / 0.5) !important;
}
.\!bg-charts-pie-lime-1\/55 {
  background-color: rgb(217 249 157 / 0.55) !important;
}
.\!bg-charts-pie-lime-1\/60 {
  background-color: rgb(217 249 157 / 0.6) !important;
}
.\!bg-charts-pie-lime-1\/65 {
  background-color: rgb(217 249 157 / 0.65) !important;
}
.\!bg-charts-pie-lime-1\/70 {
  background-color: rgb(217 249 157 / 0.7) !important;
}
.\!bg-charts-pie-lime-1\/75 {
  background-color: rgb(217 249 157 / 0.75) !important;
}
.\!bg-charts-pie-lime-1\/80 {
  background-color: rgb(217 249 157 / 0.8) !important;
}
.\!bg-charts-pie-lime-1\/85 {
  background-color: rgb(217 249 157 / 0.85) !important;
}
.\!bg-charts-pie-lime-1\/90 {
  background-color: rgb(217 249 157 / 0.9) !important;
}
.\!bg-charts-pie-lime-1\/95 {
  background-color: rgb(217 249 157 / 0.95) !important;
}
.\!bg-charts-pie-lime-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-lime-2\/0 {
  background-color: rgb(163 230 53 / 0) !important;
}
.\!bg-charts-pie-lime-2\/10 {
  background-color: rgb(163 230 53 / 0.1) !important;
}
.\!bg-charts-pie-lime-2\/100 {
  background-color: rgb(163 230 53 / 1) !important;
}
.\!bg-charts-pie-lime-2\/15 {
  background-color: rgb(163 230 53 / .15) !important;
}
.\!bg-charts-pie-lime-2\/20 {
  background-color: rgb(163 230 53 / 0.2) !important;
}
.\!bg-charts-pie-lime-2\/25 {
  background-color: rgb(163 230 53 / 0.25) !important;
}
.\!bg-charts-pie-lime-2\/30 {
  background-color: rgb(163 230 53 / 0.3) !important;
}
.\!bg-charts-pie-lime-2\/35 {
  background-color: rgb(163 230 53 / .35) !important;
}
.\!bg-charts-pie-lime-2\/40 {
  background-color: rgb(163 230 53 / 0.4) !important;
}
.\!bg-charts-pie-lime-2\/45 {
  background-color: rgb(163 230 53 / 0.45) !important;
}
.\!bg-charts-pie-lime-2\/5 {
  background-color: rgb(163 230 53 / 0.05) !important;
}
.\!bg-charts-pie-lime-2\/50 {
  background-color: rgb(163 230 53 / 0.5) !important;
}
.\!bg-charts-pie-lime-2\/55 {
  background-color: rgb(163 230 53 / 0.55) !important;
}
.\!bg-charts-pie-lime-2\/60 {
  background-color: rgb(163 230 53 / 0.6) !important;
}
.\!bg-charts-pie-lime-2\/65 {
  background-color: rgb(163 230 53 / 0.65) !important;
}
.\!bg-charts-pie-lime-2\/70 {
  background-color: rgb(163 230 53 / 0.7) !important;
}
.\!bg-charts-pie-lime-2\/75 {
  background-color: rgb(163 230 53 / 0.75) !important;
}
.\!bg-charts-pie-lime-2\/80 {
  background-color: rgb(163 230 53 / 0.8) !important;
}
.\!bg-charts-pie-lime-2\/85 {
  background-color: rgb(163 230 53 / 0.85) !important;
}
.\!bg-charts-pie-lime-2\/90 {
  background-color: rgb(163 230 53 / 0.9) !important;
}
.\!bg-charts-pie-lime-2\/95 {
  background-color: rgb(163 230 53 / 0.95) !important;
}
.\!bg-charts-pie-lime-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-lime-3\/0 {
  background-color: rgb(101 163 13 / 0) !important;
}
.\!bg-charts-pie-lime-3\/10 {
  background-color: rgb(101 163 13 / 0.1) !important;
}
.\!bg-charts-pie-lime-3\/100 {
  background-color: rgb(101 163 13 / 1) !important;
}
.\!bg-charts-pie-lime-3\/15 {
  background-color: rgb(101 163 13 / .15) !important;
}
.\!bg-charts-pie-lime-3\/20 {
  background-color: rgb(101 163 13 / 0.2) !important;
}
.\!bg-charts-pie-lime-3\/25 {
  background-color: rgb(101 163 13 / 0.25) !important;
}
.\!bg-charts-pie-lime-3\/30 {
  background-color: rgb(101 163 13 / 0.3) !important;
}
.\!bg-charts-pie-lime-3\/35 {
  background-color: rgb(101 163 13 / .35) !important;
}
.\!bg-charts-pie-lime-3\/40 {
  background-color: rgb(101 163 13 / 0.4) !important;
}
.\!bg-charts-pie-lime-3\/45 {
  background-color: rgb(101 163 13 / 0.45) !important;
}
.\!bg-charts-pie-lime-3\/5 {
  background-color: rgb(101 163 13 / 0.05) !important;
}
.\!bg-charts-pie-lime-3\/50 {
  background-color: rgb(101 163 13 / 0.5) !important;
}
.\!bg-charts-pie-lime-3\/55 {
  background-color: rgb(101 163 13 / 0.55) !important;
}
.\!bg-charts-pie-lime-3\/60 {
  background-color: rgb(101 163 13 / 0.6) !important;
}
.\!bg-charts-pie-lime-3\/65 {
  background-color: rgb(101 163 13 / 0.65) !important;
}
.\!bg-charts-pie-lime-3\/70 {
  background-color: rgb(101 163 13 / 0.7) !important;
}
.\!bg-charts-pie-lime-3\/75 {
  background-color: rgb(101 163 13 / 0.75) !important;
}
.\!bg-charts-pie-lime-3\/80 {
  background-color: rgb(101 163 13 / 0.8) !important;
}
.\!bg-charts-pie-lime-3\/85 {
  background-color: rgb(101 163 13 / 0.85) !important;
}
.\!bg-charts-pie-lime-3\/90 {
  background-color: rgb(101 163 13 / 0.9) !important;
}
.\!bg-charts-pie-lime-3\/95 {
  background-color: rgb(101 163 13 / 0.95) !important;
}
.\!bg-charts-pie-lime-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-lime-4\/0 {
  background-color: rgb(77 124 15 / 0) !important;
}
.\!bg-charts-pie-lime-4\/10 {
  background-color: rgb(77 124 15 / 0.1) !important;
}
.\!bg-charts-pie-lime-4\/100 {
  background-color: rgb(77 124 15 / 1) !important;
}
.\!bg-charts-pie-lime-4\/15 {
  background-color: rgb(77 124 15 / .15) !important;
}
.\!bg-charts-pie-lime-4\/20 {
  background-color: rgb(77 124 15 / 0.2) !important;
}
.\!bg-charts-pie-lime-4\/25 {
  background-color: rgb(77 124 15 / 0.25) !important;
}
.\!bg-charts-pie-lime-4\/30 {
  background-color: rgb(77 124 15 / 0.3) !important;
}
.\!bg-charts-pie-lime-4\/35 {
  background-color: rgb(77 124 15 / .35) !important;
}
.\!bg-charts-pie-lime-4\/40 {
  background-color: rgb(77 124 15 / 0.4) !important;
}
.\!bg-charts-pie-lime-4\/45 {
  background-color: rgb(77 124 15 / 0.45) !important;
}
.\!bg-charts-pie-lime-4\/5 {
  background-color: rgb(77 124 15 / 0.05) !important;
}
.\!bg-charts-pie-lime-4\/50 {
  background-color: rgb(77 124 15 / 0.5) !important;
}
.\!bg-charts-pie-lime-4\/55 {
  background-color: rgb(77 124 15 / 0.55) !important;
}
.\!bg-charts-pie-lime-4\/60 {
  background-color: rgb(77 124 15 / 0.6) !important;
}
.\!bg-charts-pie-lime-4\/65 {
  background-color: rgb(77 124 15 / 0.65) !important;
}
.\!bg-charts-pie-lime-4\/70 {
  background-color: rgb(77 124 15 / 0.7) !important;
}
.\!bg-charts-pie-lime-4\/75 {
  background-color: rgb(77 124 15 / 0.75) !important;
}
.\!bg-charts-pie-lime-4\/80 {
  background-color: rgb(77 124 15 / 0.8) !important;
}
.\!bg-charts-pie-lime-4\/85 {
  background-color: rgb(77 124 15 / 0.85) !important;
}
.\!bg-charts-pie-lime-4\/90 {
  background-color: rgb(77 124 15 / 0.9) !important;
}
.\!bg-charts-pie-lime-4\/95 {
  background-color: rgb(77 124 15 / 0.95) !important;
}
.\!bg-charts-pie-lime-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-lime-5\/0 {
  background-color: rgb(54 83 20 / 0) !important;
}
.\!bg-charts-pie-lime-5\/10 {
  background-color: rgb(54 83 20 / 0.1) !important;
}
.\!bg-charts-pie-lime-5\/100 {
  background-color: rgb(54 83 20 / 1) !important;
}
.\!bg-charts-pie-lime-5\/15 {
  background-color: rgb(54 83 20 / .15) !important;
}
.\!bg-charts-pie-lime-5\/20 {
  background-color: rgb(54 83 20 / 0.2) !important;
}
.\!bg-charts-pie-lime-5\/25 {
  background-color: rgb(54 83 20 / 0.25) !important;
}
.\!bg-charts-pie-lime-5\/30 {
  background-color: rgb(54 83 20 / 0.3) !important;
}
.\!bg-charts-pie-lime-5\/35 {
  background-color: rgb(54 83 20 / .35) !important;
}
.\!bg-charts-pie-lime-5\/40 {
  background-color: rgb(54 83 20 / 0.4) !important;
}
.\!bg-charts-pie-lime-5\/45 {
  background-color: rgb(54 83 20 / 0.45) !important;
}
.\!bg-charts-pie-lime-5\/5 {
  background-color: rgb(54 83 20 / 0.05) !important;
}
.\!bg-charts-pie-lime-5\/50 {
  background-color: rgb(54 83 20 / 0.5) !important;
}
.\!bg-charts-pie-lime-5\/55 {
  background-color: rgb(54 83 20 / 0.55) !important;
}
.\!bg-charts-pie-lime-5\/60 {
  background-color: rgb(54 83 20 / 0.6) !important;
}
.\!bg-charts-pie-lime-5\/65 {
  background-color: rgb(54 83 20 / 0.65) !important;
}
.\!bg-charts-pie-lime-5\/70 {
  background-color: rgb(54 83 20 / 0.7) !important;
}
.\!bg-charts-pie-lime-5\/75 {
  background-color: rgb(54 83 20 / 0.75) !important;
}
.\!bg-charts-pie-lime-5\/80 {
  background-color: rgb(54 83 20 / 0.8) !important;
}
.\!bg-charts-pie-lime-5\/85 {
  background-color: rgb(54 83 20 / 0.85) !important;
}
.\!bg-charts-pie-lime-5\/90 {
  background-color: rgb(54 83 20 / 0.9) !important;
}
.\!bg-charts-pie-lime-5\/95 {
  background-color: rgb(54 83 20 / 0.95) !important;
}
.\!bg-charts-pie-lime-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-lime-6\/0 {
  background-color: rgb(231 229 228 / 0) !important;
}
.\!bg-charts-pie-lime-6\/10 {
  background-color: rgb(231 229 228 / 0.1) !important;
}
.\!bg-charts-pie-lime-6\/100 {
  background-color: rgb(231 229 228 / 1) !important;
}
.\!bg-charts-pie-lime-6\/15 {
  background-color: rgb(231 229 228 / .15) !important;
}
.\!bg-charts-pie-lime-6\/20 {
  background-color: rgb(231 229 228 / 0.2) !important;
}
.\!bg-charts-pie-lime-6\/25 {
  background-color: rgb(231 229 228 / 0.25) !important;
}
.\!bg-charts-pie-lime-6\/30 {
  background-color: rgb(231 229 228 / 0.3) !important;
}
.\!bg-charts-pie-lime-6\/35 {
  background-color: rgb(231 229 228 / .35) !important;
}
.\!bg-charts-pie-lime-6\/40 {
  background-color: rgb(231 229 228 / 0.4) !important;
}
.\!bg-charts-pie-lime-6\/45 {
  background-color: rgb(231 229 228 / 0.45) !important;
}
.\!bg-charts-pie-lime-6\/5 {
  background-color: rgb(231 229 228 / 0.05) !important;
}
.\!bg-charts-pie-lime-6\/50 {
  background-color: rgb(231 229 228 / 0.5) !important;
}
.\!bg-charts-pie-lime-6\/55 {
  background-color: rgb(231 229 228 / 0.55) !important;
}
.\!bg-charts-pie-lime-6\/60 {
  background-color: rgb(231 229 228 / 0.6) !important;
}
.\!bg-charts-pie-lime-6\/65 {
  background-color: rgb(231 229 228 / 0.65) !important;
}
.\!bg-charts-pie-lime-6\/70 {
  background-color: rgb(231 229 228 / 0.7) !important;
}
.\!bg-charts-pie-lime-6\/75 {
  background-color: rgb(231 229 228 / 0.75) !important;
}
.\!bg-charts-pie-lime-6\/80 {
  background-color: rgb(231 229 228 / 0.8) !important;
}
.\!bg-charts-pie-lime-6\/85 {
  background-color: rgb(231 229 228 / 0.85) !important;
}
.\!bg-charts-pie-lime-6\/90 {
  background-color: rgb(231 229 228 / 0.9) !important;
}
.\!bg-charts-pie-lime-6\/95 {
  background-color: rgb(231 229 228 / 0.95) !important;
}
.\!bg-charts-pie-purple-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-purple-1\/0 {
  background-color: rgb(216 180 254 / 0) !important;
}
.\!bg-charts-pie-purple-1\/10 {
  background-color: rgb(216 180 254 / 0.1) !important;
}
.\!bg-charts-pie-purple-1\/100 {
  background-color: rgb(216 180 254 / 1) !important;
}
.\!bg-charts-pie-purple-1\/15 {
  background-color: rgb(216 180 254 / .15) !important;
}
.\!bg-charts-pie-purple-1\/20 {
  background-color: rgb(216 180 254 / 0.2) !important;
}
.\!bg-charts-pie-purple-1\/25 {
  background-color: rgb(216 180 254 / 0.25) !important;
}
.\!bg-charts-pie-purple-1\/30 {
  background-color: rgb(216 180 254 / 0.3) !important;
}
.\!bg-charts-pie-purple-1\/35 {
  background-color: rgb(216 180 254 / .35) !important;
}
.\!bg-charts-pie-purple-1\/40 {
  background-color: rgb(216 180 254 / 0.4) !important;
}
.\!bg-charts-pie-purple-1\/45 {
  background-color: rgb(216 180 254 / 0.45) !important;
}
.\!bg-charts-pie-purple-1\/5 {
  background-color: rgb(216 180 254 / 0.05) !important;
}
.\!bg-charts-pie-purple-1\/50 {
  background-color: rgb(216 180 254 / 0.5) !important;
}
.\!bg-charts-pie-purple-1\/55 {
  background-color: rgb(216 180 254 / 0.55) !important;
}
.\!bg-charts-pie-purple-1\/60 {
  background-color: rgb(216 180 254 / 0.6) !important;
}
.\!bg-charts-pie-purple-1\/65 {
  background-color: rgb(216 180 254 / 0.65) !important;
}
.\!bg-charts-pie-purple-1\/70 {
  background-color: rgb(216 180 254 / 0.7) !important;
}
.\!bg-charts-pie-purple-1\/75 {
  background-color: rgb(216 180 254 / 0.75) !important;
}
.\!bg-charts-pie-purple-1\/80 {
  background-color: rgb(216 180 254 / 0.8) !important;
}
.\!bg-charts-pie-purple-1\/85 {
  background-color: rgb(216 180 254 / 0.85) !important;
}
.\!bg-charts-pie-purple-1\/90 {
  background-color: rgb(216 180 254 / 0.9) !important;
}
.\!bg-charts-pie-purple-1\/95 {
  background-color: rgb(216 180 254 / 0.95) !important;
}
.\!bg-charts-pie-purple-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-purple-2\/0 {
  background-color: rgb(192 132 252 / 0) !important;
}
.\!bg-charts-pie-purple-2\/10 {
  background-color: rgb(192 132 252 / 0.1) !important;
}
.\!bg-charts-pie-purple-2\/100 {
  background-color: rgb(192 132 252 / 1) !important;
}
.\!bg-charts-pie-purple-2\/15 {
  background-color: rgb(192 132 252 / .15) !important;
}
.\!bg-charts-pie-purple-2\/20 {
  background-color: rgb(192 132 252 / 0.2) !important;
}
.\!bg-charts-pie-purple-2\/25 {
  background-color: rgb(192 132 252 / 0.25) !important;
}
.\!bg-charts-pie-purple-2\/30 {
  background-color: rgb(192 132 252 / 0.3) !important;
}
.\!bg-charts-pie-purple-2\/35 {
  background-color: rgb(192 132 252 / .35) !important;
}
.\!bg-charts-pie-purple-2\/40 {
  background-color: rgb(192 132 252 / 0.4) !important;
}
.\!bg-charts-pie-purple-2\/45 {
  background-color: rgb(192 132 252 / 0.45) !important;
}
.\!bg-charts-pie-purple-2\/5 {
  background-color: rgb(192 132 252 / 0.05) !important;
}
.\!bg-charts-pie-purple-2\/50 {
  background-color: rgb(192 132 252 / 0.5) !important;
}
.\!bg-charts-pie-purple-2\/55 {
  background-color: rgb(192 132 252 / 0.55) !important;
}
.\!bg-charts-pie-purple-2\/60 {
  background-color: rgb(192 132 252 / 0.6) !important;
}
.\!bg-charts-pie-purple-2\/65 {
  background-color: rgb(192 132 252 / 0.65) !important;
}
.\!bg-charts-pie-purple-2\/70 {
  background-color: rgb(192 132 252 / 0.7) !important;
}
.\!bg-charts-pie-purple-2\/75 {
  background-color: rgb(192 132 252 / 0.75) !important;
}
.\!bg-charts-pie-purple-2\/80 {
  background-color: rgb(192 132 252 / 0.8) !important;
}
.\!bg-charts-pie-purple-2\/85 {
  background-color: rgb(192 132 252 / 0.85) !important;
}
.\!bg-charts-pie-purple-2\/90 {
  background-color: rgb(192 132 252 / 0.9) !important;
}
.\!bg-charts-pie-purple-2\/95 {
  background-color: rgb(192 132 252 / 0.95) !important;
}
.\!bg-charts-pie-purple-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-purple-3\/0 {
  background-color: rgb(168 85 247 / 0) !important;
}
.\!bg-charts-pie-purple-3\/10 {
  background-color: rgb(168 85 247 / 0.1) !important;
}
.\!bg-charts-pie-purple-3\/100 {
  background-color: rgb(168 85 247 / 1) !important;
}
.\!bg-charts-pie-purple-3\/15 {
  background-color: rgb(168 85 247 / .15) !important;
}
.\!bg-charts-pie-purple-3\/20 {
  background-color: rgb(168 85 247 / 0.2) !important;
}
.\!bg-charts-pie-purple-3\/25 {
  background-color: rgb(168 85 247 / 0.25) !important;
}
.\!bg-charts-pie-purple-3\/30 {
  background-color: rgb(168 85 247 / 0.3) !important;
}
.\!bg-charts-pie-purple-3\/35 {
  background-color: rgb(168 85 247 / .35) !important;
}
.\!bg-charts-pie-purple-3\/40 {
  background-color: rgb(168 85 247 / 0.4) !important;
}
.\!bg-charts-pie-purple-3\/45 {
  background-color: rgb(168 85 247 / 0.45) !important;
}
.\!bg-charts-pie-purple-3\/5 {
  background-color: rgb(168 85 247 / 0.05) !important;
}
.\!bg-charts-pie-purple-3\/50 {
  background-color: rgb(168 85 247 / 0.5) !important;
}
.\!bg-charts-pie-purple-3\/55 {
  background-color: rgb(168 85 247 / 0.55) !important;
}
.\!bg-charts-pie-purple-3\/60 {
  background-color: rgb(168 85 247 / 0.6) !important;
}
.\!bg-charts-pie-purple-3\/65 {
  background-color: rgb(168 85 247 / 0.65) !important;
}
.\!bg-charts-pie-purple-3\/70 {
  background-color: rgb(168 85 247 / 0.7) !important;
}
.\!bg-charts-pie-purple-3\/75 {
  background-color: rgb(168 85 247 / 0.75) !important;
}
.\!bg-charts-pie-purple-3\/80 {
  background-color: rgb(168 85 247 / 0.8) !important;
}
.\!bg-charts-pie-purple-3\/85 {
  background-color: rgb(168 85 247 / 0.85) !important;
}
.\!bg-charts-pie-purple-3\/90 {
  background-color: rgb(168 85 247 / 0.9) !important;
}
.\!bg-charts-pie-purple-3\/95 {
  background-color: rgb(168 85 247 / 0.95) !important;
}
.\!bg-charts-pie-purple-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-purple-4\/0 {
  background-color: rgb(147 51 234 / 0) !important;
}
.\!bg-charts-pie-purple-4\/10 {
  background-color: rgb(147 51 234 / 0.1) !important;
}
.\!bg-charts-pie-purple-4\/100 {
  background-color: rgb(147 51 234 / 1) !important;
}
.\!bg-charts-pie-purple-4\/15 {
  background-color: rgb(147 51 234 / .15) !important;
}
.\!bg-charts-pie-purple-4\/20 {
  background-color: rgb(147 51 234 / 0.2) !important;
}
.\!bg-charts-pie-purple-4\/25 {
  background-color: rgb(147 51 234 / 0.25) !important;
}
.\!bg-charts-pie-purple-4\/30 {
  background-color: rgb(147 51 234 / 0.3) !important;
}
.\!bg-charts-pie-purple-4\/35 {
  background-color: rgb(147 51 234 / .35) !important;
}
.\!bg-charts-pie-purple-4\/40 {
  background-color: rgb(147 51 234 / 0.4) !important;
}
.\!bg-charts-pie-purple-4\/45 {
  background-color: rgb(147 51 234 / 0.45) !important;
}
.\!bg-charts-pie-purple-4\/5 {
  background-color: rgb(147 51 234 / 0.05) !important;
}
.\!bg-charts-pie-purple-4\/50 {
  background-color: rgb(147 51 234 / 0.5) !important;
}
.\!bg-charts-pie-purple-4\/55 {
  background-color: rgb(147 51 234 / 0.55) !important;
}
.\!bg-charts-pie-purple-4\/60 {
  background-color: rgb(147 51 234 / 0.6) !important;
}
.\!bg-charts-pie-purple-4\/65 {
  background-color: rgb(147 51 234 / 0.65) !important;
}
.\!bg-charts-pie-purple-4\/70 {
  background-color: rgb(147 51 234 / 0.7) !important;
}
.\!bg-charts-pie-purple-4\/75 {
  background-color: rgb(147 51 234 / 0.75) !important;
}
.\!bg-charts-pie-purple-4\/80 {
  background-color: rgb(147 51 234 / 0.8) !important;
}
.\!bg-charts-pie-purple-4\/85 {
  background-color: rgb(147 51 234 / 0.85) !important;
}
.\!bg-charts-pie-purple-4\/90 {
  background-color: rgb(147 51 234 / 0.9) !important;
}
.\!bg-charts-pie-purple-4\/95 {
  background-color: rgb(147 51 234 / 0.95) !important;
}
.\!bg-charts-pie-purple-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-purple-5\/0 {
  background-color: rgb(126 34 206 / 0) !important;
}
.\!bg-charts-pie-purple-5\/10 {
  background-color: rgb(126 34 206 / 0.1) !important;
}
.\!bg-charts-pie-purple-5\/100 {
  background-color: rgb(126 34 206 / 1) !important;
}
.\!bg-charts-pie-purple-5\/15 {
  background-color: rgb(126 34 206 / .15) !important;
}
.\!bg-charts-pie-purple-5\/20 {
  background-color: rgb(126 34 206 / 0.2) !important;
}
.\!bg-charts-pie-purple-5\/25 {
  background-color: rgb(126 34 206 / 0.25) !important;
}
.\!bg-charts-pie-purple-5\/30 {
  background-color: rgb(126 34 206 / 0.3) !important;
}
.\!bg-charts-pie-purple-5\/35 {
  background-color: rgb(126 34 206 / .35) !important;
}
.\!bg-charts-pie-purple-5\/40 {
  background-color: rgb(126 34 206 / 0.4) !important;
}
.\!bg-charts-pie-purple-5\/45 {
  background-color: rgb(126 34 206 / 0.45) !important;
}
.\!bg-charts-pie-purple-5\/5 {
  background-color: rgb(126 34 206 / 0.05) !important;
}
.\!bg-charts-pie-purple-5\/50 {
  background-color: rgb(126 34 206 / 0.5) !important;
}
.\!bg-charts-pie-purple-5\/55 {
  background-color: rgb(126 34 206 / 0.55) !important;
}
.\!bg-charts-pie-purple-5\/60 {
  background-color: rgb(126 34 206 / 0.6) !important;
}
.\!bg-charts-pie-purple-5\/65 {
  background-color: rgb(126 34 206 / 0.65) !important;
}
.\!bg-charts-pie-purple-5\/70 {
  background-color: rgb(126 34 206 / 0.7) !important;
}
.\!bg-charts-pie-purple-5\/75 {
  background-color: rgb(126 34 206 / 0.75) !important;
}
.\!bg-charts-pie-purple-5\/80 {
  background-color: rgb(126 34 206 / 0.8) !important;
}
.\!bg-charts-pie-purple-5\/85 {
  background-color: rgb(126 34 206 / 0.85) !important;
}
.\!bg-charts-pie-purple-5\/90 {
  background-color: rgb(126 34 206 / 0.9) !important;
}
.\!bg-charts-pie-purple-5\/95 {
  background-color: rgb(126 34 206 / 0.95) !important;
}
.\!bg-charts-pie-purple-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-charts-pie-purple-6\/0 {
  background-color: rgb(107 33 168 / 0) !important;
}
.\!bg-charts-pie-purple-6\/10 {
  background-color: rgb(107 33 168 / 0.1) !important;
}
.\!bg-charts-pie-purple-6\/100 {
  background-color: rgb(107 33 168 / 1) !important;
}
.\!bg-charts-pie-purple-6\/15 {
  background-color: rgb(107 33 168 / .15) !important;
}
.\!bg-charts-pie-purple-6\/20 {
  background-color: rgb(107 33 168 / 0.2) !important;
}
.\!bg-charts-pie-purple-6\/25 {
  background-color: rgb(107 33 168 / 0.25) !important;
}
.\!bg-charts-pie-purple-6\/30 {
  background-color: rgb(107 33 168 / 0.3) !important;
}
.\!bg-charts-pie-purple-6\/35 {
  background-color: rgb(107 33 168 / .35) !important;
}
.\!bg-charts-pie-purple-6\/40 {
  background-color: rgb(107 33 168 / 0.4) !important;
}
.\!bg-charts-pie-purple-6\/45 {
  background-color: rgb(107 33 168 / 0.45) !important;
}
.\!bg-charts-pie-purple-6\/5 {
  background-color: rgb(107 33 168 / 0.05) !important;
}
.\!bg-charts-pie-purple-6\/50 {
  background-color: rgb(107 33 168 / 0.5) !important;
}
.\!bg-charts-pie-purple-6\/55 {
  background-color: rgb(107 33 168 / 0.55) !important;
}
.\!bg-charts-pie-purple-6\/60 {
  background-color: rgb(107 33 168 / 0.6) !important;
}
.\!bg-charts-pie-purple-6\/65 {
  background-color: rgb(107 33 168 / 0.65) !important;
}
.\!bg-charts-pie-purple-6\/70 {
  background-color: rgb(107 33 168 / 0.7) !important;
}
.\!bg-charts-pie-purple-6\/75 {
  background-color: rgb(107 33 168 / 0.75) !important;
}
.\!bg-charts-pie-purple-6\/80 {
  background-color: rgb(107 33 168 / 0.8) !important;
}
.\!bg-charts-pie-purple-6\/85 {
  background-color: rgb(107 33 168 / 0.85) !important;
}
.\!bg-charts-pie-purple-6\/90 {
  background-color: rgb(107 33 168 / 0.9) !important;
}
.\!bg-charts-pie-purple-6\/95 {
  background-color: rgb(107 33 168 / 0.95) !important;
}
.\!bg-cyan-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0) !important;
}
.\!bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1) !important;
}
.\!bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1) !important;
}
.\!bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / .15) !important;
}
.\!bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2) !important;
}
.\!bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25) !important;
}
.\!bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3) !important;
}
.\!bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / .35) !important;
}
.\!bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4) !important;
}
.\!bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45) !important;
}
.\!bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05) !important;
}
.\!bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5) !important;
}
.\!bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55) !important;
}
.\!bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6) !important;
}
.\!bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65) !important;
}
.\!bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7) !important;
}
.\!bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75) !important;
}
.\!bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8) !important;
}
.\!bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85) !important;
}
.\!bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9) !important;
}
.\!bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95) !important;
}
.\!bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0) !important;
}
.\!bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1) !important;
}
.\!bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1) !important;
}
.\!bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / .15) !important;
}
.\!bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2) !important;
}
.\!bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25) !important;
}
.\!bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3) !important;
}
.\!bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / .35) !important;
}
.\!bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4) !important;
}
.\!bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45) !important;
}
.\!bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05) !important;
}
.\!bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5) !important;
}
.\!bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55) !important;
}
.\!bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6) !important;
}
.\!bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65) !important;
}
.\!bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7) !important;
}
.\!bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75) !important;
}
.\!bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8) !important;
}
.\!bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85) !important;
}
.\!bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9) !important;
}
.\!bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95) !important;
}
.\!bg-cyan-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0) !important;
}
.\!bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1) !important;
}
.\!bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1) !important;
}
.\!bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / .15) !important;
}
.\!bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2) !important;
}
.\!bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25) !important;
}
.\!bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3) !important;
}
.\!bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / .35) !important;
}
.\!bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4) !important;
}
.\!bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45) !important;
}
.\!bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05) !important;
}
.\!bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5) !important;
}
.\!bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55) !important;
}
.\!bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6) !important;
}
.\!bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65) !important;
}
.\!bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7) !important;
}
.\!bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75) !important;
}
.\!bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8) !important;
}
.\!bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85) !important;
}
.\!bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9) !important;
}
.\!bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95) !important;
}
.\!bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0) !important;
}
.\!bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1) !important;
}
.\!bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1) !important;
}
.\!bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / .15) !important;
}
.\!bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2) !important;
}
.\!bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25) !important;
}
.\!bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3) !important;
}
.\!bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / .35) !important;
}
.\!bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4) !important;
}
.\!bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45) !important;
}
.\!bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05) !important;
}
.\!bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5) !important;
}
.\!bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55) !important;
}
.\!bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6) !important;
}
.\!bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65) !important;
}
.\!bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7) !important;
}
.\!bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75) !important;
}
.\!bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8) !important;
}
.\!bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85) !important;
}
.\!bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9) !important;
}
.\!bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95) !important;
}
.\!bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0) !important;
}
.\!bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1) !important;
}
.\!bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1) !important;
}
.\!bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / .15) !important;
}
.\!bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2) !important;
}
.\!bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25) !important;
}
.\!bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3) !important;
}
.\!bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / .35) !important;
}
.\!bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4) !important;
}
.\!bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45) !important;
}
.\!bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05) !important;
}
.\!bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5) !important;
}
.\!bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55) !important;
}
.\!bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6) !important;
}
.\!bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65) !important;
}
.\!bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7) !important;
}
.\!bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75) !important;
}
.\!bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8) !important;
}
.\!bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85) !important;
}
.\!bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9) !important;
}
.\!bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95) !important;
}
.\!bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0) !important;
}
.\!bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1) !important;
}
.\!bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1) !important;
}
.\!bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / .15) !important;
}
.\!bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2) !important;
}
.\!bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25) !important;
}
.\!bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3) !important;
}
.\!bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / .35) !important;
}
.\!bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4) !important;
}
.\!bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45) !important;
}
.\!bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05) !important;
}
.\!bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5) !important;
}
.\!bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55) !important;
}
.\!bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6) !important;
}
.\!bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65) !important;
}
.\!bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7) !important;
}
.\!bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75) !important;
}
.\!bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8) !important;
}
.\!bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85) !important;
}
.\!bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9) !important;
}
.\!bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95) !important;
}
.\!bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0) !important;
}
.\!bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1) !important;
}
.\!bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1) !important;
}
.\!bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / .15) !important;
}
.\!bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2) !important;
}
.\!bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25) !important;
}
.\!bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3) !important;
}
.\!bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / .35) !important;
}
.\!bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4) !important;
}
.\!bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45) !important;
}
.\!bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05) !important;
}
.\!bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5) !important;
}
.\!bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55) !important;
}
.\!bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6) !important;
}
.\!bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65) !important;
}
.\!bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7) !important;
}
.\!bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75) !important;
}
.\!bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8) !important;
}
.\!bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85) !important;
}
.\!bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9) !important;
}
.\!bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95) !important;
}
.\!bg-cyan-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0) !important;
}
.\!bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1) !important;
}
.\!bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1) !important;
}
.\!bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / .15) !important;
}
.\!bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2) !important;
}
.\!bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25) !important;
}
.\!bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3) !important;
}
.\!bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / .35) !important;
}
.\!bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4) !important;
}
.\!bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45) !important;
}
.\!bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05) !important;
}
.\!bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5) !important;
}
.\!bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55) !important;
}
.\!bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6) !important;
}
.\!bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65) !important;
}
.\!bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7) !important;
}
.\!bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75) !important;
}
.\!bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8) !important;
}
.\!bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85) !important;
}
.\!bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9) !important;
}
.\!bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95) !important;
}
.\!bg-cyan-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0) !important;
}
.\!bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1) !important;
}
.\!bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1) !important;
}
.\!bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / .15) !important;
}
.\!bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2) !important;
}
.\!bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25) !important;
}
.\!bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3) !important;
}
.\!bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / .35) !important;
}
.\!bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4) !important;
}
.\!bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45) !important;
}
.\!bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05) !important;
}
.\!bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5) !important;
}
.\!bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55) !important;
}
.\!bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6) !important;
}
.\!bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65) !important;
}
.\!bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7) !important;
}
.\!bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75) !important;
}
.\!bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8) !important;
}
.\!bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85) !important;
}
.\!bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9) !important;
}
.\!bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95) !important;
}
.\!bg-cyan-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0) !important;
}
.\!bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1) !important;
}
.\!bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1) !important;
}
.\!bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / .15) !important;
}
.\!bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2) !important;
}
.\!bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25) !important;
}
.\!bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3) !important;
}
.\!bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / .35) !important;
}
.\!bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4) !important;
}
.\!bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45) !important;
}
.\!bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05) !important;
}
.\!bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5) !important;
}
.\!bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55) !important;
}
.\!bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6) !important;
}
.\!bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65) !important;
}
.\!bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7) !important;
}
.\!bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75) !important;
}
.\!bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8) !important;
}
.\!bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85) !important;
}
.\!bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9) !important;
}
.\!bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95) !important;
}
.\!bg-cyan-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0) !important;
}
.\!bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1) !important;
}
.\!bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1) !important;
}
.\!bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / .15) !important;
}
.\!bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2) !important;
}
.\!bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25) !important;
}
.\!bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3) !important;
}
.\!bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / .35) !important;
}
.\!bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4) !important;
}
.\!bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45) !important;
}
.\!bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05) !important;
}
.\!bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5) !important;
}
.\!bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55) !important;
}
.\!bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6) !important;
}
.\!bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65) !important;
}
.\!bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7) !important;
}
.\!bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75) !important;
}
.\!bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8) !important;
}
.\!bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85) !important;
}
.\!bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9) !important;
}
.\!bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95) !important;
}
.\!bg-emerald-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0) !important;
}
.\!bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1) !important;
}
.\!bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1) !important;
}
.\!bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / .15) !important;
}
.\!bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2) !important;
}
.\!bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25) !important;
}
.\!bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3) !important;
}
.\!bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / .35) !important;
}
.\!bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4) !important;
}
.\!bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45) !important;
}
.\!bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05) !important;
}
.\!bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5) !important;
}
.\!bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55) !important;
}
.\!bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6) !important;
}
.\!bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65) !important;
}
.\!bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7) !important;
}
.\!bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75) !important;
}
.\!bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8) !important;
}
.\!bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85) !important;
}
.\!bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9) !important;
}
.\!bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95) !important;
}
.\!bg-emerald-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0) !important;
}
.\!bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1) !important;
}
.\!bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1) !important;
}
.\!bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / .15) !important;
}
.\!bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2) !important;
}
.\!bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25) !important;
}
.\!bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3) !important;
}
.\!bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / .35) !important;
}
.\!bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4) !important;
}
.\!bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45) !important;
}
.\!bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05) !important;
}
.\!bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5) !important;
}
.\!bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55) !important;
}
.\!bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6) !important;
}
.\!bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65) !important;
}
.\!bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7) !important;
}
.\!bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75) !important;
}
.\!bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8) !important;
}
.\!bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85) !important;
}
.\!bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9) !important;
}
.\!bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95) !important;
}
.\!bg-emerald-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0) !important;
}
.\!bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1) !important;
}
.\!bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1) !important;
}
.\!bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / .15) !important;
}
.\!bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2) !important;
}
.\!bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25) !important;
}
.\!bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3) !important;
}
.\!bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / .35) !important;
}
.\!bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4) !important;
}
.\!bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45) !important;
}
.\!bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05) !important;
}
.\!bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5) !important;
}
.\!bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55) !important;
}
.\!bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6) !important;
}
.\!bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65) !important;
}
.\!bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7) !important;
}
.\!bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75) !important;
}
.\!bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8) !important;
}
.\!bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85) !important;
}
.\!bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9) !important;
}
.\!bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95) !important;
}
.\!bg-emerald-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0) !important;
}
.\!bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1) !important;
}
.\!bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1) !important;
}
.\!bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / .15) !important;
}
.\!bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2) !important;
}
.\!bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25) !important;
}
.\!bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3) !important;
}
.\!bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / .35) !important;
}
.\!bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4) !important;
}
.\!bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45) !important;
}
.\!bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05) !important;
}
.\!bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5) !important;
}
.\!bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55) !important;
}
.\!bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6) !important;
}
.\!bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65) !important;
}
.\!bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7) !important;
}
.\!bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75) !important;
}
.\!bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8) !important;
}
.\!bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85) !important;
}
.\!bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9) !important;
}
.\!bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95) !important;
}
.\!bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0) !important;
}
.\!bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1) !important;
}
.\!bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1) !important;
}
.\!bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / .15) !important;
}
.\!bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2) !important;
}
.\!bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25) !important;
}
.\!bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3) !important;
}
.\!bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / .35) !important;
}
.\!bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4) !important;
}
.\!bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45) !important;
}
.\!bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05) !important;
}
.\!bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5) !important;
}
.\!bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55) !important;
}
.\!bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6) !important;
}
.\!bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65) !important;
}
.\!bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7) !important;
}
.\!bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75) !important;
}
.\!bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8) !important;
}
.\!bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85) !important;
}
.\!bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9) !important;
}
.\!bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95) !important;
}
.\!bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0) !important;
}
.\!bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1) !important;
}
.\!bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1) !important;
}
.\!bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / .15) !important;
}
.\!bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2) !important;
}
.\!bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25) !important;
}
.\!bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3) !important;
}
.\!bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / .35) !important;
}
.\!bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4) !important;
}
.\!bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45) !important;
}
.\!bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05) !important;
}
.\!bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5) !important;
}
.\!bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55) !important;
}
.\!bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6) !important;
}
.\!bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65) !important;
}
.\!bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7) !important;
}
.\!bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75) !important;
}
.\!bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8) !important;
}
.\!bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85) !important;
}
.\!bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9) !important;
}
.\!bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95) !important;
}
.\!bg-emerald-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0) !important;
}
.\!bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1) !important;
}
.\!bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1) !important;
}
.\!bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / .15) !important;
}
.\!bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2) !important;
}
.\!bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25) !important;
}
.\!bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3) !important;
}
.\!bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / .35) !important;
}
.\!bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4) !important;
}
.\!bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45) !important;
}
.\!bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05) !important;
}
.\!bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5) !important;
}
.\!bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55) !important;
}
.\!bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6) !important;
}
.\!bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65) !important;
}
.\!bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7) !important;
}
.\!bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75) !important;
}
.\!bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8) !important;
}
.\!bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85) !important;
}
.\!bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9) !important;
}
.\!bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95) !important;
}
.\!bg-emerald-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0) !important;
}
.\!bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1) !important;
}
.\!bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1) !important;
}
.\!bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / .15) !important;
}
.\!bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2) !important;
}
.\!bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25) !important;
}
.\!bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3) !important;
}
.\!bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / .35) !important;
}
.\!bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4) !important;
}
.\!bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45) !important;
}
.\!bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05) !important;
}
.\!bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5) !important;
}
.\!bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55) !important;
}
.\!bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6) !important;
}
.\!bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65) !important;
}
.\!bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7) !important;
}
.\!bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75) !important;
}
.\!bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8) !important;
}
.\!bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85) !important;
}
.\!bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9) !important;
}
.\!bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95) !important;
}
.\!bg-emerald-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0) !important;
}
.\!bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1) !important;
}
.\!bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1) !important;
}
.\!bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / .15) !important;
}
.\!bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2) !important;
}
.\!bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25) !important;
}
.\!bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3) !important;
}
.\!bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / .35) !important;
}
.\!bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4) !important;
}
.\!bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45) !important;
}
.\!bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05) !important;
}
.\!bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5) !important;
}
.\!bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55) !important;
}
.\!bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6) !important;
}
.\!bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65) !important;
}
.\!bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7) !important;
}
.\!bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75) !important;
}
.\!bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8) !important;
}
.\!bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85) !important;
}
.\!bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9) !important;
}
.\!bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95) !important;
}
.\!bg-emerald-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0) !important;
}
.\!bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1) !important;
}
.\!bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1) !important;
}
.\!bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / .15) !important;
}
.\!bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2) !important;
}
.\!bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25) !important;
}
.\!bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3) !important;
}
.\!bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / .35) !important;
}
.\!bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4) !important;
}
.\!bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45) !important;
}
.\!bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05) !important;
}
.\!bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5) !important;
}
.\!bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55) !important;
}
.\!bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6) !important;
}
.\!bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65) !important;
}
.\!bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7) !important;
}
.\!bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75) !important;
}
.\!bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8) !important;
}
.\!bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85) !important;
}
.\!bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9) !important;
}
.\!bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95) !important;
}
.\!bg-emerald-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0) !important;
}
.\!bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1) !important;
}
.\!bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1) !important;
}
.\!bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / .15) !important;
}
.\!bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2) !important;
}
.\!bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25) !important;
}
.\!bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3) !important;
}
.\!bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / .35) !important;
}
.\!bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4) !important;
}
.\!bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45) !important;
}
.\!bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05) !important;
}
.\!bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5) !important;
}
.\!bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55) !important;
}
.\!bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6) !important;
}
.\!bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65) !important;
}
.\!bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7) !important;
}
.\!bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75) !important;
}
.\!bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8) !important;
}
.\!bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85) !important;
}
.\!bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9) !important;
}
.\!bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95) !important;
}
.\!bg-fuchsia-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0) !important;
}
.\!bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1) !important;
}
.\!bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1) !important;
}
.\!bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / .15) !important;
}
.\!bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2) !important;
}
.\!bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25) !important;
}
.\!bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3) !important;
}
.\!bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / .35) !important;
}
.\!bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4) !important;
}
.\!bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45) !important;
}
.\!bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05) !important;
}
.\!bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5) !important;
}
.\!bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55) !important;
}
.\!bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6) !important;
}
.\!bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65) !important;
}
.\!bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7) !important;
}
.\!bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75) !important;
}
.\!bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8) !important;
}
.\!bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85) !important;
}
.\!bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9) !important;
}
.\!bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95) !important;
}
.\!bg-fuchsia-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0) !important;
}
.\!bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1) !important;
}
.\!bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1) !important;
}
.\!bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / .15) !important;
}
.\!bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2) !important;
}
.\!bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25) !important;
}
.\!bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3) !important;
}
.\!bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / .35) !important;
}
.\!bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4) !important;
}
.\!bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45) !important;
}
.\!bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05) !important;
}
.\!bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5) !important;
}
.\!bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55) !important;
}
.\!bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6) !important;
}
.\!bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65) !important;
}
.\!bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7) !important;
}
.\!bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75) !important;
}
.\!bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8) !important;
}
.\!bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85) !important;
}
.\!bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9) !important;
}
.\!bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95) !important;
}
.\!bg-fuchsia-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0) !important;
}
.\!bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1) !important;
}
.\!bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1) !important;
}
.\!bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / .15) !important;
}
.\!bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2) !important;
}
.\!bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25) !important;
}
.\!bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3) !important;
}
.\!bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / .35) !important;
}
.\!bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4) !important;
}
.\!bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45) !important;
}
.\!bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05) !important;
}
.\!bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5) !important;
}
.\!bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55) !important;
}
.\!bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6) !important;
}
.\!bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65) !important;
}
.\!bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7) !important;
}
.\!bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75) !important;
}
.\!bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8) !important;
}
.\!bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85) !important;
}
.\!bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9) !important;
}
.\!bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95) !important;
}
.\!bg-fuchsia-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0) !important;
}
.\!bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1) !important;
}
.\!bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1) !important;
}
.\!bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / .15) !important;
}
.\!bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2) !important;
}
.\!bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25) !important;
}
.\!bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3) !important;
}
.\!bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / .35) !important;
}
.\!bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4) !important;
}
.\!bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45) !important;
}
.\!bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05) !important;
}
.\!bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5) !important;
}
.\!bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55) !important;
}
.\!bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6) !important;
}
.\!bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65) !important;
}
.\!bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7) !important;
}
.\!bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75) !important;
}
.\!bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8) !important;
}
.\!bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85) !important;
}
.\!bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9) !important;
}
.\!bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95) !important;
}
.\!bg-fuchsia-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0) !important;
}
.\!bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1) !important;
}
.\!bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1) !important;
}
.\!bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / .15) !important;
}
.\!bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2) !important;
}
.\!bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25) !important;
}
.\!bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3) !important;
}
.\!bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / .35) !important;
}
.\!bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4) !important;
}
.\!bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45) !important;
}
.\!bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05) !important;
}
.\!bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5) !important;
}
.\!bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55) !important;
}
.\!bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6) !important;
}
.\!bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65) !important;
}
.\!bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7) !important;
}
.\!bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75) !important;
}
.\!bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8) !important;
}
.\!bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85) !important;
}
.\!bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9) !important;
}
.\!bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95) !important;
}
.\!bg-fuchsia-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0) !important;
}
.\!bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1) !important;
}
.\!bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1) !important;
}
.\!bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / .15) !important;
}
.\!bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2) !important;
}
.\!bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25) !important;
}
.\!bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3) !important;
}
.\!bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / .35) !important;
}
.\!bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4) !important;
}
.\!bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45) !important;
}
.\!bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05) !important;
}
.\!bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5) !important;
}
.\!bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55) !important;
}
.\!bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6) !important;
}
.\!bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65) !important;
}
.\!bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7) !important;
}
.\!bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75) !important;
}
.\!bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8) !important;
}
.\!bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85) !important;
}
.\!bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9) !important;
}
.\!bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95) !important;
}
.\!bg-fuchsia-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0) !important;
}
.\!bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1) !important;
}
.\!bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1) !important;
}
.\!bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / .15) !important;
}
.\!bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2) !important;
}
.\!bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25) !important;
}
.\!bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3) !important;
}
.\!bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / .35) !important;
}
.\!bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4) !important;
}
.\!bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45) !important;
}
.\!bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05) !important;
}
.\!bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5) !important;
}
.\!bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55) !important;
}
.\!bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6) !important;
}
.\!bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65) !important;
}
.\!bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7) !important;
}
.\!bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75) !important;
}
.\!bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8) !important;
}
.\!bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85) !important;
}
.\!bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9) !important;
}
.\!bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95) !important;
}
.\!bg-fuchsia-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0) !important;
}
.\!bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1) !important;
}
.\!bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1) !important;
}
.\!bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / .15) !important;
}
.\!bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2) !important;
}
.\!bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25) !important;
}
.\!bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3) !important;
}
.\!bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / .35) !important;
}
.\!bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4) !important;
}
.\!bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45) !important;
}
.\!bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05) !important;
}
.\!bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5) !important;
}
.\!bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55) !important;
}
.\!bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6) !important;
}
.\!bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65) !important;
}
.\!bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7) !important;
}
.\!bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75) !important;
}
.\!bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8) !important;
}
.\!bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85) !important;
}
.\!bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9) !important;
}
.\!bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95) !important;
}
.\!bg-fuchsia-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0) !important;
}
.\!bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1) !important;
}
.\!bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1) !important;
}
.\!bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / .15) !important;
}
.\!bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2) !important;
}
.\!bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25) !important;
}
.\!bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3) !important;
}
.\!bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / .35) !important;
}
.\!bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4) !important;
}
.\!bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45) !important;
}
.\!bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05) !important;
}
.\!bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5) !important;
}
.\!bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55) !important;
}
.\!bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6) !important;
}
.\!bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65) !important;
}
.\!bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7) !important;
}
.\!bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75) !important;
}
.\!bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8) !important;
}
.\!bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85) !important;
}
.\!bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9) !important;
}
.\!bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95) !important;
}
.\!bg-fuchsia-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0) !important;
}
.\!bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1) !important;
}
.\!bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1) !important;
}
.\!bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / .15) !important;
}
.\!bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2) !important;
}
.\!bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25) !important;
}
.\!bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3) !important;
}
.\!bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / .35) !important;
}
.\!bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4) !important;
}
.\!bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45) !important;
}
.\!bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05) !important;
}
.\!bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5) !important;
}
.\!bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55) !important;
}
.\!bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6) !important;
}
.\!bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65) !important;
}
.\!bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7) !important;
}
.\!bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75) !important;
}
.\!bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8) !important;
}
.\!bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85) !important;
}
.\!bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9) !important;
}
.\!bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95) !important;
}
.\!bg-fuchsia-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0) !important;
}
.\!bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1) !important;
}
.\!bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1) !important;
}
.\!bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / .15) !important;
}
.\!bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2) !important;
}
.\!bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25) !important;
}
.\!bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3) !important;
}
.\!bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / .35) !important;
}
.\!bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4) !important;
}
.\!bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45) !important;
}
.\!bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05) !important;
}
.\!bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5) !important;
}
.\!bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55) !important;
}
.\!bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6) !important;
}
.\!bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65) !important;
}
.\!bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7) !important;
}
.\!bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75) !important;
}
.\!bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8) !important;
}
.\!bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85) !important;
}
.\!bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9) !important;
}
.\!bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95) !important;
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0) !important;
}
.\!bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1) !important;
}
.\!bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1) !important;
}
.\!bg-gray-100\/15 {
  background-color: rgb(243 244 246 / .15) !important;
}
.\!bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2) !important;
}
.\!bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25) !important;
}
.\!bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3) !important;
}
.\!bg-gray-100\/35 {
  background-color: rgb(243 244 246 / .35) !important;
}
.\!bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4) !important;
}
.\!bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45) !important;
}
.\!bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05) !important;
}
.\!bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5) !important;
}
.\!bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55) !important;
}
.\!bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6) !important;
}
.\!bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65) !important;
}
.\!bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7) !important;
}
.\!bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75) !important;
}
.\!bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8) !important;
}
.\!bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85) !important;
}
.\!bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9) !important;
}
.\!bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95) !important;
}
.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0) !important;
}
.\!bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1) !important;
}
.\!bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1) !important;
}
.\!bg-gray-200\/15 {
  background-color: rgb(229 231 235 / .15) !important;
}
.\!bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2) !important;
}
.\!bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25) !important;
}
.\!bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3) !important;
}
.\!bg-gray-200\/35 {
  background-color: rgb(229 231 235 / .35) !important;
}
.\!bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4) !important;
}
.\!bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45) !important;
}
.\!bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05) !important;
}
.\!bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5) !important;
}
.\!bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55) !important;
}
.\!bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6) !important;
}
.\!bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65) !important;
}
.\!bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7) !important;
}
.\!bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75) !important;
}
.\!bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8) !important;
}
.\!bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85) !important;
}
.\!bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9) !important;
}
.\!bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95) !important;
}
.\!bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0) !important;
}
.\!bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1) !important;
}
.\!bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1) !important;
}
.\!bg-gray-300\/15 {
  background-color: rgb(209 213 219 / .15) !important;
}
.\!bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2) !important;
}
.\!bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25) !important;
}
.\!bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3) !important;
}
.\!bg-gray-300\/35 {
  background-color: rgb(209 213 219 / .35) !important;
}
.\!bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4) !important;
}
.\!bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45) !important;
}
.\!bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05) !important;
}
.\!bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5) !important;
}
.\!bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55) !important;
}
.\!bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6) !important;
}
.\!bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65) !important;
}
.\!bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7) !important;
}
.\!bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75) !important;
}
.\!bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8) !important;
}
.\!bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85) !important;
}
.\!bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9) !important;
}
.\!bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95) !important;
}
.\!bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0) !important;
}
.\!bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1) !important;
}
.\!bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1) !important;
}
.\!bg-gray-400\/15 {
  background-color: rgb(156 163 175 / .15) !important;
}
.\!bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2) !important;
}
.\!bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25) !important;
}
.\!bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3) !important;
}
.\!bg-gray-400\/35 {
  background-color: rgb(156 163 175 / .35) !important;
}
.\!bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4) !important;
}
.\!bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45) !important;
}
.\!bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05) !important;
}
.\!bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5) !important;
}
.\!bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55) !important;
}
.\!bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6) !important;
}
.\!bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65) !important;
}
.\!bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7) !important;
}
.\!bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75) !important;
}
.\!bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8) !important;
}
.\!bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85) !important;
}
.\!bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9) !important;
}
.\!bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95) !important;
}
.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0) !important;
}
.\!bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1) !important;
}
.\!bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1) !important;
}
.\!bg-gray-50\/15 {
  background-color: rgb(249 250 251 / .15) !important;
}
.\!bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2) !important;
}
.\!bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25) !important;
}
.\!bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3) !important;
}
.\!bg-gray-50\/35 {
  background-color: rgb(249 250 251 / .35) !important;
}
.\!bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4) !important;
}
.\!bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45) !important;
}
.\!bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05) !important;
}
.\!bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5) !important;
}
.\!bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55) !important;
}
.\!bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6) !important;
}
.\!bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65) !important;
}
.\!bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7) !important;
}
.\!bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75) !important;
}
.\!bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8) !important;
}
.\!bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85) !important;
}
.\!bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9) !important;
}
.\!bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95) !important;
}
.\!bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0) !important;
}
.\!bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1) !important;
}
.\!bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1) !important;
}
.\!bg-gray-500\/15 {
  background-color: rgb(107 114 128 / .15) !important;
}
.\!bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2) !important;
}
.\!bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25) !important;
}
.\!bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3) !important;
}
.\!bg-gray-500\/35 {
  background-color: rgb(107 114 128 / .35) !important;
}
.\!bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4) !important;
}
.\!bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45) !important;
}
.\!bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05) !important;
}
.\!bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5) !important;
}
.\!bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55) !important;
}
.\!bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6) !important;
}
.\!bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65) !important;
}
.\!bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7) !important;
}
.\!bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75) !important;
}
.\!bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8) !important;
}
.\!bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85) !important;
}
.\!bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9) !important;
}
.\!bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95) !important;
}
.\!bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0) !important;
}
.\!bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1) !important;
}
.\!bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1) !important;
}
.\!bg-gray-600\/15 {
  background-color: rgb(75 85 99 / .15) !important;
}
.\!bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2) !important;
}
.\!bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25) !important;
}
.\!bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3) !important;
}
.\!bg-gray-600\/35 {
  background-color: rgb(75 85 99 / .35) !important;
}
.\!bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4) !important;
}
.\!bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45) !important;
}
.\!bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05) !important;
}
.\!bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5) !important;
}
.\!bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55) !important;
}
.\!bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6) !important;
}
.\!bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65) !important;
}
.\!bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7) !important;
}
.\!bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75) !important;
}
.\!bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8) !important;
}
.\!bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85) !important;
}
.\!bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9) !important;
}
.\!bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95) !important;
}
.\!bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0) !important;
}
.\!bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1) !important;
}
.\!bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1) !important;
}
.\!bg-gray-700\/15 {
  background-color: rgb(55 65 81 / .15) !important;
}
.\!bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2) !important;
}
.\!bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25) !important;
}
.\!bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3) !important;
}
.\!bg-gray-700\/35 {
  background-color: rgb(55 65 81 / .35) !important;
}
.\!bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4) !important;
}
.\!bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45) !important;
}
.\!bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05) !important;
}
.\!bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5) !important;
}
.\!bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55) !important;
}
.\!bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6) !important;
}
.\!bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65) !important;
}
.\!bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7) !important;
}
.\!bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75) !important;
}
.\!bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8) !important;
}
.\!bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85) !important;
}
.\!bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9) !important;
}
.\!bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95) !important;
}
.\!bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0) !important;
}
.\!bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1) !important;
}
.\!bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1) !important;
}
.\!bg-gray-800\/15 {
  background-color: rgb(31 41 55 / .15) !important;
}
.\!bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2) !important;
}
.\!bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25) !important;
}
.\!bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3) !important;
}
.\!bg-gray-800\/35 {
  background-color: rgb(31 41 55 / .35) !important;
}
.\!bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4) !important;
}
.\!bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45) !important;
}
.\!bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05) !important;
}
.\!bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5) !important;
}
.\!bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55) !important;
}
.\!bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6) !important;
}
.\!bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65) !important;
}
.\!bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7) !important;
}
.\!bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75) !important;
}
.\!bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8) !important;
}
.\!bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85) !important;
}
.\!bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9) !important;
}
.\!bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95) !important;
}
.\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0) !important;
}
.\!bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1) !important;
}
.\!bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1) !important;
}
.\!bg-gray-900\/15 {
  background-color: rgb(17 24 39 / .15) !important;
}
.\!bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2) !important;
}
.\!bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25) !important;
}
.\!bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3) !important;
}
.\!bg-gray-900\/35 {
  background-color: rgb(17 24 39 / .35) !important;
}
.\!bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4) !important;
}
.\!bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45) !important;
}
.\!bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05) !important;
}
.\!bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5) !important;
}
.\!bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55) !important;
}
.\!bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6) !important;
}
.\!bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65) !important;
}
.\!bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7) !important;
}
.\!bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75) !important;
}
.\!bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8) !important;
}
.\!bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85) !important;
}
.\!bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9) !important;
}
.\!bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95) !important;
}
.\!bg-gray-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0) !important;
}
.\!bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1) !important;
}
.\!bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1) !important;
}
.\!bg-gray-950\/15 {
  background-color: rgb(3 7 18 / .15) !important;
}
.\!bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2) !important;
}
.\!bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25) !important;
}
.\!bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3) !important;
}
.\!bg-gray-950\/35 {
  background-color: rgb(3 7 18 / .35) !important;
}
.\!bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4) !important;
}
.\!bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45) !important;
}
.\!bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05) !important;
}
.\!bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5) !important;
}
.\!bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55) !important;
}
.\!bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6) !important;
}
.\!bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65) !important;
}
.\!bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7) !important;
}
.\!bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75) !important;
}
.\!bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8) !important;
}
.\!bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85) !important;
}
.\!bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9) !important;
}
.\!bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95) !important;
}
.\!bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0) !important;
}
.\!bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1) !important;
}
.\!bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1) !important;
}
.\!bg-green-100\/15 {
  background-color: rgb(220 252 231 / .15) !important;
}
.\!bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2) !important;
}
.\!bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25) !important;
}
.\!bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3) !important;
}
.\!bg-green-100\/35 {
  background-color: rgb(220 252 231 / .35) !important;
}
.\!bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4) !important;
}
.\!bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45) !important;
}
.\!bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05) !important;
}
.\!bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5) !important;
}
.\!bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55) !important;
}
.\!bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6) !important;
}
.\!bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65) !important;
}
.\!bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7) !important;
}
.\!bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75) !important;
}
.\!bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8) !important;
}
.\!bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85) !important;
}
.\!bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9) !important;
}
.\!bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95) !important;
}
.\!bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0) !important;
}
.\!bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1) !important;
}
.\!bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1) !important;
}
.\!bg-green-200\/15 {
  background-color: rgb(187 247 208 / .15) !important;
}
.\!bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2) !important;
}
.\!bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25) !important;
}
.\!bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3) !important;
}
.\!bg-green-200\/35 {
  background-color: rgb(187 247 208 / .35) !important;
}
.\!bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4) !important;
}
.\!bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45) !important;
}
.\!bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05) !important;
}
.\!bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5) !important;
}
.\!bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55) !important;
}
.\!bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6) !important;
}
.\!bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65) !important;
}
.\!bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7) !important;
}
.\!bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75) !important;
}
.\!bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8) !important;
}
.\!bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85) !important;
}
.\!bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9) !important;
}
.\!bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95) !important;
}
.\!bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0) !important;
}
.\!bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1) !important;
}
.\!bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1) !important;
}
.\!bg-green-300\/15 {
  background-color: rgb(134 239 172 / .15) !important;
}
.\!bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2) !important;
}
.\!bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25) !important;
}
.\!bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3) !important;
}
.\!bg-green-300\/35 {
  background-color: rgb(134 239 172 / .35) !important;
}
.\!bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4) !important;
}
.\!bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45) !important;
}
.\!bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05) !important;
}
.\!bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5) !important;
}
.\!bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55) !important;
}
.\!bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6) !important;
}
.\!bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65) !important;
}
.\!bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7) !important;
}
.\!bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75) !important;
}
.\!bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8) !important;
}
.\!bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85) !important;
}
.\!bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9) !important;
}
.\!bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95) !important;
}
.\!bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0) !important;
}
.\!bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1) !important;
}
.\!bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1) !important;
}
.\!bg-green-400\/15 {
  background-color: rgb(74 222 128 / .15) !important;
}
.\!bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2) !important;
}
.\!bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25) !important;
}
.\!bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3) !important;
}
.\!bg-green-400\/35 {
  background-color: rgb(74 222 128 / .35) !important;
}
.\!bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4) !important;
}
.\!bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45) !important;
}
.\!bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05) !important;
}
.\!bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5) !important;
}
.\!bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55) !important;
}
.\!bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6) !important;
}
.\!bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65) !important;
}
.\!bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7) !important;
}
.\!bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75) !important;
}
.\!bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8) !important;
}
.\!bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85) !important;
}
.\!bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9) !important;
}
.\!bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95) !important;
}
.\!bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0) !important;
}
.\!bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1) !important;
}
.\!bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1) !important;
}
.\!bg-green-50\/15 {
  background-color: rgb(240 253 244 / .15) !important;
}
.\!bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2) !important;
}
.\!bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25) !important;
}
.\!bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3) !important;
}
.\!bg-green-50\/35 {
  background-color: rgb(240 253 244 / .35) !important;
}
.\!bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4) !important;
}
.\!bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45) !important;
}
.\!bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05) !important;
}
.\!bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5) !important;
}
.\!bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55) !important;
}
.\!bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6) !important;
}
.\!bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65) !important;
}
.\!bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7) !important;
}
.\!bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75) !important;
}
.\!bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8) !important;
}
.\!bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85) !important;
}
.\!bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9) !important;
}
.\!bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95) !important;
}
.\!bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0) !important;
}
.\!bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1) !important;
}
.\!bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1) !important;
}
.\!bg-green-500\/15 {
  background-color: rgb(34 197 94 / .15) !important;
}
.\!bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2) !important;
}
.\!bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25) !important;
}
.\!bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3) !important;
}
.\!bg-green-500\/35 {
  background-color: rgb(34 197 94 / .35) !important;
}
.\!bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4) !important;
}
.\!bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45) !important;
}
.\!bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05) !important;
}
.\!bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5) !important;
}
.\!bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55) !important;
}
.\!bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6) !important;
}
.\!bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65) !important;
}
.\!bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7) !important;
}
.\!bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75) !important;
}
.\!bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8) !important;
}
.\!bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85) !important;
}
.\!bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9) !important;
}
.\!bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95) !important;
}
.\!bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0) !important;
}
.\!bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1) !important;
}
.\!bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1) !important;
}
.\!bg-green-600\/15 {
  background-color: rgb(22 163 74 / .15) !important;
}
.\!bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2) !important;
}
.\!bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25) !important;
}
.\!bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3) !important;
}
.\!bg-green-600\/35 {
  background-color: rgb(22 163 74 / .35) !important;
}
.\!bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4) !important;
}
.\!bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45) !important;
}
.\!bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05) !important;
}
.\!bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5) !important;
}
.\!bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55) !important;
}
.\!bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6) !important;
}
.\!bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65) !important;
}
.\!bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7) !important;
}
.\!bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75) !important;
}
.\!bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8) !important;
}
.\!bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85) !important;
}
.\!bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9) !important;
}
.\!bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95) !important;
}
.\!bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0) !important;
}
.\!bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1) !important;
}
.\!bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1) !important;
}
.\!bg-green-700\/15 {
  background-color: rgb(21 128 61 / .15) !important;
}
.\!bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2) !important;
}
.\!bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25) !important;
}
.\!bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3) !important;
}
.\!bg-green-700\/35 {
  background-color: rgb(21 128 61 / .35) !important;
}
.\!bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4) !important;
}
.\!bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45) !important;
}
.\!bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05) !important;
}
.\!bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5) !important;
}
.\!bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55) !important;
}
.\!bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6) !important;
}
.\!bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65) !important;
}
.\!bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7) !important;
}
.\!bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75) !important;
}
.\!bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8) !important;
}
.\!bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85) !important;
}
.\!bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9) !important;
}
.\!bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95) !important;
}
.\!bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0) !important;
}
.\!bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1) !important;
}
.\!bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1) !important;
}
.\!bg-green-800\/15 {
  background-color: rgb(22 101 52 / .15) !important;
}
.\!bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2) !important;
}
.\!bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25) !important;
}
.\!bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3) !important;
}
.\!bg-green-800\/35 {
  background-color: rgb(22 101 52 / .35) !important;
}
.\!bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4) !important;
}
.\!bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45) !important;
}
.\!bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05) !important;
}
.\!bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5) !important;
}
.\!bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55) !important;
}
.\!bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6) !important;
}
.\!bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65) !important;
}
.\!bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7) !important;
}
.\!bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75) !important;
}
.\!bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8) !important;
}
.\!bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85) !important;
}
.\!bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9) !important;
}
.\!bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95) !important;
}
.\!bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0) !important;
}
.\!bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1) !important;
}
.\!bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1) !important;
}
.\!bg-green-900\/15 {
  background-color: rgb(20 83 45 / .15) !important;
}
.\!bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2) !important;
}
.\!bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25) !important;
}
.\!bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3) !important;
}
.\!bg-green-900\/35 {
  background-color: rgb(20 83 45 / .35) !important;
}
.\!bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4) !important;
}
.\!bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45) !important;
}
.\!bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05) !important;
}
.\!bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5) !important;
}
.\!bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55) !important;
}
.\!bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6) !important;
}
.\!bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65) !important;
}
.\!bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7) !important;
}
.\!bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75) !important;
}
.\!bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8) !important;
}
.\!bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85) !important;
}
.\!bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9) !important;
}
.\!bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95) !important;
}
.\!bg-green-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0) !important;
}
.\!bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1) !important;
}
.\!bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1) !important;
}
.\!bg-green-950\/15 {
  background-color: rgb(5 46 22 / .15) !important;
}
.\!bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2) !important;
}
.\!bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25) !important;
}
.\!bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3) !important;
}
.\!bg-green-950\/35 {
  background-color: rgb(5 46 22 / .35) !important;
}
.\!bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4) !important;
}
.\!bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45) !important;
}
.\!bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05) !important;
}
.\!bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5) !important;
}
.\!bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55) !important;
}
.\!bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6) !important;
}
.\!bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65) !important;
}
.\!bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7) !important;
}
.\!bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75) !important;
}
.\!bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8) !important;
}
.\!bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85) !important;
}
.\!bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9) !important;
}
.\!bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95) !important;
}
.\!bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0) !important;
}
.\!bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1) !important;
}
.\!bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1) !important;
}
.\!bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / .15) !important;
}
.\!bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2) !important;
}
.\!bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25) !important;
}
.\!bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3) !important;
}
.\!bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / .35) !important;
}
.\!bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4) !important;
}
.\!bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45) !important;
}
.\!bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05) !important;
}
.\!bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5) !important;
}
.\!bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55) !important;
}
.\!bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6) !important;
}
.\!bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65) !important;
}
.\!bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7) !important;
}
.\!bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75) !important;
}
.\!bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8) !important;
}
.\!bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85) !important;
}
.\!bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9) !important;
}
.\!bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95) !important;
}
.\!bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0) !important;
}
.\!bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1) !important;
}
.\!bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1) !important;
}
.\!bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / .15) !important;
}
.\!bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2) !important;
}
.\!bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25) !important;
}
.\!bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3) !important;
}
.\!bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / .35) !important;
}
.\!bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4) !important;
}
.\!bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45) !important;
}
.\!bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05) !important;
}
.\!bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5) !important;
}
.\!bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55) !important;
}
.\!bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6) !important;
}
.\!bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65) !important;
}
.\!bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7) !important;
}
.\!bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75) !important;
}
.\!bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8) !important;
}
.\!bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85) !important;
}
.\!bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9) !important;
}
.\!bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95) !important;
}
.\!bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0) !important;
}
.\!bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1) !important;
}
.\!bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1) !important;
}
.\!bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / .15) !important;
}
.\!bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2) !important;
}
.\!bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25) !important;
}
.\!bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3) !important;
}
.\!bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / .35) !important;
}
.\!bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4) !important;
}
.\!bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45) !important;
}
.\!bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05) !important;
}
.\!bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5) !important;
}
.\!bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55) !important;
}
.\!bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6) !important;
}
.\!bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65) !important;
}
.\!bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7) !important;
}
.\!bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75) !important;
}
.\!bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8) !important;
}
.\!bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85) !important;
}
.\!bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9) !important;
}
.\!bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95) !important;
}
.\!bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0) !important;
}
.\!bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1) !important;
}
.\!bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1) !important;
}
.\!bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / .15) !important;
}
.\!bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2) !important;
}
.\!bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25) !important;
}
.\!bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3) !important;
}
.\!bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / .35) !important;
}
.\!bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4) !important;
}
.\!bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45) !important;
}
.\!bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05) !important;
}
.\!bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5) !important;
}
.\!bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55) !important;
}
.\!bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6) !important;
}
.\!bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65) !important;
}
.\!bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7) !important;
}
.\!bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75) !important;
}
.\!bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8) !important;
}
.\!bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85) !important;
}
.\!bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9) !important;
}
.\!bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95) !important;
}
.\!bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0) !important;
}
.\!bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1) !important;
}
.\!bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1) !important;
}
.\!bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / .15) !important;
}
.\!bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2) !important;
}
.\!bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25) !important;
}
.\!bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3) !important;
}
.\!bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / .35) !important;
}
.\!bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4) !important;
}
.\!bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45) !important;
}
.\!bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05) !important;
}
.\!bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5) !important;
}
.\!bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55) !important;
}
.\!bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6) !important;
}
.\!bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65) !important;
}
.\!bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7) !important;
}
.\!bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75) !important;
}
.\!bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8) !important;
}
.\!bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85) !important;
}
.\!bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9) !important;
}
.\!bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95) !important;
}
.\!bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0) !important;
}
.\!bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1) !important;
}
.\!bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1) !important;
}
.\!bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / .15) !important;
}
.\!bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2) !important;
}
.\!bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25) !important;
}
.\!bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3) !important;
}
.\!bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / .35) !important;
}
.\!bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4) !important;
}
.\!bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45) !important;
}
.\!bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05) !important;
}
.\!bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5) !important;
}
.\!bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55) !important;
}
.\!bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6) !important;
}
.\!bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65) !important;
}
.\!bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7) !important;
}
.\!bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75) !important;
}
.\!bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8) !important;
}
.\!bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85) !important;
}
.\!bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9) !important;
}
.\!bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95) !important;
}
.\!bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0) !important;
}
.\!bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1) !important;
}
.\!bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1) !important;
}
.\!bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / .15) !important;
}
.\!bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2) !important;
}
.\!bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25) !important;
}
.\!bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3) !important;
}
.\!bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / .35) !important;
}
.\!bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4) !important;
}
.\!bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45) !important;
}
.\!bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05) !important;
}
.\!bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5) !important;
}
.\!bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55) !important;
}
.\!bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6) !important;
}
.\!bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65) !important;
}
.\!bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7) !important;
}
.\!bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75) !important;
}
.\!bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8) !important;
}
.\!bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85) !important;
}
.\!bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9) !important;
}
.\!bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95) !important;
}
.\!bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0) !important;
}
.\!bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1) !important;
}
.\!bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1) !important;
}
.\!bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / .15) !important;
}
.\!bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2) !important;
}
.\!bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25) !important;
}
.\!bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3) !important;
}
.\!bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / .35) !important;
}
.\!bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4) !important;
}
.\!bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45) !important;
}
.\!bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05) !important;
}
.\!bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5) !important;
}
.\!bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55) !important;
}
.\!bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6) !important;
}
.\!bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65) !important;
}
.\!bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7) !important;
}
.\!bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75) !important;
}
.\!bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8) !important;
}
.\!bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85) !important;
}
.\!bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9) !important;
}
.\!bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95) !important;
}
.\!bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0) !important;
}
.\!bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1) !important;
}
.\!bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1) !important;
}
.\!bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / .15) !important;
}
.\!bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2) !important;
}
.\!bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25) !important;
}
.\!bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3) !important;
}
.\!bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / .35) !important;
}
.\!bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4) !important;
}
.\!bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45) !important;
}
.\!bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05) !important;
}
.\!bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5) !important;
}
.\!bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55) !important;
}
.\!bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6) !important;
}
.\!bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65) !important;
}
.\!bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7) !important;
}
.\!bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75) !important;
}
.\!bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8) !important;
}
.\!bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85) !important;
}
.\!bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9) !important;
}
.\!bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95) !important;
}
.\!bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0) !important;
}
.\!bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1) !important;
}
.\!bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1) !important;
}
.\!bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / .15) !important;
}
.\!bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2) !important;
}
.\!bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25) !important;
}
.\!bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3) !important;
}
.\!bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / .35) !important;
}
.\!bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4) !important;
}
.\!bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45) !important;
}
.\!bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05) !important;
}
.\!bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5) !important;
}
.\!bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55) !important;
}
.\!bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6) !important;
}
.\!bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65) !important;
}
.\!bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7) !important;
}
.\!bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75) !important;
}
.\!bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8) !important;
}
.\!bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85) !important;
}
.\!bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9) !important;
}
.\!bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95) !important;
}
.\!bg-indigo-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0) !important;
}
.\!bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1) !important;
}
.\!bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1) !important;
}
.\!bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / .15) !important;
}
.\!bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2) !important;
}
.\!bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25) !important;
}
.\!bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3) !important;
}
.\!bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / .35) !important;
}
.\!bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4) !important;
}
.\!bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45) !important;
}
.\!bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05) !important;
}
.\!bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5) !important;
}
.\!bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55) !important;
}
.\!bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6) !important;
}
.\!bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65) !important;
}
.\!bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7) !important;
}
.\!bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75) !important;
}
.\!bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8) !important;
}
.\!bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85) !important;
}
.\!bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9) !important;
}
.\!bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95) !important;
}
.\!bg-lime-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0) !important;
}
.\!bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1) !important;
}
.\!bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1) !important;
}
.\!bg-lime-100\/15 {
  background-color: rgb(236 252 203 / .15) !important;
}
.\!bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2) !important;
}
.\!bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25) !important;
}
.\!bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3) !important;
}
.\!bg-lime-100\/35 {
  background-color: rgb(236 252 203 / .35) !important;
}
.\!bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4) !important;
}
.\!bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45) !important;
}
.\!bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05) !important;
}
.\!bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5) !important;
}
.\!bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55) !important;
}
.\!bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6) !important;
}
.\!bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65) !important;
}
.\!bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7) !important;
}
.\!bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75) !important;
}
.\!bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8) !important;
}
.\!bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85) !important;
}
.\!bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9) !important;
}
.\!bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95) !important;
}
.\!bg-lime-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0) !important;
}
.\!bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1) !important;
}
.\!bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1) !important;
}
.\!bg-lime-200\/15 {
  background-color: rgb(217 249 157 / .15) !important;
}
.\!bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2) !important;
}
.\!bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25) !important;
}
.\!bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3) !important;
}
.\!bg-lime-200\/35 {
  background-color: rgb(217 249 157 / .35) !important;
}
.\!bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4) !important;
}
.\!bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45) !important;
}
.\!bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05) !important;
}
.\!bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5) !important;
}
.\!bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55) !important;
}
.\!bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6) !important;
}
.\!bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65) !important;
}
.\!bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7) !important;
}
.\!bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75) !important;
}
.\!bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8) !important;
}
.\!bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85) !important;
}
.\!bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9) !important;
}
.\!bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95) !important;
}
.\!bg-lime-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0) !important;
}
.\!bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1) !important;
}
.\!bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1) !important;
}
.\!bg-lime-300\/15 {
  background-color: rgb(190 242 100 / .15) !important;
}
.\!bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2) !important;
}
.\!bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25) !important;
}
.\!bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3) !important;
}
.\!bg-lime-300\/35 {
  background-color: rgb(190 242 100 / .35) !important;
}
.\!bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4) !important;
}
.\!bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45) !important;
}
.\!bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05) !important;
}
.\!bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5) !important;
}
.\!bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55) !important;
}
.\!bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6) !important;
}
.\!bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65) !important;
}
.\!bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7) !important;
}
.\!bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75) !important;
}
.\!bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8) !important;
}
.\!bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85) !important;
}
.\!bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9) !important;
}
.\!bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95) !important;
}
.\!bg-lime-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0) !important;
}
.\!bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1) !important;
}
.\!bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1) !important;
}
.\!bg-lime-400\/15 {
  background-color: rgb(163 230 53 / .15) !important;
}
.\!bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2) !important;
}
.\!bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25) !important;
}
.\!bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3) !important;
}
.\!bg-lime-400\/35 {
  background-color: rgb(163 230 53 / .35) !important;
}
.\!bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4) !important;
}
.\!bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45) !important;
}
.\!bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05) !important;
}
.\!bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5) !important;
}
.\!bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55) !important;
}
.\!bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6) !important;
}
.\!bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65) !important;
}
.\!bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7) !important;
}
.\!bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75) !important;
}
.\!bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8) !important;
}
.\!bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85) !important;
}
.\!bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9) !important;
}
.\!bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95) !important;
}
.\!bg-lime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0) !important;
}
.\!bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1) !important;
}
.\!bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1) !important;
}
.\!bg-lime-50\/15 {
  background-color: rgb(247 254 231 / .15) !important;
}
.\!bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2) !important;
}
.\!bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25) !important;
}
.\!bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3) !important;
}
.\!bg-lime-50\/35 {
  background-color: rgb(247 254 231 / .35) !important;
}
.\!bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4) !important;
}
.\!bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45) !important;
}
.\!bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05) !important;
}
.\!bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5) !important;
}
.\!bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55) !important;
}
.\!bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6) !important;
}
.\!bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65) !important;
}
.\!bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7) !important;
}
.\!bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75) !important;
}
.\!bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8) !important;
}
.\!bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85) !important;
}
.\!bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9) !important;
}
.\!bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95) !important;
}
.\!bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0) !important;
}
.\!bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1) !important;
}
.\!bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1) !important;
}
.\!bg-lime-500\/15 {
  background-color: rgb(132 204 22 / .15) !important;
}
.\!bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2) !important;
}
.\!bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25) !important;
}
.\!bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3) !important;
}
.\!bg-lime-500\/35 {
  background-color: rgb(132 204 22 / .35) !important;
}
.\!bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4) !important;
}
.\!bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45) !important;
}
.\!bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05) !important;
}
.\!bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5) !important;
}
.\!bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55) !important;
}
.\!bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6) !important;
}
.\!bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65) !important;
}
.\!bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7) !important;
}
.\!bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75) !important;
}
.\!bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8) !important;
}
.\!bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85) !important;
}
.\!bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9) !important;
}
.\!bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95) !important;
}
.\!bg-lime-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0) !important;
}
.\!bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1) !important;
}
.\!bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1) !important;
}
.\!bg-lime-600\/15 {
  background-color: rgb(101 163 13 / .15) !important;
}
.\!bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2) !important;
}
.\!bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25) !important;
}
.\!bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3) !important;
}
.\!bg-lime-600\/35 {
  background-color: rgb(101 163 13 / .35) !important;
}
.\!bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4) !important;
}
.\!bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45) !important;
}
.\!bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05) !important;
}
.\!bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5) !important;
}
.\!bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55) !important;
}
.\!bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6) !important;
}
.\!bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65) !important;
}
.\!bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7) !important;
}
.\!bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75) !important;
}
.\!bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8) !important;
}
.\!bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85) !important;
}
.\!bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9) !important;
}
.\!bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95) !important;
}
.\!bg-lime-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0) !important;
}
.\!bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1) !important;
}
.\!bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1) !important;
}
.\!bg-lime-700\/15 {
  background-color: rgb(77 124 15 / .15) !important;
}
.\!bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2) !important;
}
.\!bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25) !important;
}
.\!bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3) !important;
}
.\!bg-lime-700\/35 {
  background-color: rgb(77 124 15 / .35) !important;
}
.\!bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4) !important;
}
.\!bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45) !important;
}
.\!bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05) !important;
}
.\!bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5) !important;
}
.\!bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55) !important;
}
.\!bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6) !important;
}
.\!bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65) !important;
}
.\!bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7) !important;
}
.\!bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75) !important;
}
.\!bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8) !important;
}
.\!bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85) !important;
}
.\!bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9) !important;
}
.\!bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95) !important;
}
.\!bg-lime-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0) !important;
}
.\!bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1) !important;
}
.\!bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1) !important;
}
.\!bg-lime-800\/15 {
  background-color: rgb(63 98 18 / .15) !important;
}
.\!bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2) !important;
}
.\!bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25) !important;
}
.\!bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3) !important;
}
.\!bg-lime-800\/35 {
  background-color: rgb(63 98 18 / .35) !important;
}
.\!bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4) !important;
}
.\!bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45) !important;
}
.\!bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05) !important;
}
.\!bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5) !important;
}
.\!bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55) !important;
}
.\!bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6) !important;
}
.\!bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65) !important;
}
.\!bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7) !important;
}
.\!bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75) !important;
}
.\!bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8) !important;
}
.\!bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85) !important;
}
.\!bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9) !important;
}
.\!bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95) !important;
}
.\!bg-lime-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0) !important;
}
.\!bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1) !important;
}
.\!bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1) !important;
}
.\!bg-lime-900\/15 {
  background-color: rgb(54 83 20 / .15) !important;
}
.\!bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2) !important;
}
.\!bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25) !important;
}
.\!bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3) !important;
}
.\!bg-lime-900\/35 {
  background-color: rgb(54 83 20 / .35) !important;
}
.\!bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4) !important;
}
.\!bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45) !important;
}
.\!bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05) !important;
}
.\!bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5) !important;
}
.\!bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55) !important;
}
.\!bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6) !important;
}
.\!bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65) !important;
}
.\!bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7) !important;
}
.\!bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75) !important;
}
.\!bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8) !important;
}
.\!bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85) !important;
}
.\!bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9) !important;
}
.\!bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95) !important;
}
.\!bg-lime-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0) !important;
}
.\!bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1) !important;
}
.\!bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1) !important;
}
.\!bg-lime-950\/15 {
  background-color: rgb(26 46 5 / .15) !important;
}
.\!bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2) !important;
}
.\!bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25) !important;
}
.\!bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3) !important;
}
.\!bg-lime-950\/35 {
  background-color: rgb(26 46 5 / .35) !important;
}
.\!bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4) !important;
}
.\!bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45) !important;
}
.\!bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05) !important;
}
.\!bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5) !important;
}
.\!bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55) !important;
}
.\!bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6) !important;
}
.\!bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65) !important;
}
.\!bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7) !important;
}
.\!bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75) !important;
}
.\!bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8) !important;
}
.\!bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85) !important;
}
.\!bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9) !important;
}
.\!bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95) !important;
}
.\!bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0) !important;
}
.\!bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1) !important;
}
.\!bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1) !important;
}
.\!bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / .15) !important;
}
.\!bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2) !important;
}
.\!bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25) !important;
}
.\!bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3) !important;
}
.\!bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / .35) !important;
}
.\!bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4) !important;
}
.\!bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45) !important;
}
.\!bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05) !important;
}
.\!bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5) !important;
}
.\!bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55) !important;
}
.\!bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6) !important;
}
.\!bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65) !important;
}
.\!bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7) !important;
}
.\!bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75) !important;
}
.\!bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8) !important;
}
.\!bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85) !important;
}
.\!bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9) !important;
}
.\!bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95) !important;
}
.\!bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0) !important;
}
.\!bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1) !important;
}
.\!bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1) !important;
}
.\!bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / .15) !important;
}
.\!bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2) !important;
}
.\!bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25) !important;
}
.\!bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3) !important;
}
.\!bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / .35) !important;
}
.\!bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4) !important;
}
.\!bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45) !important;
}
.\!bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05) !important;
}
.\!bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5) !important;
}
.\!bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55) !important;
}
.\!bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6) !important;
}
.\!bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65) !important;
}
.\!bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7) !important;
}
.\!bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75) !important;
}
.\!bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8) !important;
}
.\!bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85) !important;
}
.\!bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9) !important;
}
.\!bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95) !important;
}
.\!bg-neutral-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0) !important;
}
.\!bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1) !important;
}
.\!bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1) !important;
}
.\!bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / .15) !important;
}
.\!bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2) !important;
}
.\!bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25) !important;
}
.\!bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3) !important;
}
.\!bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / .35) !important;
}
.\!bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4) !important;
}
.\!bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45) !important;
}
.\!bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05) !important;
}
.\!bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5) !important;
}
.\!bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55) !important;
}
.\!bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6) !important;
}
.\!bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65) !important;
}
.\!bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7) !important;
}
.\!bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75) !important;
}
.\!bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8) !important;
}
.\!bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85) !important;
}
.\!bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9) !important;
}
.\!bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95) !important;
}
.\!bg-neutral-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0) !important;
}
.\!bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1) !important;
}
.\!bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1) !important;
}
.\!bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / .15) !important;
}
.\!bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2) !important;
}
.\!bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25) !important;
}
.\!bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3) !important;
}
.\!bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / .35) !important;
}
.\!bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4) !important;
}
.\!bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45) !important;
}
.\!bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05) !important;
}
.\!bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5) !important;
}
.\!bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55) !important;
}
.\!bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6) !important;
}
.\!bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65) !important;
}
.\!bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7) !important;
}
.\!bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75) !important;
}
.\!bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8) !important;
}
.\!bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85) !important;
}
.\!bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9) !important;
}
.\!bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95) !important;
}
.\!bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0) !important;
}
.\!bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1) !important;
}
.\!bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1) !important;
}
.\!bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / .15) !important;
}
.\!bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2) !important;
}
.\!bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25) !important;
}
.\!bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3) !important;
}
.\!bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / .35) !important;
}
.\!bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4) !important;
}
.\!bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45) !important;
}
.\!bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05) !important;
}
.\!bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5) !important;
}
.\!bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55) !important;
}
.\!bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6) !important;
}
.\!bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65) !important;
}
.\!bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7) !important;
}
.\!bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75) !important;
}
.\!bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8) !important;
}
.\!bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85) !important;
}
.\!bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9) !important;
}
.\!bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95) !important;
}
.\!bg-neutral-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0) !important;
}
.\!bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1) !important;
}
.\!bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1) !important;
}
.\!bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / .15) !important;
}
.\!bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2) !important;
}
.\!bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25) !important;
}
.\!bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3) !important;
}
.\!bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / .35) !important;
}
.\!bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4) !important;
}
.\!bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45) !important;
}
.\!bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05) !important;
}
.\!bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5) !important;
}
.\!bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55) !important;
}
.\!bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6) !important;
}
.\!bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65) !important;
}
.\!bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7) !important;
}
.\!bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75) !important;
}
.\!bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8) !important;
}
.\!bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85) !important;
}
.\!bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9) !important;
}
.\!bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95) !important;
}
.\!bg-neutral-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0) !important;
}
.\!bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1) !important;
}
.\!bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1) !important;
}
.\!bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / .15) !important;
}
.\!bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2) !important;
}
.\!bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25) !important;
}
.\!bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3) !important;
}
.\!bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / .35) !important;
}
.\!bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4) !important;
}
.\!bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45) !important;
}
.\!bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05) !important;
}
.\!bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5) !important;
}
.\!bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55) !important;
}
.\!bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6) !important;
}
.\!bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65) !important;
}
.\!bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7) !important;
}
.\!bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75) !important;
}
.\!bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8) !important;
}
.\!bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85) !important;
}
.\!bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9) !important;
}
.\!bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95) !important;
}
.\!bg-neutral-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0) !important;
}
.\!bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1) !important;
}
.\!bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1) !important;
}
.\!bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / .15) !important;
}
.\!bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2) !important;
}
.\!bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25) !important;
}
.\!bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3) !important;
}
.\!bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / .35) !important;
}
.\!bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4) !important;
}
.\!bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45) !important;
}
.\!bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05) !important;
}
.\!bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5) !important;
}
.\!bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55) !important;
}
.\!bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6) !important;
}
.\!bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65) !important;
}
.\!bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7) !important;
}
.\!bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75) !important;
}
.\!bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8) !important;
}
.\!bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85) !important;
}
.\!bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9) !important;
}
.\!bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95) !important;
}
.\!bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0) !important;
}
.\!bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1) !important;
}
.\!bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1) !important;
}
.\!bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / .15) !important;
}
.\!bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2) !important;
}
.\!bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25) !important;
}
.\!bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3) !important;
}
.\!bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / .35) !important;
}
.\!bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4) !important;
}
.\!bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45) !important;
}
.\!bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05) !important;
}
.\!bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5) !important;
}
.\!bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55) !important;
}
.\!bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6) !important;
}
.\!bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65) !important;
}
.\!bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7) !important;
}
.\!bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75) !important;
}
.\!bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8) !important;
}
.\!bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85) !important;
}
.\!bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9) !important;
}
.\!bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95) !important;
}
.\!bg-neutral-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0) !important;
}
.\!bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1) !important;
}
.\!bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1) !important;
}
.\!bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / .15) !important;
}
.\!bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2) !important;
}
.\!bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25) !important;
}
.\!bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3) !important;
}
.\!bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / .35) !important;
}
.\!bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4) !important;
}
.\!bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45) !important;
}
.\!bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05) !important;
}
.\!bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5) !important;
}
.\!bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55) !important;
}
.\!bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6) !important;
}
.\!bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65) !important;
}
.\!bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7) !important;
}
.\!bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75) !important;
}
.\!bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8) !important;
}
.\!bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85) !important;
}
.\!bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9) !important;
}
.\!bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95) !important;
}
.\!bg-neutral-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0) !important;
}
.\!bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1) !important;
}
.\!bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1) !important;
}
.\!bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / .15) !important;
}
.\!bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2) !important;
}
.\!bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25) !important;
}
.\!bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3) !important;
}
.\!bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / .35) !important;
}
.\!bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4) !important;
}
.\!bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45) !important;
}
.\!bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05) !important;
}
.\!bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5) !important;
}
.\!bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55) !important;
}
.\!bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6) !important;
}
.\!bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65) !important;
}
.\!bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7) !important;
}
.\!bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75) !important;
}
.\!bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8) !important;
}
.\!bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85) !important;
}
.\!bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9) !important;
}
.\!bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95) !important;
}
.\!bg-olive-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 242 201 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-100\/0 {
  background-color: rgb(241 242 201 / 0) !important;
}
.\!bg-olive-100\/10 {
  background-color: rgb(241 242 201 / 0.1) !important;
}
.\!bg-olive-100\/100 {
  background-color: rgb(241 242 201 / 1) !important;
}
.\!bg-olive-100\/15 {
  background-color: rgb(241 242 201 / .15) !important;
}
.\!bg-olive-100\/20 {
  background-color: rgb(241 242 201 / 0.2) !important;
}
.\!bg-olive-100\/25 {
  background-color: rgb(241 242 201 / 0.25) !important;
}
.\!bg-olive-100\/30 {
  background-color: rgb(241 242 201 / 0.3) !important;
}
.\!bg-olive-100\/35 {
  background-color: rgb(241 242 201 / .35) !important;
}
.\!bg-olive-100\/40 {
  background-color: rgb(241 242 201 / 0.4) !important;
}
.\!bg-olive-100\/45 {
  background-color: rgb(241 242 201 / 0.45) !important;
}
.\!bg-olive-100\/5 {
  background-color: rgb(241 242 201 / 0.05) !important;
}
.\!bg-olive-100\/50 {
  background-color: rgb(241 242 201 / 0.5) !important;
}
.\!bg-olive-100\/55 {
  background-color: rgb(241 242 201 / 0.55) !important;
}
.\!bg-olive-100\/60 {
  background-color: rgb(241 242 201 / 0.6) !important;
}
.\!bg-olive-100\/65 {
  background-color: rgb(241 242 201 / 0.65) !important;
}
.\!bg-olive-100\/70 {
  background-color: rgb(241 242 201 / 0.7) !important;
}
.\!bg-olive-100\/75 {
  background-color: rgb(241 242 201 / 0.75) !important;
}
.\!bg-olive-100\/80 {
  background-color: rgb(241 242 201 / 0.8) !important;
}
.\!bg-olive-100\/85 {
  background-color: rgb(241 242 201 / 0.85) !important;
}
.\!bg-olive-100\/90 {
  background-color: rgb(241 242 201 / 0.9) !important;
}
.\!bg-olive-100\/95 {
  background-color: rgb(241 242 201 / 0.95) !important;
}
.\!bg-olive-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 231 151 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-200\/0 {
  background-color: rgb(230 231 151 / 0) !important;
}
.\!bg-olive-200\/10 {
  background-color: rgb(230 231 151 / 0.1) !important;
}
.\!bg-olive-200\/100 {
  background-color: rgb(230 231 151 / 1) !important;
}
.\!bg-olive-200\/15 {
  background-color: rgb(230 231 151 / .15) !important;
}
.\!bg-olive-200\/20 {
  background-color: rgb(230 231 151 / 0.2) !important;
}
.\!bg-olive-200\/25 {
  background-color: rgb(230 231 151 / 0.25) !important;
}
.\!bg-olive-200\/30 {
  background-color: rgb(230 231 151 / 0.3) !important;
}
.\!bg-olive-200\/35 {
  background-color: rgb(230 231 151 / .35) !important;
}
.\!bg-olive-200\/40 {
  background-color: rgb(230 231 151 / 0.4) !important;
}
.\!bg-olive-200\/45 {
  background-color: rgb(230 231 151 / 0.45) !important;
}
.\!bg-olive-200\/5 {
  background-color: rgb(230 231 151 / 0.05) !important;
}
.\!bg-olive-200\/50 {
  background-color: rgb(230 231 151 / 0.5) !important;
}
.\!bg-olive-200\/55 {
  background-color: rgb(230 231 151 / 0.55) !important;
}
.\!bg-olive-200\/60 {
  background-color: rgb(230 231 151 / 0.6) !important;
}
.\!bg-olive-200\/65 {
  background-color: rgb(230 231 151 / 0.65) !important;
}
.\!bg-olive-200\/70 {
  background-color: rgb(230 231 151 / 0.7) !important;
}
.\!bg-olive-200\/75 {
  background-color: rgb(230 231 151 / 0.75) !important;
}
.\!bg-olive-200\/80 {
  background-color: rgb(230 231 151 / 0.8) !important;
}
.\!bg-olive-200\/85 {
  background-color: rgb(230 231 151 / 0.85) !important;
}
.\!bg-olive-200\/90 {
  background-color: rgb(230 231 151 / 0.9) !important;
}
.\!bg-olive-200\/95 {
  background-color: rgb(230 231 151 / 0.95) !important;
}
.\!bg-olive-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(206 209 74 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-300\/0 {
  background-color: rgb(206 209 74 / 0) !important;
}
.\!bg-olive-300\/10 {
  background-color: rgb(206 209 74 / 0.1) !important;
}
.\!bg-olive-300\/100 {
  background-color: rgb(206 209 74 / 1) !important;
}
.\!bg-olive-300\/15 {
  background-color: rgb(206 209 74 / .15) !important;
}
.\!bg-olive-300\/20 {
  background-color: rgb(206 209 74 / 0.2) !important;
}
.\!bg-olive-300\/25 {
  background-color: rgb(206 209 74 / 0.25) !important;
}
.\!bg-olive-300\/30 {
  background-color: rgb(206 209 74 / 0.3) !important;
}
.\!bg-olive-300\/35 {
  background-color: rgb(206 209 74 / .35) !important;
}
.\!bg-olive-300\/40 {
  background-color: rgb(206 209 74 / 0.4) !important;
}
.\!bg-olive-300\/45 {
  background-color: rgb(206 209 74 / 0.45) !important;
}
.\!bg-olive-300\/5 {
  background-color: rgb(206 209 74 / 0.05) !important;
}
.\!bg-olive-300\/50 {
  background-color: rgb(206 209 74 / 0.5) !important;
}
.\!bg-olive-300\/55 {
  background-color: rgb(206 209 74 / 0.55) !important;
}
.\!bg-olive-300\/60 {
  background-color: rgb(206 209 74 / 0.6) !important;
}
.\!bg-olive-300\/65 {
  background-color: rgb(206 209 74 / 0.65) !important;
}
.\!bg-olive-300\/70 {
  background-color: rgb(206 209 74 / 0.7) !important;
}
.\!bg-olive-300\/75 {
  background-color: rgb(206 209 74 / 0.75) !important;
}
.\!bg-olive-300\/80 {
  background-color: rgb(206 209 74 / 0.8) !important;
}
.\!bg-olive-300\/85 {
  background-color: rgb(206 209 74 / 0.85) !important;
}
.\!bg-olive-300\/90 {
  background-color: rgb(206 209 74 / 0.9) !important;
}
.\!bg-olive-300\/95 {
  background-color: rgb(206 209 74 / 0.95) !important;
}
.\!bg-olive-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 180 60 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-400\/0 {
  background-color: rgb(168 180 60 / 0) !important;
}
.\!bg-olive-400\/10 {
  background-color: rgb(168 180 60 / 0.1) !important;
}
.\!bg-olive-400\/100 {
  background-color: rgb(168 180 60 / 1) !important;
}
.\!bg-olive-400\/15 {
  background-color: rgb(168 180 60 / .15) !important;
}
.\!bg-olive-400\/20 {
  background-color: rgb(168 180 60 / 0.2) !important;
}
.\!bg-olive-400\/25 {
  background-color: rgb(168 180 60 / 0.25) !important;
}
.\!bg-olive-400\/30 {
  background-color: rgb(168 180 60 / 0.3) !important;
}
.\!bg-olive-400\/35 {
  background-color: rgb(168 180 60 / .35) !important;
}
.\!bg-olive-400\/40 {
  background-color: rgb(168 180 60 / 0.4) !important;
}
.\!bg-olive-400\/45 {
  background-color: rgb(168 180 60 / 0.45) !important;
}
.\!bg-olive-400\/5 {
  background-color: rgb(168 180 60 / 0.05) !important;
}
.\!bg-olive-400\/50 {
  background-color: rgb(168 180 60 / 0.5) !important;
}
.\!bg-olive-400\/55 {
  background-color: rgb(168 180 60 / 0.55) !important;
}
.\!bg-olive-400\/60 {
  background-color: rgb(168 180 60 / 0.6) !important;
}
.\!bg-olive-400\/65 {
  background-color: rgb(168 180 60 / 0.65) !important;
}
.\!bg-olive-400\/70 {
  background-color: rgb(168 180 60 / 0.7) !important;
}
.\!bg-olive-400\/75 {
  background-color: rgb(168 180 60 / 0.75) !important;
}
.\!bg-olive-400\/80 {
  background-color: rgb(168 180 60 / 0.8) !important;
}
.\!bg-olive-400\/85 {
  background-color: rgb(168 180 60 / 0.85) !important;
}
.\!bg-olive-400\/90 {
  background-color: rgb(168 180 60 / 0.9) !important;
}
.\!bg-olive-400\/95 {
  background-color: rgb(168 180 60 / 0.95) !important;
}
.\!bg-olive-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 251 239 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-50\/0 {
  background-color: rgb(250 251 239 / 0) !important;
}
.\!bg-olive-50\/10 {
  background-color: rgb(250 251 239 / 0.1) !important;
}
.\!bg-olive-50\/100 {
  background-color: rgb(250 251 239 / 1) !important;
}
.\!bg-olive-50\/15 {
  background-color: rgb(250 251 239 / .15) !important;
}
.\!bg-olive-50\/20 {
  background-color: rgb(250 251 239 / 0.2) !important;
}
.\!bg-olive-50\/25 {
  background-color: rgb(250 251 239 / 0.25) !important;
}
.\!bg-olive-50\/30 {
  background-color: rgb(250 251 239 / 0.3) !important;
}
.\!bg-olive-50\/35 {
  background-color: rgb(250 251 239 / .35) !important;
}
.\!bg-olive-50\/40 {
  background-color: rgb(250 251 239 / 0.4) !important;
}
.\!bg-olive-50\/45 {
  background-color: rgb(250 251 239 / 0.45) !important;
}
.\!bg-olive-50\/5 {
  background-color: rgb(250 251 239 / 0.05) !important;
}
.\!bg-olive-50\/50 {
  background-color: rgb(250 251 239 / 0.5) !important;
}
.\!bg-olive-50\/55 {
  background-color: rgb(250 251 239 / 0.55) !important;
}
.\!bg-olive-50\/60 {
  background-color: rgb(250 251 239 / 0.6) !important;
}
.\!bg-olive-50\/65 {
  background-color: rgb(250 251 239 / 0.65) !important;
}
.\!bg-olive-50\/70 {
  background-color: rgb(250 251 239 / 0.7) !important;
}
.\!bg-olive-50\/75 {
  background-color: rgb(250 251 239 / 0.75) !important;
}
.\!bg-olive-50\/80 {
  background-color: rgb(250 251 239 / 0.8) !important;
}
.\!bg-olive-50\/85 {
  background-color: rgb(250 251 239 / 0.85) !important;
}
.\!bg-olive-50\/90 {
  background-color: rgb(250 251 239 / 0.9) !important;
}
.\!bg-olive-50\/95 {
  background-color: rgb(250 251 239 / 0.95) !important;
}
.\!bg-olive-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(140 156 52 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-500\/0 {
  background-color: rgb(140 156 52 / 0) !important;
}
.\!bg-olive-500\/10 {
  background-color: rgb(140 156 52 / 0.1) !important;
}
.\!bg-olive-500\/100 {
  background-color: rgb(140 156 52 / 1) !important;
}
.\!bg-olive-500\/15 {
  background-color: rgb(140 156 52 / .15) !important;
}
.\!bg-olive-500\/20 {
  background-color: rgb(140 156 52 / 0.2) !important;
}
.\!bg-olive-500\/25 {
  background-color: rgb(140 156 52 / 0.25) !important;
}
.\!bg-olive-500\/30 {
  background-color: rgb(140 156 52 / 0.3) !important;
}
.\!bg-olive-500\/35 {
  background-color: rgb(140 156 52 / .35) !important;
}
.\!bg-olive-500\/40 {
  background-color: rgb(140 156 52 / 0.4) !important;
}
.\!bg-olive-500\/45 {
  background-color: rgb(140 156 52 / 0.45) !important;
}
.\!bg-olive-500\/5 {
  background-color: rgb(140 156 52 / 0.05) !important;
}
.\!bg-olive-500\/50 {
  background-color: rgb(140 156 52 / 0.5) !important;
}
.\!bg-olive-500\/55 {
  background-color: rgb(140 156 52 / 0.55) !important;
}
.\!bg-olive-500\/60 {
  background-color: rgb(140 156 52 / 0.6) !important;
}
.\!bg-olive-500\/65 {
  background-color: rgb(140 156 52 / 0.65) !important;
}
.\!bg-olive-500\/70 {
  background-color: rgb(140 156 52 / 0.7) !important;
}
.\!bg-olive-500\/75 {
  background-color: rgb(140 156 52 / 0.75) !important;
}
.\!bg-olive-500\/80 {
  background-color: rgb(140 156 52 / 0.8) !important;
}
.\!bg-olive-500\/85 {
  background-color: rgb(140 156 52 / 0.85) !important;
}
.\!bg-olive-500\/90 {
  background-color: rgb(140 156 52 / 0.9) !important;
}
.\!bg-olive-500\/95 {
  background-color: rgb(140 156 52 / 0.95) !important;
}
.\!bg-olive-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(110 127 27 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-600\/0 {
  background-color: rgb(110 127 27 / 0) !important;
}
.\!bg-olive-600\/10 {
  background-color: rgb(110 127 27 / 0.1) !important;
}
.\!bg-olive-600\/100 {
  background-color: rgb(110 127 27 / 1) !important;
}
.\!bg-olive-600\/15 {
  background-color: rgb(110 127 27 / .15) !important;
}
.\!bg-olive-600\/20 {
  background-color: rgb(110 127 27 / 0.2) !important;
}
.\!bg-olive-600\/25 {
  background-color: rgb(110 127 27 / 0.25) !important;
}
.\!bg-olive-600\/30 {
  background-color: rgb(110 127 27 / 0.3) !important;
}
.\!bg-olive-600\/35 {
  background-color: rgb(110 127 27 / .35) !important;
}
.\!bg-olive-600\/40 {
  background-color: rgb(110 127 27 / 0.4) !important;
}
.\!bg-olive-600\/45 {
  background-color: rgb(110 127 27 / 0.45) !important;
}
.\!bg-olive-600\/5 {
  background-color: rgb(110 127 27 / 0.05) !important;
}
.\!bg-olive-600\/50 {
  background-color: rgb(110 127 27 / 0.5) !important;
}
.\!bg-olive-600\/55 {
  background-color: rgb(110 127 27 / 0.55) !important;
}
.\!bg-olive-600\/60 {
  background-color: rgb(110 127 27 / 0.6) !important;
}
.\!bg-olive-600\/65 {
  background-color: rgb(110 127 27 / 0.65) !important;
}
.\!bg-olive-600\/70 {
  background-color: rgb(110 127 27 / 0.7) !important;
}
.\!bg-olive-600\/75 {
  background-color: rgb(110 127 27 / 0.75) !important;
}
.\!bg-olive-600\/80 {
  background-color: rgb(110 127 27 / 0.8) !important;
}
.\!bg-olive-600\/85 {
  background-color: rgb(110 127 27 / 0.85) !important;
}
.\!bg-olive-600\/90 {
  background-color: rgb(110 127 27 / 0.9) !important;
}
.\!bg-olive-600\/95 {
  background-color: rgb(110 127 27 / 0.95) !important;
}
.\!bg-olive-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 103 18 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-700\/0 {
  background-color: rgb(89 103 18 / 0) !important;
}
.\!bg-olive-700\/10 {
  background-color: rgb(89 103 18 / 0.1) !important;
}
.\!bg-olive-700\/100 {
  background-color: rgb(89 103 18 / 1) !important;
}
.\!bg-olive-700\/15 {
  background-color: rgb(89 103 18 / .15) !important;
}
.\!bg-olive-700\/20 {
  background-color: rgb(89 103 18 / 0.2) !important;
}
.\!bg-olive-700\/25 {
  background-color: rgb(89 103 18 / 0.25) !important;
}
.\!bg-olive-700\/30 {
  background-color: rgb(89 103 18 / 0.3) !important;
}
.\!bg-olive-700\/35 {
  background-color: rgb(89 103 18 / .35) !important;
}
.\!bg-olive-700\/40 {
  background-color: rgb(89 103 18 / 0.4) !important;
}
.\!bg-olive-700\/45 {
  background-color: rgb(89 103 18 / 0.45) !important;
}
.\!bg-olive-700\/5 {
  background-color: rgb(89 103 18 / 0.05) !important;
}
.\!bg-olive-700\/50 {
  background-color: rgb(89 103 18 / 0.5) !important;
}
.\!bg-olive-700\/55 {
  background-color: rgb(89 103 18 / 0.55) !important;
}
.\!bg-olive-700\/60 {
  background-color: rgb(89 103 18 / 0.6) !important;
}
.\!bg-olive-700\/65 {
  background-color: rgb(89 103 18 / 0.65) !important;
}
.\!bg-olive-700\/70 {
  background-color: rgb(89 103 18 / 0.7) !important;
}
.\!bg-olive-700\/75 {
  background-color: rgb(89 103 18 / 0.75) !important;
}
.\!bg-olive-700\/80 {
  background-color: rgb(89 103 18 / 0.8) !important;
}
.\!bg-olive-700\/85 {
  background-color: rgb(89 103 18 / 0.85) !important;
}
.\!bg-olive-700\/90 {
  background-color: rgb(89 103 18 / 0.9) !important;
}
.\!bg-olive-700\/95 {
  background-color: rgb(89 103 18 / 0.95) !important;
}
.\!bg-olive-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 78 16 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-800\/0 {
  background-color: rgb(65 78 16 / 0) !important;
}
.\!bg-olive-800\/10 {
  background-color: rgb(65 78 16 / 0.1) !important;
}
.\!bg-olive-800\/100 {
  background-color: rgb(65 78 16 / 1) !important;
}
.\!bg-olive-800\/15 {
  background-color: rgb(65 78 16 / .15) !important;
}
.\!bg-olive-800\/20 {
  background-color: rgb(65 78 16 / 0.2) !important;
}
.\!bg-olive-800\/25 {
  background-color: rgb(65 78 16 / 0.25) !important;
}
.\!bg-olive-800\/30 {
  background-color: rgb(65 78 16 / 0.3) !important;
}
.\!bg-olive-800\/35 {
  background-color: rgb(65 78 16 / .35) !important;
}
.\!bg-olive-800\/40 {
  background-color: rgb(65 78 16 / 0.4) !important;
}
.\!bg-olive-800\/45 {
  background-color: rgb(65 78 16 / 0.45) !important;
}
.\!bg-olive-800\/5 {
  background-color: rgb(65 78 16 / 0.05) !important;
}
.\!bg-olive-800\/50 {
  background-color: rgb(65 78 16 / 0.5) !important;
}
.\!bg-olive-800\/55 {
  background-color: rgb(65 78 16 / 0.55) !important;
}
.\!bg-olive-800\/60 {
  background-color: rgb(65 78 16 / 0.6) !important;
}
.\!bg-olive-800\/65 {
  background-color: rgb(65 78 16 / 0.65) !important;
}
.\!bg-olive-800\/70 {
  background-color: rgb(65 78 16 / 0.7) !important;
}
.\!bg-olive-800\/75 {
  background-color: rgb(65 78 16 / 0.75) !important;
}
.\!bg-olive-800\/80 {
  background-color: rgb(65 78 16 / 0.8) !important;
}
.\!bg-olive-800\/85 {
  background-color: rgb(65 78 16 / 0.85) !important;
}
.\!bg-olive-800\/90 {
  background-color: rgb(65 78 16 / 0.9) !important;
}
.\!bg-olive-800\/95 {
  background-color: rgb(65 78 16 / 0.95) !important;
}
.\!bg-olive-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 56 15 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-900\/0 {
  background-color: rgb(46 56 15 / 0) !important;
}
.\!bg-olive-900\/10 {
  background-color: rgb(46 56 15 / 0.1) !important;
}
.\!bg-olive-900\/100 {
  background-color: rgb(46 56 15 / 1) !important;
}
.\!bg-olive-900\/15 {
  background-color: rgb(46 56 15 / .15) !important;
}
.\!bg-olive-900\/20 {
  background-color: rgb(46 56 15 / 0.2) !important;
}
.\!bg-olive-900\/25 {
  background-color: rgb(46 56 15 / 0.25) !important;
}
.\!bg-olive-900\/30 {
  background-color: rgb(46 56 15 / 0.3) !important;
}
.\!bg-olive-900\/35 {
  background-color: rgb(46 56 15 / .35) !important;
}
.\!bg-olive-900\/40 {
  background-color: rgb(46 56 15 / 0.4) !important;
}
.\!bg-olive-900\/45 {
  background-color: rgb(46 56 15 / 0.45) !important;
}
.\!bg-olive-900\/5 {
  background-color: rgb(46 56 15 / 0.05) !important;
}
.\!bg-olive-900\/50 {
  background-color: rgb(46 56 15 / 0.5) !important;
}
.\!bg-olive-900\/55 {
  background-color: rgb(46 56 15 / 0.55) !important;
}
.\!bg-olive-900\/60 {
  background-color: rgb(46 56 15 / 0.6) !important;
}
.\!bg-olive-900\/65 {
  background-color: rgb(46 56 15 / 0.65) !important;
}
.\!bg-olive-900\/70 {
  background-color: rgb(46 56 15 / 0.7) !important;
}
.\!bg-olive-900\/75 {
  background-color: rgb(46 56 15 / 0.75) !important;
}
.\!bg-olive-900\/80 {
  background-color: rgb(46 56 15 / 0.8) !important;
}
.\!bg-olive-900\/85 {
  background-color: rgb(46 56 15 / 0.85) !important;
}
.\!bg-olive-900\/90 {
  background-color: rgb(46 56 15 / 0.9) !important;
}
.\!bg-olive-900\/95 {
  background-color: rgb(46 56 15 / 0.95) !important;
}
.\!bg-olive-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 38 13 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-olive-950\/0 {
  background-color: rgb(35 38 13 / 0) !important;
}
.\!bg-olive-950\/10 {
  background-color: rgb(35 38 13 / 0.1) !important;
}
.\!bg-olive-950\/100 {
  background-color: rgb(35 38 13 / 1) !important;
}
.\!bg-olive-950\/15 {
  background-color: rgb(35 38 13 / .15) !important;
}
.\!bg-olive-950\/20 {
  background-color: rgb(35 38 13 / 0.2) !important;
}
.\!bg-olive-950\/25 {
  background-color: rgb(35 38 13 / 0.25) !important;
}
.\!bg-olive-950\/30 {
  background-color: rgb(35 38 13 / 0.3) !important;
}
.\!bg-olive-950\/35 {
  background-color: rgb(35 38 13 / .35) !important;
}
.\!bg-olive-950\/40 {
  background-color: rgb(35 38 13 / 0.4) !important;
}
.\!bg-olive-950\/45 {
  background-color: rgb(35 38 13 / 0.45) !important;
}
.\!bg-olive-950\/5 {
  background-color: rgb(35 38 13 / 0.05) !important;
}
.\!bg-olive-950\/50 {
  background-color: rgb(35 38 13 / 0.5) !important;
}
.\!bg-olive-950\/55 {
  background-color: rgb(35 38 13 / 0.55) !important;
}
.\!bg-olive-950\/60 {
  background-color: rgb(35 38 13 / 0.6) !important;
}
.\!bg-olive-950\/65 {
  background-color: rgb(35 38 13 / 0.65) !important;
}
.\!bg-olive-950\/70 {
  background-color: rgb(35 38 13 / 0.7) !important;
}
.\!bg-olive-950\/75 {
  background-color: rgb(35 38 13 / 0.75) !important;
}
.\!bg-olive-950\/80 {
  background-color: rgb(35 38 13 / 0.8) !important;
}
.\!bg-olive-950\/85 {
  background-color: rgb(35 38 13 / 0.85) !important;
}
.\!bg-olive-950\/90 {
  background-color: rgb(35 38 13 / 0.9) !important;
}
.\!bg-olive-950\/95 {
  background-color: rgb(35 38 13 / 0.95) !important;
}
.\!bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0) !important;
}
.\!bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1) !important;
}
.\!bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1) !important;
}
.\!bg-orange-100\/15 {
  background-color: rgb(255 237 213 / .15) !important;
}
.\!bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2) !important;
}
.\!bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25) !important;
}
.\!bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3) !important;
}
.\!bg-orange-100\/35 {
  background-color: rgb(255 237 213 / .35) !important;
}
.\!bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4) !important;
}
.\!bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45) !important;
}
.\!bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05) !important;
}
.\!bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5) !important;
}
.\!bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55) !important;
}
.\!bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6) !important;
}
.\!bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65) !important;
}
.\!bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7) !important;
}
.\!bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75) !important;
}
.\!bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8) !important;
}
.\!bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85) !important;
}
.\!bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9) !important;
}
.\!bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95) !important;
}
.\!bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0) !important;
}
.\!bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1) !important;
}
.\!bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1) !important;
}
.\!bg-orange-200\/15 {
  background-color: rgb(254 215 170 / .15) !important;
}
.\!bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2) !important;
}
.\!bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25) !important;
}
.\!bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3) !important;
}
.\!bg-orange-200\/35 {
  background-color: rgb(254 215 170 / .35) !important;
}
.\!bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4) !important;
}
.\!bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45) !important;
}
.\!bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05) !important;
}
.\!bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5) !important;
}
.\!bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55) !important;
}
.\!bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6) !important;
}
.\!bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65) !important;
}
.\!bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7) !important;
}
.\!bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75) !important;
}
.\!bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8) !important;
}
.\!bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85) !important;
}
.\!bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9) !important;
}
.\!bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95) !important;
}
.\!bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0) !important;
}
.\!bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1) !important;
}
.\!bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1) !important;
}
.\!bg-orange-300\/15 {
  background-color: rgb(253 186 116 / .15) !important;
}
.\!bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2) !important;
}
.\!bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25) !important;
}
.\!bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3) !important;
}
.\!bg-orange-300\/35 {
  background-color: rgb(253 186 116 / .35) !important;
}
.\!bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4) !important;
}
.\!bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45) !important;
}
.\!bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05) !important;
}
.\!bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5) !important;
}
.\!bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55) !important;
}
.\!bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6) !important;
}
.\!bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65) !important;
}
.\!bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7) !important;
}
.\!bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75) !important;
}
.\!bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8) !important;
}
.\!bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85) !important;
}
.\!bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9) !important;
}
.\!bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95) !important;
}
.\!bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0) !important;
}
.\!bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1) !important;
}
.\!bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1) !important;
}
.\!bg-orange-400\/15 {
  background-color: rgb(251 146 60 / .15) !important;
}
.\!bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2) !important;
}
.\!bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25) !important;
}
.\!bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3) !important;
}
.\!bg-orange-400\/35 {
  background-color: rgb(251 146 60 / .35) !important;
}
.\!bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4) !important;
}
.\!bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45) !important;
}
.\!bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05) !important;
}
.\!bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5) !important;
}
.\!bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55) !important;
}
.\!bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6) !important;
}
.\!bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65) !important;
}
.\!bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7) !important;
}
.\!bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75) !important;
}
.\!bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8) !important;
}
.\!bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85) !important;
}
.\!bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9) !important;
}
.\!bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95) !important;
}
.\!bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0) !important;
}
.\!bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1) !important;
}
.\!bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1) !important;
}
.\!bg-orange-50\/15 {
  background-color: rgb(255 247 237 / .15) !important;
}
.\!bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2) !important;
}
.\!bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25) !important;
}
.\!bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3) !important;
}
.\!bg-orange-50\/35 {
  background-color: rgb(255 247 237 / .35) !important;
}
.\!bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4) !important;
}
.\!bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45) !important;
}
.\!bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05) !important;
}
.\!bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5) !important;
}
.\!bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55) !important;
}
.\!bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6) !important;
}
.\!bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65) !important;
}
.\!bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7) !important;
}
.\!bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75) !important;
}
.\!bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8) !important;
}
.\!bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85) !important;
}
.\!bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9) !important;
}
.\!bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95) !important;
}
.\!bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0) !important;
}
.\!bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1) !important;
}
.\!bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1) !important;
}
.\!bg-orange-500\/15 {
  background-color: rgb(249 115 22 / .15) !important;
}
.\!bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2) !important;
}
.\!bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25) !important;
}
.\!bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3) !important;
}
.\!bg-orange-500\/35 {
  background-color: rgb(249 115 22 / .35) !important;
}
.\!bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4) !important;
}
.\!bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45) !important;
}
.\!bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05) !important;
}
.\!bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5) !important;
}
.\!bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55) !important;
}
.\!bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6) !important;
}
.\!bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65) !important;
}
.\!bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7) !important;
}
.\!bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75) !important;
}
.\!bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8) !important;
}
.\!bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85) !important;
}
.\!bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9) !important;
}
.\!bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95) !important;
}
.\!bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0) !important;
}
.\!bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1) !important;
}
.\!bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1) !important;
}
.\!bg-orange-600\/15 {
  background-color: rgb(234 88 12 / .15) !important;
}
.\!bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2) !important;
}
.\!bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25) !important;
}
.\!bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3) !important;
}
.\!bg-orange-600\/35 {
  background-color: rgb(234 88 12 / .35) !important;
}
.\!bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4) !important;
}
.\!bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45) !important;
}
.\!bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05) !important;
}
.\!bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5) !important;
}
.\!bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55) !important;
}
.\!bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6) !important;
}
.\!bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65) !important;
}
.\!bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7) !important;
}
.\!bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75) !important;
}
.\!bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8) !important;
}
.\!bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85) !important;
}
.\!bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9) !important;
}
.\!bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95) !important;
}
.\!bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0) !important;
}
.\!bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1) !important;
}
.\!bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1) !important;
}
.\!bg-orange-700\/15 {
  background-color: rgb(194 65 12 / .15) !important;
}
.\!bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2) !important;
}
.\!bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25) !important;
}
.\!bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3) !important;
}
.\!bg-orange-700\/35 {
  background-color: rgb(194 65 12 / .35) !important;
}
.\!bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4) !important;
}
.\!bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45) !important;
}
.\!bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05) !important;
}
.\!bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5) !important;
}
.\!bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55) !important;
}
.\!bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6) !important;
}
.\!bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65) !important;
}
.\!bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7) !important;
}
.\!bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75) !important;
}
.\!bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8) !important;
}
.\!bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85) !important;
}
.\!bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9) !important;
}
.\!bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95) !important;
}
.\!bg-orange-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0) !important;
}
.\!bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1) !important;
}
.\!bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1) !important;
}
.\!bg-orange-800\/15 {
  background-color: rgb(154 52 18 / .15) !important;
}
.\!bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2) !important;
}
.\!bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25) !important;
}
.\!bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3) !important;
}
.\!bg-orange-800\/35 {
  background-color: rgb(154 52 18 / .35) !important;
}
.\!bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4) !important;
}
.\!bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45) !important;
}
.\!bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05) !important;
}
.\!bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5) !important;
}
.\!bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55) !important;
}
.\!bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6) !important;
}
.\!bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65) !important;
}
.\!bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7) !important;
}
.\!bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75) !important;
}
.\!bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8) !important;
}
.\!bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85) !important;
}
.\!bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9) !important;
}
.\!bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95) !important;
}
.\!bg-orange-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0) !important;
}
.\!bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1) !important;
}
.\!bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1) !important;
}
.\!bg-orange-900\/15 {
  background-color: rgb(124 45 18 / .15) !important;
}
.\!bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2) !important;
}
.\!bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25) !important;
}
.\!bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3) !important;
}
.\!bg-orange-900\/35 {
  background-color: rgb(124 45 18 / .35) !important;
}
.\!bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4) !important;
}
.\!bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45) !important;
}
.\!bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05) !important;
}
.\!bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5) !important;
}
.\!bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55) !important;
}
.\!bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6) !important;
}
.\!bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65) !important;
}
.\!bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7) !important;
}
.\!bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75) !important;
}
.\!bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8) !important;
}
.\!bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85) !important;
}
.\!bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9) !important;
}
.\!bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95) !important;
}
.\!bg-orange-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0) !important;
}
.\!bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1) !important;
}
.\!bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1) !important;
}
.\!bg-orange-950\/15 {
  background-color: rgb(67 20 7 / .15) !important;
}
.\!bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2) !important;
}
.\!bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25) !important;
}
.\!bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3) !important;
}
.\!bg-orange-950\/35 {
  background-color: rgb(67 20 7 / .35) !important;
}
.\!bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4) !important;
}
.\!bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45) !important;
}
.\!bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05) !important;
}
.\!bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5) !important;
}
.\!bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55) !important;
}
.\!bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6) !important;
}
.\!bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65) !important;
}
.\!bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7) !important;
}
.\!bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75) !important;
}
.\!bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8) !important;
}
.\!bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85) !important;
}
.\!bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9) !important;
}
.\!bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95) !important;
}
.\!bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0) !important;
}
.\!bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1) !important;
}
.\!bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1) !important;
}
.\!bg-pink-100\/15 {
  background-color: rgb(252 231 243 / .15) !important;
}
.\!bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2) !important;
}
.\!bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25) !important;
}
.\!bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3) !important;
}
.\!bg-pink-100\/35 {
  background-color: rgb(252 231 243 / .35) !important;
}
.\!bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4) !important;
}
.\!bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45) !important;
}
.\!bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05) !important;
}
.\!bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5) !important;
}
.\!bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55) !important;
}
.\!bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6) !important;
}
.\!bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65) !important;
}
.\!bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7) !important;
}
.\!bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75) !important;
}
.\!bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8) !important;
}
.\!bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85) !important;
}
.\!bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9) !important;
}
.\!bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95) !important;
}
.\!bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0) !important;
}
.\!bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1) !important;
}
.\!bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1) !important;
}
.\!bg-pink-200\/15 {
  background-color: rgb(251 207 232 / .15) !important;
}
.\!bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2) !important;
}
.\!bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25) !important;
}
.\!bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3) !important;
}
.\!bg-pink-200\/35 {
  background-color: rgb(251 207 232 / .35) !important;
}
.\!bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4) !important;
}
.\!bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45) !important;
}
.\!bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05) !important;
}
.\!bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5) !important;
}
.\!bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55) !important;
}
.\!bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6) !important;
}
.\!bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65) !important;
}
.\!bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7) !important;
}
.\!bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75) !important;
}
.\!bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8) !important;
}
.\!bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85) !important;
}
.\!bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9) !important;
}
.\!bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95) !important;
}
.\!bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0) !important;
}
.\!bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1) !important;
}
.\!bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1) !important;
}
.\!bg-pink-300\/15 {
  background-color: rgb(249 168 212 / .15) !important;
}
.\!bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2) !important;
}
.\!bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25) !important;
}
.\!bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3) !important;
}
.\!bg-pink-300\/35 {
  background-color: rgb(249 168 212 / .35) !important;
}
.\!bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4) !important;
}
.\!bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45) !important;
}
.\!bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05) !important;
}
.\!bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5) !important;
}
.\!bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55) !important;
}
.\!bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6) !important;
}
.\!bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65) !important;
}
.\!bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7) !important;
}
.\!bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75) !important;
}
.\!bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8) !important;
}
.\!bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85) !important;
}
.\!bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9) !important;
}
.\!bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95) !important;
}
.\!bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0) !important;
}
.\!bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1) !important;
}
.\!bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1) !important;
}
.\!bg-pink-400\/15 {
  background-color: rgb(244 114 182 / .15) !important;
}
.\!bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2) !important;
}
.\!bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25) !important;
}
.\!bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3) !important;
}
.\!bg-pink-400\/35 {
  background-color: rgb(244 114 182 / .35) !important;
}
.\!bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4) !important;
}
.\!bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45) !important;
}
.\!bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05) !important;
}
.\!bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5) !important;
}
.\!bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55) !important;
}
.\!bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6) !important;
}
.\!bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65) !important;
}
.\!bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7) !important;
}
.\!bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75) !important;
}
.\!bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8) !important;
}
.\!bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85) !important;
}
.\!bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9) !important;
}
.\!bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95) !important;
}
.\!bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0) !important;
}
.\!bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1) !important;
}
.\!bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1) !important;
}
.\!bg-pink-50\/15 {
  background-color: rgb(253 242 248 / .15) !important;
}
.\!bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2) !important;
}
.\!bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25) !important;
}
.\!bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3) !important;
}
.\!bg-pink-50\/35 {
  background-color: rgb(253 242 248 / .35) !important;
}
.\!bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4) !important;
}
.\!bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45) !important;
}
.\!bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05) !important;
}
.\!bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5) !important;
}
.\!bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55) !important;
}
.\!bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6) !important;
}
.\!bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65) !important;
}
.\!bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7) !important;
}
.\!bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75) !important;
}
.\!bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8) !important;
}
.\!bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85) !important;
}
.\!bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9) !important;
}
.\!bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95) !important;
}
.\!bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0) !important;
}
.\!bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1) !important;
}
.\!bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1) !important;
}
.\!bg-pink-500\/15 {
  background-color: rgb(236 72 153 / .15) !important;
}
.\!bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2) !important;
}
.\!bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25) !important;
}
.\!bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3) !important;
}
.\!bg-pink-500\/35 {
  background-color: rgb(236 72 153 / .35) !important;
}
.\!bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4) !important;
}
.\!bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45) !important;
}
.\!bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05) !important;
}
.\!bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5) !important;
}
.\!bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55) !important;
}
.\!bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6) !important;
}
.\!bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65) !important;
}
.\!bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7) !important;
}
.\!bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75) !important;
}
.\!bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8) !important;
}
.\!bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85) !important;
}
.\!bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9) !important;
}
.\!bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95) !important;
}
.\!bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0) !important;
}
.\!bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1) !important;
}
.\!bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1) !important;
}
.\!bg-pink-600\/15 {
  background-color: rgb(219 39 119 / .15) !important;
}
.\!bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2) !important;
}
.\!bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25) !important;
}
.\!bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3) !important;
}
.\!bg-pink-600\/35 {
  background-color: rgb(219 39 119 / .35) !important;
}
.\!bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4) !important;
}
.\!bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45) !important;
}
.\!bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05) !important;
}
.\!bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5) !important;
}
.\!bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55) !important;
}
.\!bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6) !important;
}
.\!bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65) !important;
}
.\!bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7) !important;
}
.\!bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75) !important;
}
.\!bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8) !important;
}
.\!bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85) !important;
}
.\!bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9) !important;
}
.\!bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95) !important;
}
.\!bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0) !important;
}
.\!bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1) !important;
}
.\!bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1) !important;
}
.\!bg-pink-700\/15 {
  background-color: rgb(190 24 93 / .15) !important;
}
.\!bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2) !important;
}
.\!bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25) !important;
}
.\!bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3) !important;
}
.\!bg-pink-700\/35 {
  background-color: rgb(190 24 93 / .35) !important;
}
.\!bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4) !important;
}
.\!bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45) !important;
}
.\!bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05) !important;
}
.\!bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5) !important;
}
.\!bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55) !important;
}
.\!bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6) !important;
}
.\!bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65) !important;
}
.\!bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7) !important;
}
.\!bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75) !important;
}
.\!bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8) !important;
}
.\!bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85) !important;
}
.\!bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9) !important;
}
.\!bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95) !important;
}
.\!bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0) !important;
}
.\!bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1) !important;
}
.\!bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1) !important;
}
.\!bg-pink-800\/15 {
  background-color: rgb(157 23 77 / .15) !important;
}
.\!bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2) !important;
}
.\!bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25) !important;
}
.\!bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3) !important;
}
.\!bg-pink-800\/35 {
  background-color: rgb(157 23 77 / .35) !important;
}
.\!bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4) !important;
}
.\!bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45) !important;
}
.\!bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05) !important;
}
.\!bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5) !important;
}
.\!bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55) !important;
}
.\!bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6) !important;
}
.\!bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65) !important;
}
.\!bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7) !important;
}
.\!bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75) !important;
}
.\!bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8) !important;
}
.\!bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85) !important;
}
.\!bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9) !important;
}
.\!bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95) !important;
}
.\!bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0) !important;
}
.\!bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1) !important;
}
.\!bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1) !important;
}
.\!bg-pink-900\/15 {
  background-color: rgb(131 24 67 / .15) !important;
}
.\!bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2) !important;
}
.\!bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25) !important;
}
.\!bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3) !important;
}
.\!bg-pink-900\/35 {
  background-color: rgb(131 24 67 / .35) !important;
}
.\!bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4) !important;
}
.\!bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45) !important;
}
.\!bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05) !important;
}
.\!bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5) !important;
}
.\!bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55) !important;
}
.\!bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6) !important;
}
.\!bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65) !important;
}
.\!bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7) !important;
}
.\!bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75) !important;
}
.\!bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8) !important;
}
.\!bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85) !important;
}
.\!bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9) !important;
}
.\!bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95) !important;
}
.\!bg-pink-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0) !important;
}
.\!bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1) !important;
}
.\!bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1) !important;
}
.\!bg-pink-950\/15 {
  background-color: rgb(80 7 36 / .15) !important;
}
.\!bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2) !important;
}
.\!bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25) !important;
}
.\!bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3) !important;
}
.\!bg-pink-950\/35 {
  background-color: rgb(80 7 36 / .35) !important;
}
.\!bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4) !important;
}
.\!bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45) !important;
}
.\!bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05) !important;
}
.\!bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5) !important;
}
.\!bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55) !important;
}
.\!bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6) !important;
}
.\!bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65) !important;
}
.\!bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7) !important;
}
.\!bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75) !important;
}
.\!bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8) !important;
}
.\!bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85) !important;
}
.\!bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9) !important;
}
.\!bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95) !important;
}
.\!bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0) !important;
}
.\!bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1) !important;
}
.\!bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1) !important;
}
.\!bg-purple-100\/15 {
  background-color: rgb(243 232 255 / .15) !important;
}
.\!bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2) !important;
}
.\!bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25) !important;
}
.\!bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3) !important;
}
.\!bg-purple-100\/35 {
  background-color: rgb(243 232 255 / .35) !important;
}
.\!bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4) !important;
}
.\!bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45) !important;
}
.\!bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05) !important;
}
.\!bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5) !important;
}
.\!bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55) !important;
}
.\!bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6) !important;
}
.\!bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65) !important;
}
.\!bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7) !important;
}
.\!bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75) !important;
}
.\!bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8) !important;
}
.\!bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85) !important;
}
.\!bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9) !important;
}
.\!bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95) !important;
}
.\!bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0) !important;
}
.\!bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1) !important;
}
.\!bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1) !important;
}
.\!bg-purple-200\/15 {
  background-color: rgb(233 213 255 / .15) !important;
}
.\!bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2) !important;
}
.\!bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25) !important;
}
.\!bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3) !important;
}
.\!bg-purple-200\/35 {
  background-color: rgb(233 213 255 / .35) !important;
}
.\!bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4) !important;
}
.\!bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45) !important;
}
.\!bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05) !important;
}
.\!bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5) !important;
}
.\!bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55) !important;
}
.\!bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6) !important;
}
.\!bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65) !important;
}
.\!bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7) !important;
}
.\!bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75) !important;
}
.\!bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8) !important;
}
.\!bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85) !important;
}
.\!bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9) !important;
}
.\!bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95) !important;
}
.\!bg-purple-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0) !important;
}
.\!bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1) !important;
}
.\!bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1) !important;
}
.\!bg-purple-300\/15 {
  background-color: rgb(216 180 254 / .15) !important;
}
.\!bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2) !important;
}
.\!bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25) !important;
}
.\!bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3) !important;
}
.\!bg-purple-300\/35 {
  background-color: rgb(216 180 254 / .35) !important;
}
.\!bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4) !important;
}
.\!bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45) !important;
}
.\!bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05) !important;
}
.\!bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5) !important;
}
.\!bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55) !important;
}
.\!bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6) !important;
}
.\!bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65) !important;
}
.\!bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7) !important;
}
.\!bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75) !important;
}
.\!bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8) !important;
}
.\!bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85) !important;
}
.\!bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9) !important;
}
.\!bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95) !important;
}
.\!bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0) !important;
}
.\!bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1) !important;
}
.\!bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1) !important;
}
.\!bg-purple-400\/15 {
  background-color: rgb(192 132 252 / .15) !important;
}
.\!bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2) !important;
}
.\!bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25) !important;
}
.\!bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3) !important;
}
.\!bg-purple-400\/35 {
  background-color: rgb(192 132 252 / .35) !important;
}
.\!bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4) !important;
}
.\!bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45) !important;
}
.\!bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05) !important;
}
.\!bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5) !important;
}
.\!bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55) !important;
}
.\!bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6) !important;
}
.\!bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65) !important;
}
.\!bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7) !important;
}
.\!bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75) !important;
}
.\!bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8) !important;
}
.\!bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85) !important;
}
.\!bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9) !important;
}
.\!bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95) !important;
}
.\!bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0) !important;
}
.\!bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1) !important;
}
.\!bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1) !important;
}
.\!bg-purple-50\/15 {
  background-color: rgb(250 245 255 / .15) !important;
}
.\!bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2) !important;
}
.\!bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25) !important;
}
.\!bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3) !important;
}
.\!bg-purple-50\/35 {
  background-color: rgb(250 245 255 / .35) !important;
}
.\!bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4) !important;
}
.\!bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45) !important;
}
.\!bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05) !important;
}
.\!bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5) !important;
}
.\!bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55) !important;
}
.\!bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6) !important;
}
.\!bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65) !important;
}
.\!bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7) !important;
}
.\!bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75) !important;
}
.\!bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8) !important;
}
.\!bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85) !important;
}
.\!bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9) !important;
}
.\!bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95) !important;
}
.\!bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0) !important;
}
.\!bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1) !important;
}
.\!bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1) !important;
}
.\!bg-purple-500\/15 {
  background-color: rgb(168 85 247 / .15) !important;
}
.\!bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2) !important;
}
.\!bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25) !important;
}
.\!bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3) !important;
}
.\!bg-purple-500\/35 {
  background-color: rgb(168 85 247 / .35) !important;
}
.\!bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4) !important;
}
.\!bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45) !important;
}
.\!bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05) !important;
}
.\!bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5) !important;
}
.\!bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55) !important;
}
.\!bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6) !important;
}
.\!bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65) !important;
}
.\!bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7) !important;
}
.\!bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75) !important;
}
.\!bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8) !important;
}
.\!bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85) !important;
}
.\!bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9) !important;
}
.\!bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95) !important;
}
.\!bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0) !important;
}
.\!bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1) !important;
}
.\!bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1) !important;
}
.\!bg-purple-600\/15 {
  background-color: rgb(147 51 234 / .15) !important;
}
.\!bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2) !important;
}
.\!bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25) !important;
}
.\!bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3) !important;
}
.\!bg-purple-600\/35 {
  background-color: rgb(147 51 234 / .35) !important;
}
.\!bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4) !important;
}
.\!bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45) !important;
}
.\!bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05) !important;
}
.\!bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5) !important;
}
.\!bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55) !important;
}
.\!bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6) !important;
}
.\!bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65) !important;
}
.\!bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7) !important;
}
.\!bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75) !important;
}
.\!bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8) !important;
}
.\!bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85) !important;
}
.\!bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9) !important;
}
.\!bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95) !important;
}
.\!bg-purple-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0) !important;
}
.\!bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1) !important;
}
.\!bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1) !important;
}
.\!bg-purple-700\/15 {
  background-color: rgb(126 34 206 / .15) !important;
}
.\!bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2) !important;
}
.\!bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25) !important;
}
.\!bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3) !important;
}
.\!bg-purple-700\/35 {
  background-color: rgb(126 34 206 / .35) !important;
}
.\!bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4) !important;
}
.\!bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45) !important;
}
.\!bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05) !important;
}
.\!bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5) !important;
}
.\!bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55) !important;
}
.\!bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6) !important;
}
.\!bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65) !important;
}
.\!bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7) !important;
}
.\!bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75) !important;
}
.\!bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8) !important;
}
.\!bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85) !important;
}
.\!bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9) !important;
}
.\!bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95) !important;
}
.\!bg-purple-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0) !important;
}
.\!bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1) !important;
}
.\!bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1) !important;
}
.\!bg-purple-800\/15 {
  background-color: rgb(107 33 168 / .15) !important;
}
.\!bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2) !important;
}
.\!bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25) !important;
}
.\!bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3) !important;
}
.\!bg-purple-800\/35 {
  background-color: rgb(107 33 168 / .35) !important;
}
.\!bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4) !important;
}
.\!bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45) !important;
}
.\!bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05) !important;
}
.\!bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5) !important;
}
.\!bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55) !important;
}
.\!bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6) !important;
}
.\!bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65) !important;
}
.\!bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7) !important;
}
.\!bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75) !important;
}
.\!bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8) !important;
}
.\!bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85) !important;
}
.\!bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9) !important;
}
.\!bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95) !important;
}
.\!bg-purple-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0) !important;
}
.\!bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1) !important;
}
.\!bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1) !important;
}
.\!bg-purple-900\/15 {
  background-color: rgb(88 28 135 / .15) !important;
}
.\!bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2) !important;
}
.\!bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25) !important;
}
.\!bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3) !important;
}
.\!bg-purple-900\/35 {
  background-color: rgb(88 28 135 / .35) !important;
}
.\!bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4) !important;
}
.\!bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45) !important;
}
.\!bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05) !important;
}
.\!bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5) !important;
}
.\!bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55) !important;
}
.\!bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6) !important;
}
.\!bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65) !important;
}
.\!bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7) !important;
}
.\!bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75) !important;
}
.\!bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8) !important;
}
.\!bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85) !important;
}
.\!bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9) !important;
}
.\!bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95) !important;
}
.\!bg-purple-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0) !important;
}
.\!bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1) !important;
}
.\!bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1) !important;
}
.\!bg-purple-950\/15 {
  background-color: rgb(59 7 100 / .15) !important;
}
.\!bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2) !important;
}
.\!bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25) !important;
}
.\!bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3) !important;
}
.\!bg-purple-950\/35 {
  background-color: rgb(59 7 100 / .35) !important;
}
.\!bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4) !important;
}
.\!bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45) !important;
}
.\!bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05) !important;
}
.\!bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5) !important;
}
.\!bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55) !important;
}
.\!bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6) !important;
}
.\!bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65) !important;
}
.\!bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7) !important;
}
.\!bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75) !important;
}
.\!bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8) !important;
}
.\!bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85) !important;
}
.\!bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9) !important;
}
.\!bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95) !important;
}
.\!bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0) !important;
}
.\!bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1) !important;
}
.\!bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1) !important;
}
.\!bg-red-100\/15 {
  background-color: rgb(254 226 226 / .15) !important;
}
.\!bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2) !important;
}
.\!bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25) !important;
}
.\!bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3) !important;
}
.\!bg-red-100\/35 {
  background-color: rgb(254 226 226 / .35) !important;
}
.\!bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4) !important;
}
.\!bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45) !important;
}
.\!bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05) !important;
}
.\!bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5) !important;
}
.\!bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55) !important;
}
.\!bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6) !important;
}
.\!bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65) !important;
}
.\!bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7) !important;
}
.\!bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75) !important;
}
.\!bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8) !important;
}
.\!bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85) !important;
}
.\!bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9) !important;
}
.\!bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95) !important;
}
.\!bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0) !important;
}
.\!bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1) !important;
}
.\!bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1) !important;
}
.\!bg-red-200\/15 {
  background-color: rgb(254 202 202 / .15) !important;
}
.\!bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2) !important;
}
.\!bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25) !important;
}
.\!bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3) !important;
}
.\!bg-red-200\/35 {
  background-color: rgb(254 202 202 / .35) !important;
}
.\!bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4) !important;
}
.\!bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45) !important;
}
.\!bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05) !important;
}
.\!bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5) !important;
}
.\!bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55) !important;
}
.\!bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6) !important;
}
.\!bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65) !important;
}
.\!bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7) !important;
}
.\!bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75) !important;
}
.\!bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8) !important;
}
.\!bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85) !important;
}
.\!bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9) !important;
}
.\!bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95) !important;
}
.\!bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0) !important;
}
.\!bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1) !important;
}
.\!bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1) !important;
}
.\!bg-red-300\/15 {
  background-color: rgb(252 165 165 / .15) !important;
}
.\!bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2) !important;
}
.\!bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25) !important;
}
.\!bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3) !important;
}
.\!bg-red-300\/35 {
  background-color: rgb(252 165 165 / .35) !important;
}
.\!bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4) !important;
}
.\!bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45) !important;
}
.\!bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05) !important;
}
.\!bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5) !important;
}
.\!bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55) !important;
}
.\!bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6) !important;
}
.\!bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65) !important;
}
.\!bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7) !important;
}
.\!bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75) !important;
}
.\!bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8) !important;
}
.\!bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85) !important;
}
.\!bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9) !important;
}
.\!bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95) !important;
}
.\!bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0) !important;
}
.\!bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1) !important;
}
.\!bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1) !important;
}
.\!bg-red-400\/15 {
  background-color: rgb(248 113 113 / .15) !important;
}
.\!bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2) !important;
}
.\!bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25) !important;
}
.\!bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3) !important;
}
.\!bg-red-400\/35 {
  background-color: rgb(248 113 113 / .35) !important;
}
.\!bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4) !important;
}
.\!bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45) !important;
}
.\!bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05) !important;
}
.\!bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5) !important;
}
.\!bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55) !important;
}
.\!bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6) !important;
}
.\!bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65) !important;
}
.\!bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7) !important;
}
.\!bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75) !important;
}
.\!bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8) !important;
}
.\!bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85) !important;
}
.\!bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9) !important;
}
.\!bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95) !important;
}
.\!bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0) !important;
}
.\!bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1) !important;
}
.\!bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1) !important;
}
.\!bg-red-50\/15 {
  background-color: rgb(254 242 242 / .15) !important;
}
.\!bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2) !important;
}
.\!bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25) !important;
}
.\!bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3) !important;
}
.\!bg-red-50\/35 {
  background-color: rgb(254 242 242 / .35) !important;
}
.\!bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4) !important;
}
.\!bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45) !important;
}
.\!bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05) !important;
}
.\!bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5) !important;
}
.\!bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55) !important;
}
.\!bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6) !important;
}
.\!bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65) !important;
}
.\!bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7) !important;
}
.\!bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75) !important;
}
.\!bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8) !important;
}
.\!bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85) !important;
}
.\!bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9) !important;
}
.\!bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95) !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0) !important;
}
.\!bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}
.\!bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1) !important;
}
.\!bg-red-500\/15 {
  background-color: rgb(239 68 68 / .15) !important;
}
.\!bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}
.\!bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25) !important;
}
.\!bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3) !important;
}
.\!bg-red-500\/35 {
  background-color: rgb(239 68 68 / .35) !important;
}
.\!bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4) !important;
}
.\!bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45) !important;
}
.\!bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05) !important;
}
.\!bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5) !important;
}
.\!bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55) !important;
}
.\!bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6) !important;
}
.\!bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65) !important;
}
.\!bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7) !important;
}
.\!bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75) !important;
}
.\!bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8) !important;
}
.\!bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85) !important;
}
.\!bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9) !important;
}
.\!bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95) !important;
}
.\!bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0) !important;
}
.\!bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1) !important;
}
.\!bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1) !important;
}
.\!bg-red-600\/15 {
  background-color: rgb(220 38 38 / .15) !important;
}
.\!bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2) !important;
}
.\!bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25) !important;
}
.\!bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3) !important;
}
.\!bg-red-600\/35 {
  background-color: rgb(220 38 38 / .35) !important;
}
.\!bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4) !important;
}
.\!bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45) !important;
}
.\!bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05) !important;
}
.\!bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5) !important;
}
.\!bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55) !important;
}
.\!bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6) !important;
}
.\!bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65) !important;
}
.\!bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7) !important;
}
.\!bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75) !important;
}
.\!bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8) !important;
}
.\!bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85) !important;
}
.\!bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9) !important;
}
.\!bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95) !important;
}
.\!bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0) !important;
}
.\!bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1) !important;
}
.\!bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1) !important;
}
.\!bg-red-700\/15 {
  background-color: rgb(185 28 28 / .15) !important;
}
.\!bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2) !important;
}
.\!bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25) !important;
}
.\!bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3) !important;
}
.\!bg-red-700\/35 {
  background-color: rgb(185 28 28 / .35) !important;
}
.\!bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4) !important;
}
.\!bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45) !important;
}
.\!bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05) !important;
}
.\!bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5) !important;
}
.\!bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55) !important;
}
.\!bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6) !important;
}
.\!bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65) !important;
}
.\!bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7) !important;
}
.\!bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75) !important;
}
.\!bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8) !important;
}
.\!bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85) !important;
}
.\!bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9) !important;
}
.\!bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95) !important;
}
.\!bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0) !important;
}
.\!bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1) !important;
}
.\!bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1) !important;
}
.\!bg-red-800\/15 {
  background-color: rgb(153 27 27 / .15) !important;
}
.\!bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2) !important;
}
.\!bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25) !important;
}
.\!bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3) !important;
}
.\!bg-red-800\/35 {
  background-color: rgb(153 27 27 / .35) !important;
}
.\!bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4) !important;
}
.\!bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45) !important;
}
.\!bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05) !important;
}
.\!bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5) !important;
}
.\!bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55) !important;
}
.\!bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6) !important;
}
.\!bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65) !important;
}
.\!bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7) !important;
}
.\!bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75) !important;
}
.\!bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8) !important;
}
.\!bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85) !important;
}
.\!bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9) !important;
}
.\!bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95) !important;
}
.\!bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0) !important;
}
.\!bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1) !important;
}
.\!bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1) !important;
}
.\!bg-red-900\/15 {
  background-color: rgb(127 29 29 / .15) !important;
}
.\!bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2) !important;
}
.\!bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25) !important;
}
.\!bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3) !important;
}
.\!bg-red-900\/35 {
  background-color: rgb(127 29 29 / .35) !important;
}
.\!bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4) !important;
}
.\!bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45) !important;
}
.\!bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05) !important;
}
.\!bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5) !important;
}
.\!bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55) !important;
}
.\!bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6) !important;
}
.\!bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65) !important;
}
.\!bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7) !important;
}
.\!bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75) !important;
}
.\!bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8) !important;
}
.\!bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85) !important;
}
.\!bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9) !important;
}
.\!bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95) !important;
}
.\!bg-red-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0) !important;
}
.\!bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1) !important;
}
.\!bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1) !important;
}
.\!bg-red-950\/15 {
  background-color: rgb(69 10 10 / .15) !important;
}
.\!bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2) !important;
}
.\!bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25) !important;
}
.\!bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3) !important;
}
.\!bg-red-950\/35 {
  background-color: rgb(69 10 10 / .35) !important;
}
.\!bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4) !important;
}
.\!bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45) !important;
}
.\!bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05) !important;
}
.\!bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5) !important;
}
.\!bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55) !important;
}
.\!bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6) !important;
}
.\!bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65) !important;
}
.\!bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7) !important;
}
.\!bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75) !important;
}
.\!bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8) !important;
}
.\!bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85) !important;
}
.\!bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9) !important;
}
.\!bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95) !important;
}
.\!bg-rose-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0) !important;
}
.\!bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1) !important;
}
.\!bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1) !important;
}
.\!bg-rose-100\/15 {
  background-color: rgb(255 228 230 / .15) !important;
}
.\!bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2) !important;
}
.\!bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25) !important;
}
.\!bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3) !important;
}
.\!bg-rose-100\/35 {
  background-color: rgb(255 228 230 / .35) !important;
}
.\!bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4) !important;
}
.\!bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45) !important;
}
.\!bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05) !important;
}
.\!bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5) !important;
}
.\!bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55) !important;
}
.\!bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6) !important;
}
.\!bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65) !important;
}
.\!bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7) !important;
}
.\!bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75) !important;
}
.\!bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8) !important;
}
.\!bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85) !important;
}
.\!bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9) !important;
}
.\!bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95) !important;
}
.\!bg-rose-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0) !important;
}
.\!bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1) !important;
}
.\!bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1) !important;
}
.\!bg-rose-200\/15 {
  background-color: rgb(254 205 211 / .15) !important;
}
.\!bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2) !important;
}
.\!bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25) !important;
}
.\!bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3) !important;
}
.\!bg-rose-200\/35 {
  background-color: rgb(254 205 211 / .35) !important;
}
.\!bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4) !important;
}
.\!bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45) !important;
}
.\!bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05) !important;
}
.\!bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5) !important;
}
.\!bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55) !important;
}
.\!bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6) !important;
}
.\!bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65) !important;
}
.\!bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7) !important;
}
.\!bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75) !important;
}
.\!bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8) !important;
}
.\!bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85) !important;
}
.\!bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9) !important;
}
.\!bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95) !important;
}
.\!bg-rose-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0) !important;
}
.\!bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1) !important;
}
.\!bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1) !important;
}
.\!bg-rose-300\/15 {
  background-color: rgb(253 164 175 / .15) !important;
}
.\!bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2) !important;
}
.\!bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25) !important;
}
.\!bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3) !important;
}
.\!bg-rose-300\/35 {
  background-color: rgb(253 164 175 / .35) !important;
}
.\!bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4) !important;
}
.\!bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45) !important;
}
.\!bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05) !important;
}
.\!bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5) !important;
}
.\!bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55) !important;
}
.\!bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6) !important;
}
.\!bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65) !important;
}
.\!bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7) !important;
}
.\!bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75) !important;
}
.\!bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8) !important;
}
.\!bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85) !important;
}
.\!bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9) !important;
}
.\!bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95) !important;
}
.\!bg-rose-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0) !important;
}
.\!bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1) !important;
}
.\!bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1) !important;
}
.\!bg-rose-400\/15 {
  background-color: rgb(251 113 133 / .15) !important;
}
.\!bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2) !important;
}
.\!bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25) !important;
}
.\!bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3) !important;
}
.\!bg-rose-400\/35 {
  background-color: rgb(251 113 133 / .35) !important;
}
.\!bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4) !important;
}
.\!bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45) !important;
}
.\!bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05) !important;
}
.\!bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5) !important;
}
.\!bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55) !important;
}
.\!bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6) !important;
}
.\!bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65) !important;
}
.\!bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7) !important;
}
.\!bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75) !important;
}
.\!bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8) !important;
}
.\!bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85) !important;
}
.\!bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9) !important;
}
.\!bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95) !important;
}
.\!bg-rose-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0) !important;
}
.\!bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1) !important;
}
.\!bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1) !important;
}
.\!bg-rose-50\/15 {
  background-color: rgb(255 241 242 / .15) !important;
}
.\!bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2) !important;
}
.\!bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25) !important;
}
.\!bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3) !important;
}
.\!bg-rose-50\/35 {
  background-color: rgb(255 241 242 / .35) !important;
}
.\!bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4) !important;
}
.\!bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45) !important;
}
.\!bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05) !important;
}
.\!bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5) !important;
}
.\!bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55) !important;
}
.\!bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6) !important;
}
.\!bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65) !important;
}
.\!bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7) !important;
}
.\!bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75) !important;
}
.\!bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8) !important;
}
.\!bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85) !important;
}
.\!bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9) !important;
}
.\!bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95) !important;
}
.\!bg-rose-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0) !important;
}
.\!bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1) !important;
}
.\!bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1) !important;
}
.\!bg-rose-500\/15 {
  background-color: rgb(244 63 94 / .15) !important;
}
.\!bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2) !important;
}
.\!bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25) !important;
}
.\!bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3) !important;
}
.\!bg-rose-500\/35 {
  background-color: rgb(244 63 94 / .35) !important;
}
.\!bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4) !important;
}
.\!bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45) !important;
}
.\!bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05) !important;
}
.\!bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5) !important;
}
.\!bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55) !important;
}
.\!bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6) !important;
}
.\!bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65) !important;
}
.\!bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7) !important;
}
.\!bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75) !important;
}
.\!bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8) !important;
}
.\!bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85) !important;
}
.\!bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9) !important;
}
.\!bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95) !important;
}
.\!bg-rose-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0) !important;
}
.\!bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1) !important;
}
.\!bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1) !important;
}
.\!bg-rose-600\/15 {
  background-color: rgb(225 29 72 / .15) !important;
}
.\!bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2) !important;
}
.\!bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25) !important;
}
.\!bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3) !important;
}
.\!bg-rose-600\/35 {
  background-color: rgb(225 29 72 / .35) !important;
}
.\!bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4) !important;
}
.\!bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45) !important;
}
.\!bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05) !important;
}
.\!bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5) !important;
}
.\!bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55) !important;
}
.\!bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6) !important;
}
.\!bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65) !important;
}
.\!bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7) !important;
}
.\!bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75) !important;
}
.\!bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8) !important;
}
.\!bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85) !important;
}
.\!bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9) !important;
}
.\!bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95) !important;
}
.\!bg-rose-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0) !important;
}
.\!bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1) !important;
}
.\!bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1) !important;
}
.\!bg-rose-700\/15 {
  background-color: rgb(190 18 60 / .15) !important;
}
.\!bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2) !important;
}
.\!bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25) !important;
}
.\!bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3) !important;
}
.\!bg-rose-700\/35 {
  background-color: rgb(190 18 60 / .35) !important;
}
.\!bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4) !important;
}
.\!bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45) !important;
}
.\!bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05) !important;
}
.\!bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5) !important;
}
.\!bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55) !important;
}
.\!bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6) !important;
}
.\!bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65) !important;
}
.\!bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7) !important;
}
.\!bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75) !important;
}
.\!bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8) !important;
}
.\!bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85) !important;
}
.\!bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9) !important;
}
.\!bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95) !important;
}
.\!bg-rose-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0) !important;
}
.\!bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1) !important;
}
.\!bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1) !important;
}
.\!bg-rose-800\/15 {
  background-color: rgb(159 18 57 / .15) !important;
}
.\!bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2) !important;
}
.\!bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25) !important;
}
.\!bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3) !important;
}
.\!bg-rose-800\/35 {
  background-color: rgb(159 18 57 / .35) !important;
}
.\!bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4) !important;
}
.\!bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45) !important;
}
.\!bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05) !important;
}
.\!bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5) !important;
}
.\!bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55) !important;
}
.\!bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6) !important;
}
.\!bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65) !important;
}
.\!bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7) !important;
}
.\!bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75) !important;
}
.\!bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8) !important;
}
.\!bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85) !important;
}
.\!bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9) !important;
}
.\!bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95) !important;
}
.\!bg-rose-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0) !important;
}
.\!bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1) !important;
}
.\!bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1) !important;
}
.\!bg-rose-900\/15 {
  background-color: rgb(136 19 55 / .15) !important;
}
.\!bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2) !important;
}
.\!bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25) !important;
}
.\!bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3) !important;
}
.\!bg-rose-900\/35 {
  background-color: rgb(136 19 55 / .35) !important;
}
.\!bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4) !important;
}
.\!bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45) !important;
}
.\!bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05) !important;
}
.\!bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5) !important;
}
.\!bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55) !important;
}
.\!bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6) !important;
}
.\!bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65) !important;
}
.\!bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7) !important;
}
.\!bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75) !important;
}
.\!bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8) !important;
}
.\!bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85) !important;
}
.\!bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9) !important;
}
.\!bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95) !important;
}
.\!bg-rose-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0) !important;
}
.\!bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1) !important;
}
.\!bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1) !important;
}
.\!bg-rose-950\/15 {
  background-color: rgb(76 5 25 / .15) !important;
}
.\!bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2) !important;
}
.\!bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25) !important;
}
.\!bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3) !important;
}
.\!bg-rose-950\/35 {
  background-color: rgb(76 5 25 / .35) !important;
}
.\!bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4) !important;
}
.\!bg-rose-950\/45 {
  background-color: rgb(76 5 25 / 0.45) !important;
}
.\!bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05) !important;
}
.\!bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5) !important;
}
.\!bg-rose-950\/55 {
  background-color: rgb(76 5 25 / 0.55) !important;
}
.\!bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6) !important;
}
.\!bg-rose-950\/65 {
  background-color: rgb(76 5 25 / 0.65) !important;
}
.\!bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7) !important;
}
.\!bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75) !important;
}
.\!bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8) !important;
}
.\!bg-rose-950\/85 {
  background-color: rgb(76 5 25 / 0.85) !important;
}
.\!bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9) !important;
}
.\!bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95) !important;
}
.\!bg-sky-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0) !important;
}
.\!bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1) !important;
}
.\!bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1) !important;
}
.\!bg-sky-100\/15 {
  background-color: rgb(224 242 254 / .15) !important;
}
.\!bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2) !important;
}
.\!bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25) !important;
}
.\!bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3) !important;
}
.\!bg-sky-100\/35 {
  background-color: rgb(224 242 254 / .35) !important;
}
.\!bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4) !important;
}
.\!bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45) !important;
}
.\!bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05) !important;
}
.\!bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5) !important;
}
.\!bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55) !important;
}
.\!bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6) !important;
}
.\!bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65) !important;
}
.\!bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7) !important;
}
.\!bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75) !important;
}
.\!bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8) !important;
}
.\!bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85) !important;
}
.\!bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9) !important;
}
.\!bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95) !important;
}
.\!bg-sky-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0) !important;
}
.\!bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1) !important;
}
.\!bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1) !important;
}
.\!bg-sky-200\/15 {
  background-color: rgb(186 230 253 / .15) !important;
}
.\!bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2) !important;
}
.\!bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25) !important;
}
.\!bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3) !important;
}
.\!bg-sky-200\/35 {
  background-color: rgb(186 230 253 / .35) !important;
}
.\!bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4) !important;
}
.\!bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45) !important;
}
.\!bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05) !important;
}
.\!bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5) !important;
}
.\!bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55) !important;
}
.\!bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6) !important;
}
.\!bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65) !important;
}
.\!bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7) !important;
}
.\!bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75) !important;
}
.\!bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8) !important;
}
.\!bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85) !important;
}
.\!bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9) !important;
}
.\!bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95) !important;
}
.\!bg-sky-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0) !important;
}
.\!bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1) !important;
}
.\!bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1) !important;
}
.\!bg-sky-300\/15 {
  background-color: rgb(125 211 252 / .15) !important;
}
.\!bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2) !important;
}
.\!bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25) !important;
}
.\!bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3) !important;
}
.\!bg-sky-300\/35 {
  background-color: rgb(125 211 252 / .35) !important;
}
.\!bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4) !important;
}
.\!bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45) !important;
}
.\!bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05) !important;
}
.\!bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5) !important;
}
.\!bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55) !important;
}
.\!bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6) !important;
}
.\!bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65) !important;
}
.\!bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7) !important;
}
.\!bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75) !important;
}
.\!bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8) !important;
}
.\!bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85) !important;
}
.\!bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9) !important;
}
.\!bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95) !important;
}
.\!bg-sky-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0) !important;
}
.\!bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1) !important;
}
.\!bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1) !important;
}
.\!bg-sky-400\/15 {
  background-color: rgb(56 189 248 / .15) !important;
}
.\!bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2) !important;
}
.\!bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25) !important;
}
.\!bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3) !important;
}
.\!bg-sky-400\/35 {
  background-color: rgb(56 189 248 / .35) !important;
}
.\!bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4) !important;
}
.\!bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45) !important;
}
.\!bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05) !important;
}
.\!bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5) !important;
}
.\!bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55) !important;
}
.\!bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6) !important;
}
.\!bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65) !important;
}
.\!bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7) !important;
}
.\!bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75) !important;
}
.\!bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8) !important;
}
.\!bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85) !important;
}
.\!bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9) !important;
}
.\!bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95) !important;
}
.\!bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0) !important;
}
.\!bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1) !important;
}
.\!bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1) !important;
}
.\!bg-sky-50\/15 {
  background-color: rgb(240 249 255 / .15) !important;
}
.\!bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2) !important;
}
.\!bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25) !important;
}
.\!bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3) !important;
}
.\!bg-sky-50\/35 {
  background-color: rgb(240 249 255 / .35) !important;
}
.\!bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4) !important;
}
.\!bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45) !important;
}
.\!bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05) !important;
}
.\!bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5) !important;
}
.\!bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55) !important;
}
.\!bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6) !important;
}
.\!bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65) !important;
}
.\!bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7) !important;
}
.\!bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75) !important;
}
.\!bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8) !important;
}
.\!bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85) !important;
}
.\!bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9) !important;
}
.\!bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95) !important;
}
.\!bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0) !important;
}
.\!bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1) !important;
}
.\!bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1) !important;
}
.\!bg-sky-500\/15 {
  background-color: rgb(14 165 233 / .15) !important;
}
.\!bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2) !important;
}
.\!bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25) !important;
}
.\!bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3) !important;
}
.\!bg-sky-500\/35 {
  background-color: rgb(14 165 233 / .35) !important;
}
.\!bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4) !important;
}
.\!bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45) !important;
}
.\!bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05) !important;
}
.\!bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5) !important;
}
.\!bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55) !important;
}
.\!bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6) !important;
}
.\!bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65) !important;
}
.\!bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7) !important;
}
.\!bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75) !important;
}
.\!bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8) !important;
}
.\!bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85) !important;
}
.\!bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9) !important;
}
.\!bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95) !important;
}
.\!bg-sky-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0) !important;
}
.\!bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1) !important;
}
.\!bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1) !important;
}
.\!bg-sky-600\/15 {
  background-color: rgb(2 132 199 / .15) !important;
}
.\!bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2) !important;
}
.\!bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25) !important;
}
.\!bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3) !important;
}
.\!bg-sky-600\/35 {
  background-color: rgb(2 132 199 / .35) !important;
}
.\!bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4) !important;
}
.\!bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45) !important;
}
.\!bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05) !important;
}
.\!bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5) !important;
}
.\!bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55) !important;
}
.\!bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6) !important;
}
.\!bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65) !important;
}
.\!bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7) !important;
}
.\!bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75) !important;
}
.\!bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8) !important;
}
.\!bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85) !important;
}
.\!bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9) !important;
}
.\!bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95) !important;
}
.\!bg-sky-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0) !important;
}
.\!bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1) !important;
}
.\!bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1) !important;
}
.\!bg-sky-700\/15 {
  background-color: rgb(3 105 161 / .15) !important;
}
.\!bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2) !important;
}
.\!bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25) !important;
}
.\!bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3) !important;
}
.\!bg-sky-700\/35 {
  background-color: rgb(3 105 161 / .35) !important;
}
.\!bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4) !important;
}
.\!bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45) !important;
}
.\!bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05) !important;
}
.\!bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5) !important;
}
.\!bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55) !important;
}
.\!bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6) !important;
}
.\!bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65) !important;
}
.\!bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7) !important;
}
.\!bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75) !important;
}
.\!bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8) !important;
}
.\!bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85) !important;
}
.\!bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9) !important;
}
.\!bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95) !important;
}
.\!bg-sky-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0) !important;
}
.\!bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1) !important;
}
.\!bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1) !important;
}
.\!bg-sky-800\/15 {
  background-color: rgb(7 89 133 / .15) !important;
}
.\!bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2) !important;
}
.\!bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25) !important;
}
.\!bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3) !important;
}
.\!bg-sky-800\/35 {
  background-color: rgb(7 89 133 / .35) !important;
}
.\!bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4) !important;
}
.\!bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45) !important;
}
.\!bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05) !important;
}
.\!bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5) !important;
}
.\!bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55) !important;
}
.\!bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6) !important;
}
.\!bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65) !important;
}
.\!bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7) !important;
}
.\!bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75) !important;
}
.\!bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8) !important;
}
.\!bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85) !important;
}
.\!bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9) !important;
}
.\!bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95) !important;
}
.\!bg-sky-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0) !important;
}
.\!bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1) !important;
}
.\!bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1) !important;
}
.\!bg-sky-900\/15 {
  background-color: rgb(12 74 110 / .15) !important;
}
.\!bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2) !important;
}
.\!bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25) !important;
}
.\!bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3) !important;
}
.\!bg-sky-900\/35 {
  background-color: rgb(12 74 110 / .35) !important;
}
.\!bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4) !important;
}
.\!bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45) !important;
}
.\!bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05) !important;
}
.\!bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5) !important;
}
.\!bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55) !important;
}
.\!bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6) !important;
}
.\!bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65) !important;
}
.\!bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7) !important;
}
.\!bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75) !important;
}
.\!bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8) !important;
}
.\!bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85) !important;
}
.\!bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9) !important;
}
.\!bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95) !important;
}
.\!bg-sky-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0) !important;
}
.\!bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1) !important;
}
.\!bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1) !important;
}
.\!bg-sky-950\/15 {
  background-color: rgb(8 47 73 / .15) !important;
}
.\!bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2) !important;
}
.\!bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25) !important;
}
.\!bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3) !important;
}
.\!bg-sky-950\/35 {
  background-color: rgb(8 47 73 / .35) !important;
}
.\!bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4) !important;
}
.\!bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45) !important;
}
.\!bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05) !important;
}
.\!bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5) !important;
}
.\!bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55) !important;
}
.\!bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6) !important;
}
.\!bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65) !important;
}
.\!bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7) !important;
}
.\!bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75) !important;
}
.\!bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8) !important;
}
.\!bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85) !important;
}
.\!bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9) !important;
}
.\!bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95) !important;
}
.\!bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0) !important;
}
.\!bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1) !important;
}
.\!bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1) !important;
}
.\!bg-slate-100\/15 {
  background-color: rgb(241 245 249 / .15) !important;
}
.\!bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2) !important;
}
.\!bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25) !important;
}
.\!bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3) !important;
}
.\!bg-slate-100\/35 {
  background-color: rgb(241 245 249 / .35) !important;
}
.\!bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4) !important;
}
.\!bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45) !important;
}
.\!bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05) !important;
}
.\!bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5) !important;
}
.\!bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55) !important;
}
.\!bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6) !important;
}
.\!bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65) !important;
}
.\!bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7) !important;
}
.\!bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75) !important;
}
.\!bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8) !important;
}
.\!bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85) !important;
}
.\!bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9) !important;
}
.\!bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95) !important;
}
.\!bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0) !important;
}
.\!bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1) !important;
}
.\!bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1) !important;
}
.\!bg-slate-200\/15 {
  background-color: rgb(226 232 240 / .15) !important;
}
.\!bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2) !important;
}
.\!bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25) !important;
}
.\!bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3) !important;
}
.\!bg-slate-200\/35 {
  background-color: rgb(226 232 240 / .35) !important;
}
.\!bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4) !important;
}
.\!bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45) !important;
}
.\!bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05) !important;
}
.\!bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5) !important;
}
.\!bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55) !important;
}
.\!bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6) !important;
}
.\!bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65) !important;
}
.\!bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7) !important;
}
.\!bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75) !important;
}
.\!bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8) !important;
}
.\!bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85) !important;
}
.\!bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9) !important;
}
.\!bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95) !important;
}
.\!bg-slate-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0) !important;
}
.\!bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1) !important;
}
.\!bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1) !important;
}
.\!bg-slate-300\/15 {
  background-color: rgb(203 213 225 / .15) !important;
}
.\!bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2) !important;
}
.\!bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25) !important;
}
.\!bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3) !important;
}
.\!bg-slate-300\/35 {
  background-color: rgb(203 213 225 / .35) !important;
}
.\!bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4) !important;
}
.\!bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45) !important;
}
.\!bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05) !important;
}
.\!bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5) !important;
}
.\!bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55) !important;
}
.\!bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6) !important;
}
.\!bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65) !important;
}
.\!bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7) !important;
}
.\!bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75) !important;
}
.\!bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8) !important;
}
.\!bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85) !important;
}
.\!bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9) !important;
}
.\!bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95) !important;
}
.\!bg-slate-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0) !important;
}
.\!bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1) !important;
}
.\!bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1) !important;
}
.\!bg-slate-400\/15 {
  background-color: rgb(148 163 184 / .15) !important;
}
.\!bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2) !important;
}
.\!bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25) !important;
}
.\!bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3) !important;
}
.\!bg-slate-400\/35 {
  background-color: rgb(148 163 184 / .35) !important;
}
.\!bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4) !important;
}
.\!bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45) !important;
}
.\!bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05) !important;
}
.\!bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5) !important;
}
.\!bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55) !important;
}
.\!bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6) !important;
}
.\!bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65) !important;
}
.\!bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7) !important;
}
.\!bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75) !important;
}
.\!bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8) !important;
}
.\!bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85) !important;
}
.\!bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9) !important;
}
.\!bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95) !important;
}
.\!bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0) !important;
}
.\!bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1) !important;
}
.\!bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1) !important;
}
.\!bg-slate-50\/15 {
  background-color: rgb(248 250 252 / .15) !important;
}
.\!bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2) !important;
}
.\!bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25) !important;
}
.\!bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3) !important;
}
.\!bg-slate-50\/35 {
  background-color: rgb(248 250 252 / .35) !important;
}
.\!bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4) !important;
}
.\!bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45) !important;
}
.\!bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05) !important;
}
.\!bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5) !important;
}
.\!bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55) !important;
}
.\!bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6) !important;
}
.\!bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65) !important;
}
.\!bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7) !important;
}
.\!bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75) !important;
}
.\!bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8) !important;
}
.\!bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85) !important;
}
.\!bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9) !important;
}
.\!bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95) !important;
}
.\!bg-slate-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0) !important;
}
.\!bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1) !important;
}
.\!bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1) !important;
}
.\!bg-slate-500\/15 {
  background-color: rgb(100 116 139 / .15) !important;
}
.\!bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2) !important;
}
.\!bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25) !important;
}
.\!bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3) !important;
}
.\!bg-slate-500\/35 {
  background-color: rgb(100 116 139 / .35) !important;
}
.\!bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4) !important;
}
.\!bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45) !important;
}
.\!bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05) !important;
}
.\!bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5) !important;
}
.\!bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55) !important;
}
.\!bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6) !important;
}
.\!bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65) !important;
}
.\!bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7) !important;
}
.\!bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75) !important;
}
.\!bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8) !important;
}
.\!bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85) !important;
}
.\!bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9) !important;
}
.\!bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95) !important;
}
.\!bg-slate-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0) !important;
}
.\!bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1) !important;
}
.\!bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1) !important;
}
.\!bg-slate-600\/15 {
  background-color: rgb(71 85 105 / .15) !important;
}
.\!bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2) !important;
}
.\!bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25) !important;
}
.\!bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3) !important;
}
.\!bg-slate-600\/35 {
  background-color: rgb(71 85 105 / .35) !important;
}
.\!bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4) !important;
}
.\!bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45) !important;
}
.\!bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05) !important;
}
.\!bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5) !important;
}
.\!bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55) !important;
}
.\!bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6) !important;
}
.\!bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65) !important;
}
.\!bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7) !important;
}
.\!bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75) !important;
}
.\!bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8) !important;
}
.\!bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85) !important;
}
.\!bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9) !important;
}
.\!bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95) !important;
}
.\!bg-slate-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0) !important;
}
.\!bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1) !important;
}
.\!bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1) !important;
}
.\!bg-slate-700\/15 {
  background-color: rgb(51 65 85 / .15) !important;
}
.\!bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2) !important;
}
.\!bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25) !important;
}
.\!bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3) !important;
}
.\!bg-slate-700\/35 {
  background-color: rgb(51 65 85 / .35) !important;
}
.\!bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4) !important;
}
.\!bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45) !important;
}
.\!bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05) !important;
}
.\!bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5) !important;
}
.\!bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55) !important;
}
.\!bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6) !important;
}
.\!bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65) !important;
}
.\!bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7) !important;
}
.\!bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75) !important;
}
.\!bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8) !important;
}
.\!bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85) !important;
}
.\!bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9) !important;
}
.\!bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95) !important;
}
.\!bg-slate-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0) !important;
}
.\!bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1) !important;
}
.\!bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1) !important;
}
.\!bg-slate-800\/15 {
  background-color: rgb(30 41 59 / .15) !important;
}
.\!bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2) !important;
}
.\!bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25) !important;
}
.\!bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3) !important;
}
.\!bg-slate-800\/35 {
  background-color: rgb(30 41 59 / .35) !important;
}
.\!bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4) !important;
}
.\!bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45) !important;
}
.\!bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05) !important;
}
.\!bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5) !important;
}
.\!bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55) !important;
}
.\!bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6) !important;
}
.\!bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65) !important;
}
.\!bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7) !important;
}
.\!bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75) !important;
}
.\!bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8) !important;
}
.\!bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85) !important;
}
.\!bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9) !important;
}
.\!bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95) !important;
}
.\!bg-slate-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0) !important;
}
.\!bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1) !important;
}
.\!bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1) !important;
}
.\!bg-slate-900\/15 {
  background-color: rgb(15 23 42 / .15) !important;
}
.\!bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2) !important;
}
.\!bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25) !important;
}
.\!bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3) !important;
}
.\!bg-slate-900\/35 {
  background-color: rgb(15 23 42 / .35) !important;
}
.\!bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4) !important;
}
.\!bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45) !important;
}
.\!bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05) !important;
}
.\!bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5) !important;
}
.\!bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55) !important;
}
.\!bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6) !important;
}
.\!bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65) !important;
}
.\!bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7) !important;
}
.\!bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75) !important;
}
.\!bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8) !important;
}
.\!bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85) !important;
}
.\!bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9) !important;
}
.\!bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95) !important;
}
.\!bg-slate-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0) !important;
}
.\!bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1) !important;
}
.\!bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1) !important;
}
.\!bg-slate-950\/15 {
  background-color: rgb(2 6 23 / .15) !important;
}
.\!bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2) !important;
}
.\!bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25) !important;
}
.\!bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3) !important;
}
.\!bg-slate-950\/35 {
  background-color: rgb(2 6 23 / .35) !important;
}
.\!bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4) !important;
}
.\!bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45) !important;
}
.\!bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05) !important;
}
.\!bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5) !important;
}
.\!bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55) !important;
}
.\!bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6) !important;
}
.\!bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65) !important;
}
.\!bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7) !important;
}
.\!bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75) !important;
}
.\!bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8) !important;
}
.\!bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85) !important;
}
.\!bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9) !important;
}
.\!bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95) !important;
}
.\!bg-stone-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 248 247 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-100\/0 {
  background-color: rgb(250 248 247 / 0) !important;
}
.\!bg-stone-100\/10 {
  background-color: rgb(250 248 247 / 0.1) !important;
}
.\!bg-stone-100\/100 {
  background-color: rgb(250 248 247 / 1) !important;
}
.\!bg-stone-100\/15 {
  background-color: rgb(250 248 247 / .15) !important;
}
.\!bg-stone-100\/20 {
  background-color: rgb(250 248 247 / 0.2) !important;
}
.\!bg-stone-100\/25 {
  background-color: rgb(250 248 247 / 0.25) !important;
}
.\!bg-stone-100\/30 {
  background-color: rgb(250 248 247 / 0.3) !important;
}
.\!bg-stone-100\/35 {
  background-color: rgb(250 248 247 / .35) !important;
}
.\!bg-stone-100\/40 {
  background-color: rgb(250 248 247 / 0.4) !important;
}
.\!bg-stone-100\/45 {
  background-color: rgb(250 248 247 / 0.45) !important;
}
.\!bg-stone-100\/5 {
  background-color: rgb(250 248 247 / 0.05) !important;
}
.\!bg-stone-100\/50 {
  background-color: rgb(250 248 247 / 0.5) !important;
}
.\!bg-stone-100\/55 {
  background-color: rgb(250 248 247 / 0.55) !important;
}
.\!bg-stone-100\/60 {
  background-color: rgb(250 248 247 / 0.6) !important;
}
.\!bg-stone-100\/65 {
  background-color: rgb(250 248 247 / 0.65) !important;
}
.\!bg-stone-100\/70 {
  background-color: rgb(250 248 247 / 0.7) !important;
}
.\!bg-stone-100\/75 {
  background-color: rgb(250 248 247 / 0.75) !important;
}
.\!bg-stone-100\/80 {
  background-color: rgb(250 248 247 / 0.8) !important;
}
.\!bg-stone-100\/85 {
  background-color: rgb(250 248 247 / 0.85) !important;
}
.\!bg-stone-100\/90 {
  background-color: rgb(250 248 247 / 0.9) !important;
}
.\!bg-stone-100\/95 {
  background-color: rgb(250 248 247 / 0.95) !important;
}
.\!bg-stone-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0) !important;
}
.\!bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1) !important;
}
.\!bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1) !important;
}
.\!bg-stone-200\/15 {
  background-color: rgb(231 229 228 / .15) !important;
}
.\!bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2) !important;
}
.\!bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25) !important;
}
.\!bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3) !important;
}
.\!bg-stone-200\/35 {
  background-color: rgb(231 229 228 / .35) !important;
}
.\!bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4) !important;
}
.\!bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45) !important;
}
.\!bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05) !important;
}
.\!bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5) !important;
}
.\!bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55) !important;
}
.\!bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6) !important;
}
.\!bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65) !important;
}
.\!bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7) !important;
}
.\!bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75) !important;
}
.\!bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8) !important;
}
.\!bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85) !important;
}
.\!bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9) !important;
}
.\!bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95) !important;
}
.\!bg-stone-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0) !important;
}
.\!bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1) !important;
}
.\!bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1) !important;
}
.\!bg-stone-300\/15 {
  background-color: rgb(214 211 209 / .15) !important;
}
.\!bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2) !important;
}
.\!bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25) !important;
}
.\!bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3) !important;
}
.\!bg-stone-300\/35 {
  background-color: rgb(214 211 209 / .35) !important;
}
.\!bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4) !important;
}
.\!bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45) !important;
}
.\!bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05) !important;
}
.\!bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5) !important;
}
.\!bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55) !important;
}
.\!bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6) !important;
}
.\!bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65) !important;
}
.\!bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7) !important;
}
.\!bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75) !important;
}
.\!bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8) !important;
}
.\!bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85) !important;
}
.\!bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9) !important;
}
.\!bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95) !important;
}
.\!bg-stone-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0) !important;
}
.\!bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1) !important;
}
.\!bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1) !important;
}
.\!bg-stone-400\/15 {
  background-color: rgb(168 162 158 / .15) !important;
}
.\!bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2) !important;
}
.\!bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25) !important;
}
.\!bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3) !important;
}
.\!bg-stone-400\/35 {
  background-color: rgb(168 162 158 / .35) !important;
}
.\!bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4) !important;
}
.\!bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45) !important;
}
.\!bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05) !important;
}
.\!bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5) !important;
}
.\!bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55) !important;
}
.\!bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6) !important;
}
.\!bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65) !important;
}
.\!bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7) !important;
}
.\!bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75) !important;
}
.\!bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8) !important;
}
.\!bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85) !important;
}
.\!bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9) !important;
}
.\!bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95) !important;
}
.\!bg-stone-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-50\/0 {
  background-color: rgb(254 252 250 / 0) !important;
}
.\!bg-stone-50\/10 {
  background-color: rgb(254 252 250 / 0.1) !important;
}
.\!bg-stone-50\/100 {
  background-color: rgb(254 252 250 / 1) !important;
}
.\!bg-stone-50\/15 {
  background-color: rgb(254 252 250 / .15) !important;
}
.\!bg-stone-50\/20 {
  background-color: rgb(254 252 250 / 0.2) !important;
}
.\!bg-stone-50\/25 {
  background-color: rgb(254 252 250 / 0.25) !important;
}
.\!bg-stone-50\/30 {
  background-color: rgb(254 252 250 / 0.3) !important;
}
.\!bg-stone-50\/35 {
  background-color: rgb(254 252 250 / .35) !important;
}
.\!bg-stone-50\/40 {
  background-color: rgb(254 252 250 / 0.4) !important;
}
.\!bg-stone-50\/45 {
  background-color: rgb(254 252 250 / 0.45) !important;
}
.\!bg-stone-50\/5 {
  background-color: rgb(254 252 250 / 0.05) !important;
}
.\!bg-stone-50\/50 {
  background-color: rgb(254 252 250 / 0.5) !important;
}
.\!bg-stone-50\/55 {
  background-color: rgb(254 252 250 / 0.55) !important;
}
.\!bg-stone-50\/60 {
  background-color: rgb(254 252 250 / 0.6) !important;
}
.\!bg-stone-50\/65 {
  background-color: rgb(254 252 250 / 0.65) !important;
}
.\!bg-stone-50\/70 {
  background-color: rgb(254 252 250 / 0.7) !important;
}
.\!bg-stone-50\/75 {
  background-color: rgb(254 252 250 / 0.75) !important;
}
.\!bg-stone-50\/80 {
  background-color: rgb(254 252 250 / 0.8) !important;
}
.\!bg-stone-50\/85 {
  background-color: rgb(254 252 250 / 0.85) !important;
}
.\!bg-stone-50\/90 {
  background-color: rgb(254 252 250 / 0.9) !important;
}
.\!bg-stone-50\/95 {
  background-color: rgb(254 252 250 / 0.95) !important;
}
.\!bg-stone-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0) !important;
}
.\!bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1) !important;
}
.\!bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1) !important;
}
.\!bg-stone-500\/15 {
  background-color: rgb(120 113 108 / .15) !important;
}
.\!bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2) !important;
}
.\!bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25) !important;
}
.\!bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3) !important;
}
.\!bg-stone-500\/35 {
  background-color: rgb(120 113 108 / .35) !important;
}
.\!bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4) !important;
}
.\!bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45) !important;
}
.\!bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05) !important;
}
.\!bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5) !important;
}
.\!bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55) !important;
}
.\!bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6) !important;
}
.\!bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65) !important;
}
.\!bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7) !important;
}
.\!bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75) !important;
}
.\!bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8) !important;
}
.\!bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85) !important;
}
.\!bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9) !important;
}
.\!bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95) !important;
}
.\!bg-stone-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0) !important;
}
.\!bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1) !important;
}
.\!bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1) !important;
}
.\!bg-stone-600\/15 {
  background-color: rgb(87 83 78 / .15) !important;
}
.\!bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2) !important;
}
.\!bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25) !important;
}
.\!bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3) !important;
}
.\!bg-stone-600\/35 {
  background-color: rgb(87 83 78 / .35) !important;
}
.\!bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4) !important;
}
.\!bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45) !important;
}
.\!bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05) !important;
}
.\!bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5) !important;
}
.\!bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55) !important;
}
.\!bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6) !important;
}
.\!bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65) !important;
}
.\!bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7) !important;
}
.\!bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75) !important;
}
.\!bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8) !important;
}
.\!bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85) !important;
}
.\!bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9) !important;
}
.\!bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95) !important;
}
.\!bg-stone-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0) !important;
}
.\!bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1) !important;
}
.\!bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1) !important;
}
.\!bg-stone-700\/15 {
  background-color: rgb(68 64 60 / .15) !important;
}
.\!bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2) !important;
}
.\!bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25) !important;
}
.\!bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3) !important;
}
.\!bg-stone-700\/35 {
  background-color: rgb(68 64 60 / .35) !important;
}
.\!bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4) !important;
}
.\!bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45) !important;
}
.\!bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05) !important;
}
.\!bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5) !important;
}
.\!bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55) !important;
}
.\!bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6) !important;
}
.\!bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65) !important;
}
.\!bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7) !important;
}
.\!bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75) !important;
}
.\!bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8) !important;
}
.\!bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85) !important;
}
.\!bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9) !important;
}
.\!bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95) !important;
}
.\!bg-stone-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0) !important;
}
.\!bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1) !important;
}
.\!bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1) !important;
}
.\!bg-stone-800\/15 {
  background-color: rgb(41 37 36 / .15) !important;
}
.\!bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2) !important;
}
.\!bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25) !important;
}
.\!bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3) !important;
}
.\!bg-stone-800\/35 {
  background-color: rgb(41 37 36 / .35) !important;
}
.\!bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4) !important;
}
.\!bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45) !important;
}
.\!bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05) !important;
}
.\!bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5) !important;
}
.\!bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55) !important;
}
.\!bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6) !important;
}
.\!bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65) !important;
}
.\!bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7) !important;
}
.\!bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75) !important;
}
.\!bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8) !important;
}
.\!bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85) !important;
}
.\!bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9) !important;
}
.\!bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95) !important;
}
.\!bg-stone-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0) !important;
}
.\!bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1) !important;
}
.\!bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1) !important;
}
.\!bg-stone-900\/15 {
  background-color: rgb(28 25 23 / .15) !important;
}
.\!bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2) !important;
}
.\!bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25) !important;
}
.\!bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3) !important;
}
.\!bg-stone-900\/35 {
  background-color: rgb(28 25 23 / .35) !important;
}
.\!bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4) !important;
}
.\!bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45) !important;
}
.\!bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05) !important;
}
.\!bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5) !important;
}
.\!bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55) !important;
}
.\!bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6) !important;
}
.\!bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65) !important;
}
.\!bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7) !important;
}
.\!bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75) !important;
}
.\!bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8) !important;
}
.\!bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85) !important;
}
.\!bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9) !important;
}
.\!bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95) !important;
}
.\!bg-stone-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0) !important;
}
.\!bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1) !important;
}
.\!bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1) !important;
}
.\!bg-stone-950\/15 {
  background-color: rgb(12 10 9 / .15) !important;
}
.\!bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2) !important;
}
.\!bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25) !important;
}
.\!bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3) !important;
}
.\!bg-stone-950\/35 {
  background-color: rgb(12 10 9 / .35) !important;
}
.\!bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4) !important;
}
.\!bg-stone-950\/45 {
  background-color: rgb(12 10 9 / 0.45) !important;
}
.\!bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05) !important;
}
.\!bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5) !important;
}
.\!bg-stone-950\/55 {
  background-color: rgb(12 10 9 / 0.55) !important;
}
.\!bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6) !important;
}
.\!bg-stone-950\/65 {
  background-color: rgb(12 10 9 / 0.65) !important;
}
.\!bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7) !important;
}
.\!bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75) !important;
}
.\!bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8) !important;
}
.\!bg-stone-950\/85 {
  background-color: rgb(12 10 9 / 0.85) !important;
}
.\!bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9) !important;
}
.\!bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95) !important;
}
.\!bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0) !important;
}
.\!bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1) !important;
}
.\!bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1) !important;
}
.\!bg-teal-100\/15 {
  background-color: rgb(204 251 241 / .15) !important;
}
.\!bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2) !important;
}
.\!bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25) !important;
}
.\!bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3) !important;
}
.\!bg-teal-100\/35 {
  background-color: rgb(204 251 241 / .35) !important;
}
.\!bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4) !important;
}
.\!bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45) !important;
}
.\!bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05) !important;
}
.\!bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5) !important;
}
.\!bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55) !important;
}
.\!bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6) !important;
}
.\!bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65) !important;
}
.\!bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7) !important;
}
.\!bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75) !important;
}
.\!bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8) !important;
}
.\!bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85) !important;
}
.\!bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9) !important;
}
.\!bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95) !important;
}
.\!bg-teal-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0) !important;
}
.\!bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1) !important;
}
.\!bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1) !important;
}
.\!bg-teal-200\/15 {
  background-color: rgb(153 246 228 / .15) !important;
}
.\!bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2) !important;
}
.\!bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25) !important;
}
.\!bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3) !important;
}
.\!bg-teal-200\/35 {
  background-color: rgb(153 246 228 / .35) !important;
}
.\!bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4) !important;
}
.\!bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45) !important;
}
.\!bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05) !important;
}
.\!bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5) !important;
}
.\!bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55) !important;
}
.\!bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6) !important;
}
.\!bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65) !important;
}
.\!bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7) !important;
}
.\!bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75) !important;
}
.\!bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8) !important;
}
.\!bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85) !important;
}
.\!bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9) !important;
}
.\!bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95) !important;
}
.\!bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0) !important;
}
.\!bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1) !important;
}
.\!bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1) !important;
}
.\!bg-teal-300\/15 {
  background-color: rgb(94 234 212 / .15) !important;
}
.\!bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2) !important;
}
.\!bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25) !important;
}
.\!bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3) !important;
}
.\!bg-teal-300\/35 {
  background-color: rgb(94 234 212 / .35) !important;
}
.\!bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4) !important;
}
.\!bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45) !important;
}
.\!bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05) !important;
}
.\!bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5) !important;
}
.\!bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55) !important;
}
.\!bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6) !important;
}
.\!bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65) !important;
}
.\!bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7) !important;
}
.\!bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75) !important;
}
.\!bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8) !important;
}
.\!bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85) !important;
}
.\!bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9) !important;
}
.\!bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95) !important;
}
.\!bg-teal-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0) !important;
}
.\!bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1) !important;
}
.\!bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1) !important;
}
.\!bg-teal-400\/15 {
  background-color: rgb(45 212 191 / .15) !important;
}
.\!bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2) !important;
}
.\!bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25) !important;
}
.\!bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3) !important;
}
.\!bg-teal-400\/35 {
  background-color: rgb(45 212 191 / .35) !important;
}
.\!bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4) !important;
}
.\!bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45) !important;
}
.\!bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05) !important;
}
.\!bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5) !important;
}
.\!bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55) !important;
}
.\!bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6) !important;
}
.\!bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65) !important;
}
.\!bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7) !important;
}
.\!bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75) !important;
}
.\!bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8) !important;
}
.\!bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85) !important;
}
.\!bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9) !important;
}
.\!bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95) !important;
}
.\!bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0) !important;
}
.\!bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1) !important;
}
.\!bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1) !important;
}
.\!bg-teal-50\/15 {
  background-color: rgb(240 253 250 / .15) !important;
}
.\!bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2) !important;
}
.\!bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25) !important;
}
.\!bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3) !important;
}
.\!bg-teal-50\/35 {
  background-color: rgb(240 253 250 / .35) !important;
}
.\!bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4) !important;
}
.\!bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45) !important;
}
.\!bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05) !important;
}
.\!bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5) !important;
}
.\!bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55) !important;
}
.\!bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6) !important;
}
.\!bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65) !important;
}
.\!bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7) !important;
}
.\!bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75) !important;
}
.\!bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8) !important;
}
.\!bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85) !important;
}
.\!bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9) !important;
}
.\!bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95) !important;
}
.\!bg-teal-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0) !important;
}
.\!bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1) !important;
}
.\!bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1) !important;
}
.\!bg-teal-500\/15 {
  background-color: rgb(20 184 166 / .15) !important;
}
.\!bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2) !important;
}
.\!bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25) !important;
}
.\!bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3) !important;
}
.\!bg-teal-500\/35 {
  background-color: rgb(20 184 166 / .35) !important;
}
.\!bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4) !important;
}
.\!bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45) !important;
}
.\!bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05) !important;
}
.\!bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5) !important;
}
.\!bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55) !important;
}
.\!bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6) !important;
}
.\!bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65) !important;
}
.\!bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7) !important;
}
.\!bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75) !important;
}
.\!bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8) !important;
}
.\!bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85) !important;
}
.\!bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9) !important;
}
.\!bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95) !important;
}
.\!bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0) !important;
}
.\!bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1) !important;
}
.\!bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1) !important;
}
.\!bg-teal-600\/15 {
  background-color: rgb(13 148 136 / .15) !important;
}
.\!bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2) !important;
}
.\!bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25) !important;
}
.\!bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3) !important;
}
.\!bg-teal-600\/35 {
  background-color: rgb(13 148 136 / .35) !important;
}
.\!bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4) !important;
}
.\!bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45) !important;
}
.\!bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05) !important;
}
.\!bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5) !important;
}
.\!bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55) !important;
}
.\!bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6) !important;
}
.\!bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65) !important;
}
.\!bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7) !important;
}
.\!bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75) !important;
}
.\!bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8) !important;
}
.\!bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85) !important;
}
.\!bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9) !important;
}
.\!bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95) !important;
}
.\!bg-teal-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0) !important;
}
.\!bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1) !important;
}
.\!bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1) !important;
}
.\!bg-teal-700\/15 {
  background-color: rgb(15 118 110 / .15) !important;
}
.\!bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2) !important;
}
.\!bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25) !important;
}
.\!bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3) !important;
}
.\!bg-teal-700\/35 {
  background-color: rgb(15 118 110 / .35) !important;
}
.\!bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4) !important;
}
.\!bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45) !important;
}
.\!bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05) !important;
}
.\!bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5) !important;
}
.\!bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55) !important;
}
.\!bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6) !important;
}
.\!bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65) !important;
}
.\!bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7) !important;
}
.\!bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75) !important;
}
.\!bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8) !important;
}
.\!bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85) !important;
}
.\!bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9) !important;
}
.\!bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95) !important;
}
.\!bg-teal-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0) !important;
}
.\!bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1) !important;
}
.\!bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1) !important;
}
.\!bg-teal-800\/15 {
  background-color: rgb(17 94 89 / .15) !important;
}
.\!bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2) !important;
}
.\!bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25) !important;
}
.\!bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3) !important;
}
.\!bg-teal-800\/35 {
  background-color: rgb(17 94 89 / .35) !important;
}
.\!bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4) !important;
}
.\!bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45) !important;
}
.\!bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05) !important;
}
.\!bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5) !important;
}
.\!bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55) !important;
}
.\!bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6) !important;
}
.\!bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65) !important;
}
.\!bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7) !important;
}
.\!bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75) !important;
}
.\!bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8) !important;
}
.\!bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85) !important;
}
.\!bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9) !important;
}
.\!bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95) !important;
}
.\!bg-teal-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0) !important;
}
.\!bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1) !important;
}
.\!bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1) !important;
}
.\!bg-teal-900\/15 {
  background-color: rgb(19 78 74 / .15) !important;
}
.\!bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2) !important;
}
.\!bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25) !important;
}
.\!bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3) !important;
}
.\!bg-teal-900\/35 {
  background-color: rgb(19 78 74 / .35) !important;
}
.\!bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4) !important;
}
.\!bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45) !important;
}
.\!bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05) !important;
}
.\!bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5) !important;
}
.\!bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55) !important;
}
.\!bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6) !important;
}
.\!bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65) !important;
}
.\!bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7) !important;
}
.\!bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75) !important;
}
.\!bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8) !important;
}
.\!bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85) !important;
}
.\!bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9) !important;
}
.\!bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95) !important;
}
.\!bg-teal-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0) !important;
}
.\!bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1) !important;
}
.\!bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1) !important;
}
.\!bg-teal-950\/15 {
  background-color: rgb(4 47 46 / .15) !important;
}
.\!bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2) !important;
}
.\!bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25) !important;
}
.\!bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3) !important;
}
.\!bg-teal-950\/35 {
  background-color: rgb(4 47 46 / .35) !important;
}
.\!bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4) !important;
}
.\!bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45) !important;
}
.\!bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05) !important;
}
.\!bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5) !important;
}
.\!bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55) !important;
}
.\!bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6) !important;
}
.\!bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65) !important;
}
.\!bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7) !important;
}
.\!bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75) !important;
}
.\!bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8) !important;
}
.\!bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85) !important;
}
.\!bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9) !important;
}
.\!bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0) !important;
}
.\!bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1) !important;
}
.\!bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1) !important;
}
.\!bg-violet-100\/15 {
  background-color: rgb(237 233 254 / .15) !important;
}
.\!bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2) !important;
}
.\!bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25) !important;
}
.\!bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3) !important;
}
.\!bg-violet-100\/35 {
  background-color: rgb(237 233 254 / .35) !important;
}
.\!bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4) !important;
}
.\!bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45) !important;
}
.\!bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05) !important;
}
.\!bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5) !important;
}
.\!bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55) !important;
}
.\!bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6) !important;
}
.\!bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65) !important;
}
.\!bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7) !important;
}
.\!bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75) !important;
}
.\!bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8) !important;
}
.\!bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85) !important;
}
.\!bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9) !important;
}
.\!bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95) !important;
}
.\!bg-violet-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0) !important;
}
.\!bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1) !important;
}
.\!bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1) !important;
}
.\!bg-violet-200\/15 {
  background-color: rgb(221 214 254 / .15) !important;
}
.\!bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2) !important;
}
.\!bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25) !important;
}
.\!bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3) !important;
}
.\!bg-violet-200\/35 {
  background-color: rgb(221 214 254 / .35) !important;
}
.\!bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4) !important;
}
.\!bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45) !important;
}
.\!bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05) !important;
}
.\!bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5) !important;
}
.\!bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55) !important;
}
.\!bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6) !important;
}
.\!bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65) !important;
}
.\!bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7) !important;
}
.\!bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75) !important;
}
.\!bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8) !important;
}
.\!bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85) !important;
}
.\!bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9) !important;
}
.\!bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95) !important;
}
.\!bg-violet-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0) !important;
}
.\!bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1) !important;
}
.\!bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1) !important;
}
.\!bg-violet-300\/15 {
  background-color: rgb(196 181 253 / .15) !important;
}
.\!bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2) !important;
}
.\!bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25) !important;
}
.\!bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3) !important;
}
.\!bg-violet-300\/35 {
  background-color: rgb(196 181 253 / .35) !important;
}
.\!bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4) !important;
}
.\!bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45) !important;
}
.\!bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05) !important;
}
.\!bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5) !important;
}
.\!bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55) !important;
}
.\!bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6) !important;
}
.\!bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65) !important;
}
.\!bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7) !important;
}
.\!bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75) !important;
}
.\!bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8) !important;
}
.\!bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85) !important;
}
.\!bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9) !important;
}
.\!bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95) !important;
}
.\!bg-violet-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0) !important;
}
.\!bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1) !important;
}
.\!bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1) !important;
}
.\!bg-violet-400\/15 {
  background-color: rgb(167 139 250 / .15) !important;
}
.\!bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2) !important;
}
.\!bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25) !important;
}
.\!bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3) !important;
}
.\!bg-violet-400\/35 {
  background-color: rgb(167 139 250 / .35) !important;
}
.\!bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4) !important;
}
.\!bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45) !important;
}
.\!bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05) !important;
}
.\!bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5) !important;
}
.\!bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55) !important;
}
.\!bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6) !important;
}
.\!bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65) !important;
}
.\!bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7) !important;
}
.\!bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75) !important;
}
.\!bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8) !important;
}
.\!bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85) !important;
}
.\!bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9) !important;
}
.\!bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95) !important;
}
.\!bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0) !important;
}
.\!bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1) !important;
}
.\!bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1) !important;
}
.\!bg-violet-50\/15 {
  background-color: rgb(245 243 255 / .15) !important;
}
.\!bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2) !important;
}
.\!bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25) !important;
}
.\!bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3) !important;
}
.\!bg-violet-50\/35 {
  background-color: rgb(245 243 255 / .35) !important;
}
.\!bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4) !important;
}
.\!bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45) !important;
}
.\!bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05) !important;
}
.\!bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5) !important;
}
.\!bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55) !important;
}
.\!bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6) !important;
}
.\!bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65) !important;
}
.\!bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7) !important;
}
.\!bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75) !important;
}
.\!bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8) !important;
}
.\!bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85) !important;
}
.\!bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9) !important;
}
.\!bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95) !important;
}
.\!bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0) !important;
}
.\!bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1) !important;
}
.\!bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1) !important;
}
.\!bg-violet-500\/15 {
  background-color: rgb(139 92 246 / .15) !important;
}
.\!bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2) !important;
}
.\!bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25) !important;
}
.\!bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3) !important;
}
.\!bg-violet-500\/35 {
  background-color: rgb(139 92 246 / .35) !important;
}
.\!bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4) !important;
}
.\!bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45) !important;
}
.\!bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05) !important;
}
.\!bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5) !important;
}
.\!bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55) !important;
}
.\!bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6) !important;
}
.\!bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65) !important;
}
.\!bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7) !important;
}
.\!bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75) !important;
}
.\!bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8) !important;
}
.\!bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85) !important;
}
.\!bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9) !important;
}
.\!bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95) !important;
}
.\!bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0) !important;
}
.\!bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1) !important;
}
.\!bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1) !important;
}
.\!bg-violet-600\/15 {
  background-color: rgb(124 58 237 / .15) !important;
}
.\!bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2) !important;
}
.\!bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25) !important;
}
.\!bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3) !important;
}
.\!bg-violet-600\/35 {
  background-color: rgb(124 58 237 / .35) !important;
}
.\!bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4) !important;
}
.\!bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45) !important;
}
.\!bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05) !important;
}
.\!bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5) !important;
}
.\!bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55) !important;
}
.\!bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6) !important;
}
.\!bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65) !important;
}
.\!bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7) !important;
}
.\!bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75) !important;
}
.\!bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8) !important;
}
.\!bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85) !important;
}
.\!bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9) !important;
}
.\!bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95) !important;
}
.\!bg-violet-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0) !important;
}
.\!bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1) !important;
}
.\!bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1) !important;
}
.\!bg-violet-700\/15 {
  background-color: rgb(109 40 217 / .15) !important;
}
.\!bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2) !important;
}
.\!bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25) !important;
}
.\!bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3) !important;
}
.\!bg-violet-700\/35 {
  background-color: rgb(109 40 217 / .35) !important;
}
.\!bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4) !important;
}
.\!bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45) !important;
}
.\!bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05) !important;
}
.\!bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5) !important;
}
.\!bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55) !important;
}
.\!bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6) !important;
}
.\!bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65) !important;
}
.\!bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7) !important;
}
.\!bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75) !important;
}
.\!bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8) !important;
}
.\!bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85) !important;
}
.\!bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9) !important;
}
.\!bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95) !important;
}
.\!bg-violet-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0) !important;
}
.\!bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1) !important;
}
.\!bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1) !important;
}
.\!bg-violet-800\/15 {
  background-color: rgb(91 33 182 / .15) !important;
}
.\!bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2) !important;
}
.\!bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25) !important;
}
.\!bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3) !important;
}
.\!bg-violet-800\/35 {
  background-color: rgb(91 33 182 / .35) !important;
}
.\!bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4) !important;
}
.\!bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45) !important;
}
.\!bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05) !important;
}
.\!bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5) !important;
}
.\!bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55) !important;
}
.\!bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6) !important;
}
.\!bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65) !important;
}
.\!bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7) !important;
}
.\!bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75) !important;
}
.\!bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8) !important;
}
.\!bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85) !important;
}
.\!bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9) !important;
}
.\!bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95) !important;
}
.\!bg-violet-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0) !important;
}
.\!bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1) !important;
}
.\!bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1) !important;
}
.\!bg-violet-900\/15 {
  background-color: rgb(76 29 149 / .15) !important;
}
.\!bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2) !important;
}
.\!bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25) !important;
}
.\!bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3) !important;
}
.\!bg-violet-900\/35 {
  background-color: rgb(76 29 149 / .35) !important;
}
.\!bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4) !important;
}
.\!bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45) !important;
}
.\!bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05) !important;
}
.\!bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5) !important;
}
.\!bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55) !important;
}
.\!bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6) !important;
}
.\!bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65) !important;
}
.\!bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7) !important;
}
.\!bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75) !important;
}
.\!bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8) !important;
}
.\!bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85) !important;
}
.\!bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9) !important;
}
.\!bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95) !important;
}
.\!bg-violet-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0) !important;
}
.\!bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1) !important;
}
.\!bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1) !important;
}
.\!bg-violet-950\/15 {
  background-color: rgb(46 16 101 / .15) !important;
}
.\!bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2) !important;
}
.\!bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25) !important;
}
.\!bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3) !important;
}
.\!bg-violet-950\/35 {
  background-color: rgb(46 16 101 / .35) !important;
}
.\!bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4) !important;
}
.\!bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45) !important;
}
.\!bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05) !important;
}
.\!bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5) !important;
}
.\!bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55) !important;
}
.\!bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6) !important;
}
.\!bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65) !important;
}
.\!bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7) !important;
}
.\!bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75) !important;
}
.\!bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8) !important;
}
.\!bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85) !important;
}
.\!bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9) !important;
}
.\!bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95) !important;
}
.\!bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0) !important;
}
.\!bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1) !important;
}
.\!bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1) !important;
}
.\!bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / .15) !important;
}
.\!bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2) !important;
}
.\!bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25) !important;
}
.\!bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3) !important;
}
.\!bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / .35) !important;
}
.\!bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4) !important;
}
.\!bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45) !important;
}
.\!bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05) !important;
}
.\!bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5) !important;
}
.\!bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55) !important;
}
.\!bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6) !important;
}
.\!bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65) !important;
}
.\!bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7) !important;
}
.\!bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75) !important;
}
.\!bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8) !important;
}
.\!bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85) !important;
}
.\!bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9) !important;
}
.\!bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95) !important;
}
.\!bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0) !important;
}
.\!bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1) !important;
}
.\!bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1) !important;
}
.\!bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / .15) !important;
}
.\!bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2) !important;
}
.\!bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25) !important;
}
.\!bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3) !important;
}
.\!bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / .35) !important;
}
.\!bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4) !important;
}
.\!bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45) !important;
}
.\!bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05) !important;
}
.\!bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5) !important;
}
.\!bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55) !important;
}
.\!bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6) !important;
}
.\!bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65) !important;
}
.\!bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7) !important;
}
.\!bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75) !important;
}
.\!bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8) !important;
}
.\!bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85) !important;
}
.\!bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9) !important;
}
.\!bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95) !important;
}
.\!bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0) !important;
}
.\!bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1) !important;
}
.\!bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1) !important;
}
.\!bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / .15) !important;
}
.\!bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2) !important;
}
.\!bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25) !important;
}
.\!bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3) !important;
}
.\!bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / .35) !important;
}
.\!bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4) !important;
}
.\!bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45) !important;
}
.\!bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05) !important;
}
.\!bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5) !important;
}
.\!bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55) !important;
}
.\!bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6) !important;
}
.\!bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65) !important;
}
.\!bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7) !important;
}
.\!bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75) !important;
}
.\!bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8) !important;
}
.\!bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85) !important;
}
.\!bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9) !important;
}
.\!bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95) !important;
}
.\!bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0) !important;
}
.\!bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1) !important;
}
.\!bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1) !important;
}
.\!bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / .15) !important;
}
.\!bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2) !important;
}
.\!bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25) !important;
}
.\!bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3) !important;
}
.\!bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / .35) !important;
}
.\!bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4) !important;
}
.\!bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45) !important;
}
.\!bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05) !important;
}
.\!bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5) !important;
}
.\!bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55) !important;
}
.\!bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6) !important;
}
.\!bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65) !important;
}
.\!bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7) !important;
}
.\!bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75) !important;
}
.\!bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8) !important;
}
.\!bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85) !important;
}
.\!bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9) !important;
}
.\!bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95) !important;
}
.\!bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0) !important;
}
.\!bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1) !important;
}
.\!bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1) !important;
}
.\!bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / .15) !important;
}
.\!bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2) !important;
}
.\!bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25) !important;
}
.\!bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3) !important;
}
.\!bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / .35) !important;
}
.\!bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4) !important;
}
.\!bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45) !important;
}
.\!bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05) !important;
}
.\!bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5) !important;
}
.\!bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55) !important;
}
.\!bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6) !important;
}
.\!bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65) !important;
}
.\!bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7) !important;
}
.\!bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75) !important;
}
.\!bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8) !important;
}
.\!bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85) !important;
}
.\!bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9) !important;
}
.\!bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95) !important;
}
.\!bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0) !important;
}
.\!bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1) !important;
}
.\!bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1) !important;
}
.\!bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / .15) !important;
}
.\!bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2) !important;
}
.\!bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25) !important;
}
.\!bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3) !important;
}
.\!bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / .35) !important;
}
.\!bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4) !important;
}
.\!bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45) !important;
}
.\!bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05) !important;
}
.\!bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5) !important;
}
.\!bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55) !important;
}
.\!bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6) !important;
}
.\!bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65) !important;
}
.\!bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7) !important;
}
.\!bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75) !important;
}
.\!bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8) !important;
}
.\!bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85) !important;
}
.\!bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9) !important;
}
.\!bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95) !important;
}
.\!bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0) !important;
}
.\!bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1) !important;
}
.\!bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1) !important;
}
.\!bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / .15) !important;
}
.\!bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2) !important;
}
.\!bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25) !important;
}
.\!bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3) !important;
}
.\!bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / .35) !important;
}
.\!bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4) !important;
}
.\!bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45) !important;
}
.\!bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05) !important;
}
.\!bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5) !important;
}
.\!bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55) !important;
}
.\!bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6) !important;
}
.\!bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65) !important;
}
.\!bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7) !important;
}
.\!bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75) !important;
}
.\!bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8) !important;
}
.\!bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85) !important;
}
.\!bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9) !important;
}
.\!bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95) !important;
}
.\!bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0) !important;
}
.\!bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1) !important;
}
.\!bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1) !important;
}
.\!bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / .15) !important;
}
.\!bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2) !important;
}
.\!bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25) !important;
}
.\!bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3) !important;
}
.\!bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / .35) !important;
}
.\!bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4) !important;
}
.\!bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45) !important;
}
.\!bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05) !important;
}
.\!bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5) !important;
}
.\!bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55) !important;
}
.\!bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6) !important;
}
.\!bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65) !important;
}
.\!bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7) !important;
}
.\!bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75) !important;
}
.\!bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8) !important;
}
.\!bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85) !important;
}
.\!bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9) !important;
}
.\!bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95) !important;
}
.\!bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0) !important;
}
.\!bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1) !important;
}
.\!bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1) !important;
}
.\!bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / .15) !important;
}
.\!bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2) !important;
}
.\!bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25) !important;
}
.\!bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3) !important;
}
.\!bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / .35) !important;
}
.\!bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4) !important;
}
.\!bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45) !important;
}
.\!bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05) !important;
}
.\!bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5) !important;
}
.\!bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55) !important;
}
.\!bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6) !important;
}
.\!bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65) !important;
}
.\!bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7) !important;
}
.\!bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75) !important;
}
.\!bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8) !important;
}
.\!bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85) !important;
}
.\!bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9) !important;
}
.\!bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95) !important;
}
.\!bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0) !important;
}
.\!bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1) !important;
}
.\!bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1) !important;
}
.\!bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / .15) !important;
}
.\!bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2) !important;
}
.\!bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25) !important;
}
.\!bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3) !important;
}
.\!bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / .35) !important;
}
.\!bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4) !important;
}
.\!bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45) !important;
}
.\!bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05) !important;
}
.\!bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5) !important;
}
.\!bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55) !important;
}
.\!bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6) !important;
}
.\!bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65) !important;
}
.\!bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7) !important;
}
.\!bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75) !important;
}
.\!bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8) !important;
}
.\!bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85) !important;
}
.\!bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9) !important;
}
.\!bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95) !important;
}
.\!bg-yellow-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0) !important;
}
.\!bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1) !important;
}
.\!bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1) !important;
}
.\!bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / .15) !important;
}
.\!bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2) !important;
}
.\!bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25) !important;
}
.\!bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3) !important;
}
.\!bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / .35) !important;
}
.\!bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4) !important;
}
.\!bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45) !important;
}
.\!bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05) !important;
}
.\!bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5) !important;
}
.\!bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55) !important;
}
.\!bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6) !important;
}
.\!bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65) !important;
}
.\!bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7) !important;
}
.\!bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75) !important;
}
.\!bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8) !important;
}
.\!bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85) !important;
}
.\!bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9) !important;
}
.\!bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95) !important;
}
.\!bg-zinc-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0) !important;
}
.\!bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1) !important;
}
.\!bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1) !important;
}
.\!bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / .15) !important;
}
.\!bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2) !important;
}
.\!bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25) !important;
}
.\!bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3) !important;
}
.\!bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / .35) !important;
}
.\!bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4) !important;
}
.\!bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45) !important;
}
.\!bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05) !important;
}
.\!bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5) !important;
}
.\!bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55) !important;
}
.\!bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6) !important;
}
.\!bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65) !important;
}
.\!bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7) !important;
}
.\!bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75) !important;
}
.\!bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8) !important;
}
.\!bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85) !important;
}
.\!bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9) !important;
}
.\!bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95) !important;
}
.\!bg-zinc-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0) !important;
}
.\!bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1) !important;
}
.\!bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1) !important;
}
.\!bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / .15) !important;
}
.\!bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2) !important;
}
.\!bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25) !important;
}
.\!bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3) !important;
}
.\!bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / .35) !important;
}
.\!bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4) !important;
}
.\!bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45) !important;
}
.\!bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05) !important;
}
.\!bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5) !important;
}
.\!bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55) !important;
}
.\!bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6) !important;
}
.\!bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65) !important;
}
.\!bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7) !important;
}
.\!bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75) !important;
}
.\!bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8) !important;
}
.\!bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85) !important;
}
.\!bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9) !important;
}
.\!bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95) !important;
}
.\!bg-zinc-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0) !important;
}
.\!bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1) !important;
}
.\!bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1) !important;
}
.\!bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / .15) !important;
}
.\!bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2) !important;
}
.\!bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25) !important;
}
.\!bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3) !important;
}
.\!bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / .35) !important;
}
.\!bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4) !important;
}
.\!bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45) !important;
}
.\!bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05) !important;
}
.\!bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5) !important;
}
.\!bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55) !important;
}
.\!bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6) !important;
}
.\!bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65) !important;
}
.\!bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7) !important;
}
.\!bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75) !important;
}
.\!bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8) !important;
}
.\!bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85) !important;
}
.\!bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9) !important;
}
.\!bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95) !important;
}
.\!bg-zinc-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0) !important;
}
.\!bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1) !important;
}
.\!bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1) !important;
}
.\!bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / .15) !important;
}
.\!bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2) !important;
}
.\!bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25) !important;
}
.\!bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3) !important;
}
.\!bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / .35) !important;
}
.\!bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4) !important;
}
.\!bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45) !important;
}
.\!bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05) !important;
}
.\!bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5) !important;
}
.\!bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55) !important;
}
.\!bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6) !important;
}
.\!bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65) !important;
}
.\!bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7) !important;
}
.\!bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75) !important;
}
.\!bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8) !important;
}
.\!bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85) !important;
}
.\!bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9) !important;
}
.\!bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95) !important;
}
.\!bg-zinc-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0) !important;
}
.\!bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1) !important;
}
.\!bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1) !important;
}
.\!bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / .15) !important;
}
.\!bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2) !important;
}
.\!bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25) !important;
}
.\!bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3) !important;
}
.\!bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / .35) !important;
}
.\!bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4) !important;
}
.\!bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45) !important;
}
.\!bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05) !important;
}
.\!bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5) !important;
}
.\!bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55) !important;
}
.\!bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6) !important;
}
.\!bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65) !important;
}
.\!bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7) !important;
}
.\!bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75) !important;
}
.\!bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8) !important;
}
.\!bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85) !important;
}
.\!bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9) !important;
}
.\!bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95) !important;
}
.\!bg-zinc-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0) !important;
}
.\!bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1) !important;
}
.\!bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1) !important;
}
.\!bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / .15) !important;
}
.\!bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2) !important;
}
.\!bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25) !important;
}
.\!bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3) !important;
}
.\!bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / .35) !important;
}
.\!bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4) !important;
}
.\!bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45) !important;
}
.\!bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05) !important;
}
.\!bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5) !important;
}
.\!bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55) !important;
}
.\!bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6) !important;
}
.\!bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65) !important;
}
.\!bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7) !important;
}
.\!bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75) !important;
}
.\!bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8) !important;
}
.\!bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85) !important;
}
.\!bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9) !important;
}
.\!bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95) !important;
}
.\!bg-zinc-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0) !important;
}
.\!bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1) !important;
}
.\!bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1) !important;
}
.\!bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / .15) !important;
}
.\!bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2) !important;
}
.\!bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25) !important;
}
.\!bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3) !important;
}
.\!bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / .35) !important;
}
.\!bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4) !important;
}
.\!bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45) !important;
}
.\!bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05) !important;
}
.\!bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5) !important;
}
.\!bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55) !important;
}
.\!bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6) !important;
}
.\!bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65) !important;
}
.\!bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7) !important;
}
.\!bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75) !important;
}
.\!bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8) !important;
}
.\!bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85) !important;
}
.\!bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9) !important;
}
.\!bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95) !important;
}
.\!bg-zinc-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 60 63 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-700\/0 {
  background-color: rgb(60 60 63 / 0) !important;
}
.\!bg-zinc-700\/10 {
  background-color: rgb(60 60 63 / 0.1) !important;
}
.\!bg-zinc-700\/100 {
  background-color: rgb(60 60 63 / 1) !important;
}
.\!bg-zinc-700\/15 {
  background-color: rgb(60 60 63 / .15) !important;
}
.\!bg-zinc-700\/20 {
  background-color: rgb(60 60 63 / 0.2) !important;
}
.\!bg-zinc-700\/25 {
  background-color: rgb(60 60 63 / 0.25) !important;
}
.\!bg-zinc-700\/30 {
  background-color: rgb(60 60 63 / 0.3) !important;
}
.\!bg-zinc-700\/35 {
  background-color: rgb(60 60 63 / .35) !important;
}
.\!bg-zinc-700\/40 {
  background-color: rgb(60 60 63 / 0.4) !important;
}
.\!bg-zinc-700\/45 {
  background-color: rgb(60 60 63 / 0.45) !important;
}
.\!bg-zinc-700\/5 {
  background-color: rgb(60 60 63 / 0.05) !important;
}
.\!bg-zinc-700\/50 {
  background-color: rgb(60 60 63 / 0.5) !important;
}
.\!bg-zinc-700\/55 {
  background-color: rgb(60 60 63 / 0.55) !important;
}
.\!bg-zinc-700\/60 {
  background-color: rgb(60 60 63 / 0.6) !important;
}
.\!bg-zinc-700\/65 {
  background-color: rgb(60 60 63 / 0.65) !important;
}
.\!bg-zinc-700\/70 {
  background-color: rgb(60 60 63 / 0.7) !important;
}
.\!bg-zinc-700\/75 {
  background-color: rgb(60 60 63 / 0.75) !important;
}
.\!bg-zinc-700\/80 {
  background-color: rgb(60 60 63 / 0.8) !important;
}
.\!bg-zinc-700\/85 {
  background-color: rgb(60 60 63 / 0.85) !important;
}
.\!bg-zinc-700\/90 {
  background-color: rgb(60 60 63 / 0.9) !important;
}
.\!bg-zinc-700\/95 {
  background-color: rgb(60 60 63 / 0.95) !important;
}
.\!bg-zinc-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-800\/0 {
  background-color: rgb(44 44 46 / 0) !important;
}
.\!bg-zinc-800\/10 {
  background-color: rgb(44 44 46 / 0.1) !important;
}
.\!bg-zinc-800\/100 {
  background-color: rgb(44 44 46 / 1) !important;
}
.\!bg-zinc-800\/15 {
  background-color: rgb(44 44 46 / .15) !important;
}
.\!bg-zinc-800\/20 {
  background-color: rgb(44 44 46 / 0.2) !important;
}
.\!bg-zinc-800\/25 {
  background-color: rgb(44 44 46 / 0.25) !important;
}
.\!bg-zinc-800\/30 {
  background-color: rgb(44 44 46 / 0.3) !important;
}
.\!bg-zinc-800\/35 {
  background-color: rgb(44 44 46 / .35) !important;
}
.\!bg-zinc-800\/40 {
  background-color: rgb(44 44 46 / 0.4) !important;
}
.\!bg-zinc-800\/45 {
  background-color: rgb(44 44 46 / 0.45) !important;
}
.\!bg-zinc-800\/5 {
  background-color: rgb(44 44 46 / 0.05) !important;
}
.\!bg-zinc-800\/50 {
  background-color: rgb(44 44 46 / 0.5) !important;
}
.\!bg-zinc-800\/55 {
  background-color: rgb(44 44 46 / 0.55) !important;
}
.\!bg-zinc-800\/60 {
  background-color: rgb(44 44 46 / 0.6) !important;
}
.\!bg-zinc-800\/65 {
  background-color: rgb(44 44 46 / 0.65) !important;
}
.\!bg-zinc-800\/70 {
  background-color: rgb(44 44 46 / 0.7) !important;
}
.\!bg-zinc-800\/75 {
  background-color: rgb(44 44 46 / 0.75) !important;
}
.\!bg-zinc-800\/80 {
  background-color: rgb(44 44 46 / 0.8) !important;
}
.\!bg-zinc-800\/85 {
  background-color: rgb(44 44 46 / 0.85) !important;
}
.\!bg-zinc-800\/90 {
  background-color: rgb(44 44 46 / 0.9) !important;
}
.\!bg-zinc-800\/95 {
  background-color: rgb(44 44 46 / 0.95) !important;
}
.\!bg-zinc-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 28 30 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-900\/0 {
  background-color: rgb(28 28 30 / 0) !important;
}
.\!bg-zinc-900\/10 {
  background-color: rgb(28 28 30 / 0.1) !important;
}
.\!bg-zinc-900\/100 {
  background-color: rgb(28 28 30 / 1) !important;
}
.\!bg-zinc-900\/15 {
  background-color: rgb(28 28 30 / .15) !important;
}
.\!bg-zinc-900\/20 {
  background-color: rgb(28 28 30 / 0.2) !important;
}
.\!bg-zinc-900\/25 {
  background-color: rgb(28 28 30 / 0.25) !important;
}
.\!bg-zinc-900\/30 {
  background-color: rgb(28 28 30 / 0.3) !important;
}
.\!bg-zinc-900\/35 {
  background-color: rgb(28 28 30 / .35) !important;
}
.\!bg-zinc-900\/40 {
  background-color: rgb(28 28 30 / 0.4) !important;
}
.\!bg-zinc-900\/45 {
  background-color: rgb(28 28 30 / 0.45) !important;
}
.\!bg-zinc-900\/5 {
  background-color: rgb(28 28 30 / 0.05) !important;
}
.\!bg-zinc-900\/50 {
  background-color: rgb(28 28 30 / 0.5) !important;
}
.\!bg-zinc-900\/55 {
  background-color: rgb(28 28 30 / 0.55) !important;
}
.\!bg-zinc-900\/60 {
  background-color: rgb(28 28 30 / 0.6) !important;
}
.\!bg-zinc-900\/65 {
  background-color: rgb(28 28 30 / 0.65) !important;
}
.\!bg-zinc-900\/70 {
  background-color: rgb(28 28 30 / 0.7) !important;
}
.\!bg-zinc-900\/75 {
  background-color: rgb(28 28 30 / 0.75) !important;
}
.\!bg-zinc-900\/80 {
  background-color: rgb(28 28 30 / 0.8) !important;
}
.\!bg-zinc-900\/85 {
  background-color: rgb(28 28 30 / 0.85) !important;
}
.\!bg-zinc-900\/90 {
  background-color: rgb(28 28 30 / 0.9) !important;
}
.\!bg-zinc-900\/95 {
  background-color: rgb(28 28 30 / 0.95) !important;
}
.\!bg-zinc-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0) !important;
}
.\!bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1) !important;
}
.\!bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1) !important;
}
.\!bg-zinc-950\/15 {
  background-color: rgb(9 9 11 / .15) !important;
}
.\!bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2) !important;
}
.\!bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25) !important;
}
.\!bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3) !important;
}
.\!bg-zinc-950\/35 {
  background-color: rgb(9 9 11 / .35) !important;
}
.\!bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4) !important;
}
.\!bg-zinc-950\/45 {
  background-color: rgb(9 9 11 / 0.45) !important;
}
.\!bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05) !important;
}
.\!bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5) !important;
}
.\!bg-zinc-950\/55 {
  background-color: rgb(9 9 11 / 0.55) !important;
}
.\!bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6) !important;
}
.\!bg-zinc-950\/65 {
  background-color: rgb(9 9 11 / 0.65) !important;
}
.\!bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7) !important;
}
.\!bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75) !important;
}
.\!bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8) !important;
}
.\!bg-zinc-950\/85 {
  background-color: rgb(9 9 11 / 0.85) !important;
}
.\!bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9) !important;
}
.\!bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95) !important;
}
.bg-accent-amber-dark {
  background-color: var(--accent-amber-dark);
}
.bg-accent-amber-onSurface {
  background-color: var(--accent-amber-onSurface);
}
.bg-accent-amber-primary {
  background-color: var(--accent-amber-primary);
}
.bg-accent-amber-secondary {
  background-color: var(--accent-amber-secondary);
}
.bg-accent-amber-surfacePrimary {
  background-color: var(--accent-amber-surfacePrimary);
}
.bg-accent-amber-surfaceSecondary {
  background-color: var(--accent-amber-surfaceSecondary);
}
.bg-accent-amber-tertiary {
  background-color: var(--accent-amber-tertiary);
}
.bg-accent-blue-dark {
  background-color: var(--accent-blue-dark);
}
.bg-accent-blue-onSurface {
  background-color: var(--accent-blue-onSurface);
}
.bg-accent-blue-primary {
  background-color: var(--accent-blue-primary);
}
.bg-accent-blue-secondary {
  background-color: var(--accent-blue-secondary);
}
.bg-accent-blue-surfacePrimary {
  background-color: var(--accent-blue-surfacePrimary);
}
.bg-accent-blue-surfaceSecondary {
  background-color: var(--accent-blue-surfaceSecondary);
}
.bg-accent-blue-tertiary {
  background-color: var(--accent-blue-tertiary);
}
.bg-accent-brown-dark {
  background-color: var(--accent-brown-dark);
}
.bg-accent-brown-onSurface {
  background-color: var(--accent-brown-onSurface);
}
.bg-accent-brown-primary {
  background-color: var(--accent-brown-primary);
}
.bg-accent-brown-secondary {
  background-color: var(--accent-brown-secondary);
}
.bg-accent-brown-surfacePrimary {
  background-color: var(--accent-brown-surfacePrimary);
}
.bg-accent-brown-surfaceSecondary {
  background-color: var(--accent-brown-surfaceSecondary);
}
.bg-accent-brown-tertiary {
  background-color: var(--accent-brown-tertiary);
}
.bg-accent-cyan-dark {
  background-color: var(--accent-cyan-dark);
}
.bg-accent-cyan-onSurface {
  background-color: var(--accent-cyan-onSurface);
}
.bg-accent-cyan-primary {
  background-color: var(--accent-cyan-primary);
}
.bg-accent-cyan-secondary {
  background-color: var(--accent-cyan-secondary);
}
.bg-accent-cyan-surfacePrimary {
  background-color: var(--accent-cyan-surfacePrimary);
}
.bg-accent-cyan-surfaceSecondary {
  background-color: var(--accent-cyan-surfaceSecondary);
}
.bg-accent-cyan-tertiary {
  background-color: var(--accent-cyan-tertiary);
}
.bg-accent-emerald-dark {
  background-color: var(--accent-emerald-dark);
}
.bg-accent-emerald-onSurface {
  background-color: var(--accent-emerald-onSurface);
}
.bg-accent-emerald-primary {
  background-color: var(--accent-emerald-primary);
}
.bg-accent-emerald-secondary {
  background-color: var(--accent-emerald-secondary);
}
.bg-accent-emerald-surfacePrimary {
  background-color: var(--accent-emerald-surfacePrimary);
}
.bg-accent-emerald-surfaceSecondary {
  background-color: var(--accent-emerald-surfaceSecondary);
}
.bg-accent-emerald-tertiary {
  background-color: var(--accent-emerald-tertiary);
}
.bg-accent-fuchsia-dark {
  background-color: var(--accent-fuchsia-dark);
}
.bg-accent-fuchsia-onSurface {
  background-color: var(--accent-fuchsia-onSurface);
}
.bg-accent-fuchsia-primary {
  background-color: var(--accent-fuchsia-primary);
}
.bg-accent-fuchsia-secondary {
  background-color: var(--accent-fuchsia-secondary);
}
.bg-accent-fuchsia-surfacePrimary {
  background-color: var(--accent-fuchsia-surfacePrimary);
}
.bg-accent-fuchsia-surfaceSecondary {
  background-color: var(--accent-fuchsia-surfaceSecondary);
}
.bg-accent-fuchsia-tertiary {
  background-color: var(--accent-fuchsia-tertiary);
}
.bg-accent-gray-dark {
  background-color: var(--accent-gray-dark);
}
.bg-accent-gray-onSurface {
  background-color: var(--accent-gray-onSurface);
}
.bg-accent-gray-primary {
  background-color: var(--accent-gray-primary);
}
.bg-accent-gray-secondary {
  background-color: var(--accent-gray-secondary);
}
.bg-accent-gray-surfacePrimary {
  background-color: var(--accent-gray-surfacePrimary);
}
.bg-accent-gray-surfaceSecondary {
  background-color: var(--accent-gray-surfaceSecondary);
}
.bg-accent-gray-tertiary {
  background-color: var(--accent-gray-tertiary);
}
.bg-accent-green-dark {
  background-color: var(--accent-green-dark);
}
.bg-accent-green-onSurface {
  background-color: var(--accent-green-onSurface);
}
.bg-accent-green-primary {
  background-color: var(--accent-green-primary);
}
.bg-accent-green-secondary {
  background-color: var(--accent-green-secondary);
}
.bg-accent-green-surfacePrimary {
  background-color: var(--accent-green-surfacePrimary);
}
.bg-accent-green-surfaceSecondary {
  background-color: var(--accent-green-surfaceSecondary);
}
.bg-accent-green-tertiary {
  background-color: var(--accent-green-tertiary);
}
.bg-accent-indigo-dark {
  background-color: var(--accent-indigo-dark);
}
.bg-accent-indigo-onSurface {
  background-color: var(--accent-indigo-onSurface);
}
.bg-accent-indigo-primary {
  background-color: var(--accent-indigo-primary);
}
.bg-accent-indigo-secondary {
  background-color: var(--accent-indigo-secondary);
}
.bg-accent-indigo-surfacePrimary {
  background-color: var(--accent-indigo-surfacePrimary);
}
.bg-accent-indigo-surfaceSecondary {
  background-color: var(--accent-indigo-surfaceSecondary);
}
.bg-accent-indigo-tertiary {
  background-color: var(--accent-indigo-tertiary);
}
.bg-accent-lime-dark {
  background-color: var(--accent-lime-dark);
}
.bg-accent-lime-onSurface {
  background-color: var(--accent-lime-onSurface);
}
.bg-accent-lime-primary {
  background-color: var(--accent-lime-primary);
}
.bg-accent-lime-secondary {
  background-color: var(--accent-lime-secondary);
}
.bg-accent-lime-surfacePrimary {
  background-color: var(--accent-lime-surfacePrimary);
}
.bg-accent-lime-surfaceSecondary {
  background-color: var(--accent-lime-surfaceSecondary);
}
.bg-accent-lime-tertiary {
  background-color: var(--accent-lime-tertiary);
}
.bg-accent-olive-dark {
  background-color: var(--accent-olive-dark);
}
.bg-accent-olive-onSurface {
  background-color: var(--accent-olive-onSurface);
}
.bg-accent-olive-primary {
  background-color: var(--accent-olive-primary);
}
.bg-accent-olive-secondary {
  background-color: var(--accent-olive-secondary);
}
.bg-accent-olive-surfacePrimary {
  background-color: var(--accent-olive-surfacePrimary);
}
.bg-accent-olive-surfaceSecondary {
  background-color: var(--accent-olive-surfaceSecondary);
}
.bg-accent-olive-tertiary {
  background-color: var(--accent-olive-tertiary);
}
.bg-accent-orange-dark {
  background-color: var(--accent-orange-dark);
}
.bg-accent-orange-onSurface {
  background-color: var(--accent-orange-onSurface);
}
.bg-accent-orange-primary {
  background-color: var(--accent-orange-primary);
}
.bg-accent-orange-secondary {
  background-color: var(--accent-orange-secondary);
}
.bg-accent-orange-surfacePrimary {
  background-color: var(--accent-orange-surfacePrimary);
}
.bg-accent-orange-surfaceSecondary {
  background-color: var(--accent-orange-surfaceSecondary);
}
.bg-accent-orange-tertiary {
  background-color: var(--accent-orange-tertiary);
}
.bg-accent-pink-dark {
  background-color: var(--accent-pink-dark);
}
.bg-accent-pink-onSurface {
  background-color: var(--accent-pink-onSurface);
}
.bg-accent-pink-primary {
  background-color: var(--accent-pink-primary);
}
.bg-accent-pink-secondary {
  background-color: var(--accent-pink-secondary);
}
.bg-accent-pink-surfacePrimary {
  background-color: var(--accent-pink-surfacePrimary);
}
.bg-accent-pink-surfaceSecondary {
  background-color: var(--accent-pink-surfaceSecondary);
}
.bg-accent-pink-tertiary {
  background-color: var(--accent-pink-tertiary);
}
.bg-accent-purple-dark {
  background-color: var(--accent-purple-dark);
}
.bg-accent-purple-onSurface {
  background-color: var(--accent-purple-onSurface);
}
.bg-accent-purple-primary {
  background-color: var(--accent-purple-primary);
}
.bg-accent-purple-secondary {
  background-color: var(--accent-purple-secondary);
}
.bg-accent-purple-surfacePrimary {
  background-color: var(--accent-purple-surfacePrimary);
}
.bg-accent-purple-surfaceSecondary {
  background-color: var(--accent-purple-surfaceSecondary);
}
.bg-accent-purple-tertiary {
  background-color: var(--accent-purple-tertiary);
}
.bg-accent-red-dark {
  background-color: var(--accent-red-dark);
}
.bg-accent-red-onSurface {
  background-color: var(--accent-red-onSurface);
}
.bg-accent-red-primary {
  background-color: var(--accent-red-primary);
}
.bg-accent-red-secondary {
  background-color: var(--accent-red-secondary);
}
.bg-accent-red-surfacePrimary {
  background-color: var(--accent-red-surfacePrimary);
}
.bg-accent-red-surfaceSecondary {
  background-color: var(--accent-red-surfaceSecondary);
}
.bg-accent-red-tertiary {
  background-color: var(--accent-red-tertiary);
}
.bg-accent-rose-dark {
  background-color: var(--accent-rose-dark);
}
.bg-accent-rose-onSurface {
  background-color: var(--accent-rose-onSurface);
}
.bg-accent-rose-primary {
  background-color: var(--accent-rose-primary);
}
.bg-accent-rose-secondary {
  background-color: var(--accent-rose-secondary);
}
.bg-accent-rose-surfacePrimary {
  background-color: var(--accent-rose-surfacePrimary);
}
.bg-accent-rose-surfaceSecondary {
  background-color: var(--accent-rose-surfaceSecondary);
}
.bg-accent-rose-tertiary {
  background-color: var(--accent-rose-tertiary);
}
.bg-accent-sky-dark {
  background-color: var(--accent-sky-dark);
}
.bg-accent-sky-onSurface {
  background-color: var(--accent-sky-onSurface);
}
.bg-accent-sky-primary {
  background-color: var(--accent-sky-primary);
}
.bg-accent-sky-secondary {
  background-color: var(--accent-sky-secondary);
}
.bg-accent-sky-surfacePrimary {
  background-color: var(--accent-sky-surfacePrimary);
}
.bg-accent-sky-surfaceSecondary {
  background-color: var(--accent-sky-surfaceSecondary);
}
.bg-accent-sky-tertiary {
  background-color: var(--accent-sky-tertiary);
}
.bg-accent-teal-dark {
  background-color: var(--accent-teal-dark);
}
.bg-accent-teal-onSurface {
  background-color: var(--accent-teal-onSurface);
}
.bg-accent-teal-primary {
  background-color: var(--accent-teal-primary);
}
.bg-accent-teal-secondary {
  background-color: var(--accent-teal-secondary);
}
.bg-accent-teal-surfacePrimary {
  background-color: var(--accent-teal-surfacePrimary);
}
.bg-accent-teal-surfaceSecondary {
  background-color: var(--accent-teal-surfaceSecondary);
}
.bg-accent-teal-tertiary {
  background-color: var(--accent-teal-tertiary);
}
.bg-accent-violet-dark {
  background-color: var(--accent-violet-dark);
}
.bg-accent-violet-onSurface {
  background-color: var(--accent-violet-onSurface);
}
.bg-accent-violet-primary {
  background-color: var(--accent-violet-primary);
}
.bg-accent-violet-secondary {
  background-color: var(--accent-violet-secondary);
}
.bg-accent-violet-surfacePrimary {
  background-color: var(--accent-violet-surfacePrimary);
}
.bg-accent-violet-surfaceSecondary {
  background-color: var(--accent-violet-surfaceSecondary);
}
.bg-accent-violet-tertiary {
  background-color: var(--accent-violet-tertiary);
}
.bg-accent-yellow-dark {
  background-color: var(--accent-yellow-dark);
}
.bg-accent-yellow-onSurface {
  background-color: var(--accent-yellow-onSurface);
}
.bg-accent-yellow-primary {
  background-color: var(--accent-yellow-primary);
}
.bg-accent-yellow-secondary {
  background-color: var(--accent-yellow-secondary);
}
.bg-accent-yellow-surfacePrimary {
  background-color: var(--accent-yellow-surfacePrimary);
}
.bg-accent-yellow-surfaceSecondary {
  background-color: var(--accent-yellow-surfaceSecondary);
}
.bg-accent-yellow-tertiary {
  background-color: var(--accent-yellow-tertiary);
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / .15);
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / .35);
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / .15);
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / .35);
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / .15);
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / .35);
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / .15);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / .35);
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / .15);
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / .35);
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / .15);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / .35);
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / .15);
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / .35);
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / .15);
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / .35);
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / .15);
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / .35);
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / .15);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / .35);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/15 {
  background-color: rgb(69 26 3 / .15);
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/35 {
  background-color: rgb(69 26 3 / .35);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45);
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55);
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65);
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85);
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.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-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / .15);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / .35);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / .15);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / .35);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / .15);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / .35);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / .15);
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / .35);
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / .15);
}
.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / .35);
}
.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}
.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / .15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / .35);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / .15);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / .35);
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / .15);
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / .35);
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / .15);
}
.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / .35);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}
.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}
.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}
.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / .15);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / .35);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}
.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}
.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / .15);
}
.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / .35);
}
.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45);
}
.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55);
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65);
}
.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85);
}
.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-blueGray-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-blueGray-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-blueGray-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-blueGray-100\/15 {
  background-color: rgb(241 245 249 / .15);
}
.bg-blueGray-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-blueGray-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-blueGray-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-blueGray-100\/35 {
  background-color: rgb(241 245 249 / .35);
}
.bg-blueGray-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-blueGray-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}
.bg-blueGray-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-blueGray-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-blueGray-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}
.bg-blueGray-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-blueGray-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}
.bg-blueGray-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-blueGray-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-blueGray-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-blueGray-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}
.bg-blueGray-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-blueGray-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-blueGray-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-blueGray-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-blueGray-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-blueGray-200\/15 {
  background-color: rgb(226 232 240 / .15);
}
.bg-blueGray-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-blueGray-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-blueGray-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-blueGray-200\/35 {
  background-color: rgb(226 232 240 / .35);
}
.bg-blueGray-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-blueGray-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}
.bg-blueGray-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-blueGray-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-blueGray-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}
.bg-blueGray-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-blueGray-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}
.bg-blueGray-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-blueGray-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-blueGray-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-blueGray-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}
.bg-blueGray-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-blueGray-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-blueGray-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-blueGray-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-blueGray-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-blueGray-400\/15 {
  background-color: rgb(148 163 184 / .15);
}
.bg-blueGray-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-blueGray-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-blueGray-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-blueGray-400\/35 {
  background-color: rgb(148 163 184 / .35);
}
.bg-blueGray-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-blueGray-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}
.bg-blueGray-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-blueGray-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-blueGray-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}
.bg-blueGray-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-blueGray-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}
.bg-blueGray-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-blueGray-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-blueGray-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-blueGray-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}
.bg-blueGray-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-blueGray-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-blueGray-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-blueGray-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-blueGray-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-blueGray-500\/15 {
  background-color: rgb(100 116 139 / .15);
}
.bg-blueGray-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-blueGray-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-blueGray-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-blueGray-500\/35 {
  background-color: rgb(100 116 139 / .35);
}
.bg-blueGray-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-blueGray-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}
.bg-blueGray-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-blueGray-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-blueGray-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}
.bg-blueGray-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-blueGray-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}
.bg-blueGray-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-blueGray-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-blueGray-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-blueGray-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}
.bg-blueGray-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-blueGray-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-border-primary {
  background-color: var(--border-primary);
}
.bg-border-secondary {
  background-color: var(--border-secondary);
}
.bg-brown-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 238 229 / var(--tw-bg-opacity, 1));
}
.bg-brown-100\/0 {
  background-color: rgb(245 238 229 / 0);
}
.bg-brown-100\/10 {
  background-color: rgb(245 238 229 / 0.1);
}
.bg-brown-100\/100 {
  background-color: rgb(245 238 229 / 1);
}
.bg-brown-100\/15 {
  background-color: rgb(245 238 229 / .15);
}
.bg-brown-100\/20 {
  background-color: rgb(245 238 229 / 0.2);
}
.bg-brown-100\/25 {
  background-color: rgb(245 238 229 / 0.25);
}
.bg-brown-100\/30 {
  background-color: rgb(245 238 229 / 0.3);
}
.bg-brown-100\/35 {
  background-color: rgb(245 238 229 / .35);
}
.bg-brown-100\/40 {
  background-color: rgb(245 238 229 / 0.4);
}
.bg-brown-100\/45 {
  background-color: rgb(245 238 229 / 0.45);
}
.bg-brown-100\/5 {
  background-color: rgb(245 238 229 / 0.05);
}
.bg-brown-100\/50 {
  background-color: rgb(245 238 229 / 0.5);
}
.bg-brown-100\/55 {
  background-color: rgb(245 238 229 / 0.55);
}
.bg-brown-100\/60 {
  background-color: rgb(245 238 229 / 0.6);
}
.bg-brown-100\/65 {
  background-color: rgb(245 238 229 / 0.65);
}
.bg-brown-100\/70 {
  background-color: rgb(245 238 229 / 0.7);
}
.bg-brown-100\/75 {
  background-color: rgb(245 238 229 / 0.75);
}
.bg-brown-100\/80 {
  background-color: rgb(245 238 229 / 0.8);
}
.bg-brown-100\/85 {
  background-color: rgb(245 238 229 / 0.85);
}
.bg-brown-100\/90 {
  background-color: rgb(245 238 229 / 0.9);
}
.bg-brown-100\/95 {
  background-color: rgb(245 238 229 / 0.95);
}
.bg-brown-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 220 206 / var(--tw-bg-opacity, 1));
}
.bg-brown-200\/0 {
  background-color: rgb(231 220 206 / 0);
}
.bg-brown-200\/10 {
  background-color: rgb(231 220 206 / 0.1);
}
.bg-brown-200\/100 {
  background-color: rgb(231 220 206 / 1);
}
.bg-brown-200\/15 {
  background-color: rgb(231 220 206 / .15);
}
.bg-brown-200\/20 {
  background-color: rgb(231 220 206 / 0.2);
}
.bg-brown-200\/25 {
  background-color: rgb(231 220 206 / 0.25);
}
.bg-brown-200\/30 {
  background-color: rgb(231 220 206 / 0.3);
}
.bg-brown-200\/35 {
  background-color: rgb(231 220 206 / .35);
}
.bg-brown-200\/40 {
  background-color: rgb(231 220 206 / 0.4);
}
.bg-brown-200\/45 {
  background-color: rgb(231 220 206 / 0.45);
}
.bg-brown-200\/5 {
  background-color: rgb(231 220 206 / 0.05);
}
.bg-brown-200\/50 {
  background-color: rgb(231 220 206 / 0.5);
}
.bg-brown-200\/55 {
  background-color: rgb(231 220 206 / 0.55);
}
.bg-brown-200\/60 {
  background-color: rgb(231 220 206 / 0.6);
}
.bg-brown-200\/65 {
  background-color: rgb(231 220 206 / 0.65);
}
.bg-brown-200\/70 {
  background-color: rgb(231 220 206 / 0.7);
}
.bg-brown-200\/75 {
  background-color: rgb(231 220 206 / 0.75);
}
.bg-brown-200\/80 {
  background-color: rgb(231 220 206 / 0.8);
}
.bg-brown-200\/85 {
  background-color: rgb(231 220 206 / 0.85);
}
.bg-brown-200\/90 {
  background-color: rgb(231 220 206 / 0.9);
}
.bg-brown-200\/95 {
  background-color: rgb(231 220 206 / 0.95);
}
.bg-brown-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 198 176 / var(--tw-bg-opacity, 1));
}
.bg-brown-300\/0 {
  background-color: rgb(215 198 176 / 0);
}
.bg-brown-300\/10 {
  background-color: rgb(215 198 176 / 0.1);
}
.bg-brown-300\/100 {
  background-color: rgb(215 198 176 / 1);
}
.bg-brown-300\/15 {
  background-color: rgb(215 198 176 / .15);
}
.bg-brown-300\/20 {
  background-color: rgb(215 198 176 / 0.2);
}
.bg-brown-300\/25 {
  background-color: rgb(215 198 176 / 0.25);
}
.bg-brown-300\/30 {
  background-color: rgb(215 198 176 / 0.3);
}
.bg-brown-300\/35 {
  background-color: rgb(215 198 176 / .35);
}
.bg-brown-300\/40 {
  background-color: rgb(215 198 176 / 0.4);
}
.bg-brown-300\/45 {
  background-color: rgb(215 198 176 / 0.45);
}
.bg-brown-300\/5 {
  background-color: rgb(215 198 176 / 0.05);
}
.bg-brown-300\/50 {
  background-color: rgb(215 198 176 / 0.5);
}
.bg-brown-300\/55 {
  background-color: rgb(215 198 176 / 0.55);
}
.bg-brown-300\/60 {
  background-color: rgb(215 198 176 / 0.6);
}
.bg-brown-300\/65 {
  background-color: rgb(215 198 176 / 0.65);
}
.bg-brown-300\/70 {
  background-color: rgb(215 198 176 / 0.7);
}
.bg-brown-300\/75 {
  background-color: rgb(215 198 176 / 0.75);
}
.bg-brown-300\/80 {
  background-color: rgb(215 198 176 / 0.8);
}
.bg-brown-300\/85 {
  background-color: rgb(215 198 176 / 0.85);
}
.bg-brown-300\/90 {
  background-color: rgb(215 198 176 / 0.9);
}
.bg-brown-300\/95 {
  background-color: rgb(215 198 176 / 0.95);
}
.bg-brown-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 169 138 / var(--tw-bg-opacity, 1));
}
.bg-brown-400\/0 {
  background-color: rgb(192 169 138 / 0);
}
.bg-brown-400\/10 {
  background-color: rgb(192 169 138 / 0.1);
}
.bg-brown-400\/100 {
  background-color: rgb(192 169 138 / 1);
}
.bg-brown-400\/15 {
  background-color: rgb(192 169 138 / .15);
}
.bg-brown-400\/20 {
  background-color: rgb(192 169 138 / 0.2);
}
.bg-brown-400\/25 {
  background-color: rgb(192 169 138 / 0.25);
}
.bg-brown-400\/30 {
  background-color: rgb(192 169 138 / 0.3);
}
.bg-brown-400\/35 {
  background-color: rgb(192 169 138 / .35);
}
.bg-brown-400\/40 {
  background-color: rgb(192 169 138 / 0.4);
}
.bg-brown-400\/45 {
  background-color: rgb(192 169 138 / 0.45);
}
.bg-brown-400\/5 {
  background-color: rgb(192 169 138 / 0.05);
}
.bg-brown-400\/50 {
  background-color: rgb(192 169 138 / 0.5);
}
.bg-brown-400\/55 {
  background-color: rgb(192 169 138 / 0.55);
}
.bg-brown-400\/60 {
  background-color: rgb(192 169 138 / 0.6);
}
.bg-brown-400\/65 {
  background-color: rgb(192 169 138 / 0.65);
}
.bg-brown-400\/70 {
  background-color: rgb(192 169 138 / 0.7);
}
.bg-brown-400\/75 {
  background-color: rgb(192 169 138 / 0.75);
}
.bg-brown-400\/80 {
  background-color: rgb(192 169 138 / 0.8);
}
.bg-brown-400\/85 {
  background-color: rgb(192 169 138 / 0.85);
}
.bg-brown-400\/90 {
  background-color: rgb(192 169 138 / 0.9);
}
.bg-brown-400\/95 {
  background-color: rgb(192 169 138 / 0.95);
}
.bg-brown-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 243 / var(--tw-bg-opacity, 1));
}
.bg-brown-50\/0 {
  background-color: rgb(250 247 243 / 0);
}
.bg-brown-50\/10 {
  background-color: rgb(250 247 243 / 0.1);
}
.bg-brown-50\/100 {
  background-color: rgb(250 247 243 / 1);
}
.bg-brown-50\/15 {
  background-color: rgb(250 247 243 / .15);
}
.bg-brown-50\/20 {
  background-color: rgb(250 247 243 / 0.2);
}
.bg-brown-50\/25 {
  background-color: rgb(250 247 243 / 0.25);
}
.bg-brown-50\/30 {
  background-color: rgb(250 247 243 / 0.3);
}
.bg-brown-50\/35 {
  background-color: rgb(250 247 243 / .35);
}
.bg-brown-50\/40 {
  background-color: rgb(250 247 243 / 0.4);
}
.bg-brown-50\/45 {
  background-color: rgb(250 247 243 / 0.45);
}
.bg-brown-50\/5 {
  background-color: rgb(250 247 243 / 0.05);
}
.bg-brown-50\/50 {
  background-color: rgb(250 247 243 / 0.5);
}
.bg-brown-50\/55 {
  background-color: rgb(250 247 243 / 0.55);
}
.bg-brown-50\/60 {
  background-color: rgb(250 247 243 / 0.6);
}
.bg-brown-50\/65 {
  background-color: rgb(250 247 243 / 0.65);
}
.bg-brown-50\/70 {
  background-color: rgb(250 247 243 / 0.7);
}
.bg-brown-50\/75 {
  background-color: rgb(250 247 243 / 0.75);
}
.bg-brown-50\/80 {
  background-color: rgb(250 247 243 / 0.8);
}
.bg-brown-50\/85 {
  background-color: rgb(250 247 243 / 0.85);
}
.bg-brown-50\/90 {
  background-color: rgb(250 247 243 / 0.9);
}
.bg-brown-50\/95 {
  background-color: rgb(250 247 243 / 0.95);
}
.bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 143 109 / var(--tw-bg-opacity, 1));
}
.bg-brown-500\/0 {
  background-color: rgb(170 143 109 / 0);
}
.bg-brown-500\/10 {
  background-color: rgb(170 143 109 / 0.1);
}
.bg-brown-500\/100 {
  background-color: rgb(170 143 109 / 1);
}
.bg-brown-500\/15 {
  background-color: rgb(170 143 109 / .15);
}
.bg-brown-500\/20 {
  background-color: rgb(170 143 109 / 0.2);
}
.bg-brown-500\/25 {
  background-color: rgb(170 143 109 / 0.25);
}
.bg-brown-500\/30 {
  background-color: rgb(170 143 109 / 0.3);
}
.bg-brown-500\/35 {
  background-color: rgb(170 143 109 / .35);
}
.bg-brown-500\/40 {
  background-color: rgb(170 143 109 / 0.4);
}
.bg-brown-500\/45 {
  background-color: rgb(170 143 109 / 0.45);
}
.bg-brown-500\/5 {
  background-color: rgb(170 143 109 / 0.05);
}
.bg-brown-500\/50 {
  background-color: rgb(170 143 109 / 0.5);
}
.bg-brown-500\/55 {
  background-color: rgb(170 143 109 / 0.55);
}
.bg-brown-500\/60 {
  background-color: rgb(170 143 109 / 0.6);
}
.bg-brown-500\/65 {
  background-color: rgb(170 143 109 / 0.65);
}
.bg-brown-500\/70 {
  background-color: rgb(170 143 109 / 0.7);
}
.bg-brown-500\/75 {
  background-color: rgb(170 143 109 / 0.75);
}
.bg-brown-500\/80 {
  background-color: rgb(170 143 109 / 0.8);
}
.bg-brown-500\/85 {
  background-color: rgb(170 143 109 / 0.85);
}
.bg-brown-500\/90 {
  background-color: rgb(170 143 109 / 0.9);
}
.bg-brown-500\/95 {
  background-color: rgb(170 143 109 / 0.95);
}
.bg-brown-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 121 85 / var(--tw-bg-opacity, 1));
}
.bg-brown-600\/0 {
  background-color: rgb(148 121 85 / 0);
}
.bg-brown-600\/10 {
  background-color: rgb(148 121 85 / 0.1);
}
.bg-brown-600\/100 {
  background-color: rgb(148 121 85 / 1);
}
.bg-brown-600\/15 {
  background-color: rgb(148 121 85 / .15);
}
.bg-brown-600\/20 {
  background-color: rgb(148 121 85 / 0.2);
}
.bg-brown-600\/25 {
  background-color: rgb(148 121 85 / 0.25);
}
.bg-brown-600\/30 {
  background-color: rgb(148 121 85 / 0.3);
}
.bg-brown-600\/35 {
  background-color: rgb(148 121 85 / .35);
}
.bg-brown-600\/40 {
  background-color: rgb(148 121 85 / 0.4);
}
.bg-brown-600\/45 {
  background-color: rgb(148 121 85 / 0.45);
}
.bg-brown-600\/5 {
  background-color: rgb(148 121 85 / 0.05);
}
.bg-brown-600\/50 {
  background-color: rgb(148 121 85 / 0.5);
}
.bg-brown-600\/55 {
  background-color: rgb(148 121 85 / 0.55);
}
.bg-brown-600\/60 {
  background-color: rgb(148 121 85 / 0.6);
}
.bg-brown-600\/65 {
  background-color: rgb(148 121 85 / 0.65);
}
.bg-brown-600\/70 {
  background-color: rgb(148 121 85 / 0.7);
}
.bg-brown-600\/75 {
  background-color: rgb(148 121 85 / 0.75);
}
.bg-brown-600\/80 {
  background-color: rgb(148 121 85 / 0.8);
}
.bg-brown-600\/85 {
  background-color: rgb(148 121 85 / 0.85);
}
.bg-brown-600\/90 {
  background-color: rgb(148 121 85 / 0.9);
}
.bg-brown-600\/95 {
  background-color: rgb(148 121 85 / 0.95);
}
.bg-brown-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 100 70 / var(--tw-bg-opacity, 1));
}
.bg-brown-700\/0 {
  background-color: rgb(123 100 70 / 0);
}
.bg-brown-700\/10 {
  background-color: rgb(123 100 70 / 0.1);
}
.bg-brown-700\/100 {
  background-color: rgb(123 100 70 / 1);
}
.bg-brown-700\/15 {
  background-color: rgb(123 100 70 / .15);
}
.bg-brown-700\/20 {
  background-color: rgb(123 100 70 / 0.2);
}
.bg-brown-700\/25 {
  background-color: rgb(123 100 70 / 0.25);
}
.bg-brown-700\/30 {
  background-color: rgb(123 100 70 / 0.3);
}
.bg-brown-700\/35 {
  background-color: rgb(123 100 70 / .35);
}
.bg-brown-700\/40 {
  background-color: rgb(123 100 70 / 0.4);
}
.bg-brown-700\/45 {
  background-color: rgb(123 100 70 / 0.45);
}
.bg-brown-700\/5 {
  background-color: rgb(123 100 70 / 0.05);
}
.bg-brown-700\/50 {
  background-color: rgb(123 100 70 / 0.5);
}
.bg-brown-700\/55 {
  background-color: rgb(123 100 70 / 0.55);
}
.bg-brown-700\/60 {
  background-color: rgb(123 100 70 / 0.6);
}
.bg-brown-700\/65 {
  background-color: rgb(123 100 70 / 0.65);
}
.bg-brown-700\/70 {
  background-color: rgb(123 100 70 / 0.7);
}
.bg-brown-700\/75 {
  background-color: rgb(123 100 70 / 0.75);
}
.bg-brown-700\/80 {
  background-color: rgb(123 100 70 / 0.8);
}
.bg-brown-700\/85 {
  background-color: rgb(123 100 70 / 0.85);
}
.bg-brown-700\/90 {
  background-color: rgb(123 100 70 / 0.9);
}
.bg-brown-700\/95 {
  background-color: rgb(123 100 70 / 0.95);
}
.bg-brown-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 84 59 / var(--tw-bg-opacity, 1));
}
.bg-brown-800\/0 {
  background-color: rgb(103 84 59 / 0);
}
.bg-brown-800\/10 {
  background-color: rgb(103 84 59 / 0.1);
}
.bg-brown-800\/100 {
  background-color: rgb(103 84 59 / 1);
}
.bg-brown-800\/15 {
  background-color: rgb(103 84 59 / .15);
}
.bg-brown-800\/20 {
  background-color: rgb(103 84 59 / 0.2);
}
.bg-brown-800\/25 {
  background-color: rgb(103 84 59 / 0.25);
}
.bg-brown-800\/30 {
  background-color: rgb(103 84 59 / 0.3);
}
.bg-brown-800\/35 {
  background-color: rgb(103 84 59 / .35);
}
.bg-brown-800\/40 {
  background-color: rgb(103 84 59 / 0.4);
}
.bg-brown-800\/45 {
  background-color: rgb(103 84 59 / 0.45);
}
.bg-brown-800\/5 {
  background-color: rgb(103 84 59 / 0.05);
}
.bg-brown-800\/50 {
  background-color: rgb(103 84 59 / 0.5);
}
.bg-brown-800\/55 {
  background-color: rgb(103 84 59 / 0.55);
}
.bg-brown-800\/60 {
  background-color: rgb(103 84 59 / 0.6);
}
.bg-brown-800\/65 {
  background-color: rgb(103 84 59 / 0.65);
}
.bg-brown-800\/70 {
  background-color: rgb(103 84 59 / 0.7);
}
.bg-brown-800\/75 {
  background-color: rgb(103 84 59 / 0.75);
}
.bg-brown-800\/80 {
  background-color: rgb(103 84 59 / 0.8);
}
.bg-brown-800\/85 {
  background-color: rgb(103 84 59 / 0.85);
}
.bg-brown-800\/90 {
  background-color: rgb(103 84 59 / 0.9);
}
.bg-brown-800\/95 {
  background-color: rgb(103 84 59 / 0.95);
}
.bg-brown-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 68 48 / var(--tw-bg-opacity, 1));
}
.bg-brown-900\/0 {
  background-color: rgb(84 68 48 / 0);
}
.bg-brown-900\/10 {
  background-color: rgb(84 68 48 / 0.1);
}
.bg-brown-900\/100 {
  background-color: rgb(84 68 48 / 1);
}
.bg-brown-900\/15 {
  background-color: rgb(84 68 48 / .15);
}
.bg-brown-900\/20 {
  background-color: rgb(84 68 48 / 0.2);
}
.bg-brown-900\/25 {
  background-color: rgb(84 68 48 / 0.25);
}
.bg-brown-900\/30 {
  background-color: rgb(84 68 48 / 0.3);
}
.bg-brown-900\/35 {
  background-color: rgb(84 68 48 / .35);
}
.bg-brown-900\/40 {
  background-color: rgb(84 68 48 / 0.4);
}
.bg-brown-900\/45 {
  background-color: rgb(84 68 48 / 0.45);
}
.bg-brown-900\/5 {
  background-color: rgb(84 68 48 / 0.05);
}
.bg-brown-900\/50 {
  background-color: rgb(84 68 48 / 0.5);
}
.bg-brown-900\/55 {
  background-color: rgb(84 68 48 / 0.55);
}
.bg-brown-900\/60 {
  background-color: rgb(84 68 48 / 0.6);
}
.bg-brown-900\/65 {
  background-color: rgb(84 68 48 / 0.65);
}
.bg-brown-900\/70 {
  background-color: rgb(84 68 48 / 0.7);
}
.bg-brown-900\/75 {
  background-color: rgb(84 68 48 / 0.75);
}
.bg-brown-900\/80 {
  background-color: rgb(84 68 48 / 0.8);
}
.bg-brown-900\/85 {
  background-color: rgb(84 68 48 / 0.85);
}
.bg-brown-900\/90 {
  background-color: rgb(84 68 48 / 0.9);
}
.bg-brown-900\/95 {
  background-color: rgb(84 68 48 / 0.95);
}
.bg-brown-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 50 35 / var(--tw-bg-opacity, 1));
}
.bg-brown-950\/0 {
  background-color: rgb(61 50 35 / 0);
}
.bg-brown-950\/10 {
  background-color: rgb(61 50 35 / 0.1);
}
.bg-brown-950\/100 {
  background-color: rgb(61 50 35 / 1);
}
.bg-brown-950\/15 {
  background-color: rgb(61 50 35 / .15);
}
.bg-brown-950\/20 {
  background-color: rgb(61 50 35 / 0.2);
}
.bg-brown-950\/25 {
  background-color: rgb(61 50 35 / 0.25);
}
.bg-brown-950\/30 {
  background-color: rgb(61 50 35 / 0.3);
}
.bg-brown-950\/35 {
  background-color: rgb(61 50 35 / .35);
}
.bg-brown-950\/40 {
  background-color: rgb(61 50 35 / 0.4);
}
.bg-brown-950\/45 {
  background-color: rgb(61 50 35 / 0.45);
}
.bg-brown-950\/5 {
  background-color: rgb(61 50 35 / 0.05);
}
.bg-brown-950\/50 {
  background-color: rgb(61 50 35 / 0.5);
}
.bg-brown-950\/55 {
  background-color: rgb(61 50 35 / 0.55);
}
.bg-brown-950\/60 {
  background-color: rgb(61 50 35 / 0.6);
}
.bg-brown-950\/65 {
  background-color: rgb(61 50 35 / 0.65);
}
.bg-brown-950\/70 {
  background-color: rgb(61 50 35 / 0.7);
}
.bg-brown-950\/75 {
  background-color: rgb(61 50 35 / 0.75);
}
.bg-brown-950\/80 {
  background-color: rgb(61 50 35 / 0.8);
}
.bg-brown-950\/85 {
  background-color: rgb(61 50 35 / 0.85);
}
.bg-brown-950\/90 {
  background-color: rgb(61 50 35 / 0.9);
}
.bg-brown-950\/95 {
  background-color: rgb(61 50 35 / 0.95);
}
.bg-charts-bar-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-charts-bar-1\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-charts-bar-1\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-charts-bar-1\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-charts-bar-1\/15 {
  background-color: rgb(2 132 199 / .15);
}
.bg-charts-bar-1\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-charts-bar-1\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-charts-bar-1\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-charts-bar-1\/35 {
  background-color: rgb(2 132 199 / .35);
}
.bg-charts-bar-1\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-charts-bar-1\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.bg-charts-bar-1\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-charts-bar-1\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-charts-bar-1\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.bg-charts-bar-1\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-charts-bar-1\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.bg-charts-bar-1\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-charts-bar-1\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-charts-bar-1\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-charts-bar-1\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.bg-charts-bar-1\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-charts-bar-1\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-charts-bar-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-charts-bar-2\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-charts-bar-2\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-charts-bar-2\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-charts-bar-2\/15 {
  background-color: rgb(14 165 233 / .15);
}
.bg-charts-bar-2\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-charts-bar-2\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-charts-bar-2\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-charts-bar-2\/35 {
  background-color: rgb(14 165 233 / .35);
}
.bg-charts-bar-2\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-charts-bar-2\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-charts-bar-2\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-charts-bar-2\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-charts-bar-2\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-charts-bar-2\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-charts-bar-2\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-charts-bar-2\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-charts-bar-2\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-charts-bar-2\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-charts-bar-2\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-charts-bar-2\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-charts-bar-2\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-charts-bar-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-charts-bar-3\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-charts-bar-3\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-charts-bar-3\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-charts-bar-3\/15 {
  background-color: rgb(56 189 248 / .15);
}
.bg-charts-bar-3\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-charts-bar-3\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-charts-bar-3\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-charts-bar-3\/35 {
  background-color: rgb(56 189 248 / .35);
}
.bg-charts-bar-3\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-charts-bar-3\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.bg-charts-bar-3\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-charts-bar-3\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-charts-bar-3\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.bg-charts-bar-3\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-charts-bar-3\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.bg-charts-bar-3\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-charts-bar-3\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-charts-bar-3\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-charts-bar-3\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.bg-charts-bar-3\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-charts-bar-3\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-charts-bar-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-charts-bar-4\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-charts-bar-4\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-charts-bar-4\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-charts-bar-4\/15 {
  background-color: rgb(125 211 252 / .15);
}
.bg-charts-bar-4\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-charts-bar-4\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-charts-bar-4\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-charts-bar-4\/35 {
  background-color: rgb(125 211 252 / .35);
}
.bg-charts-bar-4\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-charts-bar-4\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.bg-charts-bar-4\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-charts-bar-4\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-charts-bar-4\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.bg-charts-bar-4\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-charts-bar-4\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.bg-charts-bar-4\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-charts-bar-4\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-charts-bar-4\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-charts-bar-4\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.bg-charts-bar-4\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-charts-bar-4\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-charts-bar-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.bg-charts-bar-5\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-charts-bar-5\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-charts-bar-5\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-charts-bar-5\/15 {
  background-color: rgb(186 230 253 / .15);
}
.bg-charts-bar-5\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-charts-bar-5\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-charts-bar-5\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-charts-bar-5\/35 {
  background-color: rgb(186 230 253 / .35);
}
.bg-charts-bar-5\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-charts-bar-5\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.bg-charts-bar-5\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-charts-bar-5\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-charts-bar-5\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.bg-charts-bar-5\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-charts-bar-5\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.bg-charts-bar-5\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-charts-bar-5\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-charts-bar-5\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-charts-bar-5\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.bg-charts-bar-5\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-charts-bar-5\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-charts-bar-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-charts-bar-6\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-charts-bar-6\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-charts-bar-6\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-charts-bar-6\/15 {
  background-color: rgb(224 242 254 / .15);
}
.bg-charts-bar-6\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-charts-bar-6\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-charts-bar-6\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-charts-bar-6\/35 {
  background-color: rgb(224 242 254 / .35);
}
.bg-charts-bar-6\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-charts-bar-6\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.bg-charts-bar-6\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-charts-bar-6\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-charts-bar-6\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.bg-charts-bar-6\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-charts-bar-6\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.bg-charts-bar-6\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-charts-bar-6\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-charts-bar-6\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-charts-bar-6\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.bg-charts-bar-6\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-charts-bar-6\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-charts-line-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-1\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-charts-line-1\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-charts-line-1\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-charts-line-1\/15 {
  background-color: rgb(14 165 233 / .15);
}
.bg-charts-line-1\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-charts-line-1\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-charts-line-1\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-charts-line-1\/35 {
  background-color: rgb(14 165 233 / .35);
}
.bg-charts-line-1\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-charts-line-1\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-charts-line-1\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-charts-line-1\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-charts-line-1\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-charts-line-1\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-charts-line-1\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-charts-line-1\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-charts-line-1\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-charts-line-1\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-charts-line-1\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-charts-line-1\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-charts-line-1\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-charts-line-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-2\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-charts-line-2\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-charts-line-2\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-charts-line-2\/15 {
  background-color: rgb(132 204 22 / .15);
}
.bg-charts-line-2\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-charts-line-2\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-charts-line-2\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-charts-line-2\/35 {
  background-color: rgb(132 204 22 / .35);
}
.bg-charts-line-2\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-charts-line-2\/45 {
  background-color: rgb(132 204 22 / 0.45);
}
.bg-charts-line-2\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-charts-line-2\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-charts-line-2\/55 {
  background-color: rgb(132 204 22 / 0.55);
}
.bg-charts-line-2\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-charts-line-2\/65 {
  background-color: rgb(132 204 22 / 0.65);
}
.bg-charts-line-2\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-charts-line-2\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-charts-line-2\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-charts-line-2\/85 {
  background-color: rgb(132 204 22 / 0.85);
}
.bg-charts-line-2\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-charts-line-2\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-charts-line-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-3\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-charts-line-3\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-charts-line-3\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-charts-line-3\/15 {
  background-color: rgb(167 139 250 / .15);
}
.bg-charts-line-3\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-charts-line-3\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-charts-line-3\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-charts-line-3\/35 {
  background-color: rgb(167 139 250 / .35);
}
.bg-charts-line-3\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-charts-line-3\/45 {
  background-color: rgb(167 139 250 / 0.45);
}
.bg-charts-line-3\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-charts-line-3\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-charts-line-3\/55 {
  background-color: rgb(167 139 250 / 0.55);
}
.bg-charts-line-3\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-charts-line-3\/65 {
  background-color: rgb(167 139 250 / 0.65);
}
.bg-charts-line-3\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-charts-line-3\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-charts-line-3\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-charts-line-3\/85 {
  background-color: rgb(167 139 250 / 0.85);
}
.bg-charts-line-3\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-charts-line-3\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-charts-line-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-4\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-charts-line-4\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-charts-line-4\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-charts-line-4\/15 {
  background-color: rgb(147 197 253 / .15);
}
.bg-charts-line-4\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-charts-line-4\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-charts-line-4\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-charts-line-4\/35 {
  background-color: rgb(147 197 253 / .35);
}
.bg-charts-line-4\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-charts-line-4\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-charts-line-4\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-charts-line-4\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-charts-line-4\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-charts-line-4\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-charts-line-4\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-charts-line-4\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-charts-line-4\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-charts-line-4\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-charts-line-4\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-charts-line-4\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-charts-line-4\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-charts-line-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-5\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-charts-line-5\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-charts-line-5\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-charts-line-5\/15 {
  background-color: rgb(20 184 166 / .15);
}
.bg-charts-line-5\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-charts-line-5\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-charts-line-5\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-charts-line-5\/35 {
  background-color: rgb(20 184 166 / .35);
}
.bg-charts-line-5\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-charts-line-5\/45 {
  background-color: rgb(20 184 166 / 0.45);
}
.bg-charts-line-5\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-charts-line-5\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-charts-line-5\/55 {
  background-color: rgb(20 184 166 / 0.55);
}
.bg-charts-line-5\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-charts-line-5\/65 {
  background-color: rgb(20 184 166 / 0.65);
}
.bg-charts-line-5\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-charts-line-5\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-charts-line-5\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-charts-line-5\/85 {
  background-color: rgb(20 184 166 / 0.85);
}
.bg-charts-line-5\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-charts-line-5\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-charts-line-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-6\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-charts-line-6\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-charts-line-6\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-charts-line-6\/15 {
  background-color: rgb(249 115 22 / .15);
}
.bg-charts-line-6\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-charts-line-6\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-charts-line-6\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-charts-line-6\/35 {
  background-color: rgb(249 115 22 / .35);
}
.bg-charts-line-6\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-charts-line-6\/45 {
  background-color: rgb(249 115 22 / 0.45);
}
.bg-charts-line-6\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-charts-line-6\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-charts-line-6\/55 {
  background-color: rgb(249 115 22 / 0.55);
}
.bg-charts-line-6\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-charts-line-6\/65 {
  background-color: rgb(249 115 22 / 0.65);
}
.bg-charts-line-6\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-charts-line-6\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-charts-line-6\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-charts-line-6\/85 {
  background-color: rgb(249 115 22 / 0.85);
}
.bg-charts-line-6\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-charts-line-6\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-charts-line-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-7\/0 {
  background-color: rgb(250 204 21 / 0);
}
.bg-charts-line-7\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-charts-line-7\/100 {
  background-color: rgb(250 204 21 / 1);
}
.bg-charts-line-7\/15 {
  background-color: rgb(250 204 21 / .15);
}
.bg-charts-line-7\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.bg-charts-line-7\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.bg-charts-line-7\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-charts-line-7\/35 {
  background-color: rgb(250 204 21 / .35);
}
.bg-charts-line-7\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.bg-charts-line-7\/45 {
  background-color: rgb(250 204 21 / 0.45);
}
.bg-charts-line-7\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.bg-charts-line-7\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.bg-charts-line-7\/55 {
  background-color: rgb(250 204 21 / 0.55);
}
.bg-charts-line-7\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.bg-charts-line-7\/65 {
  background-color: rgb(250 204 21 / 0.65);
}
.bg-charts-line-7\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.bg-charts-line-7\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.bg-charts-line-7\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.bg-charts-line-7\/85 {
  background-color: rgb(250 204 21 / 0.85);
}
.bg-charts-line-7\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.bg-charts-line-7\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.bg-charts-line-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-charts-line-8\/0 {
  background-color: rgb(244 63 94 / 0);
}
.bg-charts-line-8\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-charts-line-8\/100 {
  background-color: rgb(244 63 94 / 1);
}
.bg-charts-line-8\/15 {
  background-color: rgb(244 63 94 / .15);
}
.bg-charts-line-8\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-charts-line-8\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-charts-line-8\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.bg-charts-line-8\/35 {
  background-color: rgb(244 63 94 / .35);
}
.bg-charts-line-8\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.bg-charts-line-8\/45 {
  background-color: rgb(244 63 94 / 0.45);
}
.bg-charts-line-8\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-charts-line-8\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.bg-charts-line-8\/55 {
  background-color: rgb(244 63 94 / 0.55);
}
.bg-charts-line-8\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-charts-line-8\/65 {
  background-color: rgb(244 63 94 / 0.65);
}
.bg-charts-line-8\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.bg-charts-line-8\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.bg-charts-line-8\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-charts-line-8\/85 {
  background-color: rgb(244 63 94 / 0.85);
}
.bg-charts-line-8\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.bg-charts-line-8\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.bg-charts-pie-amber-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-amber-1\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-charts-pie-amber-1\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-charts-pie-amber-1\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-charts-pie-amber-1\/15 {
  background-color: rgb(253 230 138 / .15);
}
.bg-charts-pie-amber-1\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-charts-pie-amber-1\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-charts-pie-amber-1\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-charts-pie-amber-1\/35 {
  background-color: rgb(253 230 138 / .35);
}
.bg-charts-pie-amber-1\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-charts-pie-amber-1\/45 {
  background-color: rgb(253 230 138 / 0.45);
}
.bg-charts-pie-amber-1\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-charts-pie-amber-1\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-charts-pie-amber-1\/55 {
  background-color: rgb(253 230 138 / 0.55);
}
.bg-charts-pie-amber-1\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-charts-pie-amber-1\/65 {
  background-color: rgb(253 230 138 / 0.65);
}
.bg-charts-pie-amber-1\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-charts-pie-amber-1\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-charts-pie-amber-1\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-charts-pie-amber-1\/85 {
  background-color: rgb(253 230 138 / 0.85);
}
.bg-charts-pie-amber-1\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-charts-pie-amber-1\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-charts-pie-amber-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-amber-2\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-charts-pie-amber-2\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-charts-pie-amber-2\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-charts-pie-amber-2\/15 {
  background-color: rgb(251 191 36 / .15);
}
.bg-charts-pie-amber-2\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-charts-pie-amber-2\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-charts-pie-amber-2\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-charts-pie-amber-2\/35 {
  background-color: rgb(251 191 36 / .35);
}
.bg-charts-pie-amber-2\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-charts-pie-amber-2\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-charts-pie-amber-2\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-charts-pie-amber-2\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-charts-pie-amber-2\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-charts-pie-amber-2\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-charts-pie-amber-2\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-charts-pie-amber-2\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-charts-pie-amber-2\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-charts-pie-amber-2\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-charts-pie-amber-2\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-charts-pie-amber-2\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-charts-pie-amber-2\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-charts-pie-amber-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-amber-3\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-charts-pie-amber-3\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-charts-pie-amber-3\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-charts-pie-amber-3\/15 {
  background-color: rgb(217 119 6 / .15);
}
.bg-charts-pie-amber-3\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-charts-pie-amber-3\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-charts-pie-amber-3\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-charts-pie-amber-3\/35 {
  background-color: rgb(217 119 6 / .35);
}
.bg-charts-pie-amber-3\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-charts-pie-amber-3\/45 {
  background-color: rgb(217 119 6 / 0.45);
}
.bg-charts-pie-amber-3\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-charts-pie-amber-3\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-charts-pie-amber-3\/55 {
  background-color: rgb(217 119 6 / 0.55);
}
.bg-charts-pie-amber-3\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-charts-pie-amber-3\/65 {
  background-color: rgb(217 119 6 / 0.65);
}
.bg-charts-pie-amber-3\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-charts-pie-amber-3\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-charts-pie-amber-3\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-charts-pie-amber-3\/85 {
  background-color: rgb(217 119 6 / 0.85);
}
.bg-charts-pie-amber-3\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-charts-pie-amber-3\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-charts-pie-amber-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-amber-4\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-charts-pie-amber-4\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-charts-pie-amber-4\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-charts-pie-amber-4\/15 {
  background-color: rgb(180 83 9 / .15);
}
.bg-charts-pie-amber-4\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-charts-pie-amber-4\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-charts-pie-amber-4\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-charts-pie-amber-4\/35 {
  background-color: rgb(180 83 9 / .35);
}
.bg-charts-pie-amber-4\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-charts-pie-amber-4\/45 {
  background-color: rgb(180 83 9 / 0.45);
}
.bg-charts-pie-amber-4\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-charts-pie-amber-4\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-charts-pie-amber-4\/55 {
  background-color: rgb(180 83 9 / 0.55);
}
.bg-charts-pie-amber-4\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-charts-pie-amber-4\/65 {
  background-color: rgb(180 83 9 / 0.65);
}
.bg-charts-pie-amber-4\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-charts-pie-amber-4\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-charts-pie-amber-4\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-charts-pie-amber-4\/85 {
  background-color: rgb(180 83 9 / 0.85);
}
.bg-charts-pie-amber-4\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-charts-pie-amber-4\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-charts-pie-amber-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-amber-5\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-charts-pie-amber-5\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-charts-pie-amber-5\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-charts-pie-amber-5\/15 {
  background-color: rgb(120 53 15 / .15);
}
.bg-charts-pie-amber-5\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-charts-pie-amber-5\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-charts-pie-amber-5\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-charts-pie-amber-5\/35 {
  background-color: rgb(120 53 15 / .35);
}
.bg-charts-pie-amber-5\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-charts-pie-amber-5\/45 {
  background-color: rgb(120 53 15 / 0.45);
}
.bg-charts-pie-amber-5\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-charts-pie-amber-5\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-charts-pie-amber-5\/55 {
  background-color: rgb(120 53 15 / 0.55);
}
.bg-charts-pie-amber-5\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-charts-pie-amber-5\/65 {
  background-color: rgb(120 53 15 / 0.65);
}
.bg-charts-pie-amber-5\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-charts-pie-amber-5\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-charts-pie-amber-5\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-charts-pie-amber-5\/85 {
  background-color: rgb(120 53 15 / 0.85);
}
.bg-charts-pie-amber-5\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-charts-pie-amber-5\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-charts-pie-amber-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-amber-6\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-charts-pie-amber-6\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-charts-pie-amber-6\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-charts-pie-amber-6\/15 {
  background-color: rgb(231 229 228 / .15);
}
.bg-charts-pie-amber-6\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-charts-pie-amber-6\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-charts-pie-amber-6\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-charts-pie-amber-6\/35 {
  background-color: rgb(231 229 228 / .35);
}
.bg-charts-pie-amber-6\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-charts-pie-amber-6\/45 {
  background-color: rgb(231 229 228 / 0.45);
}
.bg-charts-pie-amber-6\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-charts-pie-amber-6\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-charts-pie-amber-6\/55 {
  background-color: rgb(231 229 228 / 0.55);
}
.bg-charts-pie-amber-6\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-charts-pie-amber-6\/65 {
  background-color: rgb(231 229 228 / 0.65);
}
.bg-charts-pie-amber-6\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-charts-pie-amber-6\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-charts-pie-amber-6\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-charts-pie-amber-6\/85 {
  background-color: rgb(231 229 228 / 0.85);
}
.bg-charts-pie-amber-6\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-charts-pie-amber-6\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-charts-pie-lime-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-lime-1\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-charts-pie-lime-1\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-charts-pie-lime-1\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-charts-pie-lime-1\/15 {
  background-color: rgb(217 249 157 / .15);
}
.bg-charts-pie-lime-1\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-charts-pie-lime-1\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-charts-pie-lime-1\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-charts-pie-lime-1\/35 {
  background-color: rgb(217 249 157 / .35);
}
.bg-charts-pie-lime-1\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-charts-pie-lime-1\/45 {
  background-color: rgb(217 249 157 / 0.45);
}
.bg-charts-pie-lime-1\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-charts-pie-lime-1\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-charts-pie-lime-1\/55 {
  background-color: rgb(217 249 157 / 0.55);
}
.bg-charts-pie-lime-1\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-charts-pie-lime-1\/65 {
  background-color: rgb(217 249 157 / 0.65);
}
.bg-charts-pie-lime-1\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-charts-pie-lime-1\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-charts-pie-lime-1\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-charts-pie-lime-1\/85 {
  background-color: rgb(217 249 157 / 0.85);
}
.bg-charts-pie-lime-1\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-charts-pie-lime-1\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-charts-pie-lime-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-lime-2\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-charts-pie-lime-2\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-charts-pie-lime-2\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-charts-pie-lime-2\/15 {
  background-color: rgb(163 230 53 / .15);
}
.bg-charts-pie-lime-2\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-charts-pie-lime-2\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-charts-pie-lime-2\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-charts-pie-lime-2\/35 {
  background-color: rgb(163 230 53 / .35);
}
.bg-charts-pie-lime-2\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-charts-pie-lime-2\/45 {
  background-color: rgb(163 230 53 / 0.45);
}
.bg-charts-pie-lime-2\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-charts-pie-lime-2\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-charts-pie-lime-2\/55 {
  background-color: rgb(163 230 53 / 0.55);
}
.bg-charts-pie-lime-2\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-charts-pie-lime-2\/65 {
  background-color: rgb(163 230 53 / 0.65);
}
.bg-charts-pie-lime-2\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-charts-pie-lime-2\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-charts-pie-lime-2\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-charts-pie-lime-2\/85 {
  background-color: rgb(163 230 53 / 0.85);
}
.bg-charts-pie-lime-2\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-charts-pie-lime-2\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-charts-pie-lime-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-lime-3\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-charts-pie-lime-3\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-charts-pie-lime-3\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-charts-pie-lime-3\/15 {
  background-color: rgb(101 163 13 / .15);
}
.bg-charts-pie-lime-3\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-charts-pie-lime-3\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-charts-pie-lime-3\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-charts-pie-lime-3\/35 {
  background-color: rgb(101 163 13 / .35);
}
.bg-charts-pie-lime-3\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-charts-pie-lime-3\/45 {
  background-color: rgb(101 163 13 / 0.45);
}
.bg-charts-pie-lime-3\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-charts-pie-lime-3\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-charts-pie-lime-3\/55 {
  background-color: rgb(101 163 13 / 0.55);
}
.bg-charts-pie-lime-3\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-charts-pie-lime-3\/65 {
  background-color: rgb(101 163 13 / 0.65);
}
.bg-charts-pie-lime-3\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-charts-pie-lime-3\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-charts-pie-lime-3\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-charts-pie-lime-3\/85 {
  background-color: rgb(101 163 13 / 0.85);
}
.bg-charts-pie-lime-3\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-charts-pie-lime-3\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-charts-pie-lime-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-lime-4\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-charts-pie-lime-4\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-charts-pie-lime-4\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-charts-pie-lime-4\/15 {
  background-color: rgb(77 124 15 / .15);
}
.bg-charts-pie-lime-4\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-charts-pie-lime-4\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-charts-pie-lime-4\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-charts-pie-lime-4\/35 {
  background-color: rgb(77 124 15 / .35);
}
.bg-charts-pie-lime-4\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-charts-pie-lime-4\/45 {
  background-color: rgb(77 124 15 / 0.45);
}
.bg-charts-pie-lime-4\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-charts-pie-lime-4\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-charts-pie-lime-4\/55 {
  background-color: rgb(77 124 15 / 0.55);
}
.bg-charts-pie-lime-4\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-charts-pie-lime-4\/65 {
  background-color: rgb(77 124 15 / 0.65);
}
.bg-charts-pie-lime-4\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-charts-pie-lime-4\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-charts-pie-lime-4\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-charts-pie-lime-4\/85 {
  background-color: rgb(77 124 15 / 0.85);
}
.bg-charts-pie-lime-4\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-charts-pie-lime-4\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-charts-pie-lime-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-lime-5\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-charts-pie-lime-5\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-charts-pie-lime-5\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-charts-pie-lime-5\/15 {
  background-color: rgb(54 83 20 / .15);
}
.bg-charts-pie-lime-5\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-charts-pie-lime-5\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-charts-pie-lime-5\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-charts-pie-lime-5\/35 {
  background-color: rgb(54 83 20 / .35);
}
.bg-charts-pie-lime-5\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-charts-pie-lime-5\/45 {
  background-color: rgb(54 83 20 / 0.45);
}
.bg-charts-pie-lime-5\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-charts-pie-lime-5\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-charts-pie-lime-5\/55 {
  background-color: rgb(54 83 20 / 0.55);
}
.bg-charts-pie-lime-5\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-charts-pie-lime-5\/65 {
  background-color: rgb(54 83 20 / 0.65);
}
.bg-charts-pie-lime-5\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-charts-pie-lime-5\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-charts-pie-lime-5\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-charts-pie-lime-5\/85 {
  background-color: rgb(54 83 20 / 0.85);
}
.bg-charts-pie-lime-5\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-charts-pie-lime-5\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-charts-pie-lime-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-lime-6\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-charts-pie-lime-6\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-charts-pie-lime-6\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-charts-pie-lime-6\/15 {
  background-color: rgb(231 229 228 / .15);
}
.bg-charts-pie-lime-6\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-charts-pie-lime-6\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-charts-pie-lime-6\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-charts-pie-lime-6\/35 {
  background-color: rgb(231 229 228 / .35);
}
.bg-charts-pie-lime-6\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-charts-pie-lime-6\/45 {
  background-color: rgb(231 229 228 / 0.45);
}
.bg-charts-pie-lime-6\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-charts-pie-lime-6\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-charts-pie-lime-6\/55 {
  background-color: rgb(231 229 228 / 0.55);
}
.bg-charts-pie-lime-6\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-charts-pie-lime-6\/65 {
  background-color: rgb(231 229 228 / 0.65);
}
.bg-charts-pie-lime-6\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-charts-pie-lime-6\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-charts-pie-lime-6\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-charts-pie-lime-6\/85 {
  background-color: rgb(231 229 228 / 0.85);
}
.bg-charts-pie-lime-6\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-charts-pie-lime-6\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-charts-pie-purple-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-purple-1\/0 {
  background-color: rgb(216 180 254 / 0);
}
.bg-charts-pie-purple-1\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.bg-charts-pie-purple-1\/100 {
  background-color: rgb(216 180 254 / 1);
}
.bg-charts-pie-purple-1\/15 {
  background-color: rgb(216 180 254 / .15);
}
.bg-charts-pie-purple-1\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.bg-charts-pie-purple-1\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.bg-charts-pie-purple-1\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.bg-charts-pie-purple-1\/35 {
  background-color: rgb(216 180 254 / .35);
}
.bg-charts-pie-purple-1\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.bg-charts-pie-purple-1\/45 {
  background-color: rgb(216 180 254 / 0.45);
}
.bg-charts-pie-purple-1\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.bg-charts-pie-purple-1\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.bg-charts-pie-purple-1\/55 {
  background-color: rgb(216 180 254 / 0.55);
}
.bg-charts-pie-purple-1\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.bg-charts-pie-purple-1\/65 {
  background-color: rgb(216 180 254 / 0.65);
}
.bg-charts-pie-purple-1\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.bg-charts-pie-purple-1\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.bg-charts-pie-purple-1\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.bg-charts-pie-purple-1\/85 {
  background-color: rgb(216 180 254 / 0.85);
}
.bg-charts-pie-purple-1\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.bg-charts-pie-purple-1\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.bg-charts-pie-purple-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-purple-2\/0 {
  background-color: rgb(192 132 252 / 0);
}
.bg-charts-pie-purple-2\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-charts-pie-purple-2\/100 {
  background-color: rgb(192 132 252 / 1);
}
.bg-charts-pie-purple-2\/15 {
  background-color: rgb(192 132 252 / .15);
}
.bg-charts-pie-purple-2\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.bg-charts-pie-purple-2\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.bg-charts-pie-purple-2\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.bg-charts-pie-purple-2\/35 {
  background-color: rgb(192 132 252 / .35);
}
.bg-charts-pie-purple-2\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.bg-charts-pie-purple-2\/45 {
  background-color: rgb(192 132 252 / 0.45);
}
.bg-charts-pie-purple-2\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.bg-charts-pie-purple-2\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.bg-charts-pie-purple-2\/55 {
  background-color: rgb(192 132 252 / 0.55);
}
.bg-charts-pie-purple-2\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.bg-charts-pie-purple-2\/65 {
  background-color: rgb(192 132 252 / 0.65);
}
.bg-charts-pie-purple-2\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.bg-charts-pie-purple-2\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.bg-charts-pie-purple-2\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.bg-charts-pie-purple-2\/85 {
  background-color: rgb(192 132 252 / 0.85);
}
.bg-charts-pie-purple-2\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.bg-charts-pie-purple-2\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.bg-charts-pie-purple-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-purple-3\/0 {
  background-color: rgb(168 85 247 / 0);
}
.bg-charts-pie-purple-3\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-charts-pie-purple-3\/100 {
  background-color: rgb(168 85 247 / 1);
}
.bg-charts-pie-purple-3\/15 {
  background-color: rgb(168 85 247 / .15);
}
.bg-charts-pie-purple-3\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-charts-pie-purple-3\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.bg-charts-pie-purple-3\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-charts-pie-purple-3\/35 {
  background-color: rgb(168 85 247 / .35);
}
.bg-charts-pie-purple-3\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.bg-charts-pie-purple-3\/45 {
  background-color: rgb(168 85 247 / 0.45);
}
.bg-charts-pie-purple-3\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-charts-pie-purple-3\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.bg-charts-pie-purple-3\/55 {
  background-color: rgb(168 85 247 / 0.55);
}
.bg-charts-pie-purple-3\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.bg-charts-pie-purple-3\/65 {
  background-color: rgb(168 85 247 / 0.65);
}
.bg-charts-pie-purple-3\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.bg-charts-pie-purple-3\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.bg-charts-pie-purple-3\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.bg-charts-pie-purple-3\/85 {
  background-color: rgb(168 85 247 / 0.85);
}
.bg-charts-pie-purple-3\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.bg-charts-pie-purple-3\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.bg-charts-pie-purple-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-purple-4\/0 {
  background-color: rgb(147 51 234 / 0);
}
.bg-charts-pie-purple-4\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-charts-pie-purple-4\/100 {
  background-color: rgb(147 51 234 / 1);
}
.bg-charts-pie-purple-4\/15 {
  background-color: rgb(147 51 234 / .15);
}
.bg-charts-pie-purple-4\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-charts-pie-purple-4\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.bg-charts-pie-purple-4\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-charts-pie-purple-4\/35 {
  background-color: rgb(147 51 234 / .35);
}
.bg-charts-pie-purple-4\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.bg-charts-pie-purple-4\/45 {
  background-color: rgb(147 51 234 / 0.45);
}
.bg-charts-pie-purple-4\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.bg-charts-pie-purple-4\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.bg-charts-pie-purple-4\/55 {
  background-color: rgb(147 51 234 / 0.55);
}
.bg-charts-pie-purple-4\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.bg-charts-pie-purple-4\/65 {
  background-color: rgb(147 51 234 / 0.65);
}
.bg-charts-pie-purple-4\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.bg-charts-pie-purple-4\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.bg-charts-pie-purple-4\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.bg-charts-pie-purple-4\/85 {
  background-color: rgb(147 51 234 / 0.85);
}
.bg-charts-pie-purple-4\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.bg-charts-pie-purple-4\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.bg-charts-pie-purple-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-purple-5\/0 {
  background-color: rgb(126 34 206 / 0);
}
.bg-charts-pie-purple-5\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.bg-charts-pie-purple-5\/100 {
  background-color: rgb(126 34 206 / 1);
}
.bg-charts-pie-purple-5\/15 {
  background-color: rgb(126 34 206 / .15);
}
.bg-charts-pie-purple-5\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.bg-charts-pie-purple-5\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.bg-charts-pie-purple-5\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.bg-charts-pie-purple-5\/35 {
  background-color: rgb(126 34 206 / .35);
}
.bg-charts-pie-purple-5\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.bg-charts-pie-purple-5\/45 {
  background-color: rgb(126 34 206 / 0.45);
}
.bg-charts-pie-purple-5\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.bg-charts-pie-purple-5\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.bg-charts-pie-purple-5\/55 {
  background-color: rgb(126 34 206 / 0.55);
}
.bg-charts-pie-purple-5\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.bg-charts-pie-purple-5\/65 {
  background-color: rgb(126 34 206 / 0.65);
}
.bg-charts-pie-purple-5\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.bg-charts-pie-purple-5\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.bg-charts-pie-purple-5\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.bg-charts-pie-purple-5\/85 {
  background-color: rgb(126 34 206 / 0.85);
}
.bg-charts-pie-purple-5\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.bg-charts-pie-purple-5\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.bg-charts-pie-purple-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.bg-charts-pie-purple-6\/0 {
  background-color: rgb(107 33 168 / 0);
}
.bg-charts-pie-purple-6\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.bg-charts-pie-purple-6\/100 {
  background-color: rgb(107 33 168 / 1);
}
.bg-charts-pie-purple-6\/15 {
  background-color: rgb(107 33 168 / .15);
}
.bg-charts-pie-purple-6\/20 {
  background-color: rgb(107 33 168 / 0.2);
}
.bg-charts-pie-purple-6\/25 {
  background-color: rgb(107 33 168 / 0.25);
}
.bg-charts-pie-purple-6\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.bg-charts-pie-purple-6\/35 {
  background-color: rgb(107 33 168 / .35);
}
.bg-charts-pie-purple-6\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.bg-charts-pie-purple-6\/45 {
  background-color: rgb(107 33 168 / 0.45);
}
.bg-charts-pie-purple-6\/5 {
  background-color: rgb(107 33 168 / 0.05);
}
.bg-charts-pie-purple-6\/50 {
  background-color: rgb(107 33 168 / 0.5);
}
.bg-charts-pie-purple-6\/55 {
  background-color: rgb(107 33 168 / 0.55);
}
.bg-charts-pie-purple-6\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.bg-charts-pie-purple-6\/65 {
  background-color: rgb(107 33 168 / 0.65);
}
.bg-charts-pie-purple-6\/70 {
  background-color: rgb(107 33 168 / 0.7);
}
.bg-charts-pie-purple-6\/75 {
  background-color: rgb(107 33 168 / 0.75);
}
.bg-charts-pie-purple-6\/80 {
  background-color: rgb(107 33 168 / 0.8);
}
.bg-charts-pie-purple-6\/85 {
  background-color: rgb(107 33 168 / 0.85);
}
.bg-charts-pie-purple-6\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.bg-charts-pie-purple-6\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / .15);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / .35);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / .15);
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / .35);
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / .15);
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / .35);
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / .15);
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / .35);
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / .15);
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / .35);
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / .15);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / .35);
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / .15);
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / .35);
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / .15);
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / .35);
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / .15);
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / .35);
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / .15);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / .35);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / .15);
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / .35);
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45);
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55);
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65);
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85);
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / .15);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / .35);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / .15);
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / .35);
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / .15);
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / .35);
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / .15);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / .35);
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / .15);
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / .35);
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / .15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / .35);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / .15);
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / .35);
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / .15);
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / .35);
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / .15);
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / .35);
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / .15);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / .35);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / .15);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / .35);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45);
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55);
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65);
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85);
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-fill-primary {
  background-color: var(--fill-primary);
}
.bg-fill-quaternary {
  background-color: var(--fill-quaternary);
}
.bg-fill-secondary {
  background-color: var(--fill-secondary);
}
.bg-fill-tertiary {
  background-color: var(--fill-tertiary);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / .15);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / .35);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / .15);
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / .35);
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45);
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55);
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65);
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85);
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / .15);
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / .35);
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45);
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55);
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65);
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85);
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / .15);
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / .35);
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45);
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55);
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65);
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85);
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / .15);
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / .35);
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45);
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55);
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65);
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85);
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / .15);
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / .35);
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45);
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55);
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65);
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85);
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / .15);
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / .35);
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45);
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55);
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65);
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85);
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / .15);
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / .35);
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45);
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55);
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65);
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85);
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / .15);
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / .35);
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45);
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55);
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65);
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85);
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / .15);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / .35);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / .15);
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / .35);
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45);
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55);
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65);
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85);
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / .15);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / .35);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / .15);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / .35);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / .15);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / .35);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / .15);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / .35);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / .15);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / .35);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / .15);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / .35);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / .15);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / .35);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / .15);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / .35);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / .15);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / .35);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / .15);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / .35);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/15 {
  background-color: rgb(3 7 18 / .15);
}
.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/35 {
  background-color: rgb(3 7 18 / .35);
}
.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}
.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}
.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}
.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}
.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / .15);
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / .35);
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / .15);
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / .35);
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / .15);
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / .35);
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(74 222 128 / .15);
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(74 222 128 / .35);
}
.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(240 253 244 / .15);
}
.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(240 253 244 / .35);
}
.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / .15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(34 197 94 / .35);
}
.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / .15);
}
.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(22 163 74 / .35);
}
.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(21 128 61 / .15);
}
.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(21 128 61 / .35);
}
.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}
.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(22 101 52 / .15);
}
.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(22 101 52 / .35);
}
.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(20 83 45 / .15);
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(20 83 45 / .35);
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}
.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/15 {
  background-color: rgb(5 46 22 / .15);
}
.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.bg-green-950\/35 {
  background-color: rgb(5 46 22 / .35);
}
.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}
.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}
.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}
.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}
.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / .15);
}
.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / .35);
}
.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}
.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}
.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}
.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}
.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / .15);
}
.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / .35);
}
.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}
.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}
.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}
.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}
.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / .15);
}
.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / .35);
}
.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}
.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}
.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}
.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / .15);
}
.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / .35);
}
.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}
.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}
.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}
.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}
.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / .15);
}
.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / .35);
}
.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}
.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}
.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}
.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}
.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / .15);
}
.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / .35);
}
.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}
.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}
.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}
.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / .15);
}
.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / .35);
}
.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}
.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}
.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}
.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}
.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / .15);
}
.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / .35);
}
.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}
.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}
.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}
.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}
.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / .15);
}
.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / .35);
}
.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}
.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}
.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}
.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}
.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / .15);
}
.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / .35);
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}
.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}
.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}
.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}
.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / .15);
}
.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / .35);
}
.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}
.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.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-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / .15);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / .35);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / .15);
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / .35);
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / .15);
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / .35);
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / .15);
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / .35);
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / .15);
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / .35);
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / .15);
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / .35);
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / .15);
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / .35);
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / .15);
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / .35);
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / .15);
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / .35);
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / .15);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / .35);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/15 {
  background-color: rgb(26 46 5 / .15);
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/35 {
  background-color: rgb(26 46 5 / .35);
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45);
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55);
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65);
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85);
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / .15);
}
.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / .35);
}
.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}
.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}
.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}
.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}
.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / .15);
}
.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / .35);
}
.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}
.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}
.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}
.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}
.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / .15);
}
.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / .35);
}
.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}
.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}
.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}
.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}
.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / .15);
}
.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / .35);
}
.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}
.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}
.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}
.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}
.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / .15);
}
.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / .35);
}
.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / .15);
}
.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / .35);
}
.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}
.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}
.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}
.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}
.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / .15);
}
.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / .35);
}
.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}
.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}
.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}
.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}
.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / .15);
}
.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / .35);
}
.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}
.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}
.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}
.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}
.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / .15);
}
.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / .35);
}
.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}
.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}
.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}
.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}
.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / .15);
}
.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / .35);
}
.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}
.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}
.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}
.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-neutral-900\/\[\.08\] {
  background-color: rgb(23 23 23 / .08);
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / .15);
}
.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / .35);
}
.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}
.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}
.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-olive-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 201 / var(--tw-bg-opacity, 1));
}
.bg-olive-100\/0 {
  background-color: rgb(241 242 201 / 0);
}
.bg-olive-100\/10 {
  background-color: rgb(241 242 201 / 0.1);
}
.bg-olive-100\/100 {
  background-color: rgb(241 242 201 / 1);
}
.bg-olive-100\/15 {
  background-color: rgb(241 242 201 / .15);
}
.bg-olive-100\/20 {
  background-color: rgb(241 242 201 / 0.2);
}
.bg-olive-100\/25 {
  background-color: rgb(241 242 201 / 0.25);
}
.bg-olive-100\/30 {
  background-color: rgb(241 242 201 / 0.3);
}
.bg-olive-100\/35 {
  background-color: rgb(241 242 201 / .35);
}
.bg-olive-100\/40 {
  background-color: rgb(241 242 201 / 0.4);
}
.bg-olive-100\/45 {
  background-color: rgb(241 242 201 / 0.45);
}
.bg-olive-100\/5 {
  background-color: rgb(241 242 201 / 0.05);
}
.bg-olive-100\/50 {
  background-color: rgb(241 242 201 / 0.5);
}
.bg-olive-100\/55 {
  background-color: rgb(241 242 201 / 0.55);
}
.bg-olive-100\/60 {
  background-color: rgb(241 242 201 / 0.6);
}
.bg-olive-100\/65 {
  background-color: rgb(241 242 201 / 0.65);
}
.bg-olive-100\/70 {
  background-color: rgb(241 242 201 / 0.7);
}
.bg-olive-100\/75 {
  background-color: rgb(241 242 201 / 0.75);
}
.bg-olive-100\/80 {
  background-color: rgb(241 242 201 / 0.8);
}
.bg-olive-100\/85 {
  background-color: rgb(241 242 201 / 0.85);
}
.bg-olive-100\/90 {
  background-color: rgb(241 242 201 / 0.9);
}
.bg-olive-100\/95 {
  background-color: rgb(241 242 201 / 0.95);
}
.bg-olive-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 151 / var(--tw-bg-opacity, 1));
}
.bg-olive-200\/0 {
  background-color: rgb(230 231 151 / 0);
}
.bg-olive-200\/10 {
  background-color: rgb(230 231 151 / 0.1);
}
.bg-olive-200\/100 {
  background-color: rgb(230 231 151 / 1);
}
.bg-olive-200\/15 {
  background-color: rgb(230 231 151 / .15);
}
.bg-olive-200\/20 {
  background-color: rgb(230 231 151 / 0.2);
}
.bg-olive-200\/25 {
  background-color: rgb(230 231 151 / 0.25);
}
.bg-olive-200\/30 {
  background-color: rgb(230 231 151 / 0.3);
}
.bg-olive-200\/35 {
  background-color: rgb(230 231 151 / .35);
}
.bg-olive-200\/40 {
  background-color: rgb(230 231 151 / 0.4);
}
.bg-olive-200\/45 {
  background-color: rgb(230 231 151 / 0.45);
}
.bg-olive-200\/5 {
  background-color: rgb(230 231 151 / 0.05);
}
.bg-olive-200\/50 {
  background-color: rgb(230 231 151 / 0.5);
}
.bg-olive-200\/55 {
  background-color: rgb(230 231 151 / 0.55);
}
.bg-olive-200\/60 {
  background-color: rgb(230 231 151 / 0.6);
}
.bg-olive-200\/65 {
  background-color: rgb(230 231 151 / 0.65);
}
.bg-olive-200\/70 {
  background-color: rgb(230 231 151 / 0.7);
}
.bg-olive-200\/75 {
  background-color: rgb(230 231 151 / 0.75);
}
.bg-olive-200\/80 {
  background-color: rgb(230 231 151 / 0.8);
}
.bg-olive-200\/85 {
  background-color: rgb(230 231 151 / 0.85);
}
.bg-olive-200\/90 {
  background-color: rgb(230 231 151 / 0.9);
}
.bg-olive-200\/95 {
  background-color: rgb(230 231 151 / 0.95);
}
.bg-olive-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 209 74 / var(--tw-bg-opacity, 1));
}
.bg-olive-300\/0 {
  background-color: rgb(206 209 74 / 0);
}
.bg-olive-300\/10 {
  background-color: rgb(206 209 74 / 0.1);
}
.bg-olive-300\/100 {
  background-color: rgb(206 209 74 / 1);
}
.bg-olive-300\/15 {
  background-color: rgb(206 209 74 / .15);
}
.bg-olive-300\/20 {
  background-color: rgb(206 209 74 / 0.2);
}
.bg-olive-300\/25 {
  background-color: rgb(206 209 74 / 0.25);
}
.bg-olive-300\/30 {
  background-color: rgb(206 209 74 / 0.3);
}
.bg-olive-300\/35 {
  background-color: rgb(206 209 74 / .35);
}
.bg-olive-300\/40 {
  background-color: rgb(206 209 74 / 0.4);
}
.bg-olive-300\/45 {
  background-color: rgb(206 209 74 / 0.45);
}
.bg-olive-300\/5 {
  background-color: rgb(206 209 74 / 0.05);
}
.bg-olive-300\/50 {
  background-color: rgb(206 209 74 / 0.5);
}
.bg-olive-300\/55 {
  background-color: rgb(206 209 74 / 0.55);
}
.bg-olive-300\/60 {
  background-color: rgb(206 209 74 / 0.6);
}
.bg-olive-300\/65 {
  background-color: rgb(206 209 74 / 0.65);
}
.bg-olive-300\/70 {
  background-color: rgb(206 209 74 / 0.7);
}
.bg-olive-300\/75 {
  background-color: rgb(206 209 74 / 0.75);
}
.bg-olive-300\/80 {
  background-color: rgb(206 209 74 / 0.8);
}
.bg-olive-300\/85 {
  background-color: rgb(206 209 74 / 0.85);
}
.bg-olive-300\/90 {
  background-color: rgb(206 209 74 / 0.9);
}
.bg-olive-300\/95 {
  background-color: rgb(206 209 74 / 0.95);
}
.bg-olive-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 180 60 / var(--tw-bg-opacity, 1));
}
.bg-olive-400\/0 {
  background-color: rgb(168 180 60 / 0);
}
.bg-olive-400\/10 {
  background-color: rgb(168 180 60 / 0.1);
}
.bg-olive-400\/100 {
  background-color: rgb(168 180 60 / 1);
}
.bg-olive-400\/15 {
  background-color: rgb(168 180 60 / .15);
}
.bg-olive-400\/20 {
  background-color: rgb(168 180 60 / 0.2);
}
.bg-olive-400\/25 {
  background-color: rgb(168 180 60 / 0.25);
}
.bg-olive-400\/30 {
  background-color: rgb(168 180 60 / 0.3);
}
.bg-olive-400\/35 {
  background-color: rgb(168 180 60 / .35);
}
.bg-olive-400\/40 {
  background-color: rgb(168 180 60 / 0.4);
}
.bg-olive-400\/45 {
  background-color: rgb(168 180 60 / 0.45);
}
.bg-olive-400\/5 {
  background-color: rgb(168 180 60 / 0.05);
}
.bg-olive-400\/50 {
  background-color: rgb(168 180 60 / 0.5);
}
.bg-olive-400\/55 {
  background-color: rgb(168 180 60 / 0.55);
}
.bg-olive-400\/60 {
  background-color: rgb(168 180 60 / 0.6);
}
.bg-olive-400\/65 {
  background-color: rgb(168 180 60 / 0.65);
}
.bg-olive-400\/70 {
  background-color: rgb(168 180 60 / 0.7);
}
.bg-olive-400\/75 {
  background-color: rgb(168 180 60 / 0.75);
}
.bg-olive-400\/80 {
  background-color: rgb(168 180 60 / 0.8);
}
.bg-olive-400\/85 {
  background-color: rgb(168 180 60 / 0.85);
}
.bg-olive-400\/90 {
  background-color: rgb(168 180 60 / 0.9);
}
.bg-olive-400\/95 {
  background-color: rgb(168 180 60 / 0.95);
}
.bg-olive-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 239 / var(--tw-bg-opacity, 1));
}
.bg-olive-50\/0 {
  background-color: rgb(250 251 239 / 0);
}
.bg-olive-50\/10 {
  background-color: rgb(250 251 239 / 0.1);
}
.bg-olive-50\/100 {
  background-color: rgb(250 251 239 / 1);
}
.bg-olive-50\/15 {
  background-color: rgb(250 251 239 / .15);
}
.bg-olive-50\/20 {
  background-color: rgb(250 251 239 / 0.2);
}
.bg-olive-50\/25 {
  background-color: rgb(250 251 239 / 0.25);
}
.bg-olive-50\/30 {
  background-color: rgb(250 251 239 / 0.3);
}
.bg-olive-50\/35 {
  background-color: rgb(250 251 239 / .35);
}
.bg-olive-50\/40 {
  background-color: rgb(250 251 239 / 0.4);
}
.bg-olive-50\/45 {
  background-color: rgb(250 251 239 / 0.45);
}
.bg-olive-50\/5 {
  background-color: rgb(250 251 239 / 0.05);
}
.bg-olive-50\/50 {
  background-color: rgb(250 251 239 / 0.5);
}
.bg-olive-50\/55 {
  background-color: rgb(250 251 239 / 0.55);
}
.bg-olive-50\/60 {
  background-color: rgb(250 251 239 / 0.6);
}
.bg-olive-50\/65 {
  background-color: rgb(250 251 239 / 0.65);
}
.bg-olive-50\/70 {
  background-color: rgb(250 251 239 / 0.7);
}
.bg-olive-50\/75 {
  background-color: rgb(250 251 239 / 0.75);
}
.bg-olive-50\/80 {
  background-color: rgb(250 251 239 / 0.8);
}
.bg-olive-50\/85 {
  background-color: rgb(250 251 239 / 0.85);
}
.bg-olive-50\/90 {
  background-color: rgb(250 251 239 / 0.9);
}
.bg-olive-50\/95 {
  background-color: rgb(250 251 239 / 0.95);
}
.bg-olive-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 156 52 / var(--tw-bg-opacity, 1));
}
.bg-olive-500\/0 {
  background-color: rgb(140 156 52 / 0);
}
.bg-olive-500\/10 {
  background-color: rgb(140 156 52 / 0.1);
}
.bg-olive-500\/100 {
  background-color: rgb(140 156 52 / 1);
}
.bg-olive-500\/15 {
  background-color: rgb(140 156 52 / .15);
}
.bg-olive-500\/20 {
  background-color: rgb(140 156 52 / 0.2);
}
.bg-olive-500\/25 {
  background-color: rgb(140 156 52 / 0.25);
}
.bg-olive-500\/30 {
  background-color: rgb(140 156 52 / 0.3);
}
.bg-olive-500\/35 {
  background-color: rgb(140 156 52 / .35);
}
.bg-olive-500\/40 {
  background-color: rgb(140 156 52 / 0.4);
}
.bg-olive-500\/45 {
  background-color: rgb(140 156 52 / 0.45);
}
.bg-olive-500\/5 {
  background-color: rgb(140 156 52 / 0.05);
}
.bg-olive-500\/50 {
  background-color: rgb(140 156 52 / 0.5);
}
.bg-olive-500\/55 {
  background-color: rgb(140 156 52 / 0.55);
}
.bg-olive-500\/60 {
  background-color: rgb(140 156 52 / 0.6);
}
.bg-olive-500\/65 {
  background-color: rgb(140 156 52 / 0.65);
}
.bg-olive-500\/70 {
  background-color: rgb(140 156 52 / 0.7);
}
.bg-olive-500\/75 {
  background-color: rgb(140 156 52 / 0.75);
}
.bg-olive-500\/80 {
  background-color: rgb(140 156 52 / 0.8);
}
.bg-olive-500\/85 {
  background-color: rgb(140 156 52 / 0.85);
}
.bg-olive-500\/90 {
  background-color: rgb(140 156 52 / 0.9);
}
.bg-olive-500\/95 {
  background-color: rgb(140 156 52 / 0.95);
}
.bg-olive-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 127 27 / var(--tw-bg-opacity, 1));
}
.bg-olive-600\/0 {
  background-color: rgb(110 127 27 / 0);
}
.bg-olive-600\/10 {
  background-color: rgb(110 127 27 / 0.1);
}
.bg-olive-600\/100 {
  background-color: rgb(110 127 27 / 1);
}
.bg-olive-600\/15 {
  background-color: rgb(110 127 27 / .15);
}
.bg-olive-600\/20 {
  background-color: rgb(110 127 27 / 0.2);
}
.bg-olive-600\/25 {
  background-color: rgb(110 127 27 / 0.25);
}
.bg-olive-600\/30 {
  background-color: rgb(110 127 27 / 0.3);
}
.bg-olive-600\/35 {
  background-color: rgb(110 127 27 / .35);
}
.bg-olive-600\/40 {
  background-color: rgb(110 127 27 / 0.4);
}
.bg-olive-600\/45 {
  background-color: rgb(110 127 27 / 0.45);
}
.bg-olive-600\/5 {
  background-color: rgb(110 127 27 / 0.05);
}
.bg-olive-600\/50 {
  background-color: rgb(110 127 27 / 0.5);
}
.bg-olive-600\/55 {
  background-color: rgb(110 127 27 / 0.55);
}
.bg-olive-600\/60 {
  background-color: rgb(110 127 27 / 0.6);
}
.bg-olive-600\/65 {
  background-color: rgb(110 127 27 / 0.65);
}
.bg-olive-600\/70 {
  background-color: rgb(110 127 27 / 0.7);
}
.bg-olive-600\/75 {
  background-color: rgb(110 127 27 / 0.75);
}
.bg-olive-600\/80 {
  background-color: rgb(110 127 27 / 0.8);
}
.bg-olive-600\/85 {
  background-color: rgb(110 127 27 / 0.85);
}
.bg-olive-600\/90 {
  background-color: rgb(110 127 27 / 0.9);
}
.bg-olive-600\/95 {
  background-color: rgb(110 127 27 / 0.95);
}
.bg-olive-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 103 18 / var(--tw-bg-opacity, 1));
}
.bg-olive-700\/0 {
  background-color: rgb(89 103 18 / 0);
}
.bg-olive-700\/10 {
  background-color: rgb(89 103 18 / 0.1);
}
.bg-olive-700\/100 {
  background-color: rgb(89 103 18 / 1);
}
.bg-olive-700\/15 {
  background-color: rgb(89 103 18 / .15);
}
.bg-olive-700\/20 {
  background-color: rgb(89 103 18 / 0.2);
}
.bg-olive-700\/25 {
  background-color: rgb(89 103 18 / 0.25);
}
.bg-olive-700\/30 {
  background-color: rgb(89 103 18 / 0.3);
}
.bg-olive-700\/35 {
  background-color: rgb(89 103 18 / .35);
}
.bg-olive-700\/40 {
  background-color: rgb(89 103 18 / 0.4);
}
.bg-olive-700\/45 {
  background-color: rgb(89 103 18 / 0.45);
}
.bg-olive-700\/5 {
  background-color: rgb(89 103 18 / 0.05);
}
.bg-olive-700\/50 {
  background-color: rgb(89 103 18 / 0.5);
}
.bg-olive-700\/55 {
  background-color: rgb(89 103 18 / 0.55);
}
.bg-olive-700\/60 {
  background-color: rgb(89 103 18 / 0.6);
}
.bg-olive-700\/65 {
  background-color: rgb(89 103 18 / 0.65);
}
.bg-olive-700\/70 {
  background-color: rgb(89 103 18 / 0.7);
}
.bg-olive-700\/75 {
  background-color: rgb(89 103 18 / 0.75);
}
.bg-olive-700\/80 {
  background-color: rgb(89 103 18 / 0.8);
}
.bg-olive-700\/85 {
  background-color: rgb(89 103 18 / 0.85);
}
.bg-olive-700\/90 {
  background-color: rgb(89 103 18 / 0.9);
}
.bg-olive-700\/95 {
  background-color: rgb(89 103 18 / 0.95);
}
.bg-olive-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 78 16 / var(--tw-bg-opacity, 1));
}
.bg-olive-800\/0 {
  background-color: rgb(65 78 16 / 0);
}
.bg-olive-800\/10 {
  background-color: rgb(65 78 16 / 0.1);
}
.bg-olive-800\/100 {
  background-color: rgb(65 78 16 / 1);
}
.bg-olive-800\/15 {
  background-color: rgb(65 78 16 / .15);
}
.bg-olive-800\/20 {
  background-color: rgb(65 78 16 / 0.2);
}
.bg-olive-800\/25 {
  background-color: rgb(65 78 16 / 0.25);
}
.bg-olive-800\/30 {
  background-color: rgb(65 78 16 / 0.3);
}
.bg-olive-800\/35 {
  background-color: rgb(65 78 16 / .35);
}
.bg-olive-800\/40 {
  background-color: rgb(65 78 16 / 0.4);
}
.bg-olive-800\/45 {
  background-color: rgb(65 78 16 / 0.45);
}
.bg-olive-800\/5 {
  background-color: rgb(65 78 16 / 0.05);
}
.bg-olive-800\/50 {
  background-color: rgb(65 78 16 / 0.5);
}
.bg-olive-800\/55 {
  background-color: rgb(65 78 16 / 0.55);
}
.bg-olive-800\/60 {
  background-color: rgb(65 78 16 / 0.6);
}
.bg-olive-800\/65 {
  background-color: rgb(65 78 16 / 0.65);
}
.bg-olive-800\/70 {
  background-color: rgb(65 78 16 / 0.7);
}
.bg-olive-800\/75 {
  background-color: rgb(65 78 16 / 0.75);
}
.bg-olive-800\/80 {
  background-color: rgb(65 78 16 / 0.8);
}
.bg-olive-800\/85 {
  background-color: rgb(65 78 16 / 0.85);
}
.bg-olive-800\/90 {
  background-color: rgb(65 78 16 / 0.9);
}
.bg-olive-800\/95 {
  background-color: rgb(65 78 16 / 0.95);
}
.bg-olive-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 56 15 / var(--tw-bg-opacity, 1));
}
.bg-olive-900\/0 {
  background-color: rgb(46 56 15 / 0);
}
.bg-olive-900\/10 {
  background-color: rgb(46 56 15 / 0.1);
}
.bg-olive-900\/100 {
  background-color: rgb(46 56 15 / 1);
}
.bg-olive-900\/15 {
  background-color: rgb(46 56 15 / .15);
}
.bg-olive-900\/20 {
  background-color: rgb(46 56 15 / 0.2);
}
.bg-olive-900\/25 {
  background-color: rgb(46 56 15 / 0.25);
}
.bg-olive-900\/30 {
  background-color: rgb(46 56 15 / 0.3);
}
.bg-olive-900\/35 {
  background-color: rgb(46 56 15 / .35);
}
.bg-olive-900\/40 {
  background-color: rgb(46 56 15 / 0.4);
}
.bg-olive-900\/45 {
  background-color: rgb(46 56 15 / 0.45);
}
.bg-olive-900\/5 {
  background-color: rgb(46 56 15 / 0.05);
}
.bg-olive-900\/50 {
  background-color: rgb(46 56 15 / 0.5);
}
.bg-olive-900\/55 {
  background-color: rgb(46 56 15 / 0.55);
}
.bg-olive-900\/60 {
  background-color: rgb(46 56 15 / 0.6);
}
.bg-olive-900\/65 {
  background-color: rgb(46 56 15 / 0.65);
}
.bg-olive-900\/70 {
  background-color: rgb(46 56 15 / 0.7);
}
.bg-olive-900\/75 {
  background-color: rgb(46 56 15 / 0.75);
}
.bg-olive-900\/80 {
  background-color: rgb(46 56 15 / 0.8);
}
.bg-olive-900\/85 {
  background-color: rgb(46 56 15 / 0.85);
}
.bg-olive-900\/90 {
  background-color: rgb(46 56 15 / 0.9);
}
.bg-olive-900\/95 {
  background-color: rgb(46 56 15 / 0.95);
}
.bg-olive-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 38 13 / var(--tw-bg-opacity, 1));
}
.bg-olive-950\/0 {
  background-color: rgb(35 38 13 / 0);
}
.bg-olive-950\/10 {
  background-color: rgb(35 38 13 / 0.1);
}
.bg-olive-950\/100 {
  background-color: rgb(35 38 13 / 1);
}
.bg-olive-950\/15 {
  background-color: rgb(35 38 13 / .15);
}
.bg-olive-950\/20 {
  background-color: rgb(35 38 13 / 0.2);
}
.bg-olive-950\/25 {
  background-color: rgb(35 38 13 / 0.25);
}
.bg-olive-950\/30 {
  background-color: rgb(35 38 13 / 0.3);
}
.bg-olive-950\/35 {
  background-color: rgb(35 38 13 / .35);
}
.bg-olive-950\/40 {
  background-color: rgb(35 38 13 / 0.4);
}
.bg-olive-950\/45 {
  background-color: rgb(35 38 13 / 0.45);
}
.bg-olive-950\/5 {
  background-color: rgb(35 38 13 / 0.05);
}
.bg-olive-950\/50 {
  background-color: rgb(35 38 13 / 0.5);
}
.bg-olive-950\/55 {
  background-color: rgb(35 38 13 / 0.55);
}
.bg-olive-950\/60 {
  background-color: rgb(35 38 13 / 0.6);
}
.bg-olive-950\/65 {
  background-color: rgb(35 38 13 / 0.65);
}
.bg-olive-950\/70 {
  background-color: rgb(35 38 13 / 0.7);
}
.bg-olive-950\/75 {
  background-color: rgb(35 38 13 / 0.75);
}
.bg-olive-950\/80 {
  background-color: rgb(35 38 13 / 0.8);
}
.bg-olive-950\/85 {
  background-color: rgb(35 38 13 / 0.85);
}
.bg-olive-950\/90 {
  background-color: rgb(35 38 13 / 0.9);
}
.bg-olive-950\/95 {
  background-color: rgb(35 38 13 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / .15);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / .35);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / .15);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / .35);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / .15);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / .35);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / .15);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / .35);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / .15);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / .35);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / .15);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / .35);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / .15);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / .35);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / .15);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / .35);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / .15);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / .35);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / .15);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / .35);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/15 {
  background-color: rgb(67 20 7 / .15);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/35 {
  background-color: rgb(67 20 7 / .35);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / .15);
}
.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}
.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / .35);
}
.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}
.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}
.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}
.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}
.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}
.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}
.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}
.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / .15);
}
.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}
.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / .35);
}
.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}
.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}
.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}
.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}
.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}
.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}
.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}
.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / .15);
}
.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}
.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}
.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}
.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / .35);
}
.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}
.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}
.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}
.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}
.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}
.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}
.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}
.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}
.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}
.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / .15);
}
.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}
.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / .35);
}
.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}
.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}
.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}
.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}
.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}
.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}
.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / .15);
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / .35);
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / .15);
}
.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}
.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}
.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / .35);
}
.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}
.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}
.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}
.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}
.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}
.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}
.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}
.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}
.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}
.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / .15);
}
.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}
.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / .35);
}
.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}
.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}
.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}
.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}
.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}
.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}
.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}
.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / .15);
}
.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}
.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}
.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}
.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / .35);
}
.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}
.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}
.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}
.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}
.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}
.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}
.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}
.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}
.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}
.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}
.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / .15);
}
.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}
.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / .35);
}
.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}
.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}
.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}
.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}
.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}
.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}
.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}
.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / .15);
}
.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}
.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / .35);
}
.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}
.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}
.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}
.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}
.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}
.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}
.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}
.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.bg-pink-950\/15 {
  background-color: rgb(80 7 36 / .15);
}
.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}
.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}
.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}
.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / .35);
}
.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45);
}
.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}
.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}
.bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55);
}
.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65);
}
.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}
.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}
.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}
.bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85);
}
.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.bg-primary {
  background-color: var(--background-primary);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / .15);
}
.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / .35);
}
.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}
.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}
.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}
.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}
.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}
.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}
.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / .15);
}
.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / .35);
}
.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / .15);
}
.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / .35);
}
.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}
.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}
.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}
.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}
.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / .15);
}
.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / .35);
}
.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}
.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / .15);
}
.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / .35);
}
.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}
.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}
.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}
.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}
.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}
.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}
.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}
.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / .15);
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / .35);
}
.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}
.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}
.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}
.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / .15);
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / .35);
}
.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / .15);
}
.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / .35);
}
.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}
.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}
.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}
.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}
.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}
.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / .15);
}
.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / .35);
}
.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}
.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}
.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}
.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}
.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}
.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}
.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}
.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}
.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / .15);
}
.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / .35);
}
.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}
.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}
.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}
.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}
.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}
.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}
.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}
.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / .15);
}
.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / .35);
}
.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}
.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}
.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}
.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}
.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.bg-quaternary {
  background-color: var(--background-quaternary);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / .15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / .35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / .15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / .35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / .15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / .35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / .15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / .35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / .15);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / .35);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / .15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / .35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / .15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / .35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / .15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / .35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / .15);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / .35);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / .15);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / .35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/15 {
  background-color: rgb(69 10 10 / .15);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/35 {
  background-color: rgb(69 10 10 / .35);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / .15);
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / .35);
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45);
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55);
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65);
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85);
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}
.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}
.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}
.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}
.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / .15);
}
.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}
.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}
.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}
.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / .35);
}
.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}
.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45);
}
.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}
.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}
.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55);
}
.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}
.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65);
}
.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}
.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}
.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}
.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85);
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}
.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}
.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}
.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / .15);
}
.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}
.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}
.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}
.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / .35);
}
.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}
.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45);
}
.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}
.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}
.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55);
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65);
}
.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}
.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}
.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}
.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85);
}
.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}
.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}
.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / .15);
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / .35);
}
.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}
.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45);
}
.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}
.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}
.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55);
}
.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}
.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65);
}
.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}
.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85);
}
.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}
.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}
.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}
.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}
.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / .15);
}
.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}
.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}
.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}
.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / .35);
}
.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}
.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45);
}
.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}
.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}
.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55);
}
.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}
.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65);
}
.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}
.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85);
}
.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}
.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}
.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / .15);
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / .35);
}
.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45);
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55);
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65);
}
.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85);
}
.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}
.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}
.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}
.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / .15);
}
.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}
.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}
.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}
.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / .35);
}
.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}
.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45);
}
.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}
.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}
.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55);
}
.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}
.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65);
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}
.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}
.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85);
}
.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}
.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}
.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}
.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}
.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}
.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / .15);
}
.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}
.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}
.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}
.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / .35);
}
.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}
.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45);
}
.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}
.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}
.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55);
}
.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}
.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65);
}
.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}
.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}
.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}
.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85);
}
.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}
.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}
.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}
.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}
.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}
.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}
.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / .15);
}
.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}
.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}
.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}
.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / .35);
}
.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}
.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45);
}
.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}
.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}
.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55);
}
.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}
.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65);
}
.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}
.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}
.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}
.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85);
}
.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}
.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}
.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / .15);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / .35);
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45);
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55);
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65);
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85);
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}
.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}
.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}
.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}
.bg-rose-950\/15 {
  background-color: rgb(76 5 25 / .15);
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}
.bg-rose-950\/35 {
  background-color: rgb(76 5 25 / .35);
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.bg-rose-950\/45 {
  background-color: rgb(76 5 25 / 0.45);
}
.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}
.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}
.bg-rose-950\/55 {
  background-color: rgb(76 5 25 / 0.55);
}
.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}
.bg-rose-950\/65 {
  background-color: rgb(76 5 25 / 0.65);
}
.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}
.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}
.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}
.bg-rose-950\/85 {
  background-color: rgb(76 5 25 / 0.85);
}
.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}
.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}
.bg-secondary {
  background-color: var(--background-secondary);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / .15);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / .35);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / .15);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / .35);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / .15);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / .35);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / .15);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / .35);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / .15);
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / .35);
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / .15);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / .35);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / .15);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / .35);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / .15);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / .35);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / .15);
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / .35);
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / .15);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / .35);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/15 {
  background-color: rgb(8 47 73 / .15);
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/35 {
  background-color: rgb(8 47 73 / .35);
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / .15);
}
.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / .35);
}
.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}
.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}
.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}
.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}
.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / .15);
}
.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / .35);
}
.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}
.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}
.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / .15);
}
.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / .35);
}
.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}
.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}
.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}
.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / .15);
}
.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / .35);
}
.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}
.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}
.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}
.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / .15);
}
.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / .35);
}
.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}
.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / .15);
}
.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / .35);
}
.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}
.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}
.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}
.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}
.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / .15);
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / .35);
}
.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}
.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}
.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}
.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}
.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / .15);
}
.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / .35);
}
.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}
.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}
.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / .15);
}
.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / .35);
}
.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}
.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.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\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / .15);
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / .35);
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-slate-950\/15 {
  background-color: rgb(2 6 23 / .15);
}
.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / .35);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 247 / var(--tw-bg-opacity, 1));
}
.bg-stone-100\/0 {
  background-color: rgb(250 248 247 / 0);
}
.bg-stone-100\/10 {
  background-color: rgb(250 248 247 / 0.1);
}
.bg-stone-100\/100 {
  background-color: rgb(250 248 247 / 1);
}
.bg-stone-100\/15 {
  background-color: rgb(250 248 247 / .15);
}
.bg-stone-100\/20 {
  background-color: rgb(250 248 247 / 0.2);
}
.bg-stone-100\/25 {
  background-color: rgb(250 248 247 / 0.25);
}
.bg-stone-100\/30 {
  background-color: rgb(250 248 247 / 0.3);
}
.bg-stone-100\/35 {
  background-color: rgb(250 248 247 / .35);
}
.bg-stone-100\/40 {
  background-color: rgb(250 248 247 / 0.4);
}
.bg-stone-100\/45 {
  background-color: rgb(250 248 247 / 0.45);
}
.bg-stone-100\/5 {
  background-color: rgb(250 248 247 / 0.05);
}
.bg-stone-100\/50 {
  background-color: rgb(250 248 247 / 0.5);
}
.bg-stone-100\/55 {
  background-color: rgb(250 248 247 / 0.55);
}
.bg-stone-100\/60 {
  background-color: rgb(250 248 247 / 0.6);
}
.bg-stone-100\/65 {
  background-color: rgb(250 248 247 / 0.65);
}
.bg-stone-100\/70 {
  background-color: rgb(250 248 247 / 0.7);
}
.bg-stone-100\/75 {
  background-color: rgb(250 248 247 / 0.75);
}
.bg-stone-100\/80 {
  background-color: rgb(250 248 247 / 0.8);
}
.bg-stone-100\/85 {
  background-color: rgb(250 248 247 / 0.85);
}
.bg-stone-100\/90 {
  background-color: rgb(250 248 247 / 0.9);
}
.bg-stone-100\/95 {
  background-color: rgb(250 248 247 / 0.95);
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}
.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / .15);
}
.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / .35);
}
.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45);
}
.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55);
}
.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65);
}
.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85);
}
.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}
.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / .15);
}
.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / .35);
}
.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45);
}
.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55);
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65);
}
.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85);
}
.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}
.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / .15);
}
.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / .35);
}
.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45);
}
.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55);
}
.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65);
}
.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85);
}
.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 250 / var(--tw-bg-opacity, 1));
}
.bg-stone-50\/0 {
  background-color: rgb(254 252 250 / 0);
}
.bg-stone-50\/10 {
  background-color: rgb(254 252 250 / 0.1);
}
.bg-stone-50\/100 {
  background-color: rgb(254 252 250 / 1);
}
.bg-stone-50\/15 {
  background-color: rgb(254 252 250 / .15);
}
.bg-stone-50\/20 {
  background-color: rgb(254 252 250 / 0.2);
}
.bg-stone-50\/25 {
  background-color: rgb(254 252 250 / 0.25);
}
.bg-stone-50\/30 {
  background-color: rgb(254 252 250 / 0.3);
}
.bg-stone-50\/35 {
  background-color: rgb(254 252 250 / .35);
}
.bg-stone-50\/40 {
  background-color: rgb(254 252 250 / 0.4);
}
.bg-stone-50\/45 {
  background-color: rgb(254 252 250 / 0.45);
}
.bg-stone-50\/5 {
  background-color: rgb(254 252 250 / 0.05);
}
.bg-stone-50\/50 {
  background-color: rgb(254 252 250 / 0.5);
}
.bg-stone-50\/55 {
  background-color: rgb(254 252 250 / 0.55);
}
.bg-stone-50\/60 {
  background-color: rgb(254 252 250 / 0.6);
}
.bg-stone-50\/65 {
  background-color: rgb(254 252 250 / 0.65);
}
.bg-stone-50\/70 {
  background-color: rgb(254 252 250 / 0.7);
}
.bg-stone-50\/75 {
  background-color: rgb(254 252 250 / 0.75);
}
.bg-stone-50\/80 {
  background-color: rgb(254 252 250 / 0.8);
}
.bg-stone-50\/85 {
  background-color: rgb(254 252 250 / 0.85);
}
.bg-stone-50\/90 {
  background-color: rgb(254 252 250 / 0.9);
}
.bg-stone-50\/95 {
  background-color: rgb(254 252 250 / 0.95);
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / .15);
}
.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / .35);
}
.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45);
}
.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55);
}
.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65);
}
.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85);
}
.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / .15);
}
.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / .35);
}
.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45);
}
.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55);
}
.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65);
}
.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85);
}
.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / .15);
}
.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / .35);
}
.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45);
}
.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55);
}
.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65);
}
.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85);
}
.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}
.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / .15);
}
.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / .35);
}
.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45);
}
.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55);
}
.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65);
}
.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85);
}
.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}
.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / .15);
}
.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / .35);
}
.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45);
}
.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55);
}
.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65);
}
.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85);
}
.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}
.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-stone-950\/15 {
  background-color: rgb(12 10 9 / .15);
}
.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-stone-950\/35 {
  background-color: rgb(12 10 9 / .35);
}
.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-stone-950\/45 {
  background-color: rgb(12 10 9 / 0.45);
}
.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-stone-950\/55 {
  background-color: rgb(12 10 9 / 0.55);
}
.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-stone-950\/65 {
  background-color: rgb(12 10 9 / 0.65);
}
.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-stone-950\/85 {
  background-color: rgb(12 10 9 / 0.85);
}
.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / .15);
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / .35);
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45);
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55);
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65);
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85);
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / .15);
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / .35);
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45);
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55);
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65);
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85);
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / .15);
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / .35);
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45);
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55);
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65);
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85);
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / .15);
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / .35);
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45);
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55);
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65);
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85);
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / .15);
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / .35);
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / .15);
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / .35);
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45);
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55);
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65);
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85);
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / .15);
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / .35);
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45);
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55);
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65);
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85);
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / .15);
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / .35);
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45);
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55);
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65);
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85);
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / .15);
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / .35);
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45);
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55);
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65);
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85);
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / .15);
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / .35);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45);
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55);
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65);
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85);
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/15 {
  background-color: rgb(4 47 46 / .15);
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/35 {
  background-color: rgb(4 47 46 / .35);
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45);
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55);
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65);
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85);
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.bg-tertiary {
  background-color: var(--background-tertiary);
}
.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-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / .15);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / .35);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / .15);
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / .35);
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45);
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55);
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65);
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85);
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / .15);
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / .35);
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45);
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55);
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65);
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85);
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / .15);
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / .35);
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45);
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55);
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85);
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / .15);
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / .35);
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45);
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55);
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65);
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85);
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / .15);
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / .35);
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45);
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55);
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65);
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85);
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / .15);
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / .35);
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45);
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55);
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65);
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / .15);
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / .35);
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45);
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55);
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65);
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85);
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / .15);
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / .35);
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45);
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55);
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65);
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85);
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / .15);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / .35);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/15 {
  background-color: rgb(46 16 101 / .15);
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/35 {
  background-color: rgb(46 16 101 / .35);
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45);
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55);
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65);
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85);
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / .15);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / .35);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / .15);
}
.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / .35);
}
.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}
.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}
.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}
.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}
.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / .15);
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / .35);
}
.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}
.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}
.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / .15);
}
.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / .35);
}
.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}
.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}
.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}
.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}
.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / .15);
}
.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / .35);
}
.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}
.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}
.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}
.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}
.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / .15);
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / .35);
}
.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}
.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}
.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}
.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}
.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / .15);
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / .35);
}
.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}
.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}
.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}
.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}
.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / .15);
}
.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / .35);
}
.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}
.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}
.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}
.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}
.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / .15);
}
.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / .35);
}
.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}
.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}
.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}
.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}
.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / .15);
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / .35);
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}
.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}
.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}
.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}
.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / .15);
}
.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / .35);
}
.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}
.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}
.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}
.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}
.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / .15);
}
.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / .35);
}
.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45);
}
.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55);
}
.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65);
}
.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85);
}
.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / .15);
}
.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / .35);
}
.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45);
}
.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55);
}
.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65);
}
.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85);
}
.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}
.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / .15);
}
.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / .35);
}
.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45);
}
.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55);
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65);
}
.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85);
}
.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}
.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / .15);
}
.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / .35);
}
.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45);
}
.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55);
}
.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65);
}
.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85);
}
.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / .15);
}
.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / .35);
}
.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / .15);
}
.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / .35);
}
.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45);
}
.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55);
}
.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65);
}
.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85);
}
.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / .15);
}
.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / .35);
}
.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45);
}
.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55);
}
.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65);
}
.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85);
}
.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 63 / var(--tw-bg-opacity, 1));
}
.bg-zinc-700\/0 {
  background-color: rgb(60 60 63 / 0);
}
.bg-zinc-700\/10 {
  background-color: rgb(60 60 63 / 0.1);
}
.bg-zinc-700\/100 {
  background-color: rgb(60 60 63 / 1);
}
.bg-zinc-700\/15 {
  background-color: rgb(60 60 63 / .15);
}
.bg-zinc-700\/20 {
  background-color: rgb(60 60 63 / 0.2);
}
.bg-zinc-700\/25 {
  background-color: rgb(60 60 63 / 0.25);
}
.bg-zinc-700\/30 {
  background-color: rgb(60 60 63 / 0.3);
}
.bg-zinc-700\/35 {
  background-color: rgb(60 60 63 / .35);
}
.bg-zinc-700\/40 {
  background-color: rgb(60 60 63 / 0.4);
}
.bg-zinc-700\/45 {
  background-color: rgb(60 60 63 / 0.45);
}
.bg-zinc-700\/5 {
  background-color: rgb(60 60 63 / 0.05);
}
.bg-zinc-700\/50 {
  background-color: rgb(60 60 63 / 0.5);
}
.bg-zinc-700\/55 {
  background-color: rgb(60 60 63 / 0.55);
}
.bg-zinc-700\/60 {
  background-color: rgb(60 60 63 / 0.6);
}
.bg-zinc-700\/65 {
  background-color: rgb(60 60 63 / 0.65);
}
.bg-zinc-700\/70 {
  background-color: rgb(60 60 63 / 0.7);
}
.bg-zinc-700\/75 {
  background-color: rgb(60 60 63 / 0.75);
}
.bg-zinc-700\/80 {
  background-color: rgb(60 60 63 / 0.8);
}
.bg-zinc-700\/85 {
  background-color: rgb(60 60 63 / 0.85);
}
.bg-zinc-700\/90 {
  background-color: rgb(60 60 63 / 0.9);
}
.bg-zinc-700\/95 {
  background-color: rgb(60 60 63 / 0.95);
}
.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}
.bg-zinc-800\/0 {
  background-color: rgb(44 44 46 / 0);
}
.bg-zinc-800\/10 {
  background-color: rgb(44 44 46 / 0.1);
}
.bg-zinc-800\/100 {
  background-color: rgb(44 44 46 / 1);
}
.bg-zinc-800\/15 {
  background-color: rgb(44 44 46 / .15);
}
.bg-zinc-800\/20 {
  background-color: rgb(44 44 46 / 0.2);
}
.bg-zinc-800\/25 {
  background-color: rgb(44 44 46 / 0.25);
}
.bg-zinc-800\/30 {
  background-color: rgb(44 44 46 / 0.3);
}
.bg-zinc-800\/35 {
  background-color: rgb(44 44 46 / .35);
}
.bg-zinc-800\/40 {
  background-color: rgb(44 44 46 / 0.4);
}
.bg-zinc-800\/45 {
  background-color: rgb(44 44 46 / 0.45);
}
.bg-zinc-800\/5 {
  background-color: rgb(44 44 46 / 0.05);
}
.bg-zinc-800\/50 {
  background-color: rgb(44 44 46 / 0.5);
}
.bg-zinc-800\/55 {
  background-color: rgb(44 44 46 / 0.55);
}
.bg-zinc-800\/60 {
  background-color: rgb(44 44 46 / 0.6);
}
.bg-zinc-800\/65 {
  background-color: rgb(44 44 46 / 0.65);
}
.bg-zinc-800\/70 {
  background-color: rgb(44 44 46 / 0.7);
}
.bg-zinc-800\/75 {
  background-color: rgb(44 44 46 / 0.75);
}
.bg-zinc-800\/80 {
  background-color: rgb(44 44 46 / 0.8);
}
.bg-zinc-800\/85 {
  background-color: rgb(44 44 46 / 0.85);
}
.bg-zinc-800\/90 {
  background-color: rgb(44 44 46 / 0.9);
}
.bg-zinc-800\/95 {
  background-color: rgb(44 44 46 / 0.95);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 30 / var(--tw-bg-opacity, 1));
}
.bg-zinc-900\/0 {
  background-color: rgb(28 28 30 / 0);
}
.bg-zinc-900\/10 {
  background-color: rgb(28 28 30 / 0.1);
}
.bg-zinc-900\/100 {
  background-color: rgb(28 28 30 / 1);
}
.bg-zinc-900\/15 {
  background-color: rgb(28 28 30 / .15);
}
.bg-zinc-900\/20 {
  background-color: rgb(28 28 30 / 0.2);
}
.bg-zinc-900\/25 {
  background-color: rgb(28 28 30 / 0.25);
}
.bg-zinc-900\/30 {
  background-color: rgb(28 28 30 / 0.3);
}
.bg-zinc-900\/35 {
  background-color: rgb(28 28 30 / .35);
}
.bg-zinc-900\/40 {
  background-color: rgb(28 28 30 / 0.4);
}
.bg-zinc-900\/45 {
  background-color: rgb(28 28 30 / 0.45);
}
.bg-zinc-900\/5 {
  background-color: rgb(28 28 30 / 0.05);
}
.bg-zinc-900\/50 {
  background-color: rgb(28 28 30 / 0.5);
}
.bg-zinc-900\/55 {
  background-color: rgb(28 28 30 / 0.55);
}
.bg-zinc-900\/60 {
  background-color: rgb(28 28 30 / 0.6);
}
.bg-zinc-900\/65 {
  background-color: rgb(28 28 30 / 0.65);
}
.bg-zinc-900\/70 {
  background-color: rgb(28 28 30 / 0.7);
}
.bg-zinc-900\/75 {
  background-color: rgb(28 28 30 / 0.75);
}
.bg-zinc-900\/80 {
  background-color: rgb(28 28 30 / 0.8);
}
.bg-zinc-900\/85 {
  background-color: rgb(28 28 30 / 0.85);
}
.bg-zinc-900\/90 {
  background-color: rgb(28 28 30 / 0.9);
}
.bg-zinc-900\/95 {
  background-color: rgb(28 28 30 / 0.95);
}
.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}
.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.bg-zinc-950\/15 {
  background-color: rgb(9 9 11 / .15);
}
.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.bg-zinc-950\/35 {
  background-color: rgb(9 9 11 / .35);
}
.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.bg-zinc-950\/45 {
  background-color: rgb(9 9 11 / 0.45);
}
.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.bg-zinc-950\/55 {
  background-color: rgb(9 9 11 / 0.55);
}
.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.bg-zinc-950\/65 {
  background-color: rgb(9 9 11 / 0.65);
}
.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-zinc-950\/85 {
  background-color: rgb(9 9 11 / 0.85);
}
.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.\!bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}
.\!bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}
.\!bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}
.\!bg-opacity-15 {
  --tw-bg-opacity: .15 !important;
}
.\!bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}
.\!bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}
.\!bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}
.\!bg-opacity-35 {
  --tw-bg-opacity: .35 !important;
}
.\!bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}
.\!bg-opacity-45 {
  --tw-bg-opacity: 0.45 !important;
}
.\!bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}
.\!bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.\!bg-opacity-55 {
  --tw-bg-opacity: 0.55 !important;
}
.\!bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}
.\!bg-opacity-65 {
  --tw-bg-opacity: 0.65 !important;
}
.\!bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}
.\!bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}
.\!bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}
.\!bg-opacity-85 {
  --tw-bg-opacity: 0.85 !important;
}
.\!bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}
.\!bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: .15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: .35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-opacity-\[0\.02\] {
  --tw-bg-opacity: 0.02;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.\!from-accent-amber-primary {
  --tw-gradient-from: var(--accent-amber-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-amber-secondary {
  --tw-gradient-from: var(--accent-amber-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-amber-tertiary {
  --tw-gradient-from: var(--accent-amber-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-blue-primary {
  --tw-gradient-from: var(--accent-blue-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-blue-secondary {
  --tw-gradient-from: var(--accent-blue-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-blue-tertiary {
  --tw-gradient-from: var(--accent-blue-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-brown-primary {
  --tw-gradient-from: var(--accent-brown-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-brown-secondary {
  --tw-gradient-from: var(--accent-brown-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-brown-tertiary {
  --tw-gradient-from: var(--accent-brown-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-cyan-primary {
  --tw-gradient-from: var(--accent-cyan-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-cyan-secondary {
  --tw-gradient-from: var(--accent-cyan-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-cyan-tertiary {
  --tw-gradient-from: var(--accent-cyan-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-emerald-primary {
  --tw-gradient-from: var(--accent-emerald-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-emerald-secondary {
  --tw-gradient-from: var(--accent-emerald-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-emerald-tertiary {
  --tw-gradient-from: var(--accent-emerald-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-fuchsia-primary {
  --tw-gradient-from: var(--accent-fuchsia-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-fuchsia-secondary {
  --tw-gradient-from: var(--accent-fuchsia-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-fuchsia-tertiary {
  --tw-gradient-from: var(--accent-fuchsia-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-gray-primary {
  --tw-gradient-from: var(--accent-gray-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-gray-secondary {
  --tw-gradient-from: var(--accent-gray-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-gray-tertiary {
  --tw-gradient-from: var(--accent-gray-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-green-primary {
  --tw-gradient-from: var(--accent-green-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-green-secondary {
  --tw-gradient-from: var(--accent-green-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-green-tertiary {
  --tw-gradient-from: var(--accent-green-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-indigo-primary {
  --tw-gradient-from: var(--accent-indigo-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-indigo-secondary {
  --tw-gradient-from: var(--accent-indigo-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-indigo-tertiary {
  --tw-gradient-from: var(--accent-indigo-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-lime-primary {
  --tw-gradient-from: var(--accent-lime-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-lime-secondary {
  --tw-gradient-from: var(--accent-lime-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-lime-tertiary {
  --tw-gradient-from: var(--accent-lime-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-olive-primary {
  --tw-gradient-from: var(--accent-olive-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-olive-secondary {
  --tw-gradient-from: var(--accent-olive-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-olive-tertiary {
  --tw-gradient-from: var(--accent-olive-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-orange-primary {
  --tw-gradient-from: var(--accent-orange-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-orange-secondary {
  --tw-gradient-from: var(--accent-orange-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-orange-tertiary {
  --tw-gradient-from: var(--accent-orange-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-pink-primary {
  --tw-gradient-from: var(--accent-pink-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-pink-secondary {
  --tw-gradient-from: var(--accent-pink-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-pink-tertiary {
  --tw-gradient-from: var(--accent-pink-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-purple-primary {
  --tw-gradient-from: var(--accent-purple-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-purple-secondary {
  --tw-gradient-from: var(--accent-purple-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-purple-tertiary {
  --tw-gradient-from: var(--accent-purple-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-red-primary {
  --tw-gradient-from: var(--accent-red-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-red-secondary {
  --tw-gradient-from: var(--accent-red-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-red-tertiary {
  --tw-gradient-from: var(--accent-red-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-rose-primary {
  --tw-gradient-from: var(--accent-rose-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-rose-secondary {
  --tw-gradient-from: var(--accent-rose-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-rose-tertiary {
  --tw-gradient-from: var(--accent-rose-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-sky-primary {
  --tw-gradient-from: var(--accent-sky-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-sky-secondary {
  --tw-gradient-from: var(--accent-sky-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-sky-tertiary {
  --tw-gradient-from: var(--accent-sky-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-teal-primary {
  --tw-gradient-from: var(--accent-teal-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-teal-secondary {
  --tw-gradient-from: var(--accent-teal-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-teal-tertiary {
  --tw-gradient-from: var(--accent-teal-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-violet-primary {
  --tw-gradient-from: var(--accent-violet-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-violet-secondary {
  --tw-gradient-from: var(--accent-violet-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-violet-tertiary {
  --tw-gradient-from: var(--accent-violet-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-yellow-primary {
  --tw-gradient-from: var(--accent-yellow-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-yellow-secondary {
  --tw-gradient-from: var(--accent-yellow-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-accent-yellow-tertiary {
  --tw-gradient-from: var(--accent-yellow-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500 {
  --tw-gradient-from: #F59E0B var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/0 {
  --tw-gradient-from: rgb(245 158 11 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/10 {
  --tw-gradient-from: rgb(245 158 11 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/100 {
  --tw-gradient-from: rgb(245 158 11 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/15 {
  --tw-gradient-from: rgb(245 158 11 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/20 {
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/25 {
  --tw-gradient-from: rgb(245 158 11 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/30 {
  --tw-gradient-from: rgb(245 158 11 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/35 {
  --tw-gradient-from: rgb(245 158 11 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/40 {
  --tw-gradient-from: rgb(245 158 11 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/45 {
  --tw-gradient-from: rgb(245 158 11 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/5 {
  --tw-gradient-from: rgb(245 158 11 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/50 {
  --tw-gradient-from: rgb(245 158 11 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/55 {
  --tw-gradient-from: rgb(245 158 11 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/60 {
  --tw-gradient-from: rgb(245 158 11 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/65 {
  --tw-gradient-from: rgb(245 158 11 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/70 {
  --tw-gradient-from: rgb(245 158 11 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/75 {
  --tw-gradient-from: rgb(245 158 11 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/80 {
  --tw-gradient-from: rgb(245 158 11 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/85 {
  --tw-gradient-from: rgb(245 158 11 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/90 {
  --tw-gradient-from: rgb(245 158 11 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-500\/95 {
  --tw-gradient-from: rgb(245 158 11 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600 {
  --tw-gradient-from: #D97706 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/0 {
  --tw-gradient-from: rgb(217 119 6 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/10 {
  --tw-gradient-from: rgb(217 119 6 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/100 {
  --tw-gradient-from: rgb(217 119 6 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/15 {
  --tw-gradient-from: rgb(217 119 6 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/20 {
  --tw-gradient-from: rgb(217 119 6 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/25 {
  --tw-gradient-from: rgb(217 119 6 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/30 {
  --tw-gradient-from: rgb(217 119 6 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/35 {
  --tw-gradient-from: rgb(217 119 6 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/40 {
  --tw-gradient-from: rgb(217 119 6 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/45 {
  --tw-gradient-from: rgb(217 119 6 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/5 {
  --tw-gradient-from: rgb(217 119 6 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/50 {
  --tw-gradient-from: rgb(217 119 6 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/55 {
  --tw-gradient-from: rgb(217 119 6 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/60 {
  --tw-gradient-from: rgb(217 119 6 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/65 {
  --tw-gradient-from: rgb(217 119 6 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/70 {
  --tw-gradient-from: rgb(217 119 6 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/75 {
  --tw-gradient-from: rgb(217 119 6 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/80 {
  --tw-gradient-from: rgb(217 119 6 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/85 {
  --tw-gradient-from: rgb(217 119 6 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/90 {
  --tw-gradient-from: rgb(217 119 6 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-amber-600\/95 {
  --tw-gradient-from: rgb(217 119 6 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500 {
  --tw-gradient-from: #3B82F6 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/0 {
  --tw-gradient-from: rgb(59 130 246 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/10 {
  --tw-gradient-from: rgb(59 130 246 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/100 {
  --tw-gradient-from: rgb(59 130 246 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/15 {
  --tw-gradient-from: rgb(59 130 246 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/20 {
  --tw-gradient-from: rgb(59 130 246 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/25 {
  --tw-gradient-from: rgb(59 130 246 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/30 {
  --tw-gradient-from: rgb(59 130 246 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/35 {
  --tw-gradient-from: rgb(59 130 246 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/40 {
  --tw-gradient-from: rgb(59 130 246 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/45 {
  --tw-gradient-from: rgb(59 130 246 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/5 {
  --tw-gradient-from: rgb(59 130 246 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/50 {
  --tw-gradient-from: rgb(59 130 246 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/55 {
  --tw-gradient-from: rgb(59 130 246 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/60 {
  --tw-gradient-from: rgb(59 130 246 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/65 {
  --tw-gradient-from: rgb(59 130 246 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/70 {
  --tw-gradient-from: rgb(59 130 246 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/75 {
  --tw-gradient-from: rgb(59 130 246 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/80 {
  --tw-gradient-from: rgb(59 130 246 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/85 {
  --tw-gradient-from: rgb(59 130 246 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/90 {
  --tw-gradient-from: rgb(59 130 246 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-500\/95 {
  --tw-gradient-from: rgb(59 130 246 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600 {
  --tw-gradient-from: #2563EB var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/0 {
  --tw-gradient-from: rgb(37 99 235 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/10 {
  --tw-gradient-from: rgb(37 99 235 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/100 {
  --tw-gradient-from: rgb(37 99 235 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/15 {
  --tw-gradient-from: rgb(37 99 235 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/20 {
  --tw-gradient-from: rgb(37 99 235 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/25 {
  --tw-gradient-from: rgb(37 99 235 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/30 {
  --tw-gradient-from: rgb(37 99 235 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/35 {
  --tw-gradient-from: rgb(37 99 235 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/40 {
  --tw-gradient-from: rgb(37 99 235 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/45 {
  --tw-gradient-from: rgb(37 99 235 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/5 {
  --tw-gradient-from: rgb(37 99 235 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/50 {
  --tw-gradient-from: rgb(37 99 235 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/55 {
  --tw-gradient-from: rgb(37 99 235 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/60 {
  --tw-gradient-from: rgb(37 99 235 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/65 {
  --tw-gradient-from: rgb(37 99 235 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/70 {
  --tw-gradient-from: rgb(37 99 235 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/75 {
  --tw-gradient-from: rgb(37 99 235 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/80 {
  --tw-gradient-from: rgb(37 99 235 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/85 {
  --tw-gradient-from: rgb(37 99 235 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/90 {
  --tw-gradient-from: rgb(37 99 235 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blue-600\/95 {
  --tw-gradient-from: rgb(37 99 235 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500 {
  --tw-gradient-from: #64748B var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/0 {
  --tw-gradient-from: rgb(100 116 139 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/10 {
  --tw-gradient-from: rgb(100 116 139 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/100 {
  --tw-gradient-from: rgb(100 116 139 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/15 {
  --tw-gradient-from: rgb(100 116 139 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/20 {
  --tw-gradient-from: rgb(100 116 139 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/25 {
  --tw-gradient-from: rgb(100 116 139 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/30 {
  --tw-gradient-from: rgb(100 116 139 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/35 {
  --tw-gradient-from: rgb(100 116 139 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/40 {
  --tw-gradient-from: rgb(100 116 139 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/45 {
  --tw-gradient-from: rgb(100 116 139 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/5 {
  --tw-gradient-from: rgb(100 116 139 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/50 {
  --tw-gradient-from: rgb(100 116 139 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/55 {
  --tw-gradient-from: rgb(100 116 139 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/60 {
  --tw-gradient-from: rgb(100 116 139 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/65 {
  --tw-gradient-from: rgb(100 116 139 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/70 {
  --tw-gradient-from: rgb(100 116 139 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/75 {
  --tw-gradient-from: rgb(100 116 139 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/80 {
  --tw-gradient-from: rgb(100 116 139 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/85 {
  --tw-gradient-from: rgb(100 116 139 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/90 {
  --tw-gradient-from: rgb(100 116 139 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-blueGray-500\/95 {
  --tw-gradient-from: rgb(100 116 139 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500 {
  --tw-gradient-from: #AA8F6D var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/0 {
  --tw-gradient-from: rgb(170 143 109 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/10 {
  --tw-gradient-from: rgb(170 143 109 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/100 {
  --tw-gradient-from: rgb(170 143 109 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/15 {
  --tw-gradient-from: rgb(170 143 109 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/20 {
  --tw-gradient-from: rgb(170 143 109 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/25 {
  --tw-gradient-from: rgb(170 143 109 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/30 {
  --tw-gradient-from: rgb(170 143 109 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/35 {
  --tw-gradient-from: rgb(170 143 109 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/40 {
  --tw-gradient-from: rgb(170 143 109 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/45 {
  --tw-gradient-from: rgb(170 143 109 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/5 {
  --tw-gradient-from: rgb(170 143 109 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/50 {
  --tw-gradient-from: rgb(170 143 109 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/55 {
  --tw-gradient-from: rgb(170 143 109 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/60 {
  --tw-gradient-from: rgb(170 143 109 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/65 {
  --tw-gradient-from: rgb(170 143 109 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/70 {
  --tw-gradient-from: rgb(170 143 109 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/75 {
  --tw-gradient-from: rgb(170 143 109 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/80 {
  --tw-gradient-from: rgb(170 143 109 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/85 {
  --tw-gradient-from: rgb(170 143 109 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/90 {
  --tw-gradient-from: rgb(170 143 109 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-500\/95 {
  --tw-gradient-from: rgb(170 143 109 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600 {
  --tw-gradient-from: #947955 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/0 {
  --tw-gradient-from: rgb(148 121 85 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/10 {
  --tw-gradient-from: rgb(148 121 85 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/100 {
  --tw-gradient-from: rgb(148 121 85 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/15 {
  --tw-gradient-from: rgb(148 121 85 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/20 {
  --tw-gradient-from: rgb(148 121 85 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/25 {
  --tw-gradient-from: rgb(148 121 85 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/30 {
  --tw-gradient-from: rgb(148 121 85 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/35 {
  --tw-gradient-from: rgb(148 121 85 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/40 {
  --tw-gradient-from: rgb(148 121 85 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/45 {
  --tw-gradient-from: rgb(148 121 85 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/5 {
  --tw-gradient-from: rgb(148 121 85 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/50 {
  --tw-gradient-from: rgb(148 121 85 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/55 {
  --tw-gradient-from: rgb(148 121 85 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/60 {
  --tw-gradient-from: rgb(148 121 85 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/65 {
  --tw-gradient-from: rgb(148 121 85 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/70 {
  --tw-gradient-from: rgb(148 121 85 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/75 {
  --tw-gradient-from: rgb(148 121 85 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/80 {
  --tw-gradient-from: rgb(148 121 85 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/85 {
  --tw-gradient-from: rgb(148 121 85 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/90 {
  --tw-gradient-from: rgb(148 121 85 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-brown-600\/95 {
  --tw-gradient-from: rgb(148 121 85 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500 {
  --tw-gradient-from: #06B6D4 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/0 {
  --tw-gradient-from: rgb(6 182 212 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/10 {
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/100 {
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/15 {
  --tw-gradient-from: rgb(6 182 212 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/20 {
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/25 {
  --tw-gradient-from: rgb(6 182 212 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/30 {
  --tw-gradient-from: rgb(6 182 212 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/35 {
  --tw-gradient-from: rgb(6 182 212 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/40 {
  --tw-gradient-from: rgb(6 182 212 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/45 {
  --tw-gradient-from: rgb(6 182 212 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/5 {
  --tw-gradient-from: rgb(6 182 212 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/50 {
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/55 {
  --tw-gradient-from: rgb(6 182 212 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/60 {
  --tw-gradient-from: rgb(6 182 212 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/65 {
  --tw-gradient-from: rgb(6 182 212 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/70 {
  --tw-gradient-from: rgb(6 182 212 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/75 {
  --tw-gradient-from: rgb(6 182 212 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/80 {
  --tw-gradient-from: rgb(6 182 212 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/85 {
  --tw-gradient-from: rgb(6 182 212 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/90 {
  --tw-gradient-from: rgb(6 182 212 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-500\/95 {
  --tw-gradient-from: rgb(6 182 212 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600 {
  --tw-gradient-from: #0891B2 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/0 {
  --tw-gradient-from: rgb(8 145 178 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/10 {
  --tw-gradient-from: rgb(8 145 178 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/100 {
  --tw-gradient-from: rgb(8 145 178 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/15 {
  --tw-gradient-from: rgb(8 145 178 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/20 {
  --tw-gradient-from: rgb(8 145 178 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/25 {
  --tw-gradient-from: rgb(8 145 178 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/30 {
  --tw-gradient-from: rgb(8 145 178 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/35 {
  --tw-gradient-from: rgb(8 145 178 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/40 {
  --tw-gradient-from: rgb(8 145 178 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/45 {
  --tw-gradient-from: rgb(8 145 178 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/5 {
  --tw-gradient-from: rgb(8 145 178 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/50 {
  --tw-gradient-from: rgb(8 145 178 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/55 {
  --tw-gradient-from: rgb(8 145 178 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/60 {
  --tw-gradient-from: rgb(8 145 178 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/65 {
  --tw-gradient-from: rgb(8 145 178 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/70 {
  --tw-gradient-from: rgb(8 145 178 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/75 {
  --tw-gradient-from: rgb(8 145 178 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/80 {
  --tw-gradient-from: rgb(8 145 178 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/85 {
  --tw-gradient-from: rgb(8 145 178 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/90 {
  --tw-gradient-from: rgb(8 145 178 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-cyan-600\/95 {
  --tw-gradient-from: rgb(8 145 178 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500 {
  --tw-gradient-from: #10B981 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/0 {
  --tw-gradient-from: rgb(16 185 129 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/10 {
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/100 {
  --tw-gradient-from: rgb(16 185 129 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/15 {
  --tw-gradient-from: rgb(16 185 129 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/20 {
  --tw-gradient-from: rgb(16 185 129 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/25 {
  --tw-gradient-from: rgb(16 185 129 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/30 {
  --tw-gradient-from: rgb(16 185 129 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/35 {
  --tw-gradient-from: rgb(16 185 129 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/40 {
  --tw-gradient-from: rgb(16 185 129 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/45 {
  --tw-gradient-from: rgb(16 185 129 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/5 {
  --tw-gradient-from: rgb(16 185 129 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/50 {
  --tw-gradient-from: rgb(16 185 129 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/55 {
  --tw-gradient-from: rgb(16 185 129 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/60 {
  --tw-gradient-from: rgb(16 185 129 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/65 {
  --tw-gradient-from: rgb(16 185 129 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/70 {
  --tw-gradient-from: rgb(16 185 129 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/75 {
  --tw-gradient-from: rgb(16 185 129 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/80 {
  --tw-gradient-from: rgb(16 185 129 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/85 {
  --tw-gradient-from: rgb(16 185 129 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/90 {
  --tw-gradient-from: rgb(16 185 129 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-500\/95 {
  --tw-gradient-from: rgb(16 185 129 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/0 {
  --tw-gradient-from: rgb(5 150 105 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/10 {
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/100 {
  --tw-gradient-from: rgb(5 150 105 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/15 {
  --tw-gradient-from: rgb(5 150 105 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/20 {
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/25 {
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/30 {
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/35 {
  --tw-gradient-from: rgb(5 150 105 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/40 {
  --tw-gradient-from: rgb(5 150 105 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/45 {
  --tw-gradient-from: rgb(5 150 105 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/5 {
  --tw-gradient-from: rgb(5 150 105 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/50 {
  --tw-gradient-from: rgb(5 150 105 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/55 {
  --tw-gradient-from: rgb(5 150 105 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/60 {
  --tw-gradient-from: rgb(5 150 105 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/65 {
  --tw-gradient-from: rgb(5 150 105 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/70 {
  --tw-gradient-from: rgb(5 150 105 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/75 {
  --tw-gradient-from: rgb(5 150 105 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/80 {
  --tw-gradient-from: rgb(5 150 105 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/85 {
  --tw-gradient-from: rgb(5 150 105 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/90 {
  --tw-gradient-from: rgb(5 150 105 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-emerald-600\/95 {
  --tw-gradient-from: rgb(5 150 105 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500 {
  --tw-gradient-from: #D946EF var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/0 {
  --tw-gradient-from: rgb(217 70 239 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/10 {
  --tw-gradient-from: rgb(217 70 239 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/100 {
  --tw-gradient-from: rgb(217 70 239 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/15 {
  --tw-gradient-from: rgb(217 70 239 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/20 {
  --tw-gradient-from: rgb(217 70 239 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/25 {
  --tw-gradient-from: rgb(217 70 239 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/30 {
  --tw-gradient-from: rgb(217 70 239 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/35 {
  --tw-gradient-from: rgb(217 70 239 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/40 {
  --tw-gradient-from: rgb(217 70 239 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/45 {
  --tw-gradient-from: rgb(217 70 239 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/5 {
  --tw-gradient-from: rgb(217 70 239 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/50 {
  --tw-gradient-from: rgb(217 70 239 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/55 {
  --tw-gradient-from: rgb(217 70 239 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/60 {
  --tw-gradient-from: rgb(217 70 239 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/65 {
  --tw-gradient-from: rgb(217 70 239 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/70 {
  --tw-gradient-from: rgb(217 70 239 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/75 {
  --tw-gradient-from: rgb(217 70 239 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/80 {
  --tw-gradient-from: rgb(217 70 239 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/85 {
  --tw-gradient-from: rgb(217 70 239 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/90 {
  --tw-gradient-from: rgb(217 70 239 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-500\/95 {
  --tw-gradient-from: rgb(217 70 239 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600 {
  --tw-gradient-from: #C026D3 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/0 {
  --tw-gradient-from: rgb(192 38 211 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/10 {
  --tw-gradient-from: rgb(192 38 211 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/100 {
  --tw-gradient-from: rgb(192 38 211 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/15 {
  --tw-gradient-from: rgb(192 38 211 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/20 {
  --tw-gradient-from: rgb(192 38 211 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/25 {
  --tw-gradient-from: rgb(192 38 211 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/30 {
  --tw-gradient-from: rgb(192 38 211 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/35 {
  --tw-gradient-from: rgb(192 38 211 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/40 {
  --tw-gradient-from: rgb(192 38 211 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/45 {
  --tw-gradient-from: rgb(192 38 211 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/5 {
  --tw-gradient-from: rgb(192 38 211 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/50 {
  --tw-gradient-from: rgb(192 38 211 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/55 {
  --tw-gradient-from: rgb(192 38 211 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/60 {
  --tw-gradient-from: rgb(192 38 211 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/65 {
  --tw-gradient-from: rgb(192 38 211 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/70 {
  --tw-gradient-from: rgb(192 38 211 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/75 {
  --tw-gradient-from: rgb(192 38 211 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/80 {
  --tw-gradient-from: rgb(192 38 211 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/85 {
  --tw-gradient-from: rgb(192 38 211 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/90 {
  --tw-gradient-from: rgb(192 38 211 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-fuchsia-600\/95 {
  --tw-gradient-from: rgb(192 38 211 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500 {
  --tw-gradient-from: #6B7280 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/0 {
  --tw-gradient-from: rgb(107 114 128 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/10 {
  --tw-gradient-from: rgb(107 114 128 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/100 {
  --tw-gradient-from: rgb(107 114 128 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/15 {
  --tw-gradient-from: rgb(107 114 128 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/20 {
  --tw-gradient-from: rgb(107 114 128 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/25 {
  --tw-gradient-from: rgb(107 114 128 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/30 {
  --tw-gradient-from: rgb(107 114 128 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/35 {
  --tw-gradient-from: rgb(107 114 128 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/40 {
  --tw-gradient-from: rgb(107 114 128 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/45 {
  --tw-gradient-from: rgb(107 114 128 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/5 {
  --tw-gradient-from: rgb(107 114 128 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/50 {
  --tw-gradient-from: rgb(107 114 128 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/55 {
  --tw-gradient-from: rgb(107 114 128 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/60 {
  --tw-gradient-from: rgb(107 114 128 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/65 {
  --tw-gradient-from: rgb(107 114 128 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/70 {
  --tw-gradient-from: rgb(107 114 128 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/75 {
  --tw-gradient-from: rgb(107 114 128 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/80 {
  --tw-gradient-from: rgb(107 114 128 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/85 {
  --tw-gradient-from: rgb(107 114 128 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/90 {
  --tw-gradient-from: rgb(107 114 128 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-500\/95 {
  --tw-gradient-from: rgb(107 114 128 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600 {
  --tw-gradient-from: #4B5563 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/0 {
  --tw-gradient-from: rgb(75 85 99 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/10 {
  --tw-gradient-from: rgb(75 85 99 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/100 {
  --tw-gradient-from: rgb(75 85 99 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/15 {
  --tw-gradient-from: rgb(75 85 99 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/20 {
  --tw-gradient-from: rgb(75 85 99 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/25 {
  --tw-gradient-from: rgb(75 85 99 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/30 {
  --tw-gradient-from: rgb(75 85 99 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/35 {
  --tw-gradient-from: rgb(75 85 99 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/40 {
  --tw-gradient-from: rgb(75 85 99 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/45 {
  --tw-gradient-from: rgb(75 85 99 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/5 {
  --tw-gradient-from: rgb(75 85 99 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/50 {
  --tw-gradient-from: rgb(75 85 99 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/55 {
  --tw-gradient-from: rgb(75 85 99 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/60 {
  --tw-gradient-from: rgb(75 85 99 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/65 {
  --tw-gradient-from: rgb(75 85 99 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/70 {
  --tw-gradient-from: rgb(75 85 99 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/75 {
  --tw-gradient-from: rgb(75 85 99 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/80 {
  --tw-gradient-from: rgb(75 85 99 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/85 {
  --tw-gradient-from: rgb(75 85 99 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/90 {
  --tw-gradient-from: rgb(75 85 99 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-gray-600\/95 {
  --tw-gradient-from: rgb(75 85 99 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500 {
  --tw-gradient-from: #22C55E var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/0 {
  --tw-gradient-from: rgb(34 197 94 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/10 {
  --tw-gradient-from: rgb(34 197 94 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/100 {
  --tw-gradient-from: rgb(34 197 94 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/15 {
  --tw-gradient-from: rgb(34 197 94 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/20 {
  --tw-gradient-from: rgb(34 197 94 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/25 {
  --tw-gradient-from: rgb(34 197 94 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/30 {
  --tw-gradient-from: rgb(34 197 94 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/35 {
  --tw-gradient-from: rgb(34 197 94 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/40 {
  --tw-gradient-from: rgb(34 197 94 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/45 {
  --tw-gradient-from: rgb(34 197 94 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/5 {
  --tw-gradient-from: rgb(34 197 94 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/50 {
  --tw-gradient-from: rgb(34 197 94 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/55 {
  --tw-gradient-from: rgb(34 197 94 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/60 {
  --tw-gradient-from: rgb(34 197 94 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/65 {
  --tw-gradient-from: rgb(34 197 94 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/70 {
  --tw-gradient-from: rgb(34 197 94 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/75 {
  --tw-gradient-from: rgb(34 197 94 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/80 {
  --tw-gradient-from: rgb(34 197 94 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/85 {
  --tw-gradient-from: rgb(34 197 94 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/90 {
  --tw-gradient-from: rgb(34 197 94 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-500\/95 {
  --tw-gradient-from: rgb(34 197 94 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600 {
  --tw-gradient-from: #16A34A var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/0 {
  --tw-gradient-from: rgb(22 163 74 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/10 {
  --tw-gradient-from: rgb(22 163 74 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/100 {
  --tw-gradient-from: rgb(22 163 74 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/15 {
  --tw-gradient-from: rgb(22 163 74 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/20 {
  --tw-gradient-from: rgb(22 163 74 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/25 {
  --tw-gradient-from: rgb(22 163 74 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/30 {
  --tw-gradient-from: rgb(22 163 74 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/35 {
  --tw-gradient-from: rgb(22 163 74 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/40 {
  --tw-gradient-from: rgb(22 163 74 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/45 {
  --tw-gradient-from: rgb(22 163 74 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/5 {
  --tw-gradient-from: rgb(22 163 74 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/50 {
  --tw-gradient-from: rgb(22 163 74 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/55 {
  --tw-gradient-from: rgb(22 163 74 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/60 {
  --tw-gradient-from: rgb(22 163 74 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/65 {
  --tw-gradient-from: rgb(22 163 74 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/70 {
  --tw-gradient-from: rgb(22 163 74 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/75 {
  --tw-gradient-from: rgb(22 163 74 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/80 {
  --tw-gradient-from: rgb(22 163 74 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/85 {
  --tw-gradient-from: rgb(22 163 74 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/90 {
  --tw-gradient-from: rgb(22 163 74 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-green-600\/95 {
  --tw-gradient-from: rgb(22 163 74 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500 {
  --tw-gradient-from: #6366F1 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/0 {
  --tw-gradient-from: rgb(99 102 241 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/10 {
  --tw-gradient-from: rgb(99 102 241 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/100 {
  --tw-gradient-from: rgb(99 102 241 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/15 {
  --tw-gradient-from: rgb(99 102 241 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/20 {
  --tw-gradient-from: rgb(99 102 241 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/25 {
  --tw-gradient-from: rgb(99 102 241 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/30 {
  --tw-gradient-from: rgb(99 102 241 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/35 {
  --tw-gradient-from: rgb(99 102 241 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/40 {
  --tw-gradient-from: rgb(99 102 241 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/45 {
  --tw-gradient-from: rgb(99 102 241 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/5 {
  --tw-gradient-from: rgb(99 102 241 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/50 {
  --tw-gradient-from: rgb(99 102 241 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/55 {
  --tw-gradient-from: rgb(99 102 241 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/60 {
  --tw-gradient-from: rgb(99 102 241 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/65 {
  --tw-gradient-from: rgb(99 102 241 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/70 {
  --tw-gradient-from: rgb(99 102 241 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/75 {
  --tw-gradient-from: rgb(99 102 241 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/80 {
  --tw-gradient-from: rgb(99 102 241 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/85 {
  --tw-gradient-from: rgb(99 102 241 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/90 {
  --tw-gradient-from: rgb(99 102 241 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-500\/95 {
  --tw-gradient-from: rgb(99 102 241 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600 {
  --tw-gradient-from: #4F46E5 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/0 {
  --tw-gradient-from: rgb(79 70 229 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/10 {
  --tw-gradient-from: rgb(79 70 229 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/100 {
  --tw-gradient-from: rgb(79 70 229 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/15 {
  --tw-gradient-from: rgb(79 70 229 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/20 {
  --tw-gradient-from: rgb(79 70 229 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/25 {
  --tw-gradient-from: rgb(79 70 229 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/30 {
  --tw-gradient-from: rgb(79 70 229 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/35 {
  --tw-gradient-from: rgb(79 70 229 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/40 {
  --tw-gradient-from: rgb(79 70 229 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/45 {
  --tw-gradient-from: rgb(79 70 229 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/5 {
  --tw-gradient-from: rgb(79 70 229 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/50 {
  --tw-gradient-from: rgb(79 70 229 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/55 {
  --tw-gradient-from: rgb(79 70 229 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/60 {
  --tw-gradient-from: rgb(79 70 229 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/65 {
  --tw-gradient-from: rgb(79 70 229 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/70 {
  --tw-gradient-from: rgb(79 70 229 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/75 {
  --tw-gradient-from: rgb(79 70 229 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/80 {
  --tw-gradient-from: rgb(79 70 229 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/85 {
  --tw-gradient-from: rgb(79 70 229 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/90 {
  --tw-gradient-from: rgb(79 70 229 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-indigo-600\/95 {
  --tw-gradient-from: rgb(79 70 229 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500 {
  --tw-gradient-from: #84CC16 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/0 {
  --tw-gradient-from: rgb(132 204 22 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/10 {
  --tw-gradient-from: rgb(132 204 22 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/100 {
  --tw-gradient-from: rgb(132 204 22 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/15 {
  --tw-gradient-from: rgb(132 204 22 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/20 {
  --tw-gradient-from: rgb(132 204 22 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/25 {
  --tw-gradient-from: rgb(132 204 22 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/30 {
  --tw-gradient-from: rgb(132 204 22 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/35 {
  --tw-gradient-from: rgb(132 204 22 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/40 {
  --tw-gradient-from: rgb(132 204 22 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/45 {
  --tw-gradient-from: rgb(132 204 22 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/5 {
  --tw-gradient-from: rgb(132 204 22 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/50 {
  --tw-gradient-from: rgb(132 204 22 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/55 {
  --tw-gradient-from: rgb(132 204 22 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/60 {
  --tw-gradient-from: rgb(132 204 22 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/65 {
  --tw-gradient-from: rgb(132 204 22 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/70 {
  --tw-gradient-from: rgb(132 204 22 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/75 {
  --tw-gradient-from: rgb(132 204 22 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/80 {
  --tw-gradient-from: rgb(132 204 22 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/85 {
  --tw-gradient-from: rgb(132 204 22 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/90 {
  --tw-gradient-from: rgb(132 204 22 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-500\/95 {
  --tw-gradient-from: rgb(132 204 22 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600 {
  --tw-gradient-from: #65A30D var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/0 {
  --tw-gradient-from: rgb(101 163 13 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/10 {
  --tw-gradient-from: rgb(101 163 13 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/100 {
  --tw-gradient-from: rgb(101 163 13 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/15 {
  --tw-gradient-from: rgb(101 163 13 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/20 {
  --tw-gradient-from: rgb(101 163 13 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/25 {
  --tw-gradient-from: rgb(101 163 13 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/30 {
  --tw-gradient-from: rgb(101 163 13 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/35 {
  --tw-gradient-from: rgb(101 163 13 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/40 {
  --tw-gradient-from: rgb(101 163 13 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/45 {
  --tw-gradient-from: rgb(101 163 13 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/5 {
  --tw-gradient-from: rgb(101 163 13 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/50 {
  --tw-gradient-from: rgb(101 163 13 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/55 {
  --tw-gradient-from: rgb(101 163 13 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/60 {
  --tw-gradient-from: rgb(101 163 13 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/65 {
  --tw-gradient-from: rgb(101 163 13 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/70 {
  --tw-gradient-from: rgb(101 163 13 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/75 {
  --tw-gradient-from: rgb(101 163 13 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/80 {
  --tw-gradient-from: rgb(101 163 13 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/85 {
  --tw-gradient-from: rgb(101 163 13 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/90 {
  --tw-gradient-from: rgb(101 163 13 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-lime-600\/95 {
  --tw-gradient-from: rgb(101 163 13 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500 {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/0 {
  --tw-gradient-from: rgb(115 115 115 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/10 {
  --tw-gradient-from: rgb(115 115 115 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/100 {
  --tw-gradient-from: rgb(115 115 115 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/15 {
  --tw-gradient-from: rgb(115 115 115 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/20 {
  --tw-gradient-from: rgb(115 115 115 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/25 {
  --tw-gradient-from: rgb(115 115 115 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/30 {
  --tw-gradient-from: rgb(115 115 115 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/35 {
  --tw-gradient-from: rgb(115 115 115 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/40 {
  --tw-gradient-from: rgb(115 115 115 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/45 {
  --tw-gradient-from: rgb(115 115 115 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/5 {
  --tw-gradient-from: rgb(115 115 115 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/50 {
  --tw-gradient-from: rgb(115 115 115 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/55 {
  --tw-gradient-from: rgb(115 115 115 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/60 {
  --tw-gradient-from: rgb(115 115 115 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/65 {
  --tw-gradient-from: rgb(115 115 115 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/70 {
  --tw-gradient-from: rgb(115 115 115 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/75 {
  --tw-gradient-from: rgb(115 115 115 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/80 {
  --tw-gradient-from: rgb(115 115 115 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/85 {
  --tw-gradient-from: rgb(115 115 115 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/90 {
  --tw-gradient-from: rgb(115 115 115 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-500\/95 {
  --tw-gradient-from: rgb(115 115 115 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600 {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/0 {
  --tw-gradient-from: rgb(82 82 82 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/10 {
  --tw-gradient-from: rgb(82 82 82 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/100 {
  --tw-gradient-from: rgb(82 82 82 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/15 {
  --tw-gradient-from: rgb(82 82 82 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/20 {
  --tw-gradient-from: rgb(82 82 82 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/25 {
  --tw-gradient-from: rgb(82 82 82 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/30 {
  --tw-gradient-from: rgb(82 82 82 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/35 {
  --tw-gradient-from: rgb(82 82 82 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/40 {
  --tw-gradient-from: rgb(82 82 82 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/45 {
  --tw-gradient-from: rgb(82 82 82 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/5 {
  --tw-gradient-from: rgb(82 82 82 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/50 {
  --tw-gradient-from: rgb(82 82 82 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/55 {
  --tw-gradient-from: rgb(82 82 82 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/60 {
  --tw-gradient-from: rgb(82 82 82 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/65 {
  --tw-gradient-from: rgb(82 82 82 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/70 {
  --tw-gradient-from: rgb(82 82 82 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/75 {
  --tw-gradient-from: rgb(82 82 82 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/80 {
  --tw-gradient-from: rgb(82 82 82 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/85 {
  --tw-gradient-from: rgb(82 82 82 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/90 {
  --tw-gradient-from: rgb(82 82 82 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-neutral-600\/95 {
  --tw-gradient-from: rgb(82 82 82 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500 {
  --tw-gradient-from: #8C9C34 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/0 {
  --tw-gradient-from: rgb(140 156 52 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/10 {
  --tw-gradient-from: rgb(140 156 52 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/100 {
  --tw-gradient-from: rgb(140 156 52 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/15 {
  --tw-gradient-from: rgb(140 156 52 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/20 {
  --tw-gradient-from: rgb(140 156 52 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/25 {
  --tw-gradient-from: rgb(140 156 52 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/30 {
  --tw-gradient-from: rgb(140 156 52 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/35 {
  --tw-gradient-from: rgb(140 156 52 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/40 {
  --tw-gradient-from: rgb(140 156 52 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/45 {
  --tw-gradient-from: rgb(140 156 52 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/5 {
  --tw-gradient-from: rgb(140 156 52 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/50 {
  --tw-gradient-from: rgb(140 156 52 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/55 {
  --tw-gradient-from: rgb(140 156 52 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/60 {
  --tw-gradient-from: rgb(140 156 52 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/65 {
  --tw-gradient-from: rgb(140 156 52 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/70 {
  --tw-gradient-from: rgb(140 156 52 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/75 {
  --tw-gradient-from: rgb(140 156 52 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/80 {
  --tw-gradient-from: rgb(140 156 52 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/85 {
  --tw-gradient-from: rgb(140 156 52 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/90 {
  --tw-gradient-from: rgb(140 156 52 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-500\/95 {
  --tw-gradient-from: rgb(140 156 52 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600 {
  --tw-gradient-from: #6E7F1B var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/0 {
  --tw-gradient-from: rgb(110 127 27 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/10 {
  --tw-gradient-from: rgb(110 127 27 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/100 {
  --tw-gradient-from: rgb(110 127 27 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/15 {
  --tw-gradient-from: rgb(110 127 27 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/20 {
  --tw-gradient-from: rgb(110 127 27 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/25 {
  --tw-gradient-from: rgb(110 127 27 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/30 {
  --tw-gradient-from: rgb(110 127 27 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/35 {
  --tw-gradient-from: rgb(110 127 27 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/40 {
  --tw-gradient-from: rgb(110 127 27 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/45 {
  --tw-gradient-from: rgb(110 127 27 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/5 {
  --tw-gradient-from: rgb(110 127 27 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/50 {
  --tw-gradient-from: rgb(110 127 27 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/55 {
  --tw-gradient-from: rgb(110 127 27 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/60 {
  --tw-gradient-from: rgb(110 127 27 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/65 {
  --tw-gradient-from: rgb(110 127 27 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/70 {
  --tw-gradient-from: rgb(110 127 27 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/75 {
  --tw-gradient-from: rgb(110 127 27 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/80 {
  --tw-gradient-from: rgb(110 127 27 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/85 {
  --tw-gradient-from: rgb(110 127 27 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/90 {
  --tw-gradient-from: rgb(110 127 27 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-olive-600\/95 {
  --tw-gradient-from: rgb(110 127 27 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500 {
  --tw-gradient-from: #F97316 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/0 {
  --tw-gradient-from: rgb(249 115 22 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/10 {
  --tw-gradient-from: rgb(249 115 22 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/100 {
  --tw-gradient-from: rgb(249 115 22 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/15 {
  --tw-gradient-from: rgb(249 115 22 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/20 {
  --tw-gradient-from: rgb(249 115 22 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/25 {
  --tw-gradient-from: rgb(249 115 22 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/30 {
  --tw-gradient-from: rgb(249 115 22 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/35 {
  --tw-gradient-from: rgb(249 115 22 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/40 {
  --tw-gradient-from: rgb(249 115 22 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/45 {
  --tw-gradient-from: rgb(249 115 22 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/5 {
  --tw-gradient-from: rgb(249 115 22 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/50 {
  --tw-gradient-from: rgb(249 115 22 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/55 {
  --tw-gradient-from: rgb(249 115 22 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/60 {
  --tw-gradient-from: rgb(249 115 22 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/65 {
  --tw-gradient-from: rgb(249 115 22 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/70 {
  --tw-gradient-from: rgb(249 115 22 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/75 {
  --tw-gradient-from: rgb(249 115 22 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/80 {
  --tw-gradient-from: rgb(249 115 22 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/85 {
  --tw-gradient-from: rgb(249 115 22 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/90 {
  --tw-gradient-from: rgb(249 115 22 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-500\/95 {
  --tw-gradient-from: rgb(249 115 22 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600 {
  --tw-gradient-from: #EA580C var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/0 {
  --tw-gradient-from: rgb(234 88 12 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/10 {
  --tw-gradient-from: rgb(234 88 12 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/100 {
  --tw-gradient-from: rgb(234 88 12 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/15 {
  --tw-gradient-from: rgb(234 88 12 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/20 {
  --tw-gradient-from: rgb(234 88 12 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/25 {
  --tw-gradient-from: rgb(234 88 12 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/30 {
  --tw-gradient-from: rgb(234 88 12 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/35 {
  --tw-gradient-from: rgb(234 88 12 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/40 {
  --tw-gradient-from: rgb(234 88 12 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/45 {
  --tw-gradient-from: rgb(234 88 12 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/5 {
  --tw-gradient-from: rgb(234 88 12 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/50 {
  --tw-gradient-from: rgb(234 88 12 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/55 {
  --tw-gradient-from: rgb(234 88 12 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/60 {
  --tw-gradient-from: rgb(234 88 12 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/65 {
  --tw-gradient-from: rgb(234 88 12 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/70 {
  --tw-gradient-from: rgb(234 88 12 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/75 {
  --tw-gradient-from: rgb(234 88 12 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/80 {
  --tw-gradient-from: rgb(234 88 12 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/85 {
  --tw-gradient-from: rgb(234 88 12 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/90 {
  --tw-gradient-from: rgb(234 88 12 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-orange-600\/95 {
  --tw-gradient-from: rgb(234 88 12 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500 {
  --tw-gradient-from: #EC4899 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/0 {
  --tw-gradient-from: rgb(236 72 153 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/10 {
  --tw-gradient-from: rgb(236 72 153 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/100 {
  --tw-gradient-from: rgb(236 72 153 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/15 {
  --tw-gradient-from: rgb(236 72 153 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/20 {
  --tw-gradient-from: rgb(236 72 153 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/25 {
  --tw-gradient-from: rgb(236 72 153 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/30 {
  --tw-gradient-from: rgb(236 72 153 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/35 {
  --tw-gradient-from: rgb(236 72 153 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/40 {
  --tw-gradient-from: rgb(236 72 153 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/45 {
  --tw-gradient-from: rgb(236 72 153 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/5 {
  --tw-gradient-from: rgb(236 72 153 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/50 {
  --tw-gradient-from: rgb(236 72 153 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/55 {
  --tw-gradient-from: rgb(236 72 153 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/60 {
  --tw-gradient-from: rgb(236 72 153 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/65 {
  --tw-gradient-from: rgb(236 72 153 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/70 {
  --tw-gradient-from: rgb(236 72 153 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/75 {
  --tw-gradient-from: rgb(236 72 153 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/80 {
  --tw-gradient-from: rgb(236 72 153 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/85 {
  --tw-gradient-from: rgb(236 72 153 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/90 {
  --tw-gradient-from: rgb(236 72 153 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-500\/95 {
  --tw-gradient-from: rgb(236 72 153 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600 {
  --tw-gradient-from: #DB2777 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/0 {
  --tw-gradient-from: rgb(219 39 119 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/10 {
  --tw-gradient-from: rgb(219 39 119 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/100 {
  --tw-gradient-from: rgb(219 39 119 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/15 {
  --tw-gradient-from: rgb(219 39 119 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/20 {
  --tw-gradient-from: rgb(219 39 119 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/25 {
  --tw-gradient-from: rgb(219 39 119 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/30 {
  --tw-gradient-from: rgb(219 39 119 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/35 {
  --tw-gradient-from: rgb(219 39 119 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/40 {
  --tw-gradient-from: rgb(219 39 119 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/45 {
  --tw-gradient-from: rgb(219 39 119 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/5 {
  --tw-gradient-from: rgb(219 39 119 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/50 {
  --tw-gradient-from: rgb(219 39 119 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/55 {
  --tw-gradient-from: rgb(219 39 119 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/60 {
  --tw-gradient-from: rgb(219 39 119 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/65 {
  --tw-gradient-from: rgb(219 39 119 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/70 {
  --tw-gradient-from: rgb(219 39 119 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/75 {
  --tw-gradient-from: rgb(219 39 119 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/80 {
  --tw-gradient-from: rgb(219 39 119 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/85 {
  --tw-gradient-from: rgb(219 39 119 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/90 {
  --tw-gradient-from: rgb(219 39 119 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-pink-600\/95 {
  --tw-gradient-from: rgb(219 39 119 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500 {
  --tw-gradient-from: #A855F7 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/0 {
  --tw-gradient-from: rgb(168 85 247 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/10 {
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/100 {
  --tw-gradient-from: rgb(168 85 247 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/15 {
  --tw-gradient-from: rgb(168 85 247 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/20 {
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/25 {
  --tw-gradient-from: rgb(168 85 247 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/30 {
  --tw-gradient-from: rgb(168 85 247 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/35 {
  --tw-gradient-from: rgb(168 85 247 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/40 {
  --tw-gradient-from: rgb(168 85 247 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/45 {
  --tw-gradient-from: rgb(168 85 247 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/5 {
  --tw-gradient-from: rgb(168 85 247 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/50 {
  --tw-gradient-from: rgb(168 85 247 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/55 {
  --tw-gradient-from: rgb(168 85 247 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/60 {
  --tw-gradient-from: rgb(168 85 247 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/65 {
  --tw-gradient-from: rgb(168 85 247 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/70 {
  --tw-gradient-from: rgb(168 85 247 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/75 {
  --tw-gradient-from: rgb(168 85 247 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/80 {
  --tw-gradient-from: rgb(168 85 247 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/85 {
  --tw-gradient-from: rgb(168 85 247 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/90 {
  --tw-gradient-from: rgb(168 85 247 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-500\/95 {
  --tw-gradient-from: rgb(168 85 247 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600 {
  --tw-gradient-from: #9333EA var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/0 {
  --tw-gradient-from: rgb(147 51 234 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/10 {
  --tw-gradient-from: rgb(147 51 234 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/100 {
  --tw-gradient-from: rgb(147 51 234 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/15 {
  --tw-gradient-from: rgb(147 51 234 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/20 {
  --tw-gradient-from: rgb(147 51 234 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/25 {
  --tw-gradient-from: rgb(147 51 234 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/30 {
  --tw-gradient-from: rgb(147 51 234 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/35 {
  --tw-gradient-from: rgb(147 51 234 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/40 {
  --tw-gradient-from: rgb(147 51 234 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/45 {
  --tw-gradient-from: rgb(147 51 234 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/5 {
  --tw-gradient-from: rgb(147 51 234 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/50 {
  --tw-gradient-from: rgb(147 51 234 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/55 {
  --tw-gradient-from: rgb(147 51 234 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/60 {
  --tw-gradient-from: rgb(147 51 234 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/65 {
  --tw-gradient-from: rgb(147 51 234 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/70 {
  --tw-gradient-from: rgb(147 51 234 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/75 {
  --tw-gradient-from: rgb(147 51 234 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/80 {
  --tw-gradient-from: rgb(147 51 234 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/85 {
  --tw-gradient-from: rgb(147 51 234 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/90 {
  --tw-gradient-from: rgb(147 51 234 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-purple-600\/95 {
  --tw-gradient-from: rgb(147 51 234 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500 {
  --tw-gradient-from: #EF4444 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/0 {
  --tw-gradient-from: rgb(239 68 68 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/10 {
  --tw-gradient-from: rgb(239 68 68 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/100 {
  --tw-gradient-from: rgb(239 68 68 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/15 {
  --tw-gradient-from: rgb(239 68 68 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/20 {
  --tw-gradient-from: rgb(239 68 68 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/25 {
  --tw-gradient-from: rgb(239 68 68 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/30 {
  --tw-gradient-from: rgb(239 68 68 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/35 {
  --tw-gradient-from: rgb(239 68 68 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/40 {
  --tw-gradient-from: rgb(239 68 68 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/45 {
  --tw-gradient-from: rgb(239 68 68 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/5 {
  --tw-gradient-from: rgb(239 68 68 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/50 {
  --tw-gradient-from: rgb(239 68 68 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/55 {
  --tw-gradient-from: rgb(239 68 68 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/60 {
  --tw-gradient-from: rgb(239 68 68 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/65 {
  --tw-gradient-from: rgb(239 68 68 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/70 {
  --tw-gradient-from: rgb(239 68 68 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/75 {
  --tw-gradient-from: rgb(239 68 68 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/80 {
  --tw-gradient-from: rgb(239 68 68 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/85 {
  --tw-gradient-from: rgb(239 68 68 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/90 {
  --tw-gradient-from: rgb(239 68 68 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-500\/95 {
  --tw-gradient-from: rgb(239 68 68 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600 {
  --tw-gradient-from: #DC2626 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/0 {
  --tw-gradient-from: rgb(220 38 38 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/10 {
  --tw-gradient-from: rgb(220 38 38 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/100 {
  --tw-gradient-from: rgb(220 38 38 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/15 {
  --tw-gradient-from: rgb(220 38 38 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/20 {
  --tw-gradient-from: rgb(220 38 38 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/25 {
  --tw-gradient-from: rgb(220 38 38 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/30 {
  --tw-gradient-from: rgb(220 38 38 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/35 {
  --tw-gradient-from: rgb(220 38 38 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/40 {
  --tw-gradient-from: rgb(220 38 38 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/45 {
  --tw-gradient-from: rgb(220 38 38 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/5 {
  --tw-gradient-from: rgb(220 38 38 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/50 {
  --tw-gradient-from: rgb(220 38 38 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/55 {
  --tw-gradient-from: rgb(220 38 38 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/60 {
  --tw-gradient-from: rgb(220 38 38 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/65 {
  --tw-gradient-from: rgb(220 38 38 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/70 {
  --tw-gradient-from: rgb(220 38 38 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/75 {
  --tw-gradient-from: rgb(220 38 38 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/80 {
  --tw-gradient-from: rgb(220 38 38 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/85 {
  --tw-gradient-from: rgb(220 38 38 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/90 {
  --tw-gradient-from: rgb(220 38 38 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-red-600\/95 {
  --tw-gradient-from: rgb(220 38 38 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500 {
  --tw-gradient-from: #F43F5E var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/0 {
  --tw-gradient-from: rgb(244 63 94 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/10 {
  --tw-gradient-from: rgb(244 63 94 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/100 {
  --tw-gradient-from: rgb(244 63 94 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/15 {
  --tw-gradient-from: rgb(244 63 94 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/20 {
  --tw-gradient-from: rgb(244 63 94 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/25 {
  --tw-gradient-from: rgb(244 63 94 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/30 {
  --tw-gradient-from: rgb(244 63 94 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/35 {
  --tw-gradient-from: rgb(244 63 94 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/40 {
  --tw-gradient-from: rgb(244 63 94 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/45 {
  --tw-gradient-from: rgb(244 63 94 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/5 {
  --tw-gradient-from: rgb(244 63 94 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/50 {
  --tw-gradient-from: rgb(244 63 94 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/55 {
  --tw-gradient-from: rgb(244 63 94 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/60 {
  --tw-gradient-from: rgb(244 63 94 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/65 {
  --tw-gradient-from: rgb(244 63 94 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/70 {
  --tw-gradient-from: rgb(244 63 94 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/75 {
  --tw-gradient-from: rgb(244 63 94 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/80 {
  --tw-gradient-from: rgb(244 63 94 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/85 {
  --tw-gradient-from: rgb(244 63 94 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/90 {
  --tw-gradient-from: rgb(244 63 94 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-500\/95 {
  --tw-gradient-from: rgb(244 63 94 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600 {
  --tw-gradient-from: #E11D48 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/0 {
  --tw-gradient-from: rgb(225 29 72 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/10 {
  --tw-gradient-from: rgb(225 29 72 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/100 {
  --tw-gradient-from: rgb(225 29 72 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/15 {
  --tw-gradient-from: rgb(225 29 72 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/20 {
  --tw-gradient-from: rgb(225 29 72 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/25 {
  --tw-gradient-from: rgb(225 29 72 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/30 {
  --tw-gradient-from: rgb(225 29 72 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/35 {
  --tw-gradient-from: rgb(225 29 72 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/40 {
  --tw-gradient-from: rgb(225 29 72 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/45 {
  --tw-gradient-from: rgb(225 29 72 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/5 {
  --tw-gradient-from: rgb(225 29 72 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/50 {
  --tw-gradient-from: rgb(225 29 72 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/55 {
  --tw-gradient-from: rgb(225 29 72 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/60 {
  --tw-gradient-from: rgb(225 29 72 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/65 {
  --tw-gradient-from: rgb(225 29 72 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/70 {
  --tw-gradient-from: rgb(225 29 72 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/75 {
  --tw-gradient-from: rgb(225 29 72 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/80 {
  --tw-gradient-from: rgb(225 29 72 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/85 {
  --tw-gradient-from: rgb(225 29 72 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/90 {
  --tw-gradient-from: rgb(225 29 72 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-rose-600\/95 {
  --tw-gradient-from: rgb(225 29 72 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500 {
  --tw-gradient-from: #0EA5E9 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/0 {
  --tw-gradient-from: rgb(14 165 233 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/10 {
  --tw-gradient-from: rgb(14 165 233 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/100 {
  --tw-gradient-from: rgb(14 165 233 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/15 {
  --tw-gradient-from: rgb(14 165 233 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/20 {
  --tw-gradient-from: rgb(14 165 233 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/25 {
  --tw-gradient-from: rgb(14 165 233 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/30 {
  --tw-gradient-from: rgb(14 165 233 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/35 {
  --tw-gradient-from: rgb(14 165 233 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/40 {
  --tw-gradient-from: rgb(14 165 233 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/45 {
  --tw-gradient-from: rgb(14 165 233 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/5 {
  --tw-gradient-from: rgb(14 165 233 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/50 {
  --tw-gradient-from: rgb(14 165 233 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/55 {
  --tw-gradient-from: rgb(14 165 233 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/60 {
  --tw-gradient-from: rgb(14 165 233 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/65 {
  --tw-gradient-from: rgb(14 165 233 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/70 {
  --tw-gradient-from: rgb(14 165 233 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/75 {
  --tw-gradient-from: rgb(14 165 233 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/80 {
  --tw-gradient-from: rgb(14 165 233 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/85 {
  --tw-gradient-from: rgb(14 165 233 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/90 {
  --tw-gradient-from: rgb(14 165 233 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-500\/95 {
  --tw-gradient-from: rgb(14 165 233 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600 {
  --tw-gradient-from: #0284C7 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/0 {
  --tw-gradient-from: rgb(2 132 199 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/10 {
  --tw-gradient-from: rgb(2 132 199 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/100 {
  --tw-gradient-from: rgb(2 132 199 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/15 {
  --tw-gradient-from: rgb(2 132 199 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/20 {
  --tw-gradient-from: rgb(2 132 199 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/25 {
  --tw-gradient-from: rgb(2 132 199 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/30 {
  --tw-gradient-from: rgb(2 132 199 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/35 {
  --tw-gradient-from: rgb(2 132 199 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/40 {
  --tw-gradient-from: rgb(2 132 199 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/45 {
  --tw-gradient-from: rgb(2 132 199 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/5 {
  --tw-gradient-from: rgb(2 132 199 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/50 {
  --tw-gradient-from: rgb(2 132 199 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/55 {
  --tw-gradient-from: rgb(2 132 199 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/60 {
  --tw-gradient-from: rgb(2 132 199 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/65 {
  --tw-gradient-from: rgb(2 132 199 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/70 {
  --tw-gradient-from: rgb(2 132 199 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/75 {
  --tw-gradient-from: rgb(2 132 199 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/80 {
  --tw-gradient-from: rgb(2 132 199 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/85 {
  --tw-gradient-from: rgb(2 132 199 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/90 {
  --tw-gradient-from: rgb(2 132 199 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-sky-600\/95 {
  --tw-gradient-from: rgb(2 132 199 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500 {
  --tw-gradient-from: #64748B var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/0 {
  --tw-gradient-from: rgb(100 116 139 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/10 {
  --tw-gradient-from: rgb(100 116 139 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/100 {
  --tw-gradient-from: rgb(100 116 139 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/15 {
  --tw-gradient-from: rgb(100 116 139 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/20 {
  --tw-gradient-from: rgb(100 116 139 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/25 {
  --tw-gradient-from: rgb(100 116 139 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/30 {
  --tw-gradient-from: rgb(100 116 139 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/35 {
  --tw-gradient-from: rgb(100 116 139 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/40 {
  --tw-gradient-from: rgb(100 116 139 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/45 {
  --tw-gradient-from: rgb(100 116 139 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/5 {
  --tw-gradient-from: rgb(100 116 139 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/50 {
  --tw-gradient-from: rgb(100 116 139 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/55 {
  --tw-gradient-from: rgb(100 116 139 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/60 {
  --tw-gradient-from: rgb(100 116 139 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/65 {
  --tw-gradient-from: rgb(100 116 139 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/70 {
  --tw-gradient-from: rgb(100 116 139 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/75 {
  --tw-gradient-from: rgb(100 116 139 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/80 {
  --tw-gradient-from: rgb(100 116 139 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/85 {
  --tw-gradient-from: rgb(100 116 139 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/90 {
  --tw-gradient-from: rgb(100 116 139 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-500\/95 {
  --tw-gradient-from: rgb(100 116 139 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600 {
  --tw-gradient-from: #475569 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/0 {
  --tw-gradient-from: rgb(71 85 105 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/10 {
  --tw-gradient-from: rgb(71 85 105 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/100 {
  --tw-gradient-from: rgb(71 85 105 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/15 {
  --tw-gradient-from: rgb(71 85 105 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/20 {
  --tw-gradient-from: rgb(71 85 105 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/25 {
  --tw-gradient-from: rgb(71 85 105 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/30 {
  --tw-gradient-from: rgb(71 85 105 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/35 {
  --tw-gradient-from: rgb(71 85 105 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/40 {
  --tw-gradient-from: rgb(71 85 105 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/45 {
  --tw-gradient-from: rgb(71 85 105 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/5 {
  --tw-gradient-from: rgb(71 85 105 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/50 {
  --tw-gradient-from: rgb(71 85 105 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/55 {
  --tw-gradient-from: rgb(71 85 105 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/60 {
  --tw-gradient-from: rgb(71 85 105 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/65 {
  --tw-gradient-from: rgb(71 85 105 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/70 {
  --tw-gradient-from: rgb(71 85 105 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/75 {
  --tw-gradient-from: rgb(71 85 105 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/80 {
  --tw-gradient-from: rgb(71 85 105 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/85 {
  --tw-gradient-from: rgb(71 85 105 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/90 {
  --tw-gradient-from: rgb(71 85 105 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-slate-600\/95 {
  --tw-gradient-from: rgb(71 85 105 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500 {
  --tw-gradient-from: #78716C var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/0 {
  --tw-gradient-from: rgb(120 113 108 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/10 {
  --tw-gradient-from: rgb(120 113 108 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/100 {
  --tw-gradient-from: rgb(120 113 108 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/15 {
  --tw-gradient-from: rgb(120 113 108 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/20 {
  --tw-gradient-from: rgb(120 113 108 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/25 {
  --tw-gradient-from: rgb(120 113 108 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/30 {
  --tw-gradient-from: rgb(120 113 108 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/35 {
  --tw-gradient-from: rgb(120 113 108 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/40 {
  --tw-gradient-from: rgb(120 113 108 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/45 {
  --tw-gradient-from: rgb(120 113 108 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/5 {
  --tw-gradient-from: rgb(120 113 108 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/50 {
  --tw-gradient-from: rgb(120 113 108 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/55 {
  --tw-gradient-from: rgb(120 113 108 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/60 {
  --tw-gradient-from: rgb(120 113 108 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/65 {
  --tw-gradient-from: rgb(120 113 108 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/70 {
  --tw-gradient-from: rgb(120 113 108 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/75 {
  --tw-gradient-from: rgb(120 113 108 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/80 {
  --tw-gradient-from: rgb(120 113 108 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/85 {
  --tw-gradient-from: rgb(120 113 108 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/90 {
  --tw-gradient-from: rgb(120 113 108 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-500\/95 {
  --tw-gradient-from: rgb(120 113 108 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600 {
  --tw-gradient-from: #57534E var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/0 {
  --tw-gradient-from: rgb(87 83 78 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/10 {
  --tw-gradient-from: rgb(87 83 78 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/100 {
  --tw-gradient-from: rgb(87 83 78 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/15 {
  --tw-gradient-from: rgb(87 83 78 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/20 {
  --tw-gradient-from: rgb(87 83 78 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/25 {
  --tw-gradient-from: rgb(87 83 78 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/30 {
  --tw-gradient-from: rgb(87 83 78 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/35 {
  --tw-gradient-from: rgb(87 83 78 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/40 {
  --tw-gradient-from: rgb(87 83 78 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/45 {
  --tw-gradient-from: rgb(87 83 78 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/5 {
  --tw-gradient-from: rgb(87 83 78 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/50 {
  --tw-gradient-from: rgb(87 83 78 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/55 {
  --tw-gradient-from: rgb(87 83 78 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/60 {
  --tw-gradient-from: rgb(87 83 78 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/65 {
  --tw-gradient-from: rgb(87 83 78 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/70 {
  --tw-gradient-from: rgb(87 83 78 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/75 {
  --tw-gradient-from: rgb(87 83 78 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/80 {
  --tw-gradient-from: rgb(87 83 78 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/85 {
  --tw-gradient-from: rgb(87 83 78 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/90 {
  --tw-gradient-from: rgb(87 83 78 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-stone-600\/95 {
  --tw-gradient-from: rgb(87 83 78 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500 {
  --tw-gradient-from: #14B8A6 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/0 {
  --tw-gradient-from: rgb(20 184 166 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/10 {
  --tw-gradient-from: rgb(20 184 166 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/100 {
  --tw-gradient-from: rgb(20 184 166 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/15 {
  --tw-gradient-from: rgb(20 184 166 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/20 {
  --tw-gradient-from: rgb(20 184 166 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/25 {
  --tw-gradient-from: rgb(20 184 166 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/30 {
  --tw-gradient-from: rgb(20 184 166 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/35 {
  --tw-gradient-from: rgb(20 184 166 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/40 {
  --tw-gradient-from: rgb(20 184 166 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/45 {
  --tw-gradient-from: rgb(20 184 166 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/5 {
  --tw-gradient-from: rgb(20 184 166 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/50 {
  --tw-gradient-from: rgb(20 184 166 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/55 {
  --tw-gradient-from: rgb(20 184 166 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/60 {
  --tw-gradient-from: rgb(20 184 166 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/65 {
  --tw-gradient-from: rgb(20 184 166 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/70 {
  --tw-gradient-from: rgb(20 184 166 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/75 {
  --tw-gradient-from: rgb(20 184 166 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/80 {
  --tw-gradient-from: rgb(20 184 166 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/85 {
  --tw-gradient-from: rgb(20 184 166 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/90 {
  --tw-gradient-from: rgb(20 184 166 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-500\/95 {
  --tw-gradient-from: rgb(20 184 166 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600 {
  --tw-gradient-from: #0D9488 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/0 {
  --tw-gradient-from: rgb(13 148 136 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/10 {
  --tw-gradient-from: rgb(13 148 136 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/100 {
  --tw-gradient-from: rgb(13 148 136 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/15 {
  --tw-gradient-from: rgb(13 148 136 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/20 {
  --tw-gradient-from: rgb(13 148 136 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/25 {
  --tw-gradient-from: rgb(13 148 136 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/30 {
  --tw-gradient-from: rgb(13 148 136 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/35 {
  --tw-gradient-from: rgb(13 148 136 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/40 {
  --tw-gradient-from: rgb(13 148 136 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/45 {
  --tw-gradient-from: rgb(13 148 136 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/5 {
  --tw-gradient-from: rgb(13 148 136 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/50 {
  --tw-gradient-from: rgb(13 148 136 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/55 {
  --tw-gradient-from: rgb(13 148 136 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/60 {
  --tw-gradient-from: rgb(13 148 136 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/65 {
  --tw-gradient-from: rgb(13 148 136 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/70 {
  --tw-gradient-from: rgb(13 148 136 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/75 {
  --tw-gradient-from: rgb(13 148 136 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/80 {
  --tw-gradient-from: rgb(13 148 136 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/85 {
  --tw-gradient-from: rgb(13 148 136 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/90 {
  --tw-gradient-from: rgb(13 148 136 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-teal-600\/95 {
  --tw-gradient-from: rgb(13 148 136 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500 {
  --tw-gradient-from: #8B5CF6 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/0 {
  --tw-gradient-from: rgb(139 92 246 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/10 {
  --tw-gradient-from: rgb(139 92 246 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/100 {
  --tw-gradient-from: rgb(139 92 246 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/15 {
  --tw-gradient-from: rgb(139 92 246 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/20 {
  --tw-gradient-from: rgb(139 92 246 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/25 {
  --tw-gradient-from: rgb(139 92 246 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/30 {
  --tw-gradient-from: rgb(139 92 246 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/35 {
  --tw-gradient-from: rgb(139 92 246 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/40 {
  --tw-gradient-from: rgb(139 92 246 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/45 {
  --tw-gradient-from: rgb(139 92 246 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/5 {
  --tw-gradient-from: rgb(139 92 246 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/50 {
  --tw-gradient-from: rgb(139 92 246 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/55 {
  --tw-gradient-from: rgb(139 92 246 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/60 {
  --tw-gradient-from: rgb(139 92 246 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/65 {
  --tw-gradient-from: rgb(139 92 246 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/70 {
  --tw-gradient-from: rgb(139 92 246 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/75 {
  --tw-gradient-from: rgb(139 92 246 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/80 {
  --tw-gradient-from: rgb(139 92 246 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/85 {
  --tw-gradient-from: rgb(139 92 246 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/90 {
  --tw-gradient-from: rgb(139 92 246 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-500\/95 {
  --tw-gradient-from: rgb(139 92 246 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600 {
  --tw-gradient-from: #7C3AED var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/0 {
  --tw-gradient-from: rgb(124 58 237 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/10 {
  --tw-gradient-from: rgb(124 58 237 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/100 {
  --tw-gradient-from: rgb(124 58 237 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/15 {
  --tw-gradient-from: rgb(124 58 237 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/20 {
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/25 {
  --tw-gradient-from: rgb(124 58 237 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/30 {
  --tw-gradient-from: rgb(124 58 237 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/35 {
  --tw-gradient-from: rgb(124 58 237 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/40 {
  --tw-gradient-from: rgb(124 58 237 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/45 {
  --tw-gradient-from: rgb(124 58 237 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/5 {
  --tw-gradient-from: rgb(124 58 237 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/50 {
  --tw-gradient-from: rgb(124 58 237 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/55 {
  --tw-gradient-from: rgb(124 58 237 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/60 {
  --tw-gradient-from: rgb(124 58 237 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/65 {
  --tw-gradient-from: rgb(124 58 237 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/70 {
  --tw-gradient-from: rgb(124 58 237 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/75 {
  --tw-gradient-from: rgb(124 58 237 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/80 {
  --tw-gradient-from: rgb(124 58 237 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/85 {
  --tw-gradient-from: rgb(124 58 237 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/90 {
  --tw-gradient-from: rgb(124 58 237 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-violet-600\/95 {
  --tw-gradient-from: rgb(124 58 237 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500 {
  --tw-gradient-from: #EAB308 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600 {
  --tw-gradient-from: #CA8A04 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500 {
  --tw-gradient-from: #71717A var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/0 {
  --tw-gradient-from: rgb(113 113 122 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/10 {
  --tw-gradient-from: rgb(113 113 122 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/100 {
  --tw-gradient-from: rgb(113 113 122 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/15 {
  --tw-gradient-from: rgb(113 113 122 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/20 {
  --tw-gradient-from: rgb(113 113 122 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/25 {
  --tw-gradient-from: rgb(113 113 122 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/30 {
  --tw-gradient-from: rgb(113 113 122 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/35 {
  --tw-gradient-from: rgb(113 113 122 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/40 {
  --tw-gradient-from: rgb(113 113 122 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/45 {
  --tw-gradient-from: rgb(113 113 122 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/5 {
  --tw-gradient-from: rgb(113 113 122 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/50 {
  --tw-gradient-from: rgb(113 113 122 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/55 {
  --tw-gradient-from: rgb(113 113 122 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/60 {
  --tw-gradient-from: rgb(113 113 122 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/65 {
  --tw-gradient-from: rgb(113 113 122 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/70 {
  --tw-gradient-from: rgb(113 113 122 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/75 {
  --tw-gradient-from: rgb(113 113 122 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/80 {
  --tw-gradient-from: rgb(113 113 122 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/85 {
  --tw-gradient-from: rgb(113 113 122 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/90 {
  --tw-gradient-from: rgb(113 113 122 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-500\/95 {
  --tw-gradient-from: rgb(113 113 122 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600 {
  --tw-gradient-from: #52525B var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/0 {
  --tw-gradient-from: rgb(82 82 91 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/10 {
  --tw-gradient-from: rgb(82 82 91 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/100 {
  --tw-gradient-from: rgb(82 82 91 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/15 {
  --tw-gradient-from: rgb(82 82 91 / .15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/20 {
  --tw-gradient-from: rgb(82 82 91 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/25 {
  --tw-gradient-from: rgb(82 82 91 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/30 {
  --tw-gradient-from: rgb(82 82 91 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/35 {
  --tw-gradient-from: rgb(82 82 91 / .35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/40 {
  --tw-gradient-from: rgb(82 82 91 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/45 {
  --tw-gradient-from: rgb(82 82 91 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/5 {
  --tw-gradient-from: rgb(82 82 91 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/50 {
  --tw-gradient-from: rgb(82 82 91 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/55 {
  --tw-gradient-from: rgb(82 82 91 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/60 {
  --tw-gradient-from: rgb(82 82 91 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/65 {
  --tw-gradient-from: rgb(82 82 91 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/70 {
  --tw-gradient-from: rgb(82 82 91 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/75 {
  --tw-gradient-from: rgb(82 82 91 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/80 {
  --tw-gradient-from: rgb(82 82 91 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/85 {
  --tw-gradient-from: rgb(82 82 91 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/90 {
  --tw-gradient-from: rgb(82 82 91 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.\!from-zinc-600\/95 {
  --tw-gradient-from: rgb(82 82 91 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-\[var\(--background-primary\)\] {
  --tw-gradient-from: var(--background-primary) 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-accent-amber-primary {
  --tw-gradient-from: var(--accent-amber-primary) 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-accent-amber-secondary {
  --tw-gradient-from: var(--accent-amber-secondary) 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-accent-amber-tertiary {
  --tw-gradient-from: var(--accent-amber-tertiary) 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-accent-blue-primary {
  --tw-gradient-from: var(--accent-blue-primary) 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-accent-blue-secondary {
  --tw-gradient-from: var(--accent-blue-secondary) 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-accent-blue-tertiary {
  --tw-gradient-from: var(--accent-blue-tertiary) 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-accent-brown-primary {
  --tw-gradient-from: var(--accent-brown-primary) 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-accent-brown-secondary {
  --tw-gradient-from: var(--accent-brown-secondary) 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-accent-brown-tertiary {
  --tw-gradient-from: var(--accent-brown-tertiary) 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-accent-cyan-primary {
  --tw-gradient-from: var(--accent-cyan-primary) 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-accent-cyan-secondary {
  --tw-gradient-from: var(--accent-cyan-secondary) 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-accent-cyan-tertiary {
  --tw-gradient-from: var(--accent-cyan-tertiary) 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-accent-emerald-primary {
  --tw-gradient-from: var(--accent-emerald-primary) 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-accent-emerald-secondary {
  --tw-gradient-from: var(--accent-emerald-secondary) 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-accent-emerald-tertiary {
  --tw-gradient-from: var(--accent-emerald-tertiary) 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-accent-fuchsia-primary {
  --tw-gradient-from: var(--accent-fuchsia-primary) 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-accent-fuchsia-secondary {
  --tw-gradient-from: var(--accent-fuchsia-secondary) 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-accent-fuchsia-tertiary {
  --tw-gradient-from: var(--accent-fuchsia-tertiary) 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-accent-gray-primary {
  --tw-gradient-from: var(--accent-gray-primary) 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-accent-gray-secondary {
  --tw-gradient-from: var(--accent-gray-secondary) 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-accent-gray-tertiary {
  --tw-gradient-from: var(--accent-gray-tertiary) 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-accent-green-primary {
  --tw-gradient-from: var(--accent-green-primary) 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-accent-green-secondary {
  --tw-gradient-from: var(--accent-green-secondary) 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-accent-green-tertiary {
  --tw-gradient-from: var(--accent-green-tertiary) 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-accent-indigo-primary {
  --tw-gradient-from: var(--accent-indigo-primary) 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-accent-indigo-secondary {
  --tw-gradient-from: var(--accent-indigo-secondary) 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-accent-indigo-tertiary {
  --tw-gradient-from: var(--accent-indigo-tertiary) 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-accent-lime-primary {
  --tw-gradient-from: var(--accent-lime-primary) 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-accent-lime-secondary {
  --tw-gradient-from: var(--accent-lime-secondary) 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-accent-lime-tertiary {
  --tw-gradient-from: var(--accent-lime-tertiary) 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-accent-olive-primary {
  --tw-gradient-from: var(--accent-olive-primary) 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-accent-olive-secondary {
  --tw-gradient-from: var(--accent-olive-secondary) 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-accent-olive-tertiary {
  --tw-gradient-from: var(--accent-olive-tertiary) 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-accent-orange-primary {
  --tw-gradient-from: var(--accent-orange-primary) 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-accent-orange-secondary {
  --tw-gradient-from: var(--accent-orange-secondary) 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-accent-orange-tertiary {
  --tw-gradient-from: var(--accent-orange-tertiary) 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-accent-pink-primary {
  --tw-gradient-from: var(--accent-pink-primary) 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-accent-pink-secondary {
  --tw-gradient-from: var(--accent-pink-secondary) 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-accent-pink-tertiary {
  --tw-gradient-from: var(--accent-pink-tertiary) 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-accent-purple-primary {
  --tw-gradient-from: var(--accent-purple-primary) 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-accent-purple-secondary {
  --tw-gradient-from: var(--accent-purple-secondary) 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-accent-purple-tertiary {
  --tw-gradient-from: var(--accent-purple-tertiary) 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-accent-red-primary {
  --tw-gradient-from: var(--accent-red-primary) 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-accent-red-secondary {
  --tw-gradient-from: var(--accent-red-secondary) 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-accent-red-tertiary {
  --tw-gradient-from: var(--accent-red-tertiary) 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-accent-rose-primary {
  --tw-gradient-from: var(--accent-rose-primary) 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-accent-rose-secondary {
  --tw-gradient-from: var(--accent-rose-secondary) 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-accent-rose-tertiary {
  --tw-gradient-from: var(--accent-rose-tertiary) 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-accent-sky-primary {
  --tw-gradient-from: var(--accent-sky-primary) 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-accent-sky-secondary {
  --tw-gradient-from: var(--accent-sky-secondary) 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-accent-sky-tertiary {
  --tw-gradient-from: var(--accent-sky-tertiary) 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-accent-teal-primary {
  --tw-gradient-from: var(--accent-teal-primary) 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-accent-teal-secondary {
  --tw-gradient-from: var(--accent-teal-secondary) 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-accent-teal-tertiary {
  --tw-gradient-from: var(--accent-teal-tertiary) 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-accent-violet-primary {
  --tw-gradient-from: var(--accent-violet-primary) 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-accent-violet-secondary {
  --tw-gradient-from: var(--accent-violet-secondary) 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-accent-violet-tertiary {
  --tw-gradient-from: var(--accent-violet-tertiary) 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-accent-yellow-primary {
  --tw-gradient-from: var(--accent-yellow-primary) 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-accent-yellow-secondary {
  --tw-gradient-from: var(--accent-yellow-secondary) 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-accent-yellow-tertiary {
  --tw-gradient-from: var(--accent-yellow-tertiary) 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-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\/0 {
  --tw-gradient-from: rgb(245 158 11 / 0) 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\/10 {
  --tw-gradient-from: rgb(245 158 11 / 0.1) 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\/100 {
  --tw-gradient-from: rgb(245 158 11 / 1) 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\/15 {
  --tw-gradient-from: rgb(245 158 11 / .15) 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\/20 {
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500\/25 {
  --tw-gradient-from: rgb(245 158 11 / 0.25) 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\/30 {
  --tw-gradient-from: rgb(245 158 11 / 0.3) 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\/35 {
  --tw-gradient-from: rgb(245 158 11 / .35) 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\/40 {
  --tw-gradient-from: rgb(245 158 11 / 0.4) 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\/45 {
  --tw-gradient-from: rgb(245 158 11 / 0.45) 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-500\/50 {
  --tw-gradient-from: rgb(245 158 11 / 0.5) 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\/55 {
  --tw-gradient-from: rgb(245 158 11 / 0.55) 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\/60 {
  --tw-gradient-from: rgb(245 158 11 / 0.6) 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\/65 {
  --tw-gradient-from: rgb(245 158 11 / 0.65) 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\/70 {
  --tw-gradient-from: rgb(245 158 11 / 0.7) 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\/75 {
  --tw-gradient-from: rgb(245 158 11 / 0.75) 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\/80 {
  --tw-gradient-from: rgb(245 158 11 / 0.8) 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\/85 {
  --tw-gradient-from: rgb(245 158 11 / 0.85) 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\/90 {
  --tw-gradient-from: rgb(245 158 11 / 0.9) 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\/95 {
  --tw-gradient-from: rgb(245 158 11 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(217 119 6 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(217 119 6 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(217 119 6 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(217 119 6 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(217 119 6 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(217 119 6 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(217 119 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-600\/35 {
  --tw-gradient-from: rgb(217 119 6 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(217 119 6 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(217 119 6 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(217 119 6 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(217 119 6 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(217 119 6 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(217 119 6 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(217 119 6 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(217 119 6 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(217 119 6 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(217 119 6 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(217 119 6 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(217 119 6 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(217 119 6 / 0.95) 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-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-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\/0 {
  --tw-gradient-from: rgb(59 130 246 / 0) 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\/10 {
  --tw-gradient-from: rgb(59 130 246 / 0.1) 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\/100 {
  --tw-gradient-from: rgb(59 130 246 / 1) 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\/15 {
  --tw-gradient-from: rgb(59 130 246 / .15) 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\/20 {
  --tw-gradient-from: rgb(59 130 246 / 0.2) 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\/25 {
  --tw-gradient-from: rgb(59 130 246 / 0.25) 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\/30 {
  --tw-gradient-from: rgb(59 130 246 / 0.3) 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\/35 {
  --tw-gradient-from: rgb(59 130 246 / .35) 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\/40 {
  --tw-gradient-from: rgb(59 130 246 / 0.4) 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\/45 {
  --tw-gradient-from: rgb(59 130 246 / 0.45) 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-500\/50 {
  --tw-gradient-from: rgb(59 130 246 / 0.5) 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\/55 {
  --tw-gradient-from: rgb(59 130 246 / 0.55) 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\/60 {
  --tw-gradient-from: rgb(59 130 246 / 0.6) 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\/65 {
  --tw-gradient-from: rgb(59 130 246 / 0.65) 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\/70 {
  --tw-gradient-from: rgb(59 130 246 / 0.7) 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\/75 {
  --tw-gradient-from: rgb(59 130 246 / 0.75) 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\/80 {
  --tw-gradient-from: rgb(59 130 246 / 0.8) 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\/85 {
  --tw-gradient-from: rgb(59 130 246 / 0.85) 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\/90 {
  --tw-gradient-from: rgb(59 130 246 / 0.9) 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\/95 {
  --tw-gradient-from: rgb(59 130 246 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(37 99 235 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(37 99 235 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(37 99 235 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(37 99 235 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(37 99 235 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(37 99 235 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(37 99 235 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(37 99 235 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(37 99 235 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(37 99 235 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(37 99 235 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(37 99 235 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(37 99 235 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(37 99 235 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(37 99 235 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(37 99 235 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(37 99 235 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(37 99 235 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(37 99 235 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(37 99 235 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(37 99 235 / 0.95) 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-blueGray-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-blueGray-500\/0 {
  --tw-gradient-from: rgb(100 116 139 / 0) 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-blueGray-500\/10 {
  --tw-gradient-from: rgb(100 116 139 / 0.1) 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-blueGray-500\/100 {
  --tw-gradient-from: rgb(100 116 139 / 1) 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-blueGray-500\/15 {
  --tw-gradient-from: rgb(100 116 139 / .15) 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-blueGray-500\/20 {
  --tw-gradient-from: rgb(100 116 139 / 0.2) 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-blueGray-500\/25 {
  --tw-gradient-from: rgb(100 116 139 / 0.25) 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-blueGray-500\/30 {
  --tw-gradient-from: rgb(100 116 139 / 0.3) 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-blueGray-500\/35 {
  --tw-gradient-from: rgb(100 116 139 / .35) 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-blueGray-500\/40 {
  --tw-gradient-from: rgb(100 116 139 / 0.4) 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-blueGray-500\/45 {
  --tw-gradient-from: rgb(100 116 139 / 0.45) 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-blueGray-500\/5 {
  --tw-gradient-from: rgb(100 116 139 / 0.05) 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-blueGray-500\/50 {
  --tw-gradient-from: rgb(100 116 139 / 0.5) 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-blueGray-500\/55 {
  --tw-gradient-from: rgb(100 116 139 / 0.55) 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-blueGray-500\/60 {
  --tw-gradient-from: rgb(100 116 139 / 0.6) 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-blueGray-500\/65 {
  --tw-gradient-from: rgb(100 116 139 / 0.65) 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-blueGray-500\/70 {
  --tw-gradient-from: rgb(100 116 139 / 0.7) 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-blueGray-500\/75 {
  --tw-gradient-from: rgb(100 116 139 / 0.75) 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-blueGray-500\/80 {
  --tw-gradient-from: rgb(100 116 139 / 0.8) 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-blueGray-500\/85 {
  --tw-gradient-from: rgb(100 116 139 / 0.85) 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-blueGray-500\/90 {
  --tw-gradient-from: rgb(100 116 139 / 0.9) 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-blueGray-500\/95 {
  --tw-gradient-from: rgb(100 116 139 / 0.95) 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-brown-500 {
  --tw-gradient-from: #AA8F6D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/0 {
  --tw-gradient-from: rgb(170 143 109 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/10 {
  --tw-gradient-from: rgb(170 143 109 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/100 {
  --tw-gradient-from: rgb(170 143 109 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/15 {
  --tw-gradient-from: rgb(170 143 109 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/20 {
  --tw-gradient-from: rgb(170 143 109 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/25 {
  --tw-gradient-from: rgb(170 143 109 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/30 {
  --tw-gradient-from: rgb(170 143 109 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/35 {
  --tw-gradient-from: rgb(170 143 109 / .35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/40 {
  --tw-gradient-from: rgb(170 143 109 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/45 {
  --tw-gradient-from: rgb(170 143 109 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/5 {
  --tw-gradient-from: rgb(170 143 109 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/50 {
  --tw-gradient-from: rgb(170 143 109 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/55 {
  --tw-gradient-from: rgb(170 143 109 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/60 {
  --tw-gradient-from: rgb(170 143 109 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/65 {
  --tw-gradient-from: rgb(170 143 109 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/70 {
  --tw-gradient-from: rgb(170 143 109 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/75 {
  --tw-gradient-from: rgb(170 143 109 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/80 {
  --tw-gradient-from: rgb(170 143 109 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/85 {
  --tw-gradient-from: rgb(170 143 109 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/90 {
  --tw-gradient-from: rgb(170 143 109 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-500\/95 {
  --tw-gradient-from: rgb(170 143 109 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 143 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600 {
  --tw-gradient-from: #947955 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/0 {
  --tw-gradient-from: rgb(148 121 85 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/10 {
  --tw-gradient-from: rgb(148 121 85 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/100 {
  --tw-gradient-from: rgb(148 121 85 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/15 {
  --tw-gradient-from: rgb(148 121 85 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/20 {
  --tw-gradient-from: rgb(148 121 85 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/25 {
  --tw-gradient-from: rgb(148 121 85 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/30 {
  --tw-gradient-from: rgb(148 121 85 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/35 {
  --tw-gradient-from: rgb(148 121 85 / .35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/40 {
  --tw-gradient-from: rgb(148 121 85 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/45 {
  --tw-gradient-from: rgb(148 121 85 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/5 {
  --tw-gradient-from: rgb(148 121 85 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/50 {
  --tw-gradient-from: rgb(148 121 85 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/55 {
  --tw-gradient-from: rgb(148 121 85 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/60 {
  --tw-gradient-from: rgb(148 121 85 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/65 {
  --tw-gradient-from: rgb(148 121 85 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/70 {
  --tw-gradient-from: rgb(148 121 85 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/75 {
  --tw-gradient-from: rgb(148 121 85 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/80 {
  --tw-gradient-from: rgb(148 121 85 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/85 {
  --tw-gradient-from: rgb(148 121 85 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/90 {
  --tw-gradient-from: rgb(148 121 85 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brown-600\/95 {
  --tw-gradient-from: rgb(148 121 85 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 121 85 / 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-500\/0 {
  --tw-gradient-from: rgb(6 182 212 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(6 182 212 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(6 182 212 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(6 182 212 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/25 {
  --tw-gradient-from: rgb(6 182 212 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(6 182 212 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(6 182 212 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(6 182 212 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(6 182 212 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(6 182 212 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(6 182 212 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(6 182 212 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(6 182 212 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(6 182 212 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(6 182 212 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(6 182 212 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(6 182 212 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(6 182 212 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(6 182 212 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(6 182 212 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(8 145 178 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/10 {
  --tw-gradient-from: rgb(8 145 178 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/100 {
  --tw-gradient-from: rgb(8 145 178 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/15 {
  --tw-gradient-from: rgb(8 145 178 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/20 {
  --tw-gradient-from: rgb(8 145 178 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/25 {
  --tw-gradient-from: rgb(8 145 178 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/30 {
  --tw-gradient-from: rgb(8 145 178 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/35 {
  --tw-gradient-from: rgb(8 145 178 / .35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/40 {
  --tw-gradient-from: rgb(8 145 178 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/45 {
  --tw-gradient-from: rgb(8 145 178 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/5 {
  --tw-gradient-from: rgb(8 145 178 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/50 {
  --tw-gradient-from: rgb(8 145 178 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/55 {
  --tw-gradient-from: rgb(8 145 178 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/60 {
  --tw-gradient-from: rgb(8 145 178 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/65 {
  --tw-gradient-from: rgb(8 145 178 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/70 {
  --tw-gradient-from: rgb(8 145 178 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/75 {
  --tw-gradient-from: rgb(8 145 178 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/80 {
  --tw-gradient-from: rgb(8 145 178 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/85 {
  --tw-gradient-from: rgb(8 145 178 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/90 {
  --tw-gradient-from: rgb(8 145 178 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/95 {
  --tw-gradient-from: rgb(8 145 178 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-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-500\/0 {
  --tw-gradient-from: rgb(16 185 129 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(16 185 129 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(16 185 129 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(16 185 129 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(16 185 129 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(16 185 129 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(16 185 129 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(16 185 129 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(16 185 129 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(16 185 129 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(16 185 129 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(16 185 129 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(16 185 129 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(16 185 129 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(16 185 129 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(16 185 129 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(16 185 129 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(16 185 129 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(16 185 129 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(16 185 129 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(16 185 129 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(5 150 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/10 {
  --tw-gradient-from: rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/100 {
  --tw-gradient-from: rgb(5 150 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/15 {
  --tw-gradient-from: rgb(5 150 105 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/20 {
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/25 {
  --tw-gradient-from: rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/30 {
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/35 {
  --tw-gradient-from: rgb(5 150 105 / .35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/40 {
  --tw-gradient-from: rgb(5 150 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/45 {
  --tw-gradient-from: rgb(5 150 105 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/5 {
  --tw-gradient-from: rgb(5 150 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/50 {
  --tw-gradient-from: rgb(5 150 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/55 {
  --tw-gradient-from: rgb(5 150 105 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/60 {
  --tw-gradient-from: rgb(5 150 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/65 {
  --tw-gradient-from: rgb(5 150 105 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/70 {
  --tw-gradient-from: rgb(5 150 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/75 {
  --tw-gradient-from: rgb(5 150 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/80 {
  --tw-gradient-from: rgb(5 150 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/85 {
  --tw-gradient-from: rgb(5 150 105 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/90 {
  --tw-gradient-from: rgb(5 150 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/95 {
  --tw-gradient-from: rgb(5 150 105 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(217 70 239 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(217 70 239 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(217 70 239 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(217 70 239 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(217 70 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-500\/25 {
  --tw-gradient-from: rgb(217 70 239 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(217 70 239 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(217 70 239 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(217 70 239 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(217 70 239 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(217 70 239 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(217 70 239 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(217 70 239 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(217 70 239 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(217 70 239 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(217 70 239 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(217 70 239 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(217 70 239 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(217 70 239 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(217 70 239 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(217 70 239 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(192 38 211 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(192 38 211 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(192 38 211 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(192 38 211 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(192 38 211 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(192 38 211 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(192 38 211 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(192 38 211 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(192 38 211 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(192 38 211 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(192 38 211 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(192 38 211 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(192 38 211 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(192 38 211 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(192 38 211 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(192 38 211 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(192 38 211 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(192 38 211 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(192 38 211 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(192 38 211 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(192 38 211 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(107 114 128 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(107 114 128 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(107 114 128 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(107 114 128 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(107 114 128 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(107 114 128 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(107 114 128 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(107 114 128 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(107 114 128 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(107 114 128 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(107 114 128 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(107 114 128 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(107 114 128 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(107 114 128 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(107 114 128 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(107 114 128 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(107 114 128 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(107 114 128 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(107 114 128 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(107 114 128 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(107 114 128 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(75 85 99 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(75 85 99 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(75 85 99 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(75 85 99 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(75 85 99 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(75 85 99 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(75 85 99 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(75 85 99 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(75 85 99 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(75 85 99 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(75 85 99 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(75 85 99 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(75 85 99 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(75 85 99 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(75 85 99 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(75 85 99 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(75 85 99 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(75 85 99 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(75 85 99 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(75 85 99 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(75 85 99 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(34 197 94 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(34 197 94 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(34 197 94 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(34 197 94 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/20 {
  --tw-gradient-from: rgb(34 197 94 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/25 {
  --tw-gradient-from: rgb(34 197 94 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(34 197 94 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(34 197 94 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(34 197 94 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(34 197 94 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(34 197 94 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(34 197 94 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(34 197 94 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(34 197 94 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(34 197 94 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(34 197 94 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(34 197 94 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(34 197 94 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(34 197 94 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(34 197 94 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(34 197 94 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(22 163 74 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(22 163 74 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(22 163 74 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(22 163 74 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(22 163 74 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/25 {
  --tw-gradient-from: rgb(22 163 74 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(22 163 74 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(22 163 74 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(22 163 74 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(22 163 74 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(22 163 74 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(22 163 74 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(22 163 74 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(22 163 74 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(22 163 74 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(22 163 74 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(22 163 74 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(22 163 74 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(22 163 74 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(22 163 74 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(22 163 74 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(99 102 241 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(99 102 241 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(99 102 241 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(99 102 241 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(99 102 241 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(99 102 241 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(99 102 241 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(99 102 241 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(99 102 241 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(99 102 241 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(99 102 241 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(99 102 241 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(99 102 241 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(99 102 241 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(99 102 241 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(99 102 241 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(99 102 241 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(99 102 241 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(99 102 241 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(99 102 241 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(99 102 241 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(79 70 229 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(79 70 229 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(79 70 229 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(79 70 229 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(79 70 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/25 {
  --tw-gradient-from: rgb(79 70 229 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(79 70 229 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(79 70 229 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(79 70 229 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(79 70 229 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(79 70 229 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(79 70 229 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(79 70 229 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(79 70 229 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(79 70 229 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(79 70 229 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(79 70 229 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(79 70 229 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(79 70 229 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(79 70 229 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(79 70 229 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-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-500\/0 {
  --tw-gradient-from: rgb(132 204 22 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(132 204 22 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(132 204 22 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(132 204 22 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(132 204 22 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(132 204 22 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(132 204 22 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(132 204 22 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(132 204 22 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(132 204 22 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(132 204 22 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(132 204 22 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(132 204 22 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(132 204 22 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(132 204 22 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(132 204 22 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(132 204 22 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(132 204 22 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(132 204 22 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(132 204 22 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(132 204 22 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(101 163 13 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(101 163 13 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(101 163 13 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(101 163 13 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(101 163 13 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(101 163 13 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(101 163 13 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(101 163 13 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(101 163 13 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(101 163 13 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(101 163 13 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(101 163 13 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(101 163 13 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(101 163 13 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(101 163 13 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(101 163 13 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(101 163 13 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(101 163 13 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(101 163 13 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(101 163 13 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(101 163 13 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(115 115 115 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(115 115 115 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(115 115 115 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(115 115 115 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(115 115 115 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(115 115 115 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(115 115 115 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(115 115 115 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(115 115 115 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(115 115 115 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(115 115 115 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(115 115 115 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(115 115 115 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(115 115 115 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(115 115 115 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(115 115 115 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(115 115 115 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(115 115 115 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(115 115 115 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(115 115 115 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(115 115 115 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(82 82 82 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(82 82 82 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(82 82 82 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(82 82 82 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(82 82 82 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(82 82 82 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(82 82 82 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(82 82 82 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(82 82 82 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(82 82 82 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(82 82 82 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(82 82 82 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(82 82 82 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(82 82 82 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(82 82 82 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(82 82 82 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(82 82 82 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(82 82 82 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(82 82 82 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(82 82 82 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(82 82 82 / 0.95) 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-olive-500 {
  --tw-gradient-from: #8C9C34 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/0 {
  --tw-gradient-from: rgb(140 156 52 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/10 {
  --tw-gradient-from: rgb(140 156 52 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/100 {
  --tw-gradient-from: rgb(140 156 52 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/15 {
  --tw-gradient-from: rgb(140 156 52 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/20 {
  --tw-gradient-from: rgb(140 156 52 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/25 {
  --tw-gradient-from: rgb(140 156 52 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/30 {
  --tw-gradient-from: rgb(140 156 52 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/35 {
  --tw-gradient-from: rgb(140 156 52 / .35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/40 {
  --tw-gradient-from: rgb(140 156 52 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/45 {
  --tw-gradient-from: rgb(140 156 52 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/5 {
  --tw-gradient-from: rgb(140 156 52 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/50 {
  --tw-gradient-from: rgb(140 156 52 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/55 {
  --tw-gradient-from: rgb(140 156 52 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/60 {
  --tw-gradient-from: rgb(140 156 52 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/65 {
  --tw-gradient-from: rgb(140 156 52 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/70 {
  --tw-gradient-from: rgb(140 156 52 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/75 {
  --tw-gradient-from: rgb(140 156 52 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/80 {
  --tw-gradient-from: rgb(140 156 52 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/85 {
  --tw-gradient-from: rgb(140 156 52 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/90 {
  --tw-gradient-from: rgb(140 156 52 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-500\/95 {
  --tw-gradient-from: rgb(140 156 52 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 156 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600 {
  --tw-gradient-from: #6E7F1B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/0 {
  --tw-gradient-from: rgb(110 127 27 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/10 {
  --tw-gradient-from: rgb(110 127 27 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/100 {
  --tw-gradient-from: rgb(110 127 27 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/15 {
  --tw-gradient-from: rgb(110 127 27 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/20 {
  --tw-gradient-from: rgb(110 127 27 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/25 {
  --tw-gradient-from: rgb(110 127 27 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/30 {
  --tw-gradient-from: rgb(110 127 27 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/35 {
  --tw-gradient-from: rgb(110 127 27 / .35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/40 {
  --tw-gradient-from: rgb(110 127 27 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/45 {
  --tw-gradient-from: rgb(110 127 27 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/5 {
  --tw-gradient-from: rgb(110 127 27 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/50 {
  --tw-gradient-from: rgb(110 127 27 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/55 {
  --tw-gradient-from: rgb(110 127 27 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/60 {
  --tw-gradient-from: rgb(110 127 27 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/65 {
  --tw-gradient-from: rgb(110 127 27 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/70 {
  --tw-gradient-from: rgb(110 127 27 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/75 {
  --tw-gradient-from: rgb(110 127 27 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/80 {
  --tw-gradient-from: rgb(110 127 27 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/85 {
  --tw-gradient-from: rgb(110 127 27 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/90 {
  --tw-gradient-from: rgb(110 127 27 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-olive-600\/95 {
  --tw-gradient-from: rgb(110 127 27 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 127 27 / 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-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-500\/0 {
  --tw-gradient-from: rgb(249 115 22 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(249 115 22 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(249 115 22 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(249 115 22 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(249 115 22 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(249 115 22 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(249 115 22 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(249 115 22 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(249 115 22 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(249 115 22 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(249 115 22 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(249 115 22 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(249 115 22 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(249 115 22 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(249 115 22 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(249 115 22 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(249 115 22 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(249 115 22 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(249 115 22 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(249 115 22 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(249 115 22 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(234 88 12 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(234 88 12 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(234 88 12 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(234 88 12 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(234 88 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-600\/25 {
  --tw-gradient-from: rgb(234 88 12 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(234 88 12 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(234 88 12 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(234 88 12 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(234 88 12 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(234 88 12 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(234 88 12 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(234 88 12 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(234 88 12 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(234 88 12 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(234 88 12 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(234 88 12 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(234 88 12 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(234 88 12 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(234 88 12 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(234 88 12 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(236 72 153 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(236 72 153 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(236 72 153 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(236 72 153 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(236 72 153 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(236 72 153 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(236 72 153 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(236 72 153 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(236 72 153 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(236 72 153 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(236 72 153 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(236 72 153 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(236 72 153 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(236 72 153 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(236 72 153 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(236 72 153 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(236 72 153 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(236 72 153 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(236 72 153 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(236 72 153 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(236 72 153 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(219 39 119 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(219 39 119 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(219 39 119 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(219 39 119 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(219 39 119 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(219 39 119 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(219 39 119 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(219 39 119 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(219 39 119 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(219 39 119 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(219 39 119 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(219 39 119 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(219 39 119 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(219 39 119 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(219 39 119 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(219 39 119 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(219 39 119 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(219 39 119 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(219 39 119 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(219 39 119 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(219 39 119 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(168 85 247 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/100 {
  --tw-gradient-from: rgb(168 85 247 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/15 {
  --tw-gradient-from: rgb(168 85 247 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/25 {
  --tw-gradient-from: rgb(168 85 247 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(168 85 247 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(168 85 247 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(168 85 247 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(168 85 247 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(168 85 247 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(168 85 247 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(168 85 247 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(168 85 247 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(168 85 247 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(168 85 247 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(168 85 247 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(168 85 247 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(168 85 247 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(168 85 247 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(168 85 247 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(147 51 234 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(147 51 234 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(147 51 234 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(147 51 234 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(147 51 234 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(147 51 234 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(147 51 234 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(147 51 234 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(147 51 234 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(147 51 234 / 0.45) 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-600\/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-purple-600\/50 {
  --tw-gradient-from: rgb(147 51 234 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(147 51 234 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(147 51 234 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(147 51 234 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(147 51 234 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(147 51 234 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(147 51 234 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(147 51 234 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(147 51 234 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(147 51 234 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(239 68 68 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(239 68 68 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(239 68 68 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(239 68 68 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(239 68 68 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(239 68 68 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(239 68 68 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(239 68 68 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(239 68 68 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(239 68 68 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(239 68 68 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(239 68 68 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(239 68 68 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(239 68 68 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(239 68 68 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(239 68 68 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(239 68 68 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(239 68 68 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(239 68 68 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(239 68 68 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(239 68 68 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(220 38 38 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(220 38 38 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(220 38 38 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(220 38 38 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(220 38 38 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(220 38 38 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(220 38 38 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(220 38 38 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(220 38 38 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(220 38 38 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(220 38 38 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(220 38 38 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(220 38 38 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(220 38 38 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(220 38 38 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(220 38 38 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(220 38 38 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(220 38 38 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(220 38 38 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(220 38 38 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(220 38 38 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(244 63 94 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(244 63 94 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(244 63 94 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(244 63 94 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(244 63 94 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(244 63 94 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(244 63 94 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(244 63 94 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(244 63 94 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(244 63 94 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(244 63 94 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(244 63 94 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(244 63 94 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(244 63 94 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(244 63 94 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(244 63 94 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(244 63 94 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(244 63 94 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(244 63 94 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(244 63 94 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(244 63 94 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(225 29 72 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(225 29 72 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(225 29 72 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(225 29 72 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(225 29 72 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-600\/25 {
  --tw-gradient-from: rgb(225 29 72 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(225 29 72 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(225 29 72 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(225 29 72 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(225 29 72 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(225 29 72 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(225 29 72 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(225 29 72 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(225 29 72 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(225 29 72 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(225 29 72 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(225 29 72 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(225 29 72 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(225 29 72 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(225 29 72 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(225 29 72 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-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-500\/0 {
  --tw-gradient-from: rgb(14 165 233 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(14 165 233 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(14 165 233 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(14 165 233 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(14 165 233 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(14 165 233 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(14 165 233 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(14 165 233 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(14 165 233 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(14 165 233 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(14 165 233 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(14 165 233 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(14 165 233 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(14 165 233 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(14 165 233 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(14 165 233 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(14 165 233 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(14 165 233 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(14 165 233 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(14 165 233 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(14 165 233 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(2 132 199 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(2 132 199 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(2 132 199 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(2 132 199 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(2 132 199 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(2 132 199 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(2 132 199 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(2 132 199 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(2 132 199 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(2 132 199 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(2 132 199 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(2 132 199 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(2 132 199 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(2 132 199 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(2 132 199 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(2 132 199 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(2 132 199 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(2 132 199 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(2 132 199 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(2 132 199 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(2 132 199 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(100 116 139 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(100 116 139 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(100 116 139 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(100 116 139 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(100 116 139 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(100 116 139 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(100 116 139 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(100 116 139 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(100 116 139 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(100 116 139 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(100 116 139 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(100 116 139 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(100 116 139 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(100 116 139 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(100 116 139 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(100 116 139 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(100 116 139 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(100 116 139 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(100 116 139 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(100 116 139 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(100 116 139 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(71 85 105 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(71 85 105 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(71 85 105 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(71 85 105 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(71 85 105 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(71 85 105 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(71 85 105 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(71 85 105 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(71 85 105 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(71 85 105 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(71 85 105 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(71 85 105 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(71 85 105 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(71 85 105 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(71 85 105 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(71 85 105 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(71 85 105 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(71 85 105 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(71 85 105 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(71 85 105 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(71 85 105 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(120 113 108 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(120 113 108 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(120 113 108 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(120 113 108 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(120 113 108 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(120 113 108 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(120 113 108 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(120 113 108 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(120 113 108 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(120 113 108 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(120 113 108 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(120 113 108 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(120 113 108 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(120 113 108 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(120 113 108 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(120 113 108 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(120 113 108 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(120 113 108 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(120 113 108 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(120 113 108 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(120 113 108 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(87 83 78 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(87 83 78 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(87 83 78 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(87 83 78 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(87 83 78 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(87 83 78 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(87 83 78 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(87 83 78 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(87 83 78 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(87 83 78 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(87 83 78 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(87 83 78 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(87 83 78 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(87 83 78 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(87 83 78 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(87 83 78 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(87 83 78 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(87 83 78 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(87 83 78 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(87 83 78 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(87 83 78 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(20 184 166 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(20 184 166 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(20 184 166 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(20 184 166 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(20 184 166 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(20 184 166 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(20 184 166 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(20 184 166 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(20 184 166 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(20 184 166 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(20 184 166 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(20 184 166 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(20 184 166 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(20 184 166 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(20 184 166 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(20 184 166 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(20 184 166 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(20 184 166 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(20 184 166 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(20 184 166 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(20 184 166 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(13 148 136 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(13 148 136 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(13 148 136 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(13 148 136 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(13 148 136 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(13 148 136 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(13 148 136 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(13 148 136 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(13 148 136 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(13 148 136 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(13 148 136 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(13 148 136 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(13 148 136 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(13 148 136 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(13 148 136 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(13 148 136 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(13 148 136 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(13 148 136 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(13 148 136 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(13 148 136 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(13 148 136 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(139 92 246 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(139 92 246 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(139 92 246 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(139 92 246 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(139 92 246 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(139 92 246 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(139 92 246 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(139 92 246 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(139 92 246 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(139 92 246 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(139 92 246 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(139 92 246 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(139 92 246 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(139 92 246 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(139 92 246 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(139 92 246 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(139 92 246 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(139 92 246 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(139 92 246 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(139 92 246 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(139 92 246 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(124 58 237 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/10 {
  --tw-gradient-from: rgb(124 58 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/100 {
  --tw-gradient-from: rgb(124 58 237 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/15 {
  --tw-gradient-from: rgb(124 58 237 / .15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/20 {
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/25 {
  --tw-gradient-from: rgb(124 58 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/30 {
  --tw-gradient-from: rgb(124 58 237 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/35 {
  --tw-gradient-from: rgb(124 58 237 / .35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/40 {
  --tw-gradient-from: rgb(124 58 237 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/45 {
  --tw-gradient-from: rgb(124 58 237 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/5 {
  --tw-gradient-from: rgb(124 58 237 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/50 {
  --tw-gradient-from: rgb(124 58 237 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/55 {
  --tw-gradient-from: rgb(124 58 237 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/60 {
  --tw-gradient-from: rgb(124 58 237 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/65 {
  --tw-gradient-from: rgb(124 58 237 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/70 {
  --tw-gradient-from: rgb(124 58 237 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/75 {
  --tw-gradient-from: rgb(124 58 237 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/80 {
  --tw-gradient-from: rgb(124 58 237 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/85 {
  --tw-gradient-from: rgb(124 58 237 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/90 {
  --tw-gradient-from: rgb(124 58 237 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/95 {
  --tw-gradient-from: rgb(124 58 237 / 0.95) 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-white\/35 {
  --tw-gradient-from: rgb(255 255 255 / .35) 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-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-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) 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-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-500\/0 {
  --tw-gradient-from: rgb(113 113 122 / 0) 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-500\/10 {
  --tw-gradient-from: rgb(113 113 122 / 0.1) 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-500\/100 {
  --tw-gradient-from: rgb(113 113 122 / 1) 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-500\/15 {
  --tw-gradient-from: rgb(113 113 122 / .15) 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-500\/20 {
  --tw-gradient-from: rgb(113 113 122 / 0.2) 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-500\/25 {
  --tw-gradient-from: rgb(113 113 122 / 0.25) 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-500\/30 {
  --tw-gradient-from: rgb(113 113 122 / 0.3) 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-500\/35 {
  --tw-gradient-from: rgb(113 113 122 / .35) 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-500\/40 {
  --tw-gradient-from: rgb(113 113 122 / 0.4) 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-500\/45 {
  --tw-gradient-from: rgb(113 113 122 / 0.45) 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-500\/5 {
  --tw-gradient-from: rgb(113 113 122 / 0.05) 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-500\/50 {
  --tw-gradient-from: rgb(113 113 122 / 0.5) 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-500\/55 {
  --tw-gradient-from: rgb(113 113 122 / 0.55) 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-500\/60 {
  --tw-gradient-from: rgb(113 113 122 / 0.6) 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-500\/65 {
  --tw-gradient-from: rgb(113 113 122 / 0.65) 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-500\/70 {
  --tw-gradient-from: rgb(113 113 122 / 0.7) 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-500\/75 {
  --tw-gradient-from: rgb(113 113 122 / 0.75) 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-500\/80 {
  --tw-gradient-from: rgb(113 113 122 / 0.8) 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-500\/85 {
  --tw-gradient-from: rgb(113 113 122 / 0.85) 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-500\/90 {
  --tw-gradient-from: rgb(113 113 122 / 0.9) 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-500\/95 {
  --tw-gradient-from: rgb(113 113 122 / 0.95) 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-600\/0 {
  --tw-gradient-from: rgb(82 82 91 / 0) 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-600\/10 {
  --tw-gradient-from: rgb(82 82 91 / 0.1) 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-600\/100 {
  --tw-gradient-from: rgb(82 82 91 / 1) 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-600\/15 {
  --tw-gradient-from: rgb(82 82 91 / .15) 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-600\/20 {
  --tw-gradient-from: rgb(82 82 91 / 0.2) 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-600\/25 {
  --tw-gradient-from: rgb(82 82 91 / 0.25) 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-600\/30 {
  --tw-gradient-from: rgb(82 82 91 / 0.3) 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-600\/35 {
  --tw-gradient-from: rgb(82 82 91 / .35) 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-600\/40 {
  --tw-gradient-from: rgb(82 82 91 / 0.4) 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-600\/45 {
  --tw-gradient-from: rgb(82 82 91 / 0.45) 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-600\/5 {
  --tw-gradient-from: rgb(82 82 91 / 0.05) 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-600\/50 {
  --tw-gradient-from: rgb(82 82 91 / 0.5) 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-600\/55 {
  --tw-gradient-from: rgb(82 82 91 / 0.55) 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-600\/60 {
  --tw-gradient-from: rgb(82 82 91 / 0.6) 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-600\/65 {
  --tw-gradient-from: rgb(82 82 91 / 0.65) 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-600\/70 {
  --tw-gradient-from: rgb(82 82 91 / 0.7) 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-600\/75 {
  --tw-gradient-from: rgb(82 82 91 / 0.75) 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-600\/80 {
  --tw-gradient-from: rgb(82 82 91 / 0.8) 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-600\/85 {
  --tw-gradient-from: rgb(82 82 91 / 0.85) 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-600\/90 {
  --tw-gradient-from: rgb(82 82 91 / 0.9) 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-600\/95 {
  --tw-gradient-from: rgb(82 82 91 / 0.95) 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);
}
.\!to-accent-amber-primary {
  --tw-gradient-to: var(--accent-amber-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-amber-secondary {
  --tw-gradient-to: var(--accent-amber-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-amber-tertiary {
  --tw-gradient-to: var(--accent-amber-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-blue-primary {
  --tw-gradient-to: var(--accent-blue-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-blue-secondary {
  --tw-gradient-to: var(--accent-blue-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-blue-tertiary {
  --tw-gradient-to: var(--accent-blue-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-brown-primary {
  --tw-gradient-to: var(--accent-brown-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-brown-secondary {
  --tw-gradient-to: var(--accent-brown-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-brown-tertiary {
  --tw-gradient-to: var(--accent-brown-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-cyan-primary {
  --tw-gradient-to: var(--accent-cyan-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-cyan-secondary {
  --tw-gradient-to: var(--accent-cyan-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-cyan-tertiary {
  --tw-gradient-to: var(--accent-cyan-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-emerald-primary {
  --tw-gradient-to: var(--accent-emerald-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-emerald-secondary {
  --tw-gradient-to: var(--accent-emerald-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-emerald-tertiary {
  --tw-gradient-to: var(--accent-emerald-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-fuchsia-primary {
  --tw-gradient-to: var(--accent-fuchsia-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-fuchsia-secondary {
  --tw-gradient-to: var(--accent-fuchsia-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-fuchsia-tertiary {
  --tw-gradient-to: var(--accent-fuchsia-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-gray-primary {
  --tw-gradient-to: var(--accent-gray-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-gray-secondary {
  --tw-gradient-to: var(--accent-gray-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-gray-tertiary {
  --tw-gradient-to: var(--accent-gray-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-green-primary {
  --tw-gradient-to: var(--accent-green-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-green-secondary {
  --tw-gradient-to: var(--accent-green-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-green-tertiary {
  --tw-gradient-to: var(--accent-green-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-indigo-primary {
  --tw-gradient-to: var(--accent-indigo-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-indigo-secondary {
  --tw-gradient-to: var(--accent-indigo-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-indigo-tertiary {
  --tw-gradient-to: var(--accent-indigo-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-lime-primary {
  --tw-gradient-to: var(--accent-lime-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-lime-secondary {
  --tw-gradient-to: var(--accent-lime-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-lime-tertiary {
  --tw-gradient-to: var(--accent-lime-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-olive-primary {
  --tw-gradient-to: var(--accent-olive-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-olive-secondary {
  --tw-gradient-to: var(--accent-olive-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-olive-tertiary {
  --tw-gradient-to: var(--accent-olive-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-orange-primary {
  --tw-gradient-to: var(--accent-orange-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-orange-secondary {
  --tw-gradient-to: var(--accent-orange-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-orange-tertiary {
  --tw-gradient-to: var(--accent-orange-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-pink-primary {
  --tw-gradient-to: var(--accent-pink-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-pink-secondary {
  --tw-gradient-to: var(--accent-pink-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-pink-tertiary {
  --tw-gradient-to: var(--accent-pink-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-purple-primary {
  --tw-gradient-to: var(--accent-purple-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-purple-secondary {
  --tw-gradient-to: var(--accent-purple-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-purple-tertiary {
  --tw-gradient-to: var(--accent-purple-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-red-primary {
  --tw-gradient-to: var(--accent-red-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-red-secondary {
  --tw-gradient-to: var(--accent-red-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-red-tertiary {
  --tw-gradient-to: var(--accent-red-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-rose-primary {
  --tw-gradient-to: var(--accent-rose-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-rose-secondary {
  --tw-gradient-to: var(--accent-rose-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-rose-tertiary {
  --tw-gradient-to: var(--accent-rose-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-sky-primary {
  --tw-gradient-to: var(--accent-sky-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-sky-secondary {
  --tw-gradient-to: var(--accent-sky-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-sky-tertiary {
  --tw-gradient-to: var(--accent-sky-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-teal-primary {
  --tw-gradient-to: var(--accent-teal-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-teal-secondary {
  --tw-gradient-to: var(--accent-teal-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-teal-tertiary {
  --tw-gradient-to: var(--accent-teal-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-violet-primary {
  --tw-gradient-to: var(--accent-violet-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-violet-secondary {
  --tw-gradient-to: var(--accent-violet-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-violet-tertiary {
  --tw-gradient-to: var(--accent-violet-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-yellow-primary {
  --tw-gradient-to: var(--accent-yellow-primary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-yellow-secondary {
  --tw-gradient-to: var(--accent-yellow-secondary) var(--tw-gradient-to-position) !important;
}
.\!to-accent-yellow-tertiary {
  --tw-gradient-to: var(--accent-yellow-tertiary) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300 {
  --tw-gradient-to: #FCD34D var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/0 {
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/10 {
  --tw-gradient-to: rgb(252 211 77 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/100 {
  --tw-gradient-to: rgb(252 211 77 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/15 {
  --tw-gradient-to: rgb(252 211 77 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/20 {
  --tw-gradient-to: rgb(252 211 77 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/25 {
  --tw-gradient-to: rgb(252 211 77 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/30 {
  --tw-gradient-to: rgb(252 211 77 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/35 {
  --tw-gradient-to: rgb(252 211 77 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/40 {
  --tw-gradient-to: rgb(252 211 77 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/45 {
  --tw-gradient-to: rgb(252 211 77 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/5 {
  --tw-gradient-to: rgb(252 211 77 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/50 {
  --tw-gradient-to: rgb(252 211 77 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/55 {
  --tw-gradient-to: rgb(252 211 77 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/60 {
  --tw-gradient-to: rgb(252 211 77 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/65 {
  --tw-gradient-to: rgb(252 211 77 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/70 {
  --tw-gradient-to: rgb(252 211 77 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/75 {
  --tw-gradient-to: rgb(252 211 77 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/80 {
  --tw-gradient-to: rgb(252 211 77 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/85 {
  --tw-gradient-to: rgb(252 211 77 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/90 {
  --tw-gradient-to: rgb(252 211 77 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-amber-300\/95 {
  --tw-gradient-to: rgb(252 211 77 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400 {
  --tw-gradient-to: #FBBF24 var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/0 {
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/10 {
  --tw-gradient-to: rgb(251 191 36 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/100 {
  --tw-gradient-to: rgb(251 191 36 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/15 {
  --tw-gradient-to: rgb(251 191 36 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/20 {
  --tw-gradient-to: rgb(251 191 36 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/25 {
  --tw-gradient-to: rgb(251 191 36 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/30 {
  --tw-gradient-to: rgb(251 191 36 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/35 {
  --tw-gradient-to: rgb(251 191 36 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/40 {
  --tw-gradient-to: rgb(251 191 36 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/45 {
  --tw-gradient-to: rgb(251 191 36 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/5 {
  --tw-gradient-to: rgb(251 191 36 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/50 {
  --tw-gradient-to: rgb(251 191 36 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/55 {
  --tw-gradient-to: rgb(251 191 36 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/60 {
  --tw-gradient-to: rgb(251 191 36 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/65 {
  --tw-gradient-to: rgb(251 191 36 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/70 {
  --tw-gradient-to: rgb(251 191 36 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/75 {
  --tw-gradient-to: rgb(251 191 36 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/80 {
  --tw-gradient-to: rgb(251 191 36 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/85 {
  --tw-gradient-to: rgb(251 191 36 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/90 {
  --tw-gradient-to: rgb(251 191 36 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-amber-400\/95 {
  --tw-gradient-to: rgb(251 191 36 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300 {
  --tw-gradient-to: #93C5FD var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/0 {
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/10 {
  --tw-gradient-to: rgb(147 197 253 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/100 {
  --tw-gradient-to: rgb(147 197 253 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/15 {
  --tw-gradient-to: rgb(147 197 253 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/20 {
  --tw-gradient-to: rgb(147 197 253 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/25 {
  --tw-gradient-to: rgb(147 197 253 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/30 {
  --tw-gradient-to: rgb(147 197 253 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/35 {
  --tw-gradient-to: rgb(147 197 253 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/40 {
  --tw-gradient-to: rgb(147 197 253 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/45 {
  --tw-gradient-to: rgb(147 197 253 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/5 {
  --tw-gradient-to: rgb(147 197 253 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/50 {
  --tw-gradient-to: rgb(147 197 253 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/55 {
  --tw-gradient-to: rgb(147 197 253 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/60 {
  --tw-gradient-to: rgb(147 197 253 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/65 {
  --tw-gradient-to: rgb(147 197 253 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/70 {
  --tw-gradient-to: rgb(147 197 253 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/75 {
  --tw-gradient-to: rgb(147 197 253 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/80 {
  --tw-gradient-to: rgb(147 197 253 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/85 {
  --tw-gradient-to: rgb(147 197 253 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/90 {
  --tw-gradient-to: rgb(147 197 253 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-blue-300\/95 {
  --tw-gradient-to: rgb(147 197 253 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400 {
  --tw-gradient-to: #60A5FA var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/0 {
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/10 {
  --tw-gradient-to: rgb(96 165 250 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/100 {
  --tw-gradient-to: rgb(96 165 250 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/15 {
  --tw-gradient-to: rgb(96 165 250 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/20 {
  --tw-gradient-to: rgb(96 165 250 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/25 {
  --tw-gradient-to: rgb(96 165 250 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/30 {
  --tw-gradient-to: rgb(96 165 250 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/35 {
  --tw-gradient-to: rgb(96 165 250 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/40 {
  --tw-gradient-to: rgb(96 165 250 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/45 {
  --tw-gradient-to: rgb(96 165 250 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/5 {
  --tw-gradient-to: rgb(96 165 250 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/50 {
  --tw-gradient-to: rgb(96 165 250 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/55 {
  --tw-gradient-to: rgb(96 165 250 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/60 {
  --tw-gradient-to: rgb(96 165 250 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/65 {
  --tw-gradient-to: rgb(96 165 250 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/70 {
  --tw-gradient-to: rgb(96 165 250 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/75 {
  --tw-gradient-to: rgb(96 165 250 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/80 {
  --tw-gradient-to: rgb(96 165 250 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/85 {
  --tw-gradient-to: rgb(96 165 250 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/90 {
  --tw-gradient-to: rgb(96 165 250 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-blue-400\/95 {
  --tw-gradient-to: rgb(96 165 250 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400 {
  --tw-gradient-to: #94A3B8 var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/0 {
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/10 {
  --tw-gradient-to: rgb(148 163 184 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/100 {
  --tw-gradient-to: rgb(148 163 184 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/15 {
  --tw-gradient-to: rgb(148 163 184 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/20 {
  --tw-gradient-to: rgb(148 163 184 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/25 {
  --tw-gradient-to: rgb(148 163 184 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/30 {
  --tw-gradient-to: rgb(148 163 184 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/35 {
  --tw-gradient-to: rgb(148 163 184 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/40 {
  --tw-gradient-to: rgb(148 163 184 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/45 {
  --tw-gradient-to: rgb(148 163 184 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/5 {
  --tw-gradient-to: rgb(148 163 184 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/50 {
  --tw-gradient-to: rgb(148 163 184 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/55 {
  --tw-gradient-to: rgb(148 163 184 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/60 {
  --tw-gradient-to: rgb(148 163 184 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/65 {
  --tw-gradient-to: rgb(148 163 184 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/70 {
  --tw-gradient-to: rgb(148 163 184 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/75 {
  --tw-gradient-to: rgb(148 163 184 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/80 {
  --tw-gradient-to: rgb(148 163 184 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/85 {
  --tw-gradient-to: rgb(148 163 184 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/90 {
  --tw-gradient-to: rgb(148 163 184 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-blueGray-400\/95 {
  --tw-gradient-to: rgb(148 163 184 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300 {
  --tw-gradient-to: #D7C6B0 var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/0 {
  --tw-gradient-to: rgb(215 198 176 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/10 {
  --tw-gradient-to: rgb(215 198 176 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/100 {
  --tw-gradient-to: rgb(215 198 176 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/15 {
  --tw-gradient-to: rgb(215 198 176 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/20 {
  --tw-gradient-to: rgb(215 198 176 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/25 {
  --tw-gradient-to: rgb(215 198 176 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/30 {
  --tw-gradient-to: rgb(215 198 176 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/35 {
  --tw-gradient-to: rgb(215 198 176 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/40 {
  --tw-gradient-to: rgb(215 198 176 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/45 {
  --tw-gradient-to: rgb(215 198 176 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/5 {
  --tw-gradient-to: rgb(215 198 176 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/50 {
  --tw-gradient-to: rgb(215 198 176 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/55 {
  --tw-gradient-to: rgb(215 198 176 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/60 {
  --tw-gradient-to: rgb(215 198 176 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/65 {
  --tw-gradient-to: rgb(215 198 176 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/70 {
  --tw-gradient-to: rgb(215 198 176 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/75 {
  --tw-gradient-to: rgb(215 198 176 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/80 {
  --tw-gradient-to: rgb(215 198 176 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/85 {
  --tw-gradient-to: rgb(215 198 176 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/90 {
  --tw-gradient-to: rgb(215 198 176 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-brown-300\/95 {
  --tw-gradient-to: rgb(215 198 176 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400 {
  --tw-gradient-to: #C0A98A var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/0 {
  --tw-gradient-to: rgb(192 169 138 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/10 {
  --tw-gradient-to: rgb(192 169 138 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/100 {
  --tw-gradient-to: rgb(192 169 138 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/15 {
  --tw-gradient-to: rgb(192 169 138 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/20 {
  --tw-gradient-to: rgb(192 169 138 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/25 {
  --tw-gradient-to: rgb(192 169 138 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/30 {
  --tw-gradient-to: rgb(192 169 138 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/35 {
  --tw-gradient-to: rgb(192 169 138 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/40 {
  --tw-gradient-to: rgb(192 169 138 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/45 {
  --tw-gradient-to: rgb(192 169 138 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/5 {
  --tw-gradient-to: rgb(192 169 138 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/50 {
  --tw-gradient-to: rgb(192 169 138 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/55 {
  --tw-gradient-to: rgb(192 169 138 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/60 {
  --tw-gradient-to: rgb(192 169 138 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/65 {
  --tw-gradient-to: rgb(192 169 138 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/70 {
  --tw-gradient-to: rgb(192 169 138 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/75 {
  --tw-gradient-to: rgb(192 169 138 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/80 {
  --tw-gradient-to: rgb(192 169 138 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/85 {
  --tw-gradient-to: rgb(192 169 138 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/90 {
  --tw-gradient-to: rgb(192 169 138 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-brown-400\/95 {
  --tw-gradient-to: rgb(192 169 138 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300 {
  --tw-gradient-to: #67E8F9 var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/0 {
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/10 {
  --tw-gradient-to: rgb(103 232 249 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/100 {
  --tw-gradient-to: rgb(103 232 249 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/15 {
  --tw-gradient-to: rgb(103 232 249 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/20 {
  --tw-gradient-to: rgb(103 232 249 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/25 {
  --tw-gradient-to: rgb(103 232 249 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/30 {
  --tw-gradient-to: rgb(103 232 249 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/35 {
  --tw-gradient-to: rgb(103 232 249 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/40 {
  --tw-gradient-to: rgb(103 232 249 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/45 {
  --tw-gradient-to: rgb(103 232 249 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/5 {
  --tw-gradient-to: rgb(103 232 249 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/50 {
  --tw-gradient-to: rgb(103 232 249 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/55 {
  --tw-gradient-to: rgb(103 232 249 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/60 {
  --tw-gradient-to: rgb(103 232 249 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/65 {
  --tw-gradient-to: rgb(103 232 249 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/70 {
  --tw-gradient-to: rgb(103 232 249 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/75 {
  --tw-gradient-to: rgb(103 232 249 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/80 {
  --tw-gradient-to: rgb(103 232 249 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/85 {
  --tw-gradient-to: rgb(103 232 249 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/90 {
  --tw-gradient-to: rgb(103 232 249 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-300\/95 {
  --tw-gradient-to: rgb(103 232 249 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400 {
  --tw-gradient-to: #22D3EE var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/0 {
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/10 {
  --tw-gradient-to: rgb(34 211 238 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/100 {
  --tw-gradient-to: rgb(34 211 238 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/15 {
  --tw-gradient-to: rgb(34 211 238 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/20 {
  --tw-gradient-to: rgb(34 211 238 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/25 {
  --tw-gradient-to: rgb(34 211 238 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/30 {
  --tw-gradient-to: rgb(34 211 238 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/35 {
  --tw-gradient-to: rgb(34 211 238 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/40 {
  --tw-gradient-to: rgb(34 211 238 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/45 {
  --tw-gradient-to: rgb(34 211 238 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/5 {
  --tw-gradient-to: rgb(34 211 238 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/50 {
  --tw-gradient-to: rgb(34 211 238 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/55 {
  --tw-gradient-to: rgb(34 211 238 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/60 {
  --tw-gradient-to: rgb(34 211 238 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/65 {
  --tw-gradient-to: rgb(34 211 238 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/70 {
  --tw-gradient-to: rgb(34 211 238 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/75 {
  --tw-gradient-to: rgb(34 211 238 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/80 {
  --tw-gradient-to: rgb(34 211 238 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/85 {
  --tw-gradient-to: rgb(34 211 238 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/90 {
  --tw-gradient-to: rgb(34 211 238 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-cyan-400\/95 {
  --tw-gradient-to: rgb(34 211 238 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300 {
  --tw-gradient-to: #6EE7B7 var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/0 {
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/10 {
  --tw-gradient-to: rgb(110 231 183 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/100 {
  --tw-gradient-to: rgb(110 231 183 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/15 {
  --tw-gradient-to: rgb(110 231 183 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/20 {
  --tw-gradient-to: rgb(110 231 183 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/25 {
  --tw-gradient-to: rgb(110 231 183 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/30 {
  --tw-gradient-to: rgb(110 231 183 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/35 {
  --tw-gradient-to: rgb(110 231 183 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/40 {
  --tw-gradient-to: rgb(110 231 183 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/45 {
  --tw-gradient-to: rgb(110 231 183 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/5 {
  --tw-gradient-to: rgb(110 231 183 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/50 {
  --tw-gradient-to: rgb(110 231 183 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/55 {
  --tw-gradient-to: rgb(110 231 183 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/60 {
  --tw-gradient-to: rgb(110 231 183 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/65 {
  --tw-gradient-to: rgb(110 231 183 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/70 {
  --tw-gradient-to: rgb(110 231 183 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/75 {
  --tw-gradient-to: rgb(110 231 183 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/80 {
  --tw-gradient-to: rgb(110 231 183 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/85 {
  --tw-gradient-to: rgb(110 231 183 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/90 {
  --tw-gradient-to: rgb(110 231 183 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-300\/95 {
  --tw-gradient-to: rgb(110 231 183 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400 {
  --tw-gradient-to: #34D399 var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/0 {
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/10 {
  --tw-gradient-to: rgb(52 211 153 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/100 {
  --tw-gradient-to: rgb(52 211 153 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/15 {
  --tw-gradient-to: rgb(52 211 153 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/20 {
  --tw-gradient-to: rgb(52 211 153 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/25 {
  --tw-gradient-to: rgb(52 211 153 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/30 {
  --tw-gradient-to: rgb(52 211 153 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/35 {
  --tw-gradient-to: rgb(52 211 153 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/40 {
  --tw-gradient-to: rgb(52 211 153 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/45 {
  --tw-gradient-to: rgb(52 211 153 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/5 {
  --tw-gradient-to: rgb(52 211 153 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/50 {
  --tw-gradient-to: rgb(52 211 153 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/55 {
  --tw-gradient-to: rgb(52 211 153 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/60 {
  --tw-gradient-to: rgb(52 211 153 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/65 {
  --tw-gradient-to: rgb(52 211 153 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/70 {
  --tw-gradient-to: rgb(52 211 153 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/75 {
  --tw-gradient-to: rgb(52 211 153 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/80 {
  --tw-gradient-to: rgb(52 211 153 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/85 {
  --tw-gradient-to: rgb(52 211 153 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/90 {
  --tw-gradient-to: rgb(52 211 153 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-emerald-400\/95 {
  --tw-gradient-to: rgb(52 211 153 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300 {
  --tw-gradient-to: #F0ABFC var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/0 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/10 {
  --tw-gradient-to: rgb(240 171 252 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/100 {
  --tw-gradient-to: rgb(240 171 252 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/15 {
  --tw-gradient-to: rgb(240 171 252 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/20 {
  --tw-gradient-to: rgb(240 171 252 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/25 {
  --tw-gradient-to: rgb(240 171 252 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/30 {
  --tw-gradient-to: rgb(240 171 252 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/35 {
  --tw-gradient-to: rgb(240 171 252 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/40 {
  --tw-gradient-to: rgb(240 171 252 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/45 {
  --tw-gradient-to: rgb(240 171 252 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/5 {
  --tw-gradient-to: rgb(240 171 252 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/50 {
  --tw-gradient-to: rgb(240 171 252 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/55 {
  --tw-gradient-to: rgb(240 171 252 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/60 {
  --tw-gradient-to: rgb(240 171 252 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/65 {
  --tw-gradient-to: rgb(240 171 252 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/70 {
  --tw-gradient-to: rgb(240 171 252 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/75 {
  --tw-gradient-to: rgb(240 171 252 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/80 {
  --tw-gradient-to: rgb(240 171 252 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/85 {
  --tw-gradient-to: rgb(240 171 252 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/90 {
  --tw-gradient-to: rgb(240 171 252 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-300\/95 {
  --tw-gradient-to: rgb(240 171 252 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400 {
  --tw-gradient-to: #E879F9 var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/0 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/10 {
  --tw-gradient-to: rgb(232 121 249 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/100 {
  --tw-gradient-to: rgb(232 121 249 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/15 {
  --tw-gradient-to: rgb(232 121 249 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/20 {
  --tw-gradient-to: rgb(232 121 249 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/25 {
  --tw-gradient-to: rgb(232 121 249 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/30 {
  --tw-gradient-to: rgb(232 121 249 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/35 {
  --tw-gradient-to: rgb(232 121 249 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/40 {
  --tw-gradient-to: rgb(232 121 249 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/45 {
  --tw-gradient-to: rgb(232 121 249 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/5 {
  --tw-gradient-to: rgb(232 121 249 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/50 {
  --tw-gradient-to: rgb(232 121 249 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/55 {
  --tw-gradient-to: rgb(232 121 249 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/60 {
  --tw-gradient-to: rgb(232 121 249 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/65 {
  --tw-gradient-to: rgb(232 121 249 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/70 {
  --tw-gradient-to: rgb(232 121 249 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/75 {
  --tw-gradient-to: rgb(232 121 249 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/80 {
  --tw-gradient-to: rgb(232 121 249 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/85 {
  --tw-gradient-to: rgb(232 121 249 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/90 {
  --tw-gradient-to: rgb(232 121 249 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-fuchsia-400\/95 {
  --tw-gradient-to: rgb(232 121 249 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300 {
  --tw-gradient-to: #D1D5DB var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/0 {
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/10 {
  --tw-gradient-to: rgb(209 213 219 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/100 {
  --tw-gradient-to: rgb(209 213 219 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/15 {
  --tw-gradient-to: rgb(209 213 219 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/20 {
  --tw-gradient-to: rgb(209 213 219 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/25 {
  --tw-gradient-to: rgb(209 213 219 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/30 {
  --tw-gradient-to: rgb(209 213 219 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/35 {
  --tw-gradient-to: rgb(209 213 219 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/40 {
  --tw-gradient-to: rgb(209 213 219 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/45 {
  --tw-gradient-to: rgb(209 213 219 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/5 {
  --tw-gradient-to: rgb(209 213 219 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/50 {
  --tw-gradient-to: rgb(209 213 219 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/55 {
  --tw-gradient-to: rgb(209 213 219 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/60 {
  --tw-gradient-to: rgb(209 213 219 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/65 {
  --tw-gradient-to: rgb(209 213 219 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/70 {
  --tw-gradient-to: rgb(209 213 219 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/75 {
  --tw-gradient-to: rgb(209 213 219 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/80 {
  --tw-gradient-to: rgb(209 213 219 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/85 {
  --tw-gradient-to: rgb(209 213 219 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/90 {
  --tw-gradient-to: rgb(209 213 219 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-gray-300\/95 {
  --tw-gradient-to: rgb(209 213 219 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400 {
  --tw-gradient-to: #9CA3AF var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/0 {
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/10 {
  --tw-gradient-to: rgb(156 163 175 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/100 {
  --tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/15 {
  --tw-gradient-to: rgb(156 163 175 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/20 {
  --tw-gradient-to: rgb(156 163 175 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/25 {
  --tw-gradient-to: rgb(156 163 175 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/30 {
  --tw-gradient-to: rgb(156 163 175 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/35 {
  --tw-gradient-to: rgb(156 163 175 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/40 {
  --tw-gradient-to: rgb(156 163 175 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/45 {
  --tw-gradient-to: rgb(156 163 175 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/5 {
  --tw-gradient-to: rgb(156 163 175 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/50 {
  --tw-gradient-to: rgb(156 163 175 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/55 {
  --tw-gradient-to: rgb(156 163 175 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/60 {
  --tw-gradient-to: rgb(156 163 175 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/65 {
  --tw-gradient-to: rgb(156 163 175 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/70 {
  --tw-gradient-to: rgb(156 163 175 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/75 {
  --tw-gradient-to: rgb(156 163 175 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/80 {
  --tw-gradient-to: rgb(156 163 175 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/85 {
  --tw-gradient-to: rgb(156 163 175 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/90 {
  --tw-gradient-to: rgb(156 163 175 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-gray-400\/95 {
  --tw-gradient-to: rgb(156 163 175 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-green-300 {
  --tw-gradient-to: #86EFAC var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/0 {
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/10 {
  --tw-gradient-to: rgb(134 239 172 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/100 {
  --tw-gradient-to: rgb(134 239 172 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/15 {
  --tw-gradient-to: rgb(134 239 172 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/20 {
  --tw-gradient-to: rgb(134 239 172 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/25 {
  --tw-gradient-to: rgb(134 239 172 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/30 {
  --tw-gradient-to: rgb(134 239 172 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/35 {
  --tw-gradient-to: rgb(134 239 172 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/40 {
  --tw-gradient-to: rgb(134 239 172 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/45 {
  --tw-gradient-to: rgb(134 239 172 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/5 {
  --tw-gradient-to: rgb(134 239 172 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/50 {
  --tw-gradient-to: rgb(134 239 172 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/55 {
  --tw-gradient-to: rgb(134 239 172 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/60 {
  --tw-gradient-to: rgb(134 239 172 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/65 {
  --tw-gradient-to: rgb(134 239 172 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/70 {
  --tw-gradient-to: rgb(134 239 172 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/75 {
  --tw-gradient-to: rgb(134 239 172 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/80 {
  --tw-gradient-to: rgb(134 239 172 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/85 {
  --tw-gradient-to: rgb(134 239 172 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/90 {
  --tw-gradient-to: rgb(134 239 172 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-green-300\/95 {
  --tw-gradient-to: rgb(134 239 172 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-green-400 {
  --tw-gradient-to: #4ADE80 var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/0 {
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/10 {
  --tw-gradient-to: rgb(74 222 128 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/100 {
  --tw-gradient-to: rgb(74 222 128 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/15 {
  --tw-gradient-to: rgb(74 222 128 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/20 {
  --tw-gradient-to: rgb(74 222 128 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/25 {
  --tw-gradient-to: rgb(74 222 128 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/30 {
  --tw-gradient-to: rgb(74 222 128 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/35 {
  --tw-gradient-to: rgb(74 222 128 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/40 {
  --tw-gradient-to: rgb(74 222 128 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/45 {
  --tw-gradient-to: rgb(74 222 128 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/5 {
  --tw-gradient-to: rgb(74 222 128 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/50 {
  --tw-gradient-to: rgb(74 222 128 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/55 {
  --tw-gradient-to: rgb(74 222 128 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/60 {
  --tw-gradient-to: rgb(74 222 128 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/65 {
  --tw-gradient-to: rgb(74 222 128 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/70 {
  --tw-gradient-to: rgb(74 222 128 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/75 {
  --tw-gradient-to: rgb(74 222 128 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/80 {
  --tw-gradient-to: rgb(74 222 128 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/85 {
  --tw-gradient-to: rgb(74 222 128 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/90 {
  --tw-gradient-to: rgb(74 222 128 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-green-400\/95 {
  --tw-gradient-to: rgb(74 222 128 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300 {
  --tw-gradient-to: #A5B4FC var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/0 {
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/10 {
  --tw-gradient-to: rgb(165 180 252 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/100 {
  --tw-gradient-to: rgb(165 180 252 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/15 {
  --tw-gradient-to: rgb(165 180 252 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/20 {
  --tw-gradient-to: rgb(165 180 252 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/25 {
  --tw-gradient-to: rgb(165 180 252 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/30 {
  --tw-gradient-to: rgb(165 180 252 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/35 {
  --tw-gradient-to: rgb(165 180 252 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/40 {
  --tw-gradient-to: rgb(165 180 252 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/45 {
  --tw-gradient-to: rgb(165 180 252 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/5 {
  --tw-gradient-to: rgb(165 180 252 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/50 {
  --tw-gradient-to: rgb(165 180 252 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/55 {
  --tw-gradient-to: rgb(165 180 252 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/60 {
  --tw-gradient-to: rgb(165 180 252 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/65 {
  --tw-gradient-to: rgb(165 180 252 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/70 {
  --tw-gradient-to: rgb(165 180 252 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/75 {
  --tw-gradient-to: rgb(165 180 252 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/80 {
  --tw-gradient-to: rgb(165 180 252 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/85 {
  --tw-gradient-to: rgb(165 180 252 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/90 {
  --tw-gradient-to: rgb(165 180 252 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-300\/95 {
  --tw-gradient-to: rgb(165 180 252 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400 {
  --tw-gradient-to: #818CF8 var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/0 {
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/10 {
  --tw-gradient-to: rgb(129 140 248 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/100 {
  --tw-gradient-to: rgb(129 140 248 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/15 {
  --tw-gradient-to: rgb(129 140 248 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/20 {
  --tw-gradient-to: rgb(129 140 248 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/25 {
  --tw-gradient-to: rgb(129 140 248 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/30 {
  --tw-gradient-to: rgb(129 140 248 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/35 {
  --tw-gradient-to: rgb(129 140 248 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/40 {
  --tw-gradient-to: rgb(129 140 248 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/45 {
  --tw-gradient-to: rgb(129 140 248 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/5 {
  --tw-gradient-to: rgb(129 140 248 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/50 {
  --tw-gradient-to: rgb(129 140 248 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/55 {
  --tw-gradient-to: rgb(129 140 248 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/60 {
  --tw-gradient-to: rgb(129 140 248 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/65 {
  --tw-gradient-to: rgb(129 140 248 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/70 {
  --tw-gradient-to: rgb(129 140 248 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/75 {
  --tw-gradient-to: rgb(129 140 248 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/80 {
  --tw-gradient-to: rgb(129 140 248 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/85 {
  --tw-gradient-to: rgb(129 140 248 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/90 {
  --tw-gradient-to: rgb(129 140 248 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-indigo-400\/95 {
  --tw-gradient-to: rgb(129 140 248 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300 {
  --tw-gradient-to: #BEF264 var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/0 {
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/10 {
  --tw-gradient-to: rgb(190 242 100 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/100 {
  --tw-gradient-to: rgb(190 242 100 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/15 {
  --tw-gradient-to: rgb(190 242 100 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/20 {
  --tw-gradient-to: rgb(190 242 100 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/25 {
  --tw-gradient-to: rgb(190 242 100 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/30 {
  --tw-gradient-to: rgb(190 242 100 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/35 {
  --tw-gradient-to: rgb(190 242 100 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/40 {
  --tw-gradient-to: rgb(190 242 100 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/45 {
  --tw-gradient-to: rgb(190 242 100 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/5 {
  --tw-gradient-to: rgb(190 242 100 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/50 {
  --tw-gradient-to: rgb(190 242 100 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/55 {
  --tw-gradient-to: rgb(190 242 100 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/60 {
  --tw-gradient-to: rgb(190 242 100 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/65 {
  --tw-gradient-to: rgb(190 242 100 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/70 {
  --tw-gradient-to: rgb(190 242 100 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/75 {
  --tw-gradient-to: rgb(190 242 100 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/80 {
  --tw-gradient-to: rgb(190 242 100 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/85 {
  --tw-gradient-to: rgb(190 242 100 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/90 {
  --tw-gradient-to: rgb(190 242 100 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-lime-300\/95 {
  --tw-gradient-to: rgb(190 242 100 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400 {
  --tw-gradient-to: #A3E635 var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/0 {
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/10 {
  --tw-gradient-to: rgb(163 230 53 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/100 {
  --tw-gradient-to: rgb(163 230 53 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/15 {
  --tw-gradient-to: rgb(163 230 53 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/20 {
  --tw-gradient-to: rgb(163 230 53 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/25 {
  --tw-gradient-to: rgb(163 230 53 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/30 {
  --tw-gradient-to: rgb(163 230 53 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/35 {
  --tw-gradient-to: rgb(163 230 53 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/40 {
  --tw-gradient-to: rgb(163 230 53 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/45 {
  --tw-gradient-to: rgb(163 230 53 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/5 {
  --tw-gradient-to: rgb(163 230 53 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/50 {
  --tw-gradient-to: rgb(163 230 53 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/55 {
  --tw-gradient-to: rgb(163 230 53 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/60 {
  --tw-gradient-to: rgb(163 230 53 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/65 {
  --tw-gradient-to: rgb(163 230 53 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/70 {
  --tw-gradient-to: rgb(163 230 53 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/75 {
  --tw-gradient-to: rgb(163 230 53 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/80 {
  --tw-gradient-to: rgb(163 230 53 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/85 {
  --tw-gradient-to: rgb(163 230 53 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/90 {
  --tw-gradient-to: rgb(163 230 53 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-lime-400\/95 {
  --tw-gradient-to: rgb(163 230 53 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300 {
  --tw-gradient-to: #D4D4D4 var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/0 {
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/10 {
  --tw-gradient-to: rgb(212 212 212 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/100 {
  --tw-gradient-to: rgb(212 212 212 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/15 {
  --tw-gradient-to: rgb(212 212 212 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/20 {
  --tw-gradient-to: rgb(212 212 212 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/25 {
  --tw-gradient-to: rgb(212 212 212 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/30 {
  --tw-gradient-to: rgb(212 212 212 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/35 {
  --tw-gradient-to: rgb(212 212 212 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/40 {
  --tw-gradient-to: rgb(212 212 212 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/45 {
  --tw-gradient-to: rgb(212 212 212 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/5 {
  --tw-gradient-to: rgb(212 212 212 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/50 {
  --tw-gradient-to: rgb(212 212 212 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/55 {
  --tw-gradient-to: rgb(212 212 212 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/60 {
  --tw-gradient-to: rgb(212 212 212 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/65 {
  --tw-gradient-to: rgb(212 212 212 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/70 {
  --tw-gradient-to: rgb(212 212 212 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/75 {
  --tw-gradient-to: rgb(212 212 212 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/80 {
  --tw-gradient-to: rgb(212 212 212 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/85 {
  --tw-gradient-to: rgb(212 212 212 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/90 {
  --tw-gradient-to: rgb(212 212 212 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-300\/95 {
  --tw-gradient-to: rgb(212 212 212 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400 {
  --tw-gradient-to: #A3A3A3 var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/0 {
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/10 {
  --tw-gradient-to: rgb(163 163 163 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/100 {
  --tw-gradient-to: rgb(163 163 163 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/15 {
  --tw-gradient-to: rgb(163 163 163 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/20 {
  --tw-gradient-to: rgb(163 163 163 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/25 {
  --tw-gradient-to: rgb(163 163 163 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/30 {
  --tw-gradient-to: rgb(163 163 163 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/35 {
  --tw-gradient-to: rgb(163 163 163 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/40 {
  --tw-gradient-to: rgb(163 163 163 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/45 {
  --tw-gradient-to: rgb(163 163 163 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/5 {
  --tw-gradient-to: rgb(163 163 163 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/50 {
  --tw-gradient-to: rgb(163 163 163 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/55 {
  --tw-gradient-to: rgb(163 163 163 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/60 {
  --tw-gradient-to: rgb(163 163 163 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/65 {
  --tw-gradient-to: rgb(163 163 163 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/70 {
  --tw-gradient-to: rgb(163 163 163 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/75 {
  --tw-gradient-to: rgb(163 163 163 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/80 {
  --tw-gradient-to: rgb(163 163 163 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/85 {
  --tw-gradient-to: rgb(163 163 163 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/90 {
  --tw-gradient-to: rgb(163 163 163 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-neutral-400\/95 {
  --tw-gradient-to: rgb(163 163 163 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300 {
  --tw-gradient-to: #CED14A var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/0 {
  --tw-gradient-to: rgb(206 209 74 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/10 {
  --tw-gradient-to: rgb(206 209 74 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/100 {
  --tw-gradient-to: rgb(206 209 74 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/15 {
  --tw-gradient-to: rgb(206 209 74 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/20 {
  --tw-gradient-to: rgb(206 209 74 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/25 {
  --tw-gradient-to: rgb(206 209 74 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/30 {
  --tw-gradient-to: rgb(206 209 74 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/35 {
  --tw-gradient-to: rgb(206 209 74 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/40 {
  --tw-gradient-to: rgb(206 209 74 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/45 {
  --tw-gradient-to: rgb(206 209 74 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/5 {
  --tw-gradient-to: rgb(206 209 74 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/50 {
  --tw-gradient-to: rgb(206 209 74 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/55 {
  --tw-gradient-to: rgb(206 209 74 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/60 {
  --tw-gradient-to: rgb(206 209 74 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/65 {
  --tw-gradient-to: rgb(206 209 74 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/70 {
  --tw-gradient-to: rgb(206 209 74 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/75 {
  --tw-gradient-to: rgb(206 209 74 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/80 {
  --tw-gradient-to: rgb(206 209 74 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/85 {
  --tw-gradient-to: rgb(206 209 74 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/90 {
  --tw-gradient-to: rgb(206 209 74 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-olive-300\/95 {
  --tw-gradient-to: rgb(206 209 74 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400 {
  --tw-gradient-to: #A8B43C var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/0 {
  --tw-gradient-to: rgb(168 180 60 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/10 {
  --tw-gradient-to: rgb(168 180 60 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/100 {
  --tw-gradient-to: rgb(168 180 60 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/15 {
  --tw-gradient-to: rgb(168 180 60 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/20 {
  --tw-gradient-to: rgb(168 180 60 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/25 {
  --tw-gradient-to: rgb(168 180 60 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/30 {
  --tw-gradient-to: rgb(168 180 60 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/35 {
  --tw-gradient-to: rgb(168 180 60 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/40 {
  --tw-gradient-to: rgb(168 180 60 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/45 {
  --tw-gradient-to: rgb(168 180 60 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/5 {
  --tw-gradient-to: rgb(168 180 60 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/50 {
  --tw-gradient-to: rgb(168 180 60 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/55 {
  --tw-gradient-to: rgb(168 180 60 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/60 {
  --tw-gradient-to: rgb(168 180 60 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/65 {
  --tw-gradient-to: rgb(168 180 60 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/70 {
  --tw-gradient-to: rgb(168 180 60 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/75 {
  --tw-gradient-to: rgb(168 180 60 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/80 {
  --tw-gradient-to: rgb(168 180 60 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/85 {
  --tw-gradient-to: rgb(168 180 60 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/90 {
  --tw-gradient-to: rgb(168 180 60 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-olive-400\/95 {
  --tw-gradient-to: rgb(168 180 60 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300 {
  --tw-gradient-to: #FDBA74 var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/0 {
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/10 {
  --tw-gradient-to: rgb(253 186 116 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/100 {
  --tw-gradient-to: rgb(253 186 116 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/15 {
  --tw-gradient-to: rgb(253 186 116 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/20 {
  --tw-gradient-to: rgb(253 186 116 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/25 {
  --tw-gradient-to: rgb(253 186 116 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/30 {
  --tw-gradient-to: rgb(253 186 116 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/35 {
  --tw-gradient-to: rgb(253 186 116 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/40 {
  --tw-gradient-to: rgb(253 186 116 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/45 {
  --tw-gradient-to: rgb(253 186 116 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/5 {
  --tw-gradient-to: rgb(253 186 116 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/50 {
  --tw-gradient-to: rgb(253 186 116 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/55 {
  --tw-gradient-to: rgb(253 186 116 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/60 {
  --tw-gradient-to: rgb(253 186 116 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/65 {
  --tw-gradient-to: rgb(253 186 116 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/70 {
  --tw-gradient-to: rgb(253 186 116 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/75 {
  --tw-gradient-to: rgb(253 186 116 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/80 {
  --tw-gradient-to: rgb(253 186 116 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/85 {
  --tw-gradient-to: rgb(253 186 116 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/90 {
  --tw-gradient-to: rgb(253 186 116 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-orange-300\/95 {
  --tw-gradient-to: rgb(253 186 116 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400 {
  --tw-gradient-to: #FB923C var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/0 {
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/10 {
  --tw-gradient-to: rgb(251 146 60 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/100 {
  --tw-gradient-to: rgb(251 146 60 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/15 {
  --tw-gradient-to: rgb(251 146 60 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/20 {
  --tw-gradient-to: rgb(251 146 60 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/25 {
  --tw-gradient-to: rgb(251 146 60 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/30 {
  --tw-gradient-to: rgb(251 146 60 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/35 {
  --tw-gradient-to: rgb(251 146 60 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/40 {
  --tw-gradient-to: rgb(251 146 60 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/45 {
  --tw-gradient-to: rgb(251 146 60 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/5 {
  --tw-gradient-to: rgb(251 146 60 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/50 {
  --tw-gradient-to: rgb(251 146 60 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/55 {
  --tw-gradient-to: rgb(251 146 60 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/60 {
  --tw-gradient-to: rgb(251 146 60 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/65 {
  --tw-gradient-to: rgb(251 146 60 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/70 {
  --tw-gradient-to: rgb(251 146 60 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/75 {
  --tw-gradient-to: rgb(251 146 60 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/80 {
  --tw-gradient-to: rgb(251 146 60 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/85 {
  --tw-gradient-to: rgb(251 146 60 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/90 {
  --tw-gradient-to: rgb(251 146 60 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-orange-400\/95 {
  --tw-gradient-to: rgb(251 146 60 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300 {
  --tw-gradient-to: #F9A8D4 var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/0 {
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/10 {
  --tw-gradient-to: rgb(249 168 212 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/100 {
  --tw-gradient-to: rgb(249 168 212 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/15 {
  --tw-gradient-to: rgb(249 168 212 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/20 {
  --tw-gradient-to: rgb(249 168 212 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/25 {
  --tw-gradient-to: rgb(249 168 212 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/30 {
  --tw-gradient-to: rgb(249 168 212 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/35 {
  --tw-gradient-to: rgb(249 168 212 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/40 {
  --tw-gradient-to: rgb(249 168 212 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/45 {
  --tw-gradient-to: rgb(249 168 212 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/5 {
  --tw-gradient-to: rgb(249 168 212 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/50 {
  --tw-gradient-to: rgb(249 168 212 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/55 {
  --tw-gradient-to: rgb(249 168 212 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/60 {
  --tw-gradient-to: rgb(249 168 212 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/65 {
  --tw-gradient-to: rgb(249 168 212 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/70 {
  --tw-gradient-to: rgb(249 168 212 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/75 {
  --tw-gradient-to: rgb(249 168 212 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/80 {
  --tw-gradient-to: rgb(249 168 212 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/85 {
  --tw-gradient-to: rgb(249 168 212 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/90 {
  --tw-gradient-to: rgb(249 168 212 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-pink-300\/95 {
  --tw-gradient-to: rgb(249 168 212 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400 {
  --tw-gradient-to: #F472B6 var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/0 {
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/10 {
  --tw-gradient-to: rgb(244 114 182 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/100 {
  --tw-gradient-to: rgb(244 114 182 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/15 {
  --tw-gradient-to: rgb(244 114 182 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/20 {
  --tw-gradient-to: rgb(244 114 182 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/25 {
  --tw-gradient-to: rgb(244 114 182 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/30 {
  --tw-gradient-to: rgb(244 114 182 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/35 {
  --tw-gradient-to: rgb(244 114 182 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/40 {
  --tw-gradient-to: rgb(244 114 182 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/45 {
  --tw-gradient-to: rgb(244 114 182 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/5 {
  --tw-gradient-to: rgb(244 114 182 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/50 {
  --tw-gradient-to: rgb(244 114 182 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/55 {
  --tw-gradient-to: rgb(244 114 182 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/60 {
  --tw-gradient-to: rgb(244 114 182 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/65 {
  --tw-gradient-to: rgb(244 114 182 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/70 {
  --tw-gradient-to: rgb(244 114 182 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/75 {
  --tw-gradient-to: rgb(244 114 182 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/80 {
  --tw-gradient-to: rgb(244 114 182 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/85 {
  --tw-gradient-to: rgb(244 114 182 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/90 {
  --tw-gradient-to: rgb(244 114 182 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-pink-400\/95 {
  --tw-gradient-to: rgb(244 114 182 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300 {
  --tw-gradient-to: #D8B4FE var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/0 {
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/10 {
  --tw-gradient-to: rgb(216 180 254 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/100 {
  --tw-gradient-to: rgb(216 180 254 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/15 {
  --tw-gradient-to: rgb(216 180 254 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/20 {
  --tw-gradient-to: rgb(216 180 254 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/25 {
  --tw-gradient-to: rgb(216 180 254 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/30 {
  --tw-gradient-to: rgb(216 180 254 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/35 {
  --tw-gradient-to: rgb(216 180 254 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/40 {
  --tw-gradient-to: rgb(216 180 254 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/45 {
  --tw-gradient-to: rgb(216 180 254 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/5 {
  --tw-gradient-to: rgb(216 180 254 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/50 {
  --tw-gradient-to: rgb(216 180 254 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/55 {
  --tw-gradient-to: rgb(216 180 254 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/60 {
  --tw-gradient-to: rgb(216 180 254 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/65 {
  --tw-gradient-to: rgb(216 180 254 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/70 {
  --tw-gradient-to: rgb(216 180 254 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/75 {
  --tw-gradient-to: rgb(216 180 254 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/80 {
  --tw-gradient-to: rgb(216 180 254 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/85 {
  --tw-gradient-to: rgb(216 180 254 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/90 {
  --tw-gradient-to: rgb(216 180 254 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-purple-300\/95 {
  --tw-gradient-to: rgb(216 180 254 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400 {
  --tw-gradient-to: #C084FC var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/0 {
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/10 {
  --tw-gradient-to: rgb(192 132 252 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/100 {
  --tw-gradient-to: rgb(192 132 252 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/15 {
  --tw-gradient-to: rgb(192 132 252 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/20 {
  --tw-gradient-to: rgb(192 132 252 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/25 {
  --tw-gradient-to: rgb(192 132 252 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/30 {
  --tw-gradient-to: rgb(192 132 252 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/35 {
  --tw-gradient-to: rgb(192 132 252 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/40 {
  --tw-gradient-to: rgb(192 132 252 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/45 {
  --tw-gradient-to: rgb(192 132 252 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/5 {
  --tw-gradient-to: rgb(192 132 252 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/50 {
  --tw-gradient-to: rgb(192 132 252 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/55 {
  --tw-gradient-to: rgb(192 132 252 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/60 {
  --tw-gradient-to: rgb(192 132 252 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/65 {
  --tw-gradient-to: rgb(192 132 252 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/70 {
  --tw-gradient-to: rgb(192 132 252 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/75 {
  --tw-gradient-to: rgb(192 132 252 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/80 {
  --tw-gradient-to: rgb(192 132 252 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/85 {
  --tw-gradient-to: rgb(192 132 252 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/90 {
  --tw-gradient-to: rgb(192 132 252 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-purple-400\/95 {
  --tw-gradient-to: rgb(192 132 252 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-red-300 {
  --tw-gradient-to: #FCA5A5 var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/0 {
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/10 {
  --tw-gradient-to: rgb(252 165 165 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/100 {
  --tw-gradient-to: rgb(252 165 165 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/15 {
  --tw-gradient-to: rgb(252 165 165 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/20 {
  --tw-gradient-to: rgb(252 165 165 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/25 {
  --tw-gradient-to: rgb(252 165 165 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/30 {
  --tw-gradient-to: rgb(252 165 165 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/35 {
  --tw-gradient-to: rgb(252 165 165 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/40 {
  --tw-gradient-to: rgb(252 165 165 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/45 {
  --tw-gradient-to: rgb(252 165 165 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/5 {
  --tw-gradient-to: rgb(252 165 165 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/50 {
  --tw-gradient-to: rgb(252 165 165 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/55 {
  --tw-gradient-to: rgb(252 165 165 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/60 {
  --tw-gradient-to: rgb(252 165 165 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/65 {
  --tw-gradient-to: rgb(252 165 165 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/70 {
  --tw-gradient-to: rgb(252 165 165 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/75 {
  --tw-gradient-to: rgb(252 165 165 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/80 {
  --tw-gradient-to: rgb(252 165 165 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/85 {
  --tw-gradient-to: rgb(252 165 165 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/90 {
  --tw-gradient-to: rgb(252 165 165 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-red-300\/95 {
  --tw-gradient-to: rgb(252 165 165 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-red-400 {
  --tw-gradient-to: #F87171 var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/100 {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/15 {
  --tw-gradient-to: rgb(248 113 113 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/35 {
  --tw-gradient-to: rgb(248 113 113 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/45 {
  --tw-gradient-to: rgb(248 113 113 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/55 {
  --tw-gradient-to: rgb(248 113 113 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/65 {
  --tw-gradient-to: rgb(248 113 113 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/85 {
  --tw-gradient-to: rgb(248 113 113 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-red-400\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300 {
  --tw-gradient-to: #FDA4AF var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/0 {
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/10 {
  --tw-gradient-to: rgb(253 164 175 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/100 {
  --tw-gradient-to: rgb(253 164 175 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/15 {
  --tw-gradient-to: rgb(253 164 175 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/20 {
  --tw-gradient-to: rgb(253 164 175 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/25 {
  --tw-gradient-to: rgb(253 164 175 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/30 {
  --tw-gradient-to: rgb(253 164 175 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/35 {
  --tw-gradient-to: rgb(253 164 175 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/40 {
  --tw-gradient-to: rgb(253 164 175 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/45 {
  --tw-gradient-to: rgb(253 164 175 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/5 {
  --tw-gradient-to: rgb(253 164 175 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/50 {
  --tw-gradient-to: rgb(253 164 175 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/55 {
  --tw-gradient-to: rgb(253 164 175 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/60 {
  --tw-gradient-to: rgb(253 164 175 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/65 {
  --tw-gradient-to: rgb(253 164 175 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/70 {
  --tw-gradient-to: rgb(253 164 175 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/75 {
  --tw-gradient-to: rgb(253 164 175 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/80 {
  --tw-gradient-to: rgb(253 164 175 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/85 {
  --tw-gradient-to: rgb(253 164 175 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/90 {
  --tw-gradient-to: rgb(253 164 175 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-rose-300\/95 {
  --tw-gradient-to: rgb(253 164 175 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400 {
  --tw-gradient-to: #FB7185 var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/0 {
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/10 {
  --tw-gradient-to: rgb(251 113 133 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/100 {
  --tw-gradient-to: rgb(251 113 133 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/15 {
  --tw-gradient-to: rgb(251 113 133 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/20 {
  --tw-gradient-to: rgb(251 113 133 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/25 {
  --tw-gradient-to: rgb(251 113 133 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/30 {
  --tw-gradient-to: rgb(251 113 133 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/35 {
  --tw-gradient-to: rgb(251 113 133 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/40 {
  --tw-gradient-to: rgb(251 113 133 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/45 {
  --tw-gradient-to: rgb(251 113 133 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/5 {
  --tw-gradient-to: rgb(251 113 133 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/50 {
  --tw-gradient-to: rgb(251 113 133 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/55 {
  --tw-gradient-to: rgb(251 113 133 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/60 {
  --tw-gradient-to: rgb(251 113 133 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/65 {
  --tw-gradient-to: rgb(251 113 133 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/70 {
  --tw-gradient-to: rgb(251 113 133 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/75 {
  --tw-gradient-to: rgb(251 113 133 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/80 {
  --tw-gradient-to: rgb(251 113 133 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/85 {
  --tw-gradient-to: rgb(251 113 133 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/90 {
  --tw-gradient-to: rgb(251 113 133 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-rose-400\/95 {
  --tw-gradient-to: rgb(251 113 133 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300 {
  --tw-gradient-to: #7DD3FC var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/0 {
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/10 {
  --tw-gradient-to: rgb(125 211 252 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/100 {
  --tw-gradient-to: rgb(125 211 252 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/15 {
  --tw-gradient-to: rgb(125 211 252 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/20 {
  --tw-gradient-to: rgb(125 211 252 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/25 {
  --tw-gradient-to: rgb(125 211 252 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/30 {
  --tw-gradient-to: rgb(125 211 252 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/35 {
  --tw-gradient-to: rgb(125 211 252 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/40 {
  --tw-gradient-to: rgb(125 211 252 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/45 {
  --tw-gradient-to: rgb(125 211 252 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/5 {
  --tw-gradient-to: rgb(125 211 252 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/50 {
  --tw-gradient-to: rgb(125 211 252 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/55 {
  --tw-gradient-to: rgb(125 211 252 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/60 {
  --tw-gradient-to: rgb(125 211 252 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/65 {
  --tw-gradient-to: rgb(125 211 252 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/70 {
  --tw-gradient-to: rgb(125 211 252 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/75 {
  --tw-gradient-to: rgb(125 211 252 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/80 {
  --tw-gradient-to: rgb(125 211 252 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/85 {
  --tw-gradient-to: rgb(125 211 252 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/90 {
  --tw-gradient-to: rgb(125 211 252 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-sky-300\/95 {
  --tw-gradient-to: rgb(125 211 252 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400 {
  --tw-gradient-to: #38BDF8 var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/0 {
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/10 {
  --tw-gradient-to: rgb(56 189 248 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/100 {
  --tw-gradient-to: rgb(56 189 248 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/15 {
  --tw-gradient-to: rgb(56 189 248 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/20 {
  --tw-gradient-to: rgb(56 189 248 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/25 {
  --tw-gradient-to: rgb(56 189 248 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/30 {
  --tw-gradient-to: rgb(56 189 248 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/35 {
  --tw-gradient-to: rgb(56 189 248 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/40 {
  --tw-gradient-to: rgb(56 189 248 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/45 {
  --tw-gradient-to: rgb(56 189 248 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/5 {
  --tw-gradient-to: rgb(56 189 248 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/50 {
  --tw-gradient-to: rgb(56 189 248 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/55 {
  --tw-gradient-to: rgb(56 189 248 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/60 {
  --tw-gradient-to: rgb(56 189 248 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/65 {
  --tw-gradient-to: rgb(56 189 248 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/70 {
  --tw-gradient-to: rgb(56 189 248 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/75 {
  --tw-gradient-to: rgb(56 189 248 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/80 {
  --tw-gradient-to: rgb(56 189 248 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/85 {
  --tw-gradient-to: rgb(56 189 248 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/90 {
  --tw-gradient-to: rgb(56 189 248 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-sky-400\/95 {
  --tw-gradient-to: rgb(56 189 248 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300 {
  --tw-gradient-to: #CBD5E1 var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/0 {
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/10 {
  --tw-gradient-to: rgb(203 213 225 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/100 {
  --tw-gradient-to: rgb(203 213 225 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/15 {
  --tw-gradient-to: rgb(203 213 225 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/20 {
  --tw-gradient-to: rgb(203 213 225 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/25 {
  --tw-gradient-to: rgb(203 213 225 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/30 {
  --tw-gradient-to: rgb(203 213 225 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/35 {
  --tw-gradient-to: rgb(203 213 225 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/40 {
  --tw-gradient-to: rgb(203 213 225 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/45 {
  --tw-gradient-to: rgb(203 213 225 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/5 {
  --tw-gradient-to: rgb(203 213 225 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/50 {
  --tw-gradient-to: rgb(203 213 225 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/55 {
  --tw-gradient-to: rgb(203 213 225 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/60 {
  --tw-gradient-to: rgb(203 213 225 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/65 {
  --tw-gradient-to: rgb(203 213 225 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/70 {
  --tw-gradient-to: rgb(203 213 225 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/75 {
  --tw-gradient-to: rgb(203 213 225 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/80 {
  --tw-gradient-to: rgb(203 213 225 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/85 {
  --tw-gradient-to: rgb(203 213 225 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/90 {
  --tw-gradient-to: rgb(203 213 225 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-slate-300\/95 {
  --tw-gradient-to: rgb(203 213 225 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400 {
  --tw-gradient-to: #94A3B8 var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/0 {
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/10 {
  --tw-gradient-to: rgb(148 163 184 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/100 {
  --tw-gradient-to: rgb(148 163 184 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/15 {
  --tw-gradient-to: rgb(148 163 184 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/20 {
  --tw-gradient-to: rgb(148 163 184 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/25 {
  --tw-gradient-to: rgb(148 163 184 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/30 {
  --tw-gradient-to: rgb(148 163 184 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/35 {
  --tw-gradient-to: rgb(148 163 184 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/40 {
  --tw-gradient-to: rgb(148 163 184 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/45 {
  --tw-gradient-to: rgb(148 163 184 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/5 {
  --tw-gradient-to: rgb(148 163 184 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/50 {
  --tw-gradient-to: rgb(148 163 184 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/55 {
  --tw-gradient-to: rgb(148 163 184 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/60 {
  --tw-gradient-to: rgb(148 163 184 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/65 {
  --tw-gradient-to: rgb(148 163 184 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/70 {
  --tw-gradient-to: rgb(148 163 184 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/75 {
  --tw-gradient-to: rgb(148 163 184 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/80 {
  --tw-gradient-to: rgb(148 163 184 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/85 {
  --tw-gradient-to: rgb(148 163 184 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/90 {
  --tw-gradient-to: rgb(148 163 184 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-slate-400\/95 {
  --tw-gradient-to: rgb(148 163 184 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300 {
  --tw-gradient-to: #D6D3D1 var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/0 {
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/10 {
  --tw-gradient-to: rgb(214 211 209 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/100 {
  --tw-gradient-to: rgb(214 211 209 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/15 {
  --tw-gradient-to: rgb(214 211 209 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/20 {
  --tw-gradient-to: rgb(214 211 209 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/25 {
  --tw-gradient-to: rgb(214 211 209 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/30 {
  --tw-gradient-to: rgb(214 211 209 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/35 {
  --tw-gradient-to: rgb(214 211 209 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/40 {
  --tw-gradient-to: rgb(214 211 209 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/45 {
  --tw-gradient-to: rgb(214 211 209 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/5 {
  --tw-gradient-to: rgb(214 211 209 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/50 {
  --tw-gradient-to: rgb(214 211 209 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/55 {
  --tw-gradient-to: rgb(214 211 209 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/60 {
  --tw-gradient-to: rgb(214 211 209 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/65 {
  --tw-gradient-to: rgb(214 211 209 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/70 {
  --tw-gradient-to: rgb(214 211 209 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/75 {
  --tw-gradient-to: rgb(214 211 209 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/80 {
  --tw-gradient-to: rgb(214 211 209 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/85 {
  --tw-gradient-to: rgb(214 211 209 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/90 {
  --tw-gradient-to: rgb(214 211 209 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-stone-300\/95 {
  --tw-gradient-to: rgb(214 211 209 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400 {
  --tw-gradient-to: #A8A29E var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/0 {
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/10 {
  --tw-gradient-to: rgb(168 162 158 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/100 {
  --tw-gradient-to: rgb(168 162 158 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/15 {
  --tw-gradient-to: rgb(168 162 158 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/20 {
  --tw-gradient-to: rgb(168 162 158 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/25 {
  --tw-gradient-to: rgb(168 162 158 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/30 {
  --tw-gradient-to: rgb(168 162 158 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/35 {
  --tw-gradient-to: rgb(168 162 158 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/40 {
  --tw-gradient-to: rgb(168 162 158 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/45 {
  --tw-gradient-to: rgb(168 162 158 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/5 {
  --tw-gradient-to: rgb(168 162 158 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/50 {
  --tw-gradient-to: rgb(168 162 158 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/55 {
  --tw-gradient-to: rgb(168 162 158 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/60 {
  --tw-gradient-to: rgb(168 162 158 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/65 {
  --tw-gradient-to: rgb(168 162 158 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/70 {
  --tw-gradient-to: rgb(168 162 158 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/75 {
  --tw-gradient-to: rgb(168 162 158 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/80 {
  --tw-gradient-to: rgb(168 162 158 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/85 {
  --tw-gradient-to: rgb(168 162 158 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/90 {
  --tw-gradient-to: rgb(168 162 158 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-stone-400\/95 {
  --tw-gradient-to: rgb(168 162 158 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300 {
  --tw-gradient-to: #5EEAD4 var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/0 {
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/10 {
  --tw-gradient-to: rgb(94 234 212 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/100 {
  --tw-gradient-to: rgb(94 234 212 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/15 {
  --tw-gradient-to: rgb(94 234 212 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/20 {
  --tw-gradient-to: rgb(94 234 212 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/25 {
  --tw-gradient-to: rgb(94 234 212 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/30 {
  --tw-gradient-to: rgb(94 234 212 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/35 {
  --tw-gradient-to: rgb(94 234 212 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/40 {
  --tw-gradient-to: rgb(94 234 212 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/45 {
  --tw-gradient-to: rgb(94 234 212 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/5 {
  --tw-gradient-to: rgb(94 234 212 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/50 {
  --tw-gradient-to: rgb(94 234 212 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/55 {
  --tw-gradient-to: rgb(94 234 212 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/60 {
  --tw-gradient-to: rgb(94 234 212 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/65 {
  --tw-gradient-to: rgb(94 234 212 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/70 {
  --tw-gradient-to: rgb(94 234 212 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/75 {
  --tw-gradient-to: rgb(94 234 212 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/80 {
  --tw-gradient-to: rgb(94 234 212 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/85 {
  --tw-gradient-to: rgb(94 234 212 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/90 {
  --tw-gradient-to: rgb(94 234 212 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-teal-300\/95 {
  --tw-gradient-to: rgb(94 234 212 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400 {
  --tw-gradient-to: #2DD4BF var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/0 {
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/10 {
  --tw-gradient-to: rgb(45 212 191 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/100 {
  --tw-gradient-to: rgb(45 212 191 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/15 {
  --tw-gradient-to: rgb(45 212 191 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/20 {
  --tw-gradient-to: rgb(45 212 191 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/25 {
  --tw-gradient-to: rgb(45 212 191 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/30 {
  --tw-gradient-to: rgb(45 212 191 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/35 {
  --tw-gradient-to: rgb(45 212 191 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/40 {
  --tw-gradient-to: rgb(45 212 191 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/45 {
  --tw-gradient-to: rgb(45 212 191 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/5 {
  --tw-gradient-to: rgb(45 212 191 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/50 {
  --tw-gradient-to: rgb(45 212 191 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/55 {
  --tw-gradient-to: rgb(45 212 191 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/60 {
  --tw-gradient-to: rgb(45 212 191 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/65 {
  --tw-gradient-to: rgb(45 212 191 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/70 {
  --tw-gradient-to: rgb(45 212 191 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/75 {
  --tw-gradient-to: rgb(45 212 191 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/80 {
  --tw-gradient-to: rgb(45 212 191 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/85 {
  --tw-gradient-to: rgb(45 212 191 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/90 {
  --tw-gradient-to: rgb(45 212 191 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-teal-400\/95 {
  --tw-gradient-to: rgb(45 212 191 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300 {
  --tw-gradient-to: #C4B5FD var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/0 {
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/10 {
  --tw-gradient-to: rgb(196 181 253 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/100 {
  --tw-gradient-to: rgb(196 181 253 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/15 {
  --tw-gradient-to: rgb(196 181 253 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/20 {
  --tw-gradient-to: rgb(196 181 253 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/25 {
  --tw-gradient-to: rgb(196 181 253 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/30 {
  --tw-gradient-to: rgb(196 181 253 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/35 {
  --tw-gradient-to: rgb(196 181 253 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/40 {
  --tw-gradient-to: rgb(196 181 253 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/45 {
  --tw-gradient-to: rgb(196 181 253 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/5 {
  --tw-gradient-to: rgb(196 181 253 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/50 {
  --tw-gradient-to: rgb(196 181 253 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/55 {
  --tw-gradient-to: rgb(196 181 253 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/60 {
  --tw-gradient-to: rgb(196 181 253 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/65 {
  --tw-gradient-to: rgb(196 181 253 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/70 {
  --tw-gradient-to: rgb(196 181 253 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/75 {
  --tw-gradient-to: rgb(196 181 253 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/80 {
  --tw-gradient-to: rgb(196 181 253 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/85 {
  --tw-gradient-to: rgb(196 181 253 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/90 {
  --tw-gradient-to: rgb(196 181 253 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-violet-300\/95 {
  --tw-gradient-to: rgb(196 181 253 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400 {
  --tw-gradient-to: #A78BFA var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/0 {
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/10 {
  --tw-gradient-to: rgb(167 139 250 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/100 {
  --tw-gradient-to: rgb(167 139 250 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/15 {
  --tw-gradient-to: rgb(167 139 250 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/20 {
  --tw-gradient-to: rgb(167 139 250 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/25 {
  --tw-gradient-to: rgb(167 139 250 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/30 {
  --tw-gradient-to: rgb(167 139 250 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/35 {
  --tw-gradient-to: rgb(167 139 250 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/40 {
  --tw-gradient-to: rgb(167 139 250 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/45 {
  --tw-gradient-to: rgb(167 139 250 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/5 {
  --tw-gradient-to: rgb(167 139 250 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/50 {
  --tw-gradient-to: rgb(167 139 250 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/55 {
  --tw-gradient-to: rgb(167 139 250 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/60 {
  --tw-gradient-to: rgb(167 139 250 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/65 {
  --tw-gradient-to: rgb(167 139 250 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/70 {
  --tw-gradient-to: rgb(167 139 250 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/75 {
  --tw-gradient-to: rgb(167 139 250 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/80 {
  --tw-gradient-to: rgb(167 139 250 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/85 {
  --tw-gradient-to: rgb(167 139 250 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/90 {
  --tw-gradient-to: rgb(167 139 250 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-violet-400\/95 {
  --tw-gradient-to: rgb(167 139 250 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300 {
  --tw-gradient-to: #FDE047 var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400 {
  --tw-gradient-to: #FACC15 var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300 {
  --tw-gradient-to: #D4D4D8 var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/0 {
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/10 {
  --tw-gradient-to: rgb(212 212 216 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/100 {
  --tw-gradient-to: rgb(212 212 216 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/15 {
  --tw-gradient-to: rgb(212 212 216 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/20 {
  --tw-gradient-to: rgb(212 212 216 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/25 {
  --tw-gradient-to: rgb(212 212 216 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/30 {
  --tw-gradient-to: rgb(212 212 216 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/35 {
  --tw-gradient-to: rgb(212 212 216 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/40 {
  --tw-gradient-to: rgb(212 212 216 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/45 {
  --tw-gradient-to: rgb(212 212 216 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/5 {
  --tw-gradient-to: rgb(212 212 216 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/50 {
  --tw-gradient-to: rgb(212 212 216 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/55 {
  --tw-gradient-to: rgb(212 212 216 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/60 {
  --tw-gradient-to: rgb(212 212 216 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/65 {
  --tw-gradient-to: rgb(212 212 216 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/70 {
  --tw-gradient-to: rgb(212 212 216 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/75 {
  --tw-gradient-to: rgb(212 212 216 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/80 {
  --tw-gradient-to: rgb(212 212 216 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/85 {
  --tw-gradient-to: rgb(212 212 216 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/90 {
  --tw-gradient-to: rgb(212 212 216 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-300\/95 {
  --tw-gradient-to: rgb(212 212 216 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400 {
  --tw-gradient-to: #A1A1AA var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/0 {
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/10 {
  --tw-gradient-to: rgb(161 161 170 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/100 {
  --tw-gradient-to: rgb(161 161 170 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/15 {
  --tw-gradient-to: rgb(161 161 170 / .15) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/20 {
  --tw-gradient-to: rgb(161 161 170 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/25 {
  --tw-gradient-to: rgb(161 161 170 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/30 {
  --tw-gradient-to: rgb(161 161 170 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/35 {
  --tw-gradient-to: rgb(161 161 170 / .35) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/40 {
  --tw-gradient-to: rgb(161 161 170 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/45 {
  --tw-gradient-to: rgb(161 161 170 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/5 {
  --tw-gradient-to: rgb(161 161 170 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/50 {
  --tw-gradient-to: rgb(161 161 170 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/55 {
  --tw-gradient-to: rgb(161 161 170 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/60 {
  --tw-gradient-to: rgb(161 161 170 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/65 {
  --tw-gradient-to: rgb(161 161 170 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/70 {
  --tw-gradient-to: rgb(161 161 170 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/75 {
  --tw-gradient-to: rgb(161 161 170 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/80 {
  --tw-gradient-to: rgb(161 161 170 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/85 {
  --tw-gradient-to: rgb(161 161 170 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/90 {
  --tw-gradient-to: rgb(161 161 170 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-zinc-400\/95 {
  --tw-gradient-to: rgb(161 161 170 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-accent-amber-primary {
  --tw-gradient-to: var(--accent-amber-primary) var(--tw-gradient-to-position);
}
.to-accent-amber-secondary {
  --tw-gradient-to: var(--accent-amber-secondary) var(--tw-gradient-to-position);
}
.to-accent-amber-tertiary {
  --tw-gradient-to: var(--accent-amber-tertiary) var(--tw-gradient-to-position);
}
.to-accent-blue-primary {
  --tw-gradient-to: var(--accent-blue-primary) var(--tw-gradient-to-position);
}
.to-accent-blue-secondary {
  --tw-gradient-to: var(--accent-blue-secondary) var(--tw-gradient-to-position);
}
.to-accent-blue-tertiary {
  --tw-gradient-to: var(--accent-blue-tertiary) var(--tw-gradient-to-position);
}
.to-accent-brown-primary {
  --tw-gradient-to: var(--accent-brown-primary) var(--tw-gradient-to-position);
}
.to-accent-brown-secondary {
  --tw-gradient-to: var(--accent-brown-secondary) var(--tw-gradient-to-position);
}
.to-accent-brown-tertiary {
  --tw-gradient-to: var(--accent-brown-tertiary) var(--tw-gradient-to-position);
}
.to-accent-cyan-primary {
  --tw-gradient-to: var(--accent-cyan-primary) var(--tw-gradient-to-position);
}
.to-accent-cyan-secondary {
  --tw-gradient-to: var(--accent-cyan-secondary) var(--tw-gradient-to-position);
}
.to-accent-cyan-tertiary {
  --tw-gradient-to: var(--accent-cyan-tertiary) var(--tw-gradient-to-position);
}
.to-accent-emerald-primary {
  --tw-gradient-to: var(--accent-emerald-primary) var(--tw-gradient-to-position);
}
.to-accent-emerald-secondary {
  --tw-gradient-to: var(--accent-emerald-secondary) var(--tw-gradient-to-position);
}
.to-accent-emerald-tertiary {
  --tw-gradient-to: var(--accent-emerald-tertiary) var(--tw-gradient-to-position);
}
.to-accent-fuchsia-primary {
  --tw-gradient-to: var(--accent-fuchsia-primary) var(--tw-gradient-to-position);
}
.to-accent-fuchsia-secondary {
  --tw-gradient-to: var(--accent-fuchsia-secondary) var(--tw-gradient-to-position);
}
.to-accent-fuchsia-tertiary {
  --tw-gradient-to: var(--accent-fuchsia-tertiary) var(--tw-gradient-to-position);
}
.to-accent-gray-primary {
  --tw-gradient-to: var(--accent-gray-primary) var(--tw-gradient-to-position);
}
.to-accent-gray-secondary {
  --tw-gradient-to: var(--accent-gray-secondary) var(--tw-gradient-to-position);
}
.to-accent-gray-tertiary {
  --tw-gradient-to: var(--accent-gray-tertiary) var(--tw-gradient-to-position);
}
.to-accent-green-primary {
  --tw-gradient-to: var(--accent-green-primary) var(--tw-gradient-to-position);
}
.to-accent-green-secondary {
  --tw-gradient-to: var(--accent-green-secondary) var(--tw-gradient-to-position);
}
.to-accent-green-tertiary {
  --tw-gradient-to: var(--accent-green-tertiary) var(--tw-gradient-to-position);
}
.to-accent-indigo-primary {
  --tw-gradient-to: var(--accent-indigo-primary) var(--tw-gradient-to-position);
}
.to-accent-indigo-secondary {
  --tw-gradient-to: var(--accent-indigo-secondary) var(--tw-gradient-to-position);
}
.to-accent-indigo-tertiary {
  --tw-gradient-to: var(--accent-indigo-tertiary) var(--tw-gradient-to-position);
}
.to-accent-lime-primary {
  --tw-gradient-to: var(--accent-lime-primary) var(--tw-gradient-to-position);
}
.to-accent-lime-secondary {
  --tw-gradient-to: var(--accent-lime-secondary) var(--tw-gradient-to-position);
}
.to-accent-lime-tertiary {
  --tw-gradient-to: var(--accent-lime-tertiary) var(--tw-gradient-to-position);
}
.to-accent-olive-primary {
  --tw-gradient-to: var(--accent-olive-primary) var(--tw-gradient-to-position);
}
.to-accent-olive-secondary {
  --tw-gradient-to: var(--accent-olive-secondary) var(--tw-gradient-to-position);
}
.to-accent-olive-tertiary {
  --tw-gradient-to: var(--accent-olive-tertiary) var(--tw-gradient-to-position);
}
.to-accent-orange-primary {
  --tw-gradient-to: var(--accent-orange-primary) var(--tw-gradient-to-position);
}
.to-accent-orange-secondary {
  --tw-gradient-to: var(--accent-orange-secondary) var(--tw-gradient-to-position);
}
.to-accent-orange-tertiary {
  --tw-gradient-to: var(--accent-orange-tertiary) var(--tw-gradient-to-position);
}
.to-accent-pink-primary {
  --tw-gradient-to: var(--accent-pink-primary) var(--tw-gradient-to-position);
}
.to-accent-pink-secondary {
  --tw-gradient-to: var(--accent-pink-secondary) var(--tw-gradient-to-position);
}
.to-accent-pink-tertiary {
  --tw-gradient-to: var(--accent-pink-tertiary) var(--tw-gradient-to-position);
}
.to-accent-purple-primary {
  --tw-gradient-to: var(--accent-purple-primary) var(--tw-gradient-to-position);
}
.to-accent-purple-secondary {
  --tw-gradient-to: var(--accent-purple-secondary) var(--tw-gradient-to-position);
}
.to-accent-purple-tertiary {
  --tw-gradient-to: var(--accent-purple-tertiary) var(--tw-gradient-to-position);
}
.to-accent-red-primary {
  --tw-gradient-to: var(--accent-red-primary) var(--tw-gradient-to-position);
}
.to-accent-red-secondary {
  --tw-gradient-to: var(--accent-red-secondary) var(--tw-gradient-to-position);
}
.to-accent-red-tertiary {
  --tw-gradient-to: var(--accent-red-tertiary) var(--tw-gradient-to-position);
}
.to-accent-rose-primary {
  --tw-gradient-to: var(--accent-rose-primary) var(--tw-gradient-to-position);
}
.to-accent-rose-secondary {
  --tw-gradient-to: var(--accent-rose-secondary) var(--tw-gradient-to-position);
}
.to-accent-rose-tertiary {
  --tw-gradient-to: var(--accent-rose-tertiary) var(--tw-gradient-to-position);
}
.to-accent-sky-primary {
  --tw-gradient-to: var(--accent-sky-primary) var(--tw-gradient-to-position);
}
.to-accent-sky-secondary {
  --tw-gradient-to: var(--accent-sky-secondary) var(--tw-gradient-to-position);
}
.to-accent-sky-tertiary {
  --tw-gradient-to: var(--accent-sky-tertiary) var(--tw-gradient-to-position);
}
.to-accent-teal-primary {
  --tw-gradient-to: var(--accent-teal-primary) var(--tw-gradient-to-position);
}
.to-accent-teal-secondary {
  --tw-gradient-to: var(--accent-teal-secondary) var(--tw-gradient-to-position);
}
.to-accent-teal-tertiary {
  --tw-gradient-to: var(--accent-teal-tertiary) var(--tw-gradient-to-position);
}
.to-accent-violet-primary {
  --tw-gradient-to: var(--accent-violet-primary) var(--tw-gradient-to-position);
}
.to-accent-violet-secondary {
  --tw-gradient-to: var(--accent-violet-secondary) var(--tw-gradient-to-position);
}
.to-accent-violet-tertiary {
  --tw-gradient-to: var(--accent-violet-tertiary) var(--tw-gradient-to-position);
}
.to-accent-yellow-primary {
  --tw-gradient-to: var(--accent-yellow-primary) var(--tw-gradient-to-position);
}
.to-accent-yellow-secondary {
  --tw-gradient-to: var(--accent-yellow-secondary) var(--tw-gradient-to-position);
}
.to-accent-yellow-tertiary {
  --tw-gradient-to: var(--accent-yellow-tertiary) var(--tw-gradient-to-position);
}
.to-amber-300 {
  --tw-gradient-to: #FCD34D var(--tw-gradient-to-position);
}
.to-amber-300\/0 {
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
}
.to-amber-300\/10 {
  --tw-gradient-to: rgb(252 211 77 / 0.1) var(--tw-gradient-to-position);
}
.to-amber-300\/100 {
  --tw-gradient-to: rgb(252 211 77 / 1) var(--tw-gradient-to-position);
}
.to-amber-300\/15 {
  --tw-gradient-to: rgb(252 211 77 / .15) var(--tw-gradient-to-position);
}
.to-amber-300\/20 {
  --tw-gradient-to: rgb(252 211 77 / 0.2) var(--tw-gradient-to-position);
}
.to-amber-300\/25 {
  --tw-gradient-to: rgb(252 211 77 / 0.25) var(--tw-gradient-to-position);
}
.to-amber-300\/30 {
  --tw-gradient-to: rgb(252 211 77 / 0.3) var(--tw-gradient-to-position);
}
.to-amber-300\/35 {
  --tw-gradient-to: rgb(252 211 77 / .35) var(--tw-gradient-to-position);
}
.to-amber-300\/40 {
  --tw-gradient-to: rgb(252 211 77 / 0.4) var(--tw-gradient-to-position);
}
.to-amber-300\/45 {
  --tw-gradient-to: rgb(252 211 77 / 0.45) var(--tw-gradient-to-position);
}
.to-amber-300\/5 {
  --tw-gradient-to: rgb(252 211 77 / 0.05) var(--tw-gradient-to-position);
}
.to-amber-300\/50 {
  --tw-gradient-to: rgb(252 211 77 / 0.5) var(--tw-gradient-to-position);
}
.to-amber-300\/55 {
  --tw-gradient-to: rgb(252 211 77 / 0.55) var(--tw-gradient-to-position);
}
.to-amber-300\/60 {
  --tw-gradient-to: rgb(252 211 77 / 0.6) var(--tw-gradient-to-position);
}
.to-amber-300\/65 {
  --tw-gradient-to: rgb(252 211 77 / 0.65) var(--tw-gradient-to-position);
}
.to-amber-300\/70 {
  --tw-gradient-to: rgb(252 211 77 / 0.7) var(--tw-gradient-to-position);
}
.to-amber-300\/75 {
  --tw-gradient-to: rgb(252 211 77 / 0.75) var(--tw-gradient-to-position);
}
.to-amber-300\/80 {
  --tw-gradient-to: rgb(252 211 77 / 0.8) var(--tw-gradient-to-position);
}
.to-amber-300\/85 {
  --tw-gradient-to: rgb(252 211 77 / 0.85) var(--tw-gradient-to-position);
}
.to-amber-300\/90 {
  --tw-gradient-to: rgb(252 211 77 / 0.9) var(--tw-gradient-to-position);
}
.to-amber-300\/95 {
  --tw-gradient-to: rgb(252 211 77 / 0.95) var(--tw-gradient-to-position);
}
.to-amber-400 {
  --tw-gradient-to: #FBBF24 var(--tw-gradient-to-position);
}
.to-amber-400\/0 {
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
}
.to-amber-400\/10 {
  --tw-gradient-to: rgb(251 191 36 / 0.1) var(--tw-gradient-to-position);
}
.to-amber-400\/100 {
  --tw-gradient-to: rgb(251 191 36 / 1) var(--tw-gradient-to-position);
}
.to-amber-400\/15 {
  --tw-gradient-to: rgb(251 191 36 / .15) var(--tw-gradient-to-position);
}
.to-amber-400\/20 {
  --tw-gradient-to: rgb(251 191 36 / 0.2) var(--tw-gradient-to-position);
}
.to-amber-400\/25 {
  --tw-gradient-to: rgb(251 191 36 / 0.25) var(--tw-gradient-to-position);
}
.to-amber-400\/30 {
  --tw-gradient-to: rgb(251 191 36 / 0.3) var(--tw-gradient-to-position);
}
.to-amber-400\/35 {
  --tw-gradient-to: rgb(251 191 36 / .35) var(--tw-gradient-to-position);
}
.to-amber-400\/40 {
  --tw-gradient-to: rgb(251 191 36 / 0.4) var(--tw-gradient-to-position);
}
.to-amber-400\/45 {
  --tw-gradient-to: rgb(251 191 36 / 0.45) var(--tw-gradient-to-position);
}
.to-amber-400\/5 {
  --tw-gradient-to: rgb(251 191 36 / 0.05) var(--tw-gradient-to-position);
}
.to-amber-400\/50 {
  --tw-gradient-to: rgb(251 191 36 / 0.5) var(--tw-gradient-to-position);
}
.to-amber-400\/55 {
  --tw-gradient-to: rgb(251 191 36 / 0.55) var(--tw-gradient-to-position);
}
.to-amber-400\/60 {
  --tw-gradient-to: rgb(251 191 36 / 0.6) var(--tw-gradient-to-position);
}
.to-amber-400\/65 {
  --tw-gradient-to: rgb(251 191 36 / 0.65) var(--tw-gradient-to-position);
}
.to-amber-400\/70 {
  --tw-gradient-to: rgb(251 191 36 / 0.7) var(--tw-gradient-to-position);
}
.to-amber-400\/75 {
  --tw-gradient-to: rgb(251 191 36 / 0.75) var(--tw-gradient-to-position);
}
.to-amber-400\/80 {
  --tw-gradient-to: rgb(251 191 36 / 0.8) var(--tw-gradient-to-position);
}
.to-amber-400\/85 {
  --tw-gradient-to: rgb(251 191 36 / 0.85) var(--tw-gradient-to-position);
}
.to-amber-400\/90 {
  --tw-gradient-to: rgb(251 191 36 / 0.9) var(--tw-gradient-to-position);
}
.to-amber-400\/95 {
  --tw-gradient-to: rgb(251 191 36 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-300 {
  --tw-gradient-to: #93C5FD var(--tw-gradient-to-position);
}
.to-blue-300\/0 {
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
}
.to-blue-300\/10 {
  --tw-gradient-to: rgb(147 197 253 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-300\/100 {
  --tw-gradient-to: rgb(147 197 253 / 1) var(--tw-gradient-to-position);
}
.to-blue-300\/15 {
  --tw-gradient-to: rgb(147 197 253 / .15) var(--tw-gradient-to-position);
}
.to-blue-300\/20 {
  --tw-gradient-to: rgb(147 197 253 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-300\/25 {
  --tw-gradient-to: rgb(147 197 253 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-300\/30 {
  --tw-gradient-to: rgb(147 197 253 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-300\/35 {
  --tw-gradient-to: rgb(147 197 253 / .35) var(--tw-gradient-to-position);
}
.to-blue-300\/40 {
  --tw-gradient-to: rgb(147 197 253 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-300\/45 {
  --tw-gradient-to: rgb(147 197 253 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-300\/5 {
  --tw-gradient-to: rgb(147 197 253 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-300\/50 {
  --tw-gradient-to: rgb(147 197 253 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-300\/55 {
  --tw-gradient-to: rgb(147 197 253 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-300\/60 {
  --tw-gradient-to: rgb(147 197 253 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-300\/65 {
  --tw-gradient-to: rgb(147 197 253 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-300\/70 {
  --tw-gradient-to: rgb(147 197 253 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-300\/75 {
  --tw-gradient-to: rgb(147 197 253 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-300\/80 {
  --tw-gradient-to: rgb(147 197 253 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-300\/85 {
  --tw-gradient-to: rgb(147 197 253 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-300\/90 {
  --tw-gradient-to: rgb(147 197 253 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-300\/95 {
  --tw-gradient-to: rgb(147 197 253 / 0.95) var(--tw-gradient-to-position);
}
.to-blue-400 {
  --tw-gradient-to: #60A5FA var(--tw-gradient-to-position);
}
.to-blue-400\/0 {
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
}
.to-blue-400\/10 {
  --tw-gradient-to: rgb(96 165 250 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-400\/100 {
  --tw-gradient-to: rgb(96 165 250 / 1) var(--tw-gradient-to-position);
}
.to-blue-400\/15 {
  --tw-gradient-to: rgb(96 165 250 / .15) var(--tw-gradient-to-position);
}
.to-blue-400\/20 {
  --tw-gradient-to: rgb(96 165 250 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-400\/25 {
  --tw-gradient-to: rgb(96 165 250 / 0.25) var(--tw-gradient-to-position);
}
.to-blue-400\/30 {
  --tw-gradient-to: rgb(96 165 250 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-400\/35 {
  --tw-gradient-to: rgb(96 165 250 / .35) var(--tw-gradient-to-position);
}
.to-blue-400\/40 {
  --tw-gradient-to: rgb(96 165 250 / 0.4) var(--tw-gradient-to-position);
}
.to-blue-400\/45 {
  --tw-gradient-to: rgb(96 165 250 / 0.45) var(--tw-gradient-to-position);
}
.to-blue-400\/5 {
  --tw-gradient-to: rgb(96 165 250 / 0.05) var(--tw-gradient-to-position);
}
.to-blue-400\/50 {
  --tw-gradient-to: rgb(96 165 250 / 0.5) var(--tw-gradient-to-position);
}
.to-blue-400\/55 {
  --tw-gradient-to: rgb(96 165 250 / 0.55) var(--tw-gradient-to-position);
}
.to-blue-400\/60 {
  --tw-gradient-to: rgb(96 165 250 / 0.6) var(--tw-gradient-to-position);
}
.to-blue-400\/65 {
  --tw-gradient-to: rgb(96 165 250 / 0.65) var(--tw-gradient-to-position);
}
.to-blue-400\/70 {
  --tw-gradient-to: rgb(96 165 250 / 0.7) var(--tw-gradient-to-position);
}
.to-blue-400\/75 {
  --tw-gradient-to: rgb(96 165 250 / 0.75) var(--tw-gradient-to-position);
}
.to-blue-400\/80 {
  --tw-gradient-to: rgb(96 165 250 / 0.8) var(--tw-gradient-to-position);
}
.to-blue-400\/85 {
  --tw-gradient-to: rgb(96 165 250 / 0.85) var(--tw-gradient-to-position);
}
.to-blue-400\/90 {
  --tw-gradient-to: rgb(96 165 250 / 0.9) var(--tw-gradient-to-position);
}
.to-blue-400\/95 {
  --tw-gradient-to: rgb(96 165 250 / 0.95) var(--tw-gradient-to-position);
}
.to-blueGray-400 {
  --tw-gradient-to: #94A3B8 var(--tw-gradient-to-position);
}
.to-blueGray-400\/0 {
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
}
.to-blueGray-400\/10 {
  --tw-gradient-to: rgb(148 163 184 / 0.1) var(--tw-gradient-to-position);
}
.to-blueGray-400\/100 {
  --tw-gradient-to: rgb(148 163 184 / 1) var(--tw-gradient-to-position);
}
.to-blueGray-400\/15 {
  --tw-gradient-to: rgb(148 163 184 / .15) var(--tw-gradient-to-position);
}
.to-blueGray-400\/20 {
  --tw-gradient-to: rgb(148 163 184 / 0.2) var(--tw-gradient-to-position);
}
.to-blueGray-400\/25 {
  --tw-gradient-to: rgb(148 163 184 / 0.25) var(--tw-gradient-to-position);
}
.to-blueGray-400\/30 {
  --tw-gradient-to: rgb(148 163 184 / 0.3) var(--tw-gradient-to-position);
}
.to-blueGray-400\/35 {
  --tw-gradient-to: rgb(148 163 184 / .35) var(--tw-gradient-to-position);
}
.to-blueGray-400\/40 {
  --tw-gradient-to: rgb(148 163 184 / 0.4) var(--tw-gradient-to-position);
}
.to-blueGray-400\/45 {
  --tw-gradient-to: rgb(148 163 184 / 0.45) var(--tw-gradient-to-position);
}
.to-blueGray-400\/5 {
  --tw-gradient-to: rgb(148 163 184 / 0.05) var(--tw-gradient-to-position);
}
.to-blueGray-400\/50 {
  --tw-gradient-to: rgb(148 163 184 / 0.5) var(--tw-gradient-to-position);
}
.to-blueGray-400\/55 {
  --tw-gradient-to: rgb(148 163 184 / 0.55) var(--tw-gradient-to-position);
}
.to-blueGray-400\/60 {
  --tw-gradient-to: rgb(148 163 184 / 0.6) var(--tw-gradient-to-position);
}
.to-blueGray-400\/65 {
  --tw-gradient-to: rgb(148 163 184 / 0.65) var(--tw-gradient-to-position);
}
.to-blueGray-400\/70 {
  --tw-gradient-to: rgb(148 163 184 / 0.7) var(--tw-gradient-to-position);
}
.to-blueGray-400\/75 {
  --tw-gradient-to: rgb(148 163 184 / 0.75) var(--tw-gradient-to-position);
}
.to-blueGray-400\/80 {
  --tw-gradient-to: rgb(148 163 184 / 0.8) var(--tw-gradient-to-position);
}
.to-blueGray-400\/85 {
  --tw-gradient-to: rgb(148 163 184 / 0.85) var(--tw-gradient-to-position);
}
.to-blueGray-400\/90 {
  --tw-gradient-to: rgb(148 163 184 / 0.9) var(--tw-gradient-to-position);
}
.to-blueGray-400\/95 {
  --tw-gradient-to: rgb(148 163 184 / 0.95) var(--tw-gradient-to-position);
}
.to-brown-300 {
  --tw-gradient-to: #D7C6B0 var(--tw-gradient-to-position);
}
.to-brown-300\/0 {
  --tw-gradient-to: rgb(215 198 176 / 0) var(--tw-gradient-to-position);
}
.to-brown-300\/10 {
  --tw-gradient-to: rgb(215 198 176 / 0.1) var(--tw-gradient-to-position);
}
.to-brown-300\/100 {
  --tw-gradient-to: rgb(215 198 176 / 1) var(--tw-gradient-to-position);
}
.to-brown-300\/15 {
  --tw-gradient-to: rgb(215 198 176 / .15) var(--tw-gradient-to-position);
}
.to-brown-300\/20 {
  --tw-gradient-to: rgb(215 198 176 / 0.2) var(--tw-gradient-to-position);
}
.to-brown-300\/25 {
  --tw-gradient-to: rgb(215 198 176 / 0.25) var(--tw-gradient-to-position);
}
.to-brown-300\/30 {
  --tw-gradient-to: rgb(215 198 176 / 0.3) var(--tw-gradient-to-position);
}
.to-brown-300\/35 {
  --tw-gradient-to: rgb(215 198 176 / .35) var(--tw-gradient-to-position);
}
.to-brown-300\/40 {
  --tw-gradient-to: rgb(215 198 176 / 0.4) var(--tw-gradient-to-position);
}
.to-brown-300\/45 {
  --tw-gradient-to: rgb(215 198 176 / 0.45) var(--tw-gradient-to-position);
}
.to-brown-300\/5 {
  --tw-gradient-to: rgb(215 198 176 / 0.05) var(--tw-gradient-to-position);
}
.to-brown-300\/50 {
  --tw-gradient-to: rgb(215 198 176 / 0.5) var(--tw-gradient-to-position);
}
.to-brown-300\/55 {
  --tw-gradient-to: rgb(215 198 176 / 0.55) var(--tw-gradient-to-position);
}
.to-brown-300\/60 {
  --tw-gradient-to: rgb(215 198 176 / 0.6) var(--tw-gradient-to-position);
}
.to-brown-300\/65 {
  --tw-gradient-to: rgb(215 198 176 / 0.65) var(--tw-gradient-to-position);
}
.to-brown-300\/70 {
  --tw-gradient-to: rgb(215 198 176 / 0.7) var(--tw-gradient-to-position);
}
.to-brown-300\/75 {
  --tw-gradient-to: rgb(215 198 176 / 0.75) var(--tw-gradient-to-position);
}
.to-brown-300\/80 {
  --tw-gradient-to: rgb(215 198 176 / 0.8) var(--tw-gradient-to-position);
}
.to-brown-300\/85 {
  --tw-gradient-to: rgb(215 198 176 / 0.85) var(--tw-gradient-to-position);
}
.to-brown-300\/90 {
  --tw-gradient-to: rgb(215 198 176 / 0.9) var(--tw-gradient-to-position);
}
.to-brown-300\/95 {
  --tw-gradient-to: rgb(215 198 176 / 0.95) var(--tw-gradient-to-position);
}
.to-brown-400 {
  --tw-gradient-to: #C0A98A var(--tw-gradient-to-position);
}
.to-brown-400\/0 {
  --tw-gradient-to: rgb(192 169 138 / 0) var(--tw-gradient-to-position);
}
.to-brown-400\/10 {
  --tw-gradient-to: rgb(192 169 138 / 0.1) var(--tw-gradient-to-position);
}
.to-brown-400\/100 {
  --tw-gradient-to: rgb(192 169 138 / 1) var(--tw-gradient-to-position);
}
.to-brown-400\/15 {
  --tw-gradient-to: rgb(192 169 138 / .15) var(--tw-gradient-to-position);
}
.to-brown-400\/20 {
  --tw-gradient-to: rgb(192 169 138 / 0.2) var(--tw-gradient-to-position);
}
.to-brown-400\/25 {
  --tw-gradient-to: rgb(192 169 138 / 0.25) var(--tw-gradient-to-position);
}
.to-brown-400\/30 {
  --tw-gradient-to: rgb(192 169 138 / 0.3) var(--tw-gradient-to-position);
}
.to-brown-400\/35 {
  --tw-gradient-to: rgb(192 169 138 / .35) var(--tw-gradient-to-position);
}
.to-brown-400\/40 {
  --tw-gradient-to: rgb(192 169 138 / 0.4) var(--tw-gradient-to-position);
}
.to-brown-400\/45 {
  --tw-gradient-to: rgb(192 169 138 / 0.45) var(--tw-gradient-to-position);
}
.to-brown-400\/5 {
  --tw-gradient-to: rgb(192 169 138 / 0.05) var(--tw-gradient-to-position);
}
.to-brown-400\/50 {
  --tw-gradient-to: rgb(192 169 138 / 0.5) var(--tw-gradient-to-position);
}
.to-brown-400\/55 {
  --tw-gradient-to: rgb(192 169 138 / 0.55) var(--tw-gradient-to-position);
}
.to-brown-400\/60 {
  --tw-gradient-to: rgb(192 169 138 / 0.6) var(--tw-gradient-to-position);
}
.to-brown-400\/65 {
  --tw-gradient-to: rgb(192 169 138 / 0.65) var(--tw-gradient-to-position);
}
.to-brown-400\/70 {
  --tw-gradient-to: rgb(192 169 138 / 0.7) var(--tw-gradient-to-position);
}
.to-brown-400\/75 {
  --tw-gradient-to: rgb(192 169 138 / 0.75) var(--tw-gradient-to-position);
}
.to-brown-400\/80 {
  --tw-gradient-to: rgb(192 169 138 / 0.8) var(--tw-gradient-to-position);
}
.to-brown-400\/85 {
  --tw-gradient-to: rgb(192 169 138 / 0.85) var(--tw-gradient-to-position);
}
.to-brown-400\/90 {
  --tw-gradient-to: rgb(192 169 138 / 0.9) var(--tw-gradient-to-position);
}
.to-brown-400\/95 {
  --tw-gradient-to: rgb(192 169 138 / 0.95) var(--tw-gradient-to-position);
}
.to-cyan-300 {
  --tw-gradient-to: #67E8F9 var(--tw-gradient-to-position);
}
.to-cyan-300\/0 {
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
}
.to-cyan-300\/10 {
  --tw-gradient-to: rgb(103 232 249 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-300\/100 {
  --tw-gradient-to: rgb(103 232 249 / 1) var(--tw-gradient-to-position);
}
.to-cyan-300\/15 {
  --tw-gradient-to: rgb(103 232 249 / .15) var(--tw-gradient-to-position);
}
.to-cyan-300\/20 {
  --tw-gradient-to: rgb(103 232 249 / 0.2) var(--tw-gradient-to-position);
}
.to-cyan-300\/25 {
  --tw-gradient-to: rgb(103 232 249 / 0.25) var(--tw-gradient-to-position);
}
.to-cyan-300\/30 {
  --tw-gradient-to: rgb(103 232 249 / 0.3) var(--tw-gradient-to-position);
}
.to-cyan-300\/35 {
  --tw-gradient-to: rgb(103 232 249 / .35) var(--tw-gradient-to-position);
}
.to-cyan-300\/40 {
  --tw-gradient-to: rgb(103 232 249 / 0.4) var(--tw-gradient-to-position);
}
.to-cyan-300\/45 {
  --tw-gradient-to: rgb(103 232 249 / 0.45) var(--tw-gradient-to-position);
}
.to-cyan-300\/5 {
  --tw-gradient-to: rgb(103 232 249 / 0.05) var(--tw-gradient-to-position);
}
.to-cyan-300\/50 {
  --tw-gradient-to: rgb(103 232 249 / 0.5) var(--tw-gradient-to-position);
}
.to-cyan-300\/55 {
  --tw-gradient-to: rgb(103 232 249 / 0.55) var(--tw-gradient-to-position);
}
.to-cyan-300\/60 {
  --tw-gradient-to: rgb(103 232 249 / 0.6) var(--tw-gradient-to-position);
}
.to-cyan-300\/65 {
  --tw-gradient-to: rgb(103 232 249 / 0.65) var(--tw-gradient-to-position);
}
.to-cyan-300\/70 {
  --tw-gradient-to: rgb(103 232 249 / 0.7) var(--tw-gradient-to-position);
}
.to-cyan-300\/75 {
  --tw-gradient-to: rgb(103 232 249 / 0.75) var(--tw-gradient-to-position);
}
.to-cyan-300\/80 {
  --tw-gradient-to: rgb(103 232 249 / 0.8) var(--tw-gradient-to-position);
}
.to-cyan-300\/85 {
  --tw-gradient-to: rgb(103 232 249 / 0.85) var(--tw-gradient-to-position);
}
.to-cyan-300\/90 {
  --tw-gradient-to: rgb(103 232 249 / 0.9) var(--tw-gradient-to-position);
}
.to-cyan-300\/95 {
  --tw-gradient-to: rgb(103 232 249 / 0.95) var(--tw-gradient-to-position);
}
.to-cyan-400 {
  --tw-gradient-to: #22D3EE var(--tw-gradient-to-position);
}
.to-cyan-400\/0 {
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
}
.to-cyan-400\/10 {
  --tw-gradient-to: rgb(34 211 238 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-400\/100 {
  --tw-gradient-to: rgb(34 211 238 / 1) var(--tw-gradient-to-position);
}
.to-cyan-400\/15 {
  --tw-gradient-to: rgb(34 211 238 / .15) var(--tw-gradient-to-position);
}
.to-cyan-400\/20 {
  --tw-gradient-to: rgb(34 211 238 / 0.2) var(--tw-gradient-to-position);
}
.to-cyan-400\/25 {
  --tw-gradient-to: rgb(34 211 238 / 0.25) var(--tw-gradient-to-position);
}
.to-cyan-400\/30 {
  --tw-gradient-to: rgb(34 211 238 / 0.3) var(--tw-gradient-to-position);
}
.to-cyan-400\/35 {
  --tw-gradient-to: rgb(34 211 238 / .35) var(--tw-gradient-to-position);
}
.to-cyan-400\/40 {
  --tw-gradient-to: rgb(34 211 238 / 0.4) var(--tw-gradient-to-position);
}
.to-cyan-400\/45 {
  --tw-gradient-to: rgb(34 211 238 / 0.45) var(--tw-gradient-to-position);
}
.to-cyan-400\/5 {
  --tw-gradient-to: rgb(34 211 238 / 0.05) var(--tw-gradient-to-position);
}
.to-cyan-400\/50 {
  --tw-gradient-to: rgb(34 211 238 / 0.5) var(--tw-gradient-to-position);
}
.to-cyan-400\/55 {
  --tw-gradient-to: rgb(34 211 238 / 0.55) var(--tw-gradient-to-position);
}
.to-cyan-400\/60 {
  --tw-gradient-to: rgb(34 211 238 / 0.6) var(--tw-gradient-to-position);
}
.to-cyan-400\/65 {
  --tw-gradient-to: rgb(34 211 238 / 0.65) var(--tw-gradient-to-position);
}
.to-cyan-400\/70 {
  --tw-gradient-to: rgb(34 211 238 / 0.7) var(--tw-gradient-to-position);
}
.to-cyan-400\/75 {
  --tw-gradient-to: rgb(34 211 238 / 0.75) var(--tw-gradient-to-position);
}
.to-cyan-400\/80 {
  --tw-gradient-to: rgb(34 211 238 / 0.8) var(--tw-gradient-to-position);
}
.to-cyan-400\/85 {
  --tw-gradient-to: rgb(34 211 238 / 0.85) var(--tw-gradient-to-position);
}
.to-cyan-400\/90 {
  --tw-gradient-to: rgb(34 211 238 / 0.9) var(--tw-gradient-to-position);
}
.to-cyan-400\/95 {
  --tw-gradient-to: rgb(34 211 238 / 0.95) var(--tw-gradient-to-position);
}
.to-emerald-300 {
  --tw-gradient-to: #6EE7B7 var(--tw-gradient-to-position);
}
.to-emerald-300\/0 {
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
}
.to-emerald-300\/10 {
  --tw-gradient-to: rgb(110 231 183 / 0.1) var(--tw-gradient-to-position);
}
.to-emerald-300\/100 {
  --tw-gradient-to: rgb(110 231 183 / 1) var(--tw-gradient-to-position);
}
.to-emerald-300\/15 {
  --tw-gradient-to: rgb(110 231 183 / .15) var(--tw-gradient-to-position);
}
.to-emerald-300\/20 {
  --tw-gradient-to: rgb(110 231 183 / 0.2) var(--tw-gradient-to-position);
}
.to-emerald-300\/25 {
  --tw-gradient-to: rgb(110 231 183 / 0.25) var(--tw-gradient-to-position);
}
.to-emerald-300\/30 {
  --tw-gradient-to: rgb(110 231 183 / 0.3) var(--tw-gradient-to-position);
}
.to-emerald-300\/35 {
  --tw-gradient-to: rgb(110 231 183 / .35) var(--tw-gradient-to-position);
}
.to-emerald-300\/40 {
  --tw-gradient-to: rgb(110 231 183 / 0.4) var(--tw-gradient-to-position);
}
.to-emerald-300\/45 {
  --tw-gradient-to: rgb(110 231 183 / 0.45) var(--tw-gradient-to-position);
}
.to-emerald-300\/5 {
  --tw-gradient-to: rgb(110 231 183 / 0.05) var(--tw-gradient-to-position);
}
.to-emerald-300\/50 {
  --tw-gradient-to: rgb(110 231 183 / 0.5) var(--tw-gradient-to-position);
}
.to-emerald-300\/55 {
  --tw-gradient-to: rgb(110 231 183 / 0.55) var(--tw-gradient-to-position);
}
.to-emerald-300\/60 {
  --tw-gradient-to: rgb(110 231 183 / 0.6) var(--tw-gradient-to-position);
}
.to-emerald-300\/65 {
  --tw-gradient-to: rgb(110 231 183 / 0.65) var(--tw-gradient-to-position);
}
.to-emerald-300\/70 {
  --tw-gradient-to: rgb(110 231 183 / 0.7) var(--tw-gradient-to-position);
}
.to-emerald-300\/75 {
  --tw-gradient-to: rgb(110 231 183 / 0.75) var(--tw-gradient-to-position);
}
.to-emerald-300\/80 {
  --tw-gradient-to: rgb(110 231 183 / 0.8) var(--tw-gradient-to-position);
}
.to-emerald-300\/85 {
  --tw-gradient-to: rgb(110 231 183 / 0.85) var(--tw-gradient-to-position);
}
.to-emerald-300\/90 {
  --tw-gradient-to: rgb(110 231 183 / 0.9) var(--tw-gradient-to-position);
}
.to-emerald-300\/95 {
  --tw-gradient-to: rgb(110 231 183 / 0.95) var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: #34D399 var(--tw-gradient-to-position);
}
.to-emerald-400\/0 {
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
}
.to-emerald-400\/10 {
  --tw-gradient-to: rgb(52 211 153 / 0.1) var(--tw-gradient-to-position);
}
.to-emerald-400\/100 {
  --tw-gradient-to: rgb(52 211 153 / 1) var(--tw-gradient-to-position);
}
.to-emerald-400\/15 {
  --tw-gradient-to: rgb(52 211 153 / .15) var(--tw-gradient-to-position);
}
.to-emerald-400\/20 {
  --tw-gradient-to: rgb(52 211 153 / 0.2) var(--tw-gradient-to-position);
}
.to-emerald-400\/25 {
  --tw-gradient-to: rgb(52 211 153 / 0.25) var(--tw-gradient-to-position);
}
.to-emerald-400\/30 {
  --tw-gradient-to: rgb(52 211 153 / 0.3) var(--tw-gradient-to-position);
}
.to-emerald-400\/35 {
  --tw-gradient-to: rgb(52 211 153 / .35) var(--tw-gradient-to-position);
}
.to-emerald-400\/40 {
  --tw-gradient-to: rgb(52 211 153 / 0.4) var(--tw-gradient-to-position);
}
.to-emerald-400\/45 {
  --tw-gradient-to: rgb(52 211 153 / 0.45) var(--tw-gradient-to-position);
}
.to-emerald-400\/5 {
  --tw-gradient-to: rgb(52 211 153 / 0.05) var(--tw-gradient-to-position);
}
.to-emerald-400\/50 {
  --tw-gradient-to: rgb(52 211 153 / 0.5) var(--tw-gradient-to-position);
}
.to-emerald-400\/55 {
  --tw-gradient-to: rgb(52 211 153 / 0.55) var(--tw-gradient-to-position);
}
.to-emerald-400\/60 {
  --tw-gradient-to: rgb(52 211 153 / 0.6) var(--tw-gradient-to-position);
}
.to-emerald-400\/65 {
  --tw-gradient-to: rgb(52 211 153 / 0.65) var(--tw-gradient-to-position);
}
.to-emerald-400\/70 {
  --tw-gradient-to: rgb(52 211 153 / 0.7) var(--tw-gradient-to-position);
}
.to-emerald-400\/75 {
  --tw-gradient-to: rgb(52 211 153 / 0.75) var(--tw-gradient-to-position);
}
.to-emerald-400\/80 {
  --tw-gradient-to: rgb(52 211 153 / 0.8) var(--tw-gradient-to-position);
}
.to-emerald-400\/85 {
  --tw-gradient-to: rgb(52 211 153 / 0.85) var(--tw-gradient-to-position);
}
.to-emerald-400\/90 {
  --tw-gradient-to: rgb(52 211 153 / 0.9) var(--tw-gradient-to-position);
}
.to-emerald-400\/95 {
  --tw-gradient-to: rgb(52 211 153 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-300 {
  --tw-gradient-to: #F0ABFC var(--tw-gradient-to-position);
}
.to-fuchsia-300\/0 {
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/10 {
  --tw-gradient-to: rgb(240 171 252 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/100 {
  --tw-gradient-to: rgb(240 171 252 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/15 {
  --tw-gradient-to: rgb(240 171 252 / .15) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/20 {
  --tw-gradient-to: rgb(240 171 252 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/25 {
  --tw-gradient-to: rgb(240 171 252 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/30 {
  --tw-gradient-to: rgb(240 171 252 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/35 {
  --tw-gradient-to: rgb(240 171 252 / .35) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/40 {
  --tw-gradient-to: rgb(240 171 252 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/45 {
  --tw-gradient-to: rgb(240 171 252 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/5 {
  --tw-gradient-to: rgb(240 171 252 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/50 {
  --tw-gradient-to: rgb(240 171 252 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/55 {
  --tw-gradient-to: rgb(240 171 252 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/60 {
  --tw-gradient-to: rgb(240 171 252 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/65 {
  --tw-gradient-to: rgb(240 171 252 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/70 {
  --tw-gradient-to: rgb(240 171 252 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/75 {
  --tw-gradient-to: rgb(240 171 252 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/80 {
  --tw-gradient-to: rgb(240 171 252 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/85 {
  --tw-gradient-to: rgb(240 171 252 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/90 {
  --tw-gradient-to: rgb(240 171 252 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-300\/95 {
  --tw-gradient-to: rgb(240 171 252 / 0.95) var(--tw-gradient-to-position);
}
.to-fuchsia-400 {
  --tw-gradient-to: #E879F9 var(--tw-gradient-to-position);
}
.to-fuchsia-400\/0 {
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/10 {
  --tw-gradient-to: rgb(232 121 249 / 0.1) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/100 {
  --tw-gradient-to: rgb(232 121 249 / 1) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/15 {
  --tw-gradient-to: rgb(232 121 249 / .15) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/20 {
  --tw-gradient-to: rgb(232 121 249 / 0.2) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/25 {
  --tw-gradient-to: rgb(232 121 249 / 0.25) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/30 {
  --tw-gradient-to: rgb(232 121 249 / 0.3) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/35 {
  --tw-gradient-to: rgb(232 121 249 / .35) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/40 {
  --tw-gradient-to: rgb(232 121 249 / 0.4) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/45 {
  --tw-gradient-to: rgb(232 121 249 / 0.45) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/5 {
  --tw-gradient-to: rgb(232 121 249 / 0.05) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/50 {
  --tw-gradient-to: rgb(232 121 249 / 0.5) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/55 {
  --tw-gradient-to: rgb(232 121 249 / 0.55) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/60 {
  --tw-gradient-to: rgb(232 121 249 / 0.6) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/65 {
  --tw-gradient-to: rgb(232 121 249 / 0.65) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/70 {
  --tw-gradient-to: rgb(232 121 249 / 0.7) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/75 {
  --tw-gradient-to: rgb(232 121 249 / 0.75) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/80 {
  --tw-gradient-to: rgb(232 121 249 / 0.8) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/85 {
  --tw-gradient-to: rgb(232 121 249 / 0.85) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/90 {
  --tw-gradient-to: rgb(232 121 249 / 0.9) var(--tw-gradient-to-position);
}
.to-fuchsia-400\/95 {
  --tw-gradient-to: rgb(232 121 249 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-300 {
  --tw-gradient-to: #D1D5DB var(--tw-gradient-to-position);
}
.to-gray-300\/0 {
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
}
.to-gray-300\/10 {
  --tw-gradient-to: rgb(209 213 219 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-300\/100 {
  --tw-gradient-to: rgb(209 213 219 / 1) var(--tw-gradient-to-position);
}
.to-gray-300\/15 {
  --tw-gradient-to: rgb(209 213 219 / .15) var(--tw-gradient-to-position);
}
.to-gray-300\/20 {
  --tw-gradient-to: rgb(209 213 219 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-300\/25 {
  --tw-gradient-to: rgb(209 213 219 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-300\/30 {
  --tw-gradient-to: rgb(209 213 219 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-300\/35 {
  --tw-gradient-to: rgb(209 213 219 / .35) var(--tw-gradient-to-position);
}
.to-gray-300\/40 {
  --tw-gradient-to: rgb(209 213 219 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-300\/45 {
  --tw-gradient-to: rgb(209 213 219 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-300\/5 {
  --tw-gradient-to: rgb(209 213 219 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-300\/50 {
  --tw-gradient-to: rgb(209 213 219 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-300\/55 {
  --tw-gradient-to: rgb(209 213 219 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-300\/60 {
  --tw-gradient-to: rgb(209 213 219 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-300\/65 {
  --tw-gradient-to: rgb(209 213 219 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-300\/70 {
  --tw-gradient-to: rgb(209 213 219 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-300\/75 {
  --tw-gradient-to: rgb(209 213 219 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-300\/80 {
  --tw-gradient-to: rgb(209 213 219 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-300\/85 {
  --tw-gradient-to: rgb(209 213 219 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-300\/90 {
  --tw-gradient-to: rgb(209 213 219 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-300\/95 {
  --tw-gradient-to: rgb(209 213 219 / 0.95) var(--tw-gradient-to-position);
}
.to-gray-400 {
  --tw-gradient-to: #9CA3AF var(--tw-gradient-to-position);
}
.to-gray-400\/0 {
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
}
.to-gray-400\/10 {
  --tw-gradient-to: rgb(156 163 175 / 0.1) var(--tw-gradient-to-position);
}
.to-gray-400\/100 {
  --tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position);
}
.to-gray-400\/15 {
  --tw-gradient-to: rgb(156 163 175 / .15) var(--tw-gradient-to-position);
}
.to-gray-400\/20 {
  --tw-gradient-to: rgb(156 163 175 / 0.2) var(--tw-gradient-to-position);
}
.to-gray-400\/25 {
  --tw-gradient-to: rgb(156 163 175 / 0.25) var(--tw-gradient-to-position);
}
.to-gray-400\/30 {
  --tw-gradient-to: rgb(156 163 175 / 0.3) var(--tw-gradient-to-position);
}
.to-gray-400\/35 {
  --tw-gradient-to: rgb(156 163 175 / .35) var(--tw-gradient-to-position);
}
.to-gray-400\/40 {
  --tw-gradient-to: rgb(156 163 175 / 0.4) var(--tw-gradient-to-position);
}
.to-gray-400\/45 {
  --tw-gradient-to: rgb(156 163 175 / 0.45) var(--tw-gradient-to-position);
}
.to-gray-400\/5 {
  --tw-gradient-to: rgb(156 163 175 / 0.05) var(--tw-gradient-to-position);
}
.to-gray-400\/50 {
  --tw-gradient-to: rgb(156 163 175 / 0.5) var(--tw-gradient-to-position);
}
.to-gray-400\/55 {
  --tw-gradient-to: rgb(156 163 175 / 0.55) var(--tw-gradient-to-position);
}
.to-gray-400\/60 {
  --tw-gradient-to: rgb(156 163 175 / 0.6) var(--tw-gradient-to-position);
}
.to-gray-400\/65 {
  --tw-gradient-to: rgb(156 163 175 / 0.65) var(--tw-gradient-to-position);
}
.to-gray-400\/70 {
  --tw-gradient-to: rgb(156 163 175 / 0.7) var(--tw-gradient-to-position);
}
.to-gray-400\/75 {
  --tw-gradient-to: rgb(156 163 175 / 0.75) var(--tw-gradient-to-position);
}
.to-gray-400\/80 {
  --tw-gradient-to: rgb(156 163 175 / 0.8) var(--tw-gradient-to-position);
}
.to-gray-400\/85 {
  --tw-gradient-to: rgb(156 163 175 / 0.85) var(--tw-gradient-to-position);
}
.to-gray-400\/90 {
  --tw-gradient-to: rgb(156 163 175 / 0.9) var(--tw-gradient-to-position);
}
.to-gray-400\/95 {
  --tw-gradient-to: rgb(156 163 175 / 0.95) var(--tw-gradient-to-position);
}
.to-green-300 {
  --tw-gradient-to: #86EFAC var(--tw-gradient-to-position);
}
.to-green-300\/0 {
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
}
.to-green-300\/10 {
  --tw-gradient-to: rgb(134 239 172 / 0.1) var(--tw-gradient-to-position);
}
.to-green-300\/100 {
  --tw-gradient-to: rgb(134 239 172 / 1) var(--tw-gradient-to-position);
}
.to-green-300\/15 {
  --tw-gradient-to: rgb(134 239 172 / .15) var(--tw-gradient-to-position);
}
.to-green-300\/20 {
  --tw-gradient-to: rgb(134 239 172 / 0.2) var(--tw-gradient-to-position);
}
.to-green-300\/25 {
  --tw-gradient-to: rgb(134 239 172 / 0.25) var(--tw-gradient-to-position);
}
.to-green-300\/30 {
  --tw-gradient-to: rgb(134 239 172 / 0.3) var(--tw-gradient-to-position);
}
.to-green-300\/35 {
  --tw-gradient-to: rgb(134 239 172 / .35) var(--tw-gradient-to-position);
}
.to-green-300\/40 {
  --tw-gradient-to: rgb(134 239 172 / 0.4) var(--tw-gradient-to-position);
}
.to-green-300\/45 {
  --tw-gradient-to: rgb(134 239 172 / 0.45) var(--tw-gradient-to-position);
}
.to-green-300\/5 {
  --tw-gradient-to: rgb(134 239 172 / 0.05) var(--tw-gradient-to-position);
}
.to-green-300\/50 {
  --tw-gradient-to: rgb(134 239 172 / 0.5) var(--tw-gradient-to-position);
}
.to-green-300\/55 {
  --tw-gradient-to: rgb(134 239 172 / 0.55) var(--tw-gradient-to-position);
}
.to-green-300\/60 {
  --tw-gradient-to: rgb(134 239 172 / 0.6) var(--tw-gradient-to-position);
}
.to-green-300\/65 {
  --tw-gradient-to: rgb(134 239 172 / 0.65) var(--tw-gradient-to-position);
}
.to-green-300\/70 {
  --tw-gradient-to: rgb(134 239 172 / 0.7) var(--tw-gradient-to-position);
}
.to-green-300\/75 {
  --tw-gradient-to: rgb(134 239 172 / 0.75) var(--tw-gradient-to-position);
}
.to-green-300\/80 {
  --tw-gradient-to: rgb(134 239 172 / 0.8) var(--tw-gradient-to-position);
}
.to-green-300\/85 {
  --tw-gradient-to: rgb(134 239 172 / 0.85) var(--tw-gradient-to-position);
}
.to-green-300\/90 {
  --tw-gradient-to: rgb(134 239 172 / 0.9) var(--tw-gradient-to-position);
}
.to-green-300\/95 {
  --tw-gradient-to: rgb(134 239 172 / 0.95) var(--tw-gradient-to-position);
}
.to-green-400 {
  --tw-gradient-to: #4ADE80 var(--tw-gradient-to-position);
}
.to-green-400\/0 {
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
}
.to-green-400\/10 {
  --tw-gradient-to: rgb(74 222 128 / 0.1) var(--tw-gradient-to-position);
}
.to-green-400\/100 {
  --tw-gradient-to: rgb(74 222 128 / 1) var(--tw-gradient-to-position);
}
.to-green-400\/15 {
  --tw-gradient-to: rgb(74 222 128 / .15) var(--tw-gradient-to-position);
}
.to-green-400\/20 {
  --tw-gradient-to: rgb(74 222 128 / 0.2) var(--tw-gradient-to-position);
}
.to-green-400\/25 {
  --tw-gradient-to: rgb(74 222 128 / 0.25) var(--tw-gradient-to-position);
}
.to-green-400\/30 {
  --tw-gradient-to: rgb(74 222 128 / 0.3) var(--tw-gradient-to-position);
}
.to-green-400\/35 {
  --tw-gradient-to: rgb(74 222 128 / .35) var(--tw-gradient-to-position);
}
.to-green-400\/40 {
  --tw-gradient-to: rgb(74 222 128 / 0.4) var(--tw-gradient-to-position);
}
.to-green-400\/45 {
  --tw-gradient-to: rgb(74 222 128 / 0.45) var(--tw-gradient-to-position);
}
.to-green-400\/5 {
  --tw-gradient-to: rgb(74 222 128 / 0.05) var(--tw-gradient-to-position);
}
.to-green-400\/50 {
  --tw-gradient-to: rgb(74 222 128 / 0.5) var(--tw-gradient-to-position);
}
.to-green-400\/55 {
  --tw-gradient-to: rgb(74 222 128 / 0.55) var(--tw-gradient-to-position);
}
.to-green-400\/60 {
  --tw-gradient-to: rgb(74 222 128 / 0.6) var(--tw-gradient-to-position);
}
.to-green-400\/65 {
  --tw-gradient-to: rgb(74 222 128 / 0.65) var(--tw-gradient-to-position);
}
.to-green-400\/70 {
  --tw-gradient-to: rgb(74 222 128 / 0.7) var(--tw-gradient-to-position);
}
.to-green-400\/75 {
  --tw-gradient-to: rgb(74 222 128 / 0.75) var(--tw-gradient-to-position);
}
.to-green-400\/80 {
  --tw-gradient-to: rgb(74 222 128 / 0.8) var(--tw-gradient-to-position);
}
.to-green-400\/85 {
  --tw-gradient-to: rgb(74 222 128 / 0.85) var(--tw-gradient-to-position);
}
.to-green-400\/90 {
  --tw-gradient-to: rgb(74 222 128 / 0.9) var(--tw-gradient-to-position);
}
.to-green-400\/95 {
  --tw-gradient-to: rgb(74 222 128 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-300 {
  --tw-gradient-to: #A5B4FC var(--tw-gradient-to-position);
}
.to-indigo-300\/0 {
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
}
.to-indigo-300\/10 {
  --tw-gradient-to: rgb(165 180 252 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-300\/100 {
  --tw-gradient-to: rgb(165 180 252 / 1) var(--tw-gradient-to-position);
}
.to-indigo-300\/15 {
  --tw-gradient-to: rgb(165 180 252 / .15) var(--tw-gradient-to-position);
}
.to-indigo-300\/20 {
  --tw-gradient-to: rgb(165 180 252 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-300\/25 {
  --tw-gradient-to: rgb(165 180 252 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-300\/30 {
  --tw-gradient-to: rgb(165 180 252 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-300\/35 {
  --tw-gradient-to: rgb(165 180 252 / .35) var(--tw-gradient-to-position);
}
.to-indigo-300\/40 {
  --tw-gradient-to: rgb(165 180 252 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-300\/45 {
  --tw-gradient-to: rgb(165 180 252 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-300\/5 {
  --tw-gradient-to: rgb(165 180 252 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-300\/50 {
  --tw-gradient-to: rgb(165 180 252 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-300\/55 {
  --tw-gradient-to: rgb(165 180 252 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-300\/60 {
  --tw-gradient-to: rgb(165 180 252 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-300\/65 {
  --tw-gradient-to: rgb(165 180 252 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-300\/70 {
  --tw-gradient-to: rgb(165 180 252 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-300\/75 {
  --tw-gradient-to: rgb(165 180 252 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-300\/80 {
  --tw-gradient-to: rgb(165 180 252 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-300\/85 {
  --tw-gradient-to: rgb(165 180 252 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-300\/90 {
  --tw-gradient-to: rgb(165 180 252 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-300\/95 {
  --tw-gradient-to: rgb(165 180 252 / 0.95) var(--tw-gradient-to-position);
}
.to-indigo-400 {
  --tw-gradient-to: #818CF8 var(--tw-gradient-to-position);
}
.to-indigo-400\/0 {
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
}
.to-indigo-400\/10 {
  --tw-gradient-to: rgb(129 140 248 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-400\/100 {
  --tw-gradient-to: rgb(129 140 248 / 1) var(--tw-gradient-to-position);
}
.to-indigo-400\/15 {
  --tw-gradient-to: rgb(129 140 248 / .15) var(--tw-gradient-to-position);
}
.to-indigo-400\/20 {
  --tw-gradient-to: rgb(129 140 248 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-400\/25 {
  --tw-gradient-to: rgb(129 140 248 / 0.25) var(--tw-gradient-to-position);
}
.to-indigo-400\/30 {
  --tw-gradient-to: rgb(129 140 248 / 0.3) var(--tw-gradient-to-position);
}
.to-indigo-400\/35 {
  --tw-gradient-to: rgb(129 140 248 / .35) var(--tw-gradient-to-position);
}
.to-indigo-400\/40 {
  --tw-gradient-to: rgb(129 140 248 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-400\/45 {
  --tw-gradient-to: rgb(129 140 248 / 0.45) var(--tw-gradient-to-position);
}
.to-indigo-400\/5 {
  --tw-gradient-to: rgb(129 140 248 / 0.05) var(--tw-gradient-to-position);
}
.to-indigo-400\/50 {
  --tw-gradient-to: rgb(129 140 248 / 0.5) var(--tw-gradient-to-position);
}
.to-indigo-400\/55 {
  --tw-gradient-to: rgb(129 140 248 / 0.55) var(--tw-gradient-to-position);
}
.to-indigo-400\/60 {
  --tw-gradient-to: rgb(129 140 248 / 0.6) var(--tw-gradient-to-position);
}
.to-indigo-400\/65 {
  --tw-gradient-to: rgb(129 140 248 / 0.65) var(--tw-gradient-to-position);
}
.to-indigo-400\/70 {
  --tw-gradient-to: rgb(129 140 248 / 0.7) var(--tw-gradient-to-position);
}
.to-indigo-400\/75 {
  --tw-gradient-to: rgb(129 140 248 / 0.75) var(--tw-gradient-to-position);
}
.to-indigo-400\/80 {
  --tw-gradient-to: rgb(129 140 248 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-400\/85 {
  --tw-gradient-to: rgb(129 140 248 / 0.85) var(--tw-gradient-to-position);
}
.to-indigo-400\/90 {
  --tw-gradient-to: rgb(129 140 248 / 0.9) var(--tw-gradient-to-position);
}
.to-indigo-400\/95 {
  --tw-gradient-to: rgb(129 140 248 / 0.95) var(--tw-gradient-to-position);
}
.to-lime-300 {
  --tw-gradient-to: #BEF264 var(--tw-gradient-to-position);
}
.to-lime-300\/0 {
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
}
.to-lime-300\/10 {
  --tw-gradient-to: rgb(190 242 100 / 0.1) var(--tw-gradient-to-position);
}
.to-lime-300\/100 {
  --tw-gradient-to: rgb(190 242 100 / 1) var(--tw-gradient-to-position);
}
.to-lime-300\/15 {
  --tw-gradient-to: rgb(190 242 100 / .15) var(--tw-gradient-to-position);
}
.to-lime-300\/20 {
  --tw-gradient-to: rgb(190 242 100 / 0.2) var(--tw-gradient-to-position);
}
.to-lime-300\/25 {
  --tw-gradient-to: rgb(190 242 100 / 0.25) var(--tw-gradient-to-position);
}
.to-lime-300\/30 {
  --tw-gradient-to: rgb(190 242 100 / 0.3) var(--tw-gradient-to-position);
}
.to-lime-300\/35 {
  --tw-gradient-to: rgb(190 242 100 / .35) var(--tw-gradient-to-position);
}
.to-lime-300\/40 {
  --tw-gradient-to: rgb(190 242 100 / 0.4) var(--tw-gradient-to-position);
}
.to-lime-300\/45 {
  --tw-gradient-to: rgb(190 242 100 / 0.45) var(--tw-gradient-to-position);
}
.to-lime-300\/5 {
  --tw-gradient-to: rgb(190 242 100 / 0.05) var(--tw-gradient-to-position);
}
.to-lime-300\/50 {
  --tw-gradient-to: rgb(190 242 100 / 0.5) var(--tw-gradient-to-position);
}
.to-lime-300\/55 {
  --tw-gradient-to: rgb(190 242 100 / 0.55) var(--tw-gradient-to-position);
}
.to-lime-300\/60 {
  --tw-gradient-to: rgb(190 242 100 / 0.6) var(--tw-gradient-to-position);
}
.to-lime-300\/65 {
  --tw-gradient-to: rgb(190 242 100 / 0.65) var(--tw-gradient-to-position);
}
.to-lime-300\/70 {
  --tw-gradient-to: rgb(190 242 100 / 0.7) var(--tw-gradient-to-position);
}
.to-lime-300\/75 {
  --tw-gradient-to: rgb(190 242 100 / 0.75) var(--tw-gradient-to-position);
}
.to-lime-300\/80 {
  --tw-gradient-to: rgb(190 242 100 / 0.8) var(--tw-gradient-to-position);
}
.to-lime-300\/85 {
  --tw-gradient-to: rgb(190 242 100 / 0.85) var(--tw-gradient-to-position);
}
.to-lime-300\/90 {
  --tw-gradient-to: rgb(190 242 100 / 0.9) var(--tw-gradient-to-position);
}
.to-lime-300\/95 {
  --tw-gradient-to: rgb(190 242 100 / 0.95) var(--tw-gradient-to-position);
}
.to-lime-400 {
  --tw-gradient-to: #A3E635 var(--tw-gradient-to-position);
}
.to-lime-400\/0 {
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
}
.to-lime-400\/10 {
  --tw-gradient-to: rgb(163 230 53 / 0.1) var(--tw-gradient-to-position);
}
.to-lime-400\/100 {
  --tw-gradient-to: rgb(163 230 53 / 1) var(--tw-gradient-to-position);
}
.to-lime-400\/15 {
  --tw-gradient-to: rgb(163 230 53 / .15) var(--tw-gradient-to-position);
}
.to-lime-400\/20 {
  --tw-gradient-to: rgb(163 230 53 / 0.2) var(--tw-gradient-to-position);
}
.to-lime-400\/25 {
  --tw-gradient-to: rgb(163 230 53 / 0.25) var(--tw-gradient-to-position);
}
.to-lime-400\/30 {
  --tw-gradient-to: rgb(163 230 53 / 0.3) var(--tw-gradient-to-position);
}
.to-lime-400\/35 {
  --tw-gradient-to: rgb(163 230 53 / .35) var(--tw-gradient-to-position);
}
.to-lime-400\/40 {
  --tw-gradient-to: rgb(163 230 53 / 0.4) var(--tw-gradient-to-position);
}
.to-lime-400\/45 {
  --tw-gradient-to: rgb(163 230 53 / 0.45) var(--tw-gradient-to-position);
}
.to-lime-400\/5 {
  --tw-gradient-to: rgb(163 230 53 / 0.05) var(--tw-gradient-to-position);
}
.to-lime-400\/50 {
  --tw-gradient-to: rgb(163 230 53 / 0.5) var(--tw-gradient-to-position);
}
.to-lime-400\/55 {
  --tw-gradient-to: rgb(163 230 53 / 0.55) var(--tw-gradient-to-position);
}
.to-lime-400\/60 {
  --tw-gradient-to: rgb(163 230 53 / 0.6) var(--tw-gradient-to-position);
}
.to-lime-400\/65 {
  --tw-gradient-to: rgb(163 230 53 / 0.65) var(--tw-gradient-to-position);
}
.to-lime-400\/70 {
  --tw-gradient-to: rgb(163 230 53 / 0.7) var(--tw-gradient-to-position);
}
.to-lime-400\/75 {
  --tw-gradient-to: rgb(163 230 53 / 0.75) var(--tw-gradient-to-position);
}
.to-lime-400\/80 {
  --tw-gradient-to: rgb(163 230 53 / 0.8) var(--tw-gradient-to-position);
}
.to-lime-400\/85 {
  --tw-gradient-to: rgb(163 230 53 / 0.85) var(--tw-gradient-to-position);
}
.to-lime-400\/90 {
  --tw-gradient-to: rgb(163 230 53 / 0.9) var(--tw-gradient-to-position);
}
.to-lime-400\/95 {
  --tw-gradient-to: rgb(163 230 53 / 0.95) var(--tw-gradient-to-position);
}
.to-neutral-300 {
  --tw-gradient-to: #D4D4D4 var(--tw-gradient-to-position);
}
.to-neutral-300\/0 {
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
}
.to-neutral-300\/10 {
  --tw-gradient-to: rgb(212 212 212 / 0.1) var(--tw-gradient-to-position);
}
.to-neutral-300\/100 {
  --tw-gradient-to: rgb(212 212 212 / 1) var(--tw-gradient-to-position);
}
.to-neutral-300\/15 {
  --tw-gradient-to: rgb(212 212 212 / .15) var(--tw-gradient-to-position);
}
.to-neutral-300\/20 {
  --tw-gradient-to: rgb(212 212 212 / 0.2) var(--tw-gradient-to-position);
}
.to-neutral-300\/25 {
  --tw-gradient-to: rgb(212 212 212 / 0.25) var(--tw-gradient-to-position);
}
.to-neutral-300\/30 {
  --tw-gradient-to: rgb(212 212 212 / 0.3) var(--tw-gradient-to-position);
}
.to-neutral-300\/35 {
  --tw-gradient-to: rgb(212 212 212 / .35) var(--tw-gradient-to-position);
}
.to-neutral-300\/40 {
  --tw-gradient-to: rgb(212 212 212 / 0.4) var(--tw-gradient-to-position);
}
.to-neutral-300\/45 {
  --tw-gradient-to: rgb(212 212 212 / 0.45) var(--tw-gradient-to-position);
}
.to-neutral-300\/5 {
  --tw-gradient-to: rgb(212 212 212 / 0.05) var(--tw-gradient-to-position);
}
.to-neutral-300\/50 {
  --tw-gradient-to: rgb(212 212 212 / 0.5) var(--tw-gradient-to-position);
}
.to-neutral-300\/55 {
  --tw-gradient-to: rgb(212 212 212 / 0.55) var(--tw-gradient-to-position);
}
.to-neutral-300\/60 {
  --tw-gradient-to: rgb(212 212 212 / 0.6) var(--tw-gradient-to-position);
}
.to-neutral-300\/65 {
  --tw-gradient-to: rgb(212 212 212 / 0.65) var(--tw-gradient-to-position);
}
.to-neutral-300\/70 {
  --tw-gradient-to: rgb(212 212 212 / 0.7) var(--tw-gradient-to-position);
}
.to-neutral-300\/75 {
  --tw-gradient-to: rgb(212 212 212 / 0.75) var(--tw-gradient-to-position);
}
.to-neutral-300\/80 {
  --tw-gradient-to: rgb(212 212 212 / 0.8) var(--tw-gradient-to-position);
}
.to-neutral-300\/85 {
  --tw-gradient-to: rgb(212 212 212 / 0.85) var(--tw-gradient-to-position);
}
.to-neutral-300\/90 {
  --tw-gradient-to: rgb(212 212 212 / 0.9) var(--tw-gradient-to-position);
}
.to-neutral-300\/95 {
  --tw-gradient-to: rgb(212 212 212 / 0.95) var(--tw-gradient-to-position);
}
.to-neutral-400 {
  --tw-gradient-to: #A3A3A3 var(--tw-gradient-to-position);
}
.to-neutral-400\/0 {
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
}
.to-neutral-400\/10 {
  --tw-gradient-to: rgb(163 163 163 / 0.1) var(--tw-gradient-to-position);
}
.to-neutral-400\/100 {
  --tw-gradient-to: rgb(163 163 163 / 1) var(--tw-gradient-to-position);
}
.to-neutral-400\/15 {
  --tw-gradient-to: rgb(163 163 163 / .15) var(--tw-gradient-to-position);
}
.to-neutral-400\/20 {
  --tw-gradient-to: rgb(163 163 163 / 0.2) var(--tw-gradient-to-position);
}
.to-neutral-400\/25 {
  --tw-gradient-to: rgb(163 163 163 / 0.25) var(--tw-gradient-to-position);
}
.to-neutral-400\/30 {
  --tw-gradient-to: rgb(163 163 163 / 0.3) var(--tw-gradient-to-position);
}
.to-neutral-400\/35 {
  --tw-gradient-to: rgb(163 163 163 / .35) var(--tw-gradient-to-position);
}
.to-neutral-400\/40 {
  --tw-gradient-to: rgb(163 163 163 / 0.4) var(--tw-gradient-to-position);
}
.to-neutral-400\/45 {
  --tw-gradient-to: rgb(163 163 163 / 0.45) var(--tw-gradient-to-position);
}
.to-neutral-400\/5 {
  --tw-gradient-to: rgb(163 163 163 / 0.05) var(--tw-gradient-to-position);
}
.to-neutral-400\/50 {
  --tw-gradient-to: rgb(163 163 163 / 0.5) var(--tw-gradient-to-position);
}
.to-neutral-400\/55 {
  --tw-gradient-to: rgb(163 163 163 / 0.55) var(--tw-gradient-to-position);
}
.to-neutral-400\/60 {
  --tw-gradient-to: rgb(163 163 163 / 0.6) var(--tw-gradient-to-position);
}
.to-neutral-400\/65 {
  --tw-gradient-to: rgb(163 163 163 / 0.65) var(--tw-gradient-to-position);
}
.to-neutral-400\/70 {
  --tw-gradient-to: rgb(163 163 163 / 0.7) var(--tw-gradient-to-position);
}
.to-neutral-400\/75 {
  --tw-gradient-to: rgb(163 163 163 / 0.75) var(--tw-gradient-to-position);
}
.to-neutral-400\/80 {
  --tw-gradient-to: rgb(163 163 163 / 0.8) var(--tw-gradient-to-position);
}
.to-neutral-400\/85 {
  --tw-gradient-to: rgb(163 163 163 / 0.85) var(--tw-gradient-to-position);
}
.to-neutral-400\/90 {
  --tw-gradient-to: rgb(163 163 163 / 0.9) var(--tw-gradient-to-position);
}
.to-neutral-400\/95 {
  --tw-gradient-to: rgb(163 163 163 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-300 {
  --tw-gradient-to: #CED14A var(--tw-gradient-to-position);
}
.to-olive-300\/0 {
  --tw-gradient-to: rgb(206 209 74 / 0) var(--tw-gradient-to-position);
}
.to-olive-300\/10 {
  --tw-gradient-to: rgb(206 209 74 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-300\/100 {
  --tw-gradient-to: rgb(206 209 74 / 1) var(--tw-gradient-to-position);
}
.to-olive-300\/15 {
  --tw-gradient-to: rgb(206 209 74 / .15) var(--tw-gradient-to-position);
}
.to-olive-300\/20 {
  --tw-gradient-to: rgb(206 209 74 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-300\/25 {
  --tw-gradient-to: rgb(206 209 74 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-300\/30 {
  --tw-gradient-to: rgb(206 209 74 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-300\/35 {
  --tw-gradient-to: rgb(206 209 74 / .35) var(--tw-gradient-to-position);
}
.to-olive-300\/40 {
  --tw-gradient-to: rgb(206 209 74 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-300\/45 {
  --tw-gradient-to: rgb(206 209 74 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-300\/5 {
  --tw-gradient-to: rgb(206 209 74 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-300\/50 {
  --tw-gradient-to: rgb(206 209 74 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-300\/55 {
  --tw-gradient-to: rgb(206 209 74 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-300\/60 {
  --tw-gradient-to: rgb(206 209 74 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-300\/65 {
  --tw-gradient-to: rgb(206 209 74 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-300\/70 {
  --tw-gradient-to: rgb(206 209 74 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-300\/75 {
  --tw-gradient-to: rgb(206 209 74 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-300\/80 {
  --tw-gradient-to: rgb(206 209 74 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-300\/85 {
  --tw-gradient-to: rgb(206 209 74 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-300\/90 {
  --tw-gradient-to: rgb(206 209 74 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-300\/95 {
  --tw-gradient-to: rgb(206 209 74 / 0.95) var(--tw-gradient-to-position);
}
.to-olive-400 {
  --tw-gradient-to: #A8B43C var(--tw-gradient-to-position);
}
.to-olive-400\/0 {
  --tw-gradient-to: rgb(168 180 60 / 0) var(--tw-gradient-to-position);
}
.to-olive-400\/10 {
  --tw-gradient-to: rgb(168 180 60 / 0.1) var(--tw-gradient-to-position);
}
.to-olive-400\/100 {
  --tw-gradient-to: rgb(168 180 60 / 1) var(--tw-gradient-to-position);
}
.to-olive-400\/15 {
  --tw-gradient-to: rgb(168 180 60 / .15) var(--tw-gradient-to-position);
}
.to-olive-400\/20 {
  --tw-gradient-to: rgb(168 180 60 / 0.2) var(--tw-gradient-to-position);
}
.to-olive-400\/25 {
  --tw-gradient-to: rgb(168 180 60 / 0.25) var(--tw-gradient-to-position);
}
.to-olive-400\/30 {
  --tw-gradient-to: rgb(168 180 60 / 0.3) var(--tw-gradient-to-position);
}
.to-olive-400\/35 {
  --tw-gradient-to: rgb(168 180 60 / .35) var(--tw-gradient-to-position);
}
.to-olive-400\/40 {
  --tw-gradient-to: rgb(168 180 60 / 0.4) var(--tw-gradient-to-position);
}
.to-olive-400\/45 {
  --tw-gradient-to: rgb(168 180 60 / 0.45) var(--tw-gradient-to-position);
}
.to-olive-400\/5 {
  --tw-gradient-to: rgb(168 180 60 / 0.05) var(--tw-gradient-to-position);
}
.to-olive-400\/50 {
  --tw-gradient-to: rgb(168 180 60 / 0.5) var(--tw-gradient-to-position);
}
.to-olive-400\/55 {
  --tw-gradient-to: rgb(168 180 60 / 0.55) var(--tw-gradient-to-position);
}
.to-olive-400\/60 {
  --tw-gradient-to: rgb(168 180 60 / 0.6) var(--tw-gradient-to-position);
}
.to-olive-400\/65 {
  --tw-gradient-to: rgb(168 180 60 / 0.65) var(--tw-gradient-to-position);
}
.to-olive-400\/70 {
  --tw-gradient-to: rgb(168 180 60 / 0.7) var(--tw-gradient-to-position);
}
.to-olive-400\/75 {
  --tw-gradient-to: rgb(168 180 60 / 0.75) var(--tw-gradient-to-position);
}
.to-olive-400\/80 {
  --tw-gradient-to: rgb(168 180 60 / 0.8) var(--tw-gradient-to-position);
}
.to-olive-400\/85 {
  --tw-gradient-to: rgb(168 180 60 / 0.85) var(--tw-gradient-to-position);
}
.to-olive-400\/90 {
  --tw-gradient-to: rgb(168 180 60 / 0.9) var(--tw-gradient-to-position);
}
.to-olive-400\/95 {
  --tw-gradient-to: rgb(168 180 60 / 0.95) var(--tw-gradient-to-position);
}
.to-orange-300 {
  --tw-gradient-to: #FDBA74 var(--tw-gradient-to-position);
}
.to-orange-300\/0 {
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
}
.to-orange-300\/10 {
  --tw-gradient-to: rgb(253 186 116 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-300\/100 {
  --tw-gradient-to: rgb(253 186 116 / 1) var(--tw-gradient-to-position);
}
.to-orange-300\/15 {
  --tw-gradient-to: rgb(253 186 116 / .15) var(--tw-gradient-to-position);
}
.to-orange-300\/20 {
  --tw-gradient-to: rgb(253 186 116 / 0.2) var(--tw-gradient-to-position);
}
.to-orange-300\/25 {
  --tw-gradient-to: rgb(253 186 116 / 0.25) var(--tw-gradient-to-position);
}
.to-orange-300\/30 {
  --tw-gradient-to: rgb(253 186 116 / 0.3) var(--tw-gradient-to-position);
}
.to-orange-300\/35 {
  --tw-gradient-to: rgb(253 186 116 / .35) var(--tw-gradient-to-position);
}
.to-orange-300\/40 {
  --tw-gradient-to: rgb(253 186 116 / 0.4) var(--tw-gradient-to-position);
}
.to-orange-300\/45 {
  --tw-gradient-to: rgb(253 186 116 / 0.45) var(--tw-gradient-to-position);
}
.to-orange-300\/5 {
  --tw-gradient-to: rgb(253 186 116 / 0.05) var(--tw-gradient-to-position);
}
.to-orange-300\/50 {
  --tw-gradient-to: rgb(253 186 116 / 0.5) var(--tw-gradient-to-position);
}
.to-orange-300\/55 {
  --tw-gradient-to: rgb(253 186 116 / 0.55) var(--tw-gradient-to-position);
}
.to-orange-300\/60 {
  --tw-gradient-to: rgb(253 186 116 / 0.6) var(--tw-gradient-to-position);
}
.to-orange-300\/65 {
  --tw-gradient-to: rgb(253 186 116 / 0.65) var(--tw-gradient-to-position);
}
.to-orange-300\/70 {
  --tw-gradient-to: rgb(253 186 116 / 0.7) var(--tw-gradient-to-position);
}
.to-orange-300\/75 {
  --tw-gradient-to: rgb(253 186 116 / 0.75) var(--tw-gradient-to-position);
}
.to-orange-300\/80 {
  --tw-gradient-to: rgb(253 186 116 / 0.8) var(--tw-gradient-to-position);
}
.to-orange-300\/85 {
  --tw-gradient-to: rgb(253 186 116 / 0.85) var(--tw-gradient-to-position);
}
.to-orange-300\/90 {
  --tw-gradient-to: rgb(253 186 116 / 0.9) var(--tw-gradient-to-position);
}
.to-orange-300\/95 {
  --tw-gradient-to: rgb(253 186 116 / 0.95) var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #FB923C var(--tw-gradient-to-position);
}
.to-orange-400\/0 {
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
}
.to-orange-400\/10 {
  --tw-gradient-to: rgb(251 146 60 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-400\/100 {
  --tw-gradient-to: rgb(251 146 60 / 1) var(--tw-gradient-to-position);
}
.to-orange-400\/15 {
  --tw-gradient-to: rgb(251 146 60 / .15) var(--tw-gradient-to-position);
}
.to-orange-400\/20 {
  --tw-gradient-to: rgb(251 146 60 / 0.2) var(--tw-gradient-to-position);
}
.to-orange-400\/25 {
  --tw-gradient-to: rgb(251 146 60 / 0.25) var(--tw-gradient-to-position);
}
.to-orange-400\/30 {
  --tw-gradient-to: rgb(251 146 60 / 0.3) var(--tw-gradient-to-position);
}
.to-orange-400\/35 {
  --tw-gradient-to: rgb(251 146 60 / .35) var(--tw-gradient-to-position);
}
.to-orange-400\/40 {
  --tw-gradient-to: rgb(251 146 60 / 0.4) var(--tw-gradient-to-position);
}
.to-orange-400\/45 {
  --tw-gradient-to: rgb(251 146 60 / 0.45) var(--tw-gradient-to-position);
}
.to-orange-400\/5 {
  --tw-gradient-to: rgb(251 146 60 / 0.05) var(--tw-gradient-to-position);
}
.to-orange-400\/50 {
  --tw-gradient-to: rgb(251 146 60 / 0.5) var(--tw-gradient-to-position);
}
.to-orange-400\/55 {
  --tw-gradient-to: rgb(251 146 60 / 0.55) var(--tw-gradient-to-position);
}
.to-orange-400\/60 {
  --tw-gradient-to: rgb(251 146 60 / 0.6) var(--tw-gradient-to-position);
}
.to-orange-400\/65 {
  --tw-gradient-to: rgb(251 146 60 / 0.65) var(--tw-gradient-to-position);
}
.to-orange-400\/70 {
  --tw-gradient-to: rgb(251 146 60 / 0.7) var(--tw-gradient-to-position);
}
.to-orange-400\/75 {
  --tw-gradient-to: rgb(251 146 60 / 0.75) var(--tw-gradient-to-position);
}
.to-orange-400\/80 {
  --tw-gradient-to: rgb(251 146 60 / 0.8) var(--tw-gradient-to-position);
}
.to-orange-400\/85 {
  --tw-gradient-to: rgb(251 146 60 / 0.85) var(--tw-gradient-to-position);
}
.to-orange-400\/90 {
  --tw-gradient-to: rgb(251 146 60 / 0.9) var(--tw-gradient-to-position);
}
.to-orange-400\/95 {
  --tw-gradient-to: rgb(251 146 60 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-300 {
  --tw-gradient-to: #F9A8D4 var(--tw-gradient-to-position);
}
.to-pink-300\/0 {
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
}
.to-pink-300\/10 {
  --tw-gradient-to: rgb(249 168 212 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-300\/100 {
  --tw-gradient-to: rgb(249 168 212 / 1) var(--tw-gradient-to-position);
}
.to-pink-300\/15 {
  --tw-gradient-to: rgb(249 168 212 / .15) var(--tw-gradient-to-position);
}
.to-pink-300\/20 {
  --tw-gradient-to: rgb(249 168 212 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-300\/25 {
  --tw-gradient-to: rgb(249 168 212 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-300\/30 {
  --tw-gradient-to: rgb(249 168 212 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-300\/35 {
  --tw-gradient-to: rgb(249 168 212 / .35) var(--tw-gradient-to-position);
}
.to-pink-300\/40 {
  --tw-gradient-to: rgb(249 168 212 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-300\/45 {
  --tw-gradient-to: rgb(249 168 212 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-300\/5 {
  --tw-gradient-to: rgb(249 168 212 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-300\/50 {
  --tw-gradient-to: rgb(249 168 212 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-300\/55 {
  --tw-gradient-to: rgb(249 168 212 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-300\/60 {
  --tw-gradient-to: rgb(249 168 212 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-300\/65 {
  --tw-gradient-to: rgb(249 168 212 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-300\/70 {
  --tw-gradient-to: rgb(249 168 212 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-300\/75 {
  --tw-gradient-to: rgb(249 168 212 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-300\/80 {
  --tw-gradient-to: rgb(249 168 212 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-300\/85 {
  --tw-gradient-to: rgb(249 168 212 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-300\/90 {
  --tw-gradient-to: rgb(249 168 212 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-300\/95 {
  --tw-gradient-to: rgb(249 168 212 / 0.95) var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #F472B6 var(--tw-gradient-to-position);
}
.to-pink-400\/0 {
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
}
.to-pink-400\/10 {
  --tw-gradient-to: rgb(244 114 182 / 0.1) var(--tw-gradient-to-position);
}
.to-pink-400\/100 {
  --tw-gradient-to: rgb(244 114 182 / 1) var(--tw-gradient-to-position);
}
.to-pink-400\/15 {
  --tw-gradient-to: rgb(244 114 182 / .15) var(--tw-gradient-to-position);
}
.to-pink-400\/20 {
  --tw-gradient-to: rgb(244 114 182 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-400\/25 {
  --tw-gradient-to: rgb(244 114 182 / 0.25) var(--tw-gradient-to-position);
}
.to-pink-400\/30 {
  --tw-gradient-to: rgb(244 114 182 / 0.3) var(--tw-gradient-to-position);
}
.to-pink-400\/35 {
  --tw-gradient-to: rgb(244 114 182 / .35) var(--tw-gradient-to-position);
}
.to-pink-400\/40 {
  --tw-gradient-to: rgb(244 114 182 / 0.4) var(--tw-gradient-to-position);
}
.to-pink-400\/45 {
  --tw-gradient-to: rgb(244 114 182 / 0.45) var(--tw-gradient-to-position);
}
.to-pink-400\/5 {
  --tw-gradient-to: rgb(244 114 182 / 0.05) var(--tw-gradient-to-position);
}
.to-pink-400\/50 {
  --tw-gradient-to: rgb(244 114 182 / 0.5) var(--tw-gradient-to-position);
}
.to-pink-400\/55 {
  --tw-gradient-to: rgb(244 114 182 / 0.55) var(--tw-gradient-to-position);
}
.to-pink-400\/60 {
  --tw-gradient-to: rgb(244 114 182 / 0.6) var(--tw-gradient-to-position);
}
.to-pink-400\/65 {
  --tw-gradient-to: rgb(244 114 182 / 0.65) var(--tw-gradient-to-position);
}
.to-pink-400\/70 {
  --tw-gradient-to: rgb(244 114 182 / 0.7) var(--tw-gradient-to-position);
}
.to-pink-400\/75 {
  --tw-gradient-to: rgb(244 114 182 / 0.75) var(--tw-gradient-to-position);
}
.to-pink-400\/80 {
  --tw-gradient-to: rgb(244 114 182 / 0.8) var(--tw-gradient-to-position);
}
.to-pink-400\/85 {
  --tw-gradient-to: rgb(244 114 182 / 0.85) var(--tw-gradient-to-position);
}
.to-pink-400\/90 {
  --tw-gradient-to: rgb(244 114 182 / 0.9) var(--tw-gradient-to-position);
}
.to-pink-400\/95 {
  --tw-gradient-to: rgb(244 114 182 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-300 {
  --tw-gradient-to: #D8B4FE var(--tw-gradient-to-position);
}
.to-purple-300\/0 {
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
}
.to-purple-300\/10 {
  --tw-gradient-to: rgb(216 180 254 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-300\/100 {
  --tw-gradient-to: rgb(216 180 254 / 1) var(--tw-gradient-to-position);
}
.to-purple-300\/15 {
  --tw-gradient-to: rgb(216 180 254 / .15) var(--tw-gradient-to-position);
}
.to-purple-300\/20 {
  --tw-gradient-to: rgb(216 180 254 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-300\/25 {
  --tw-gradient-to: rgb(216 180 254 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-300\/30 {
  --tw-gradient-to: rgb(216 180 254 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-300\/35 {
  --tw-gradient-to: rgb(216 180 254 / .35) var(--tw-gradient-to-position);
}
.to-purple-300\/40 {
  --tw-gradient-to: rgb(216 180 254 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-300\/45 {
  --tw-gradient-to: rgb(216 180 254 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-300\/5 {
  --tw-gradient-to: rgb(216 180 254 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-300\/50 {
  --tw-gradient-to: rgb(216 180 254 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-300\/55 {
  --tw-gradient-to: rgb(216 180 254 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-300\/60 {
  --tw-gradient-to: rgb(216 180 254 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-300\/65 {
  --tw-gradient-to: rgb(216 180 254 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-300\/70 {
  --tw-gradient-to: rgb(216 180 254 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-300\/75 {
  --tw-gradient-to: rgb(216 180 254 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-300\/80 {
  --tw-gradient-to: rgb(216 180 254 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-300\/85 {
  --tw-gradient-to: rgb(216 180 254 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-300\/90 {
  --tw-gradient-to: rgb(216 180 254 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-300\/95 {
  --tw-gradient-to: rgb(216 180 254 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #C084FC var(--tw-gradient-to-position);
}
.to-purple-400\/0 {
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
}
.to-purple-400\/10 {
  --tw-gradient-to: rgb(192 132 252 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-400\/100 {
  --tw-gradient-to: rgb(192 132 252 / 1) var(--tw-gradient-to-position);
}
.to-purple-400\/15 {
  --tw-gradient-to: rgb(192 132 252 / .15) var(--tw-gradient-to-position);
}
.to-purple-400\/20 {
  --tw-gradient-to: rgb(192 132 252 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-400\/25 {
  --tw-gradient-to: rgb(192 132 252 / 0.25) var(--tw-gradient-to-position);
}
.to-purple-400\/30 {
  --tw-gradient-to: rgb(192 132 252 / 0.3) var(--tw-gradient-to-position);
}
.to-purple-400\/35 {
  --tw-gradient-to: rgb(192 132 252 / .35) var(--tw-gradient-to-position);
}
.to-purple-400\/40 {
  --tw-gradient-to: rgb(192 132 252 / 0.4) var(--tw-gradient-to-position);
}
.to-purple-400\/45 {
  --tw-gradient-to: rgb(192 132 252 / 0.45) var(--tw-gradient-to-position);
}
.to-purple-400\/5 {
  --tw-gradient-to: rgb(192 132 252 / 0.05) var(--tw-gradient-to-position);
}
.to-purple-400\/50 {
  --tw-gradient-to: rgb(192 132 252 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-400\/55 {
  --tw-gradient-to: rgb(192 132 252 / 0.55) var(--tw-gradient-to-position);
}
.to-purple-400\/60 {
  --tw-gradient-to: rgb(192 132 252 / 0.6) var(--tw-gradient-to-position);
}
.to-purple-400\/65 {
  --tw-gradient-to: rgb(192 132 252 / 0.65) var(--tw-gradient-to-position);
}
.to-purple-400\/70 {
  --tw-gradient-to: rgb(192 132 252 / 0.7) var(--tw-gradient-to-position);
}
.to-purple-400\/75 {
  --tw-gradient-to: rgb(192 132 252 / 0.75) var(--tw-gradient-to-position);
}
.to-purple-400\/80 {
  --tw-gradient-to: rgb(192 132 252 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-400\/85 {
  --tw-gradient-to: rgb(192 132 252 / 0.85) var(--tw-gradient-to-position);
}
.to-purple-400\/90 {
  --tw-gradient-to: rgb(192 132 252 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-400\/95 {
  --tw-gradient-to: rgb(192 132 252 / 0.95) var(--tw-gradient-to-position);
}
.to-red-300 {
  --tw-gradient-to: #FCA5A5 var(--tw-gradient-to-position);
}
.to-red-300\/0 {
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
}
.to-red-300\/10 {
  --tw-gradient-to: rgb(252 165 165 / 0.1) var(--tw-gradient-to-position);
}
.to-red-300\/100 {
  --tw-gradient-to: rgb(252 165 165 / 1) var(--tw-gradient-to-position);
}
.to-red-300\/15 {
  --tw-gradient-to: rgb(252 165 165 / .15) var(--tw-gradient-to-position);
}
.to-red-300\/20 {
  --tw-gradient-to: rgb(252 165 165 / 0.2) var(--tw-gradient-to-position);
}
.to-red-300\/25 {
  --tw-gradient-to: rgb(252 165 165 / 0.25) var(--tw-gradient-to-position);
}
.to-red-300\/30 {
  --tw-gradient-to: rgb(252 165 165 / 0.3) var(--tw-gradient-to-position);
}
.to-red-300\/35 {
  --tw-gradient-to: rgb(252 165 165 / .35) var(--tw-gradient-to-position);
}
.to-red-300\/40 {
  --tw-gradient-to: rgb(252 165 165 / 0.4) var(--tw-gradient-to-position);
}
.to-red-300\/45 {
  --tw-gradient-to: rgb(252 165 165 / 0.45) var(--tw-gradient-to-position);
}
.to-red-300\/5 {
  --tw-gradient-to: rgb(252 165 165 / 0.05) var(--tw-gradient-to-position);
}
.to-red-300\/50 {
  --tw-gradient-to: rgb(252 165 165 / 0.5) var(--tw-gradient-to-position);
}
.to-red-300\/55 {
  --tw-gradient-to: rgb(252 165 165 / 0.55) var(--tw-gradient-to-position);
}
.to-red-300\/60 {
  --tw-gradient-to: rgb(252 165 165 / 0.6) var(--tw-gradient-to-position);
}
.to-red-300\/65 {
  --tw-gradient-to: rgb(252 165 165 / 0.65) var(--tw-gradient-to-position);
}
.to-red-300\/70 {
  --tw-gradient-to: rgb(252 165 165 / 0.7) var(--tw-gradient-to-position);
}
.to-red-300\/75 {
  --tw-gradient-to: rgb(252 165 165 / 0.75) var(--tw-gradient-to-position);
}
.to-red-300\/80 {
  --tw-gradient-to: rgb(252 165 165 / 0.8) var(--tw-gradient-to-position);
}
.to-red-300\/85 {
  --tw-gradient-to: rgb(252 165 165 / 0.85) var(--tw-gradient-to-position);
}
.to-red-300\/90 {
  --tw-gradient-to: rgb(252 165 165 / 0.9) var(--tw-gradient-to-position);
}
.to-red-300\/95 {
  --tw-gradient-to: rgb(252 165 165 / 0.95) var(--tw-gradient-to-position);
}
.to-red-400 {
  --tw-gradient-to: #F87171 var(--tw-gradient-to-position);
}
.to-red-400\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
}
.to-red-400\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0.1) var(--tw-gradient-to-position);
}
.to-red-400\/100 {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position);
}
.to-red-400\/15 {
  --tw-gradient-to: rgb(248 113 113 / .15) var(--tw-gradient-to-position);
}
.to-red-400\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0.2) var(--tw-gradient-to-position);
}
.to-red-400\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0.25) var(--tw-gradient-to-position);
}
.to-red-400\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0.3) var(--tw-gradient-to-position);
}
.to-red-400\/35 {
  --tw-gradient-to: rgb(248 113 113 / .35) var(--tw-gradient-to-position);
}
.to-red-400\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0.4) var(--tw-gradient-to-position);
}
.to-red-400\/45 {
  --tw-gradient-to: rgb(248 113 113 / 0.45) var(--tw-gradient-to-position);
}
.to-red-400\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0.05) var(--tw-gradient-to-position);
}
.to-red-400\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position);
}
.to-red-400\/55 {
  --tw-gradient-to: rgb(248 113 113 / 0.55) var(--tw-gradient-to-position);
}
.to-red-400\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0.6) var(--tw-gradient-to-position);
}
.to-red-400\/65 {
  --tw-gradient-to: rgb(248 113 113 / 0.65) var(--tw-gradient-to-position);
}
.to-red-400\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0.7) var(--tw-gradient-to-position);
}
.to-red-400\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0.75) var(--tw-gradient-to-position);
}
.to-red-400\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0.8) var(--tw-gradient-to-position);
}
.to-red-400\/85 {
  --tw-gradient-to: rgb(248 113 113 / 0.85) var(--tw-gradient-to-position);
}
.to-red-400\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0.9) var(--tw-gradient-to-position);
}
.to-red-400\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0.95) var(--tw-gradient-to-position);
}
.to-rose-300 {
  --tw-gradient-to: #FDA4AF var(--tw-gradient-to-position);
}
.to-rose-300\/0 {
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
}
.to-rose-300\/10 {
  --tw-gradient-to: rgb(253 164 175 / 0.1) var(--tw-gradient-to-position);
}
.to-rose-300\/100 {
  --tw-gradient-to: rgb(253 164 175 / 1) var(--tw-gradient-to-position);
}
.to-rose-300\/15 {
  --tw-gradient-to: rgb(253 164 175 / .15) var(--tw-gradient-to-position);
}
.to-rose-300\/20 {
  --tw-gradient-to: rgb(253 164 175 / 0.2) var(--tw-gradient-to-position);
}
.to-rose-300\/25 {
  --tw-gradient-to: rgb(253 164 175 / 0.25) var(--tw-gradient-to-position);
}
.to-rose-300\/30 {
  --tw-gradient-to: rgb(253 164 175 / 0.3) var(--tw-gradient-to-position);
}
.to-rose-300\/35 {
  --tw-gradient-to: rgb(253 164 175 / .35) var(--tw-gradient-to-position);
}
.to-rose-300\/40 {
  --tw-gradient-to: rgb(253 164 175 / 0.4) var(--tw-gradient-to-position);
}
.to-rose-300\/45 {
  --tw-gradient-to: rgb(253 164 175 / 0.45) var(--tw-gradient-to-position);
}
.to-rose-300\/5 {
  --tw-gradient-to: rgb(253 164 175 / 0.05) var(--tw-gradient-to-position);
}
.to-rose-300\/50 {
  --tw-gradient-to: rgb(253 164 175 / 0.5) var(--tw-gradient-to-position);
}
.to-rose-300\/55 {
  --tw-gradient-to: rgb(253 164 175 / 0.55) var(--tw-gradient-to-position);
}
.to-rose-300\/60 {
  --tw-gradient-to: rgb(253 164 175 / 0.6) var(--tw-gradient-to-position);
}
.to-rose-300\/65 {
  --tw-gradient-to: rgb(253 164 175 / 0.65) var(--tw-gradient-to-position);
}
.to-rose-300\/70 {
  --tw-gradient-to: rgb(253 164 175 / 0.7) var(--tw-gradient-to-position);
}
.to-rose-300\/75 {
  --tw-gradient-to: rgb(253 164 175 / 0.75) var(--tw-gradient-to-position);
}
.to-rose-300\/80 {
  --tw-gradient-to: rgb(253 164 175 / 0.8) var(--tw-gradient-to-position);
}
.to-rose-300\/85 {
  --tw-gradient-to: rgb(253 164 175 / 0.85) var(--tw-gradient-to-position);
}
.to-rose-300\/90 {
  --tw-gradient-to: rgb(253 164 175 / 0.9) var(--tw-gradient-to-position);
}
.to-rose-300\/95 {
  --tw-gradient-to: rgb(253 164 175 / 0.95) var(--tw-gradient-to-position);
}
.to-rose-400 {
  --tw-gradient-to: #FB7185 var(--tw-gradient-to-position);
}
.to-rose-400\/0 {
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
}
.to-rose-400\/10 {
  --tw-gradient-to: rgb(251 113 133 / 0.1) var(--tw-gradient-to-position);
}
.to-rose-400\/100 {
  --tw-gradient-to: rgb(251 113 133 / 1) var(--tw-gradient-to-position);
}
.to-rose-400\/15 {
  --tw-gradient-to: rgb(251 113 133 / .15) var(--tw-gradient-to-position);
}
.to-rose-400\/20 {
  --tw-gradient-to: rgb(251 113 133 / 0.2) var(--tw-gradient-to-position);
}
.to-rose-400\/25 {
  --tw-gradient-to: rgb(251 113 133 / 0.25) var(--tw-gradient-to-position);
}
.to-rose-400\/30 {
  --tw-gradient-to: rgb(251 113 133 / 0.3) var(--tw-gradient-to-position);
}
.to-rose-400\/35 {
  --tw-gradient-to: rgb(251 113 133 / .35) var(--tw-gradient-to-position);
}
.to-rose-400\/40 {
  --tw-gradient-to: rgb(251 113 133 / 0.4) var(--tw-gradient-to-position);
}
.to-rose-400\/45 {
  --tw-gradient-to: rgb(251 113 133 / 0.45) var(--tw-gradient-to-position);
}
.to-rose-400\/5 {
  --tw-gradient-to: rgb(251 113 133 / 0.05) var(--tw-gradient-to-position);
}
.to-rose-400\/50 {
  --tw-gradient-to: rgb(251 113 133 / 0.5) var(--tw-gradient-to-position);
}
.to-rose-400\/55 {
  --tw-gradient-to: rgb(251 113 133 / 0.55) var(--tw-gradient-to-position);
}
.to-rose-400\/60 {
  --tw-gradient-to: rgb(251 113 133 / 0.6) var(--tw-gradient-to-position);
}
.to-rose-400\/65 {
  --tw-gradient-to: rgb(251 113 133 / 0.65) var(--tw-gradient-to-position);
}
.to-rose-400\/70 {
  --tw-gradient-to: rgb(251 113 133 / 0.7) var(--tw-gradient-to-position);
}
.to-rose-400\/75 {
  --tw-gradient-to: rgb(251 113 133 / 0.75) var(--tw-gradient-to-position);
}
.to-rose-400\/80 {
  --tw-gradient-to: rgb(251 113 133 / 0.8) var(--tw-gradient-to-position);
}
.to-rose-400\/85 {
  --tw-gradient-to: rgb(251 113 133 / 0.85) var(--tw-gradient-to-position);
}
.to-rose-400\/90 {
  --tw-gradient-to: rgb(251 113 133 / 0.9) var(--tw-gradient-to-position);
}
.to-rose-400\/95 {
  --tw-gradient-to: rgb(251 113 133 / 0.95) var(--tw-gradient-to-position);
}
.to-sky-300 {
  --tw-gradient-to: #7DD3FC var(--tw-gradient-to-position);
}
.to-sky-300\/0 {
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
}
.to-sky-300\/10 {
  --tw-gradient-to: rgb(125 211 252 / 0.1) var(--tw-gradient-to-position);
}
.to-sky-300\/100 {
  --tw-gradient-to: rgb(125 211 252 / 1) var(--tw-gradient-to-position);
}
.to-sky-300\/15 {
  --tw-gradient-to: rgb(125 211 252 / .15) var(--tw-gradient-to-position);
}
.to-sky-300\/20 {
  --tw-gradient-to: rgb(125 211 252 / 0.2) var(--tw-gradient-to-position);
}
.to-sky-300\/25 {
  --tw-gradient-to: rgb(125 211 252 / 0.25) var(--tw-gradient-to-position);
}
.to-sky-300\/30 {
  --tw-gradient-to: rgb(125 211 252 / 0.3) var(--tw-gradient-to-position);
}
.to-sky-300\/35 {
  --tw-gradient-to: rgb(125 211 252 / .35) var(--tw-gradient-to-position);
}
.to-sky-300\/40 {
  --tw-gradient-to: rgb(125 211 252 / 0.4) var(--tw-gradient-to-position);
}
.to-sky-300\/45 {
  --tw-gradient-to: rgb(125 211 252 / 0.45) var(--tw-gradient-to-position);
}
.to-sky-300\/5 {
  --tw-gradient-to: rgb(125 211 252 / 0.05) var(--tw-gradient-to-position);
}
.to-sky-300\/50 {
  --tw-gradient-to: rgb(125 211 252 / 0.5) var(--tw-gradient-to-position);
}
.to-sky-300\/55 {
  --tw-gradient-to: rgb(125 211 252 / 0.55) var(--tw-gradient-to-position);
}
.to-sky-300\/60 {
  --tw-gradient-to: rgb(125 211 252 / 0.6) var(--tw-gradient-to-position);
}
.to-sky-300\/65 {
  --tw-gradient-to: rgb(125 211 252 / 0.65) var(--tw-gradient-to-position);
}
.to-sky-300\/70 {
  --tw-gradient-to: rgb(125 211 252 / 0.7) var(--tw-gradient-to-position);
}
.to-sky-300\/75 {
  --tw-gradient-to: rgb(125 211 252 / 0.75) var(--tw-gradient-to-position);
}
.to-sky-300\/80 {
  --tw-gradient-to: rgb(125 211 252 / 0.8) var(--tw-gradient-to-position);
}
.to-sky-300\/85 {
  --tw-gradient-to: rgb(125 211 252 / 0.85) var(--tw-gradient-to-position);
}
.to-sky-300\/90 {
  --tw-gradient-to: rgb(125 211 252 / 0.9) var(--tw-gradient-to-position);
}
.to-sky-300\/95 {
  --tw-gradient-to: rgb(125 211 252 / 0.95) var(--tw-gradient-to-position);
}
.to-sky-400 {
  --tw-gradient-to: #38BDF8 var(--tw-gradient-to-position);
}
.to-sky-400\/0 {
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
}
.to-sky-400\/10 {
  --tw-gradient-to: rgb(56 189 248 / 0.1) var(--tw-gradient-to-position);
}
.to-sky-400\/100 {
  --tw-gradient-to: rgb(56 189 248 / 1) var(--tw-gradient-to-position);
}
.to-sky-400\/15 {
  --tw-gradient-to: rgb(56 189 248 / .15) var(--tw-gradient-to-position);
}
.to-sky-400\/20 {
  --tw-gradient-to: rgb(56 189 248 / 0.2) var(--tw-gradient-to-position);
}
.to-sky-400\/25 {
  --tw-gradient-to: rgb(56 189 248 / 0.25) var(--tw-gradient-to-position);
}
.to-sky-400\/30 {
  --tw-gradient-to: rgb(56 189 248 / 0.3) var(--tw-gradient-to-position);
}
.to-sky-400\/35 {
  --tw-gradient-to: rgb(56 189 248 / .35) var(--tw-gradient-to-position);
}
.to-sky-400\/40 {
  --tw-gradient-to: rgb(56 189 248 / 0.4) var(--tw-gradient-to-position);
}
.to-sky-400\/45 {
  --tw-gradient-to: rgb(56 189 248 / 0.45) var(--tw-gradient-to-position);
}
.to-sky-400\/5 {
  --tw-gradient-to: rgb(56 189 248 / 0.05) var(--tw-gradient-to-position);
}
.to-sky-400\/50 {
  --tw-gradient-to: rgb(56 189 248 / 0.5) var(--tw-gradient-to-position);
}
.to-sky-400\/55 {
  --tw-gradient-to: rgb(56 189 248 / 0.55) var(--tw-gradient-to-position);
}
.to-sky-400\/60 {
  --tw-gradient-to: rgb(56 189 248 / 0.6) var(--tw-gradient-to-position);
}
.to-sky-400\/65 {
  --tw-gradient-to: rgb(56 189 248 / 0.65) var(--tw-gradient-to-position);
}
.to-sky-400\/70 {
  --tw-gradient-to: rgb(56 189 248 / 0.7) var(--tw-gradient-to-position);
}
.to-sky-400\/75 {
  --tw-gradient-to: rgb(56 189 248 / 0.75) var(--tw-gradient-to-position);
}
.to-sky-400\/80 {
  --tw-gradient-to: rgb(56 189 248 / 0.8) var(--tw-gradient-to-position);
}
.to-sky-400\/85 {
  --tw-gradient-to: rgb(56 189 248 / 0.85) var(--tw-gradient-to-position);
}
.to-sky-400\/90 {
  --tw-gradient-to: rgb(56 189 248 / 0.9) var(--tw-gradient-to-position);
}
.to-sky-400\/95 {
  --tw-gradient-to: rgb(56 189 248 / 0.95) var(--tw-gradient-to-position);
}
.to-slate-300 {
  --tw-gradient-to: #CBD5E1 var(--tw-gradient-to-position);
}
.to-slate-300\/0 {
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
}
.to-slate-300\/10 {
  --tw-gradient-to: rgb(203 213 225 / 0.1) var(--tw-gradient-to-position);
}
.to-slate-300\/100 {
  --tw-gradient-to: rgb(203 213 225 / 1) var(--tw-gradient-to-position);
}
.to-slate-300\/15 {
  --tw-gradient-to: rgb(203 213 225 / .15) var(--tw-gradient-to-position);
}
.to-slate-300\/20 {
  --tw-gradient-to: rgb(203 213 225 / 0.2) var(--tw-gradient-to-position);
}
.to-slate-300\/25 {
  --tw-gradient-to: rgb(203 213 225 / 0.25) var(--tw-gradient-to-position);
}
.to-slate-300\/30 {
  --tw-gradient-to: rgb(203 213 225 / 0.3) var(--tw-gradient-to-position);
}
.to-slate-300\/35 {
  --tw-gradient-to: rgb(203 213 225 / .35) var(--tw-gradient-to-position);
}
.to-slate-300\/40 {
  --tw-gradient-to: rgb(203 213 225 / 0.4) var(--tw-gradient-to-position);
}
.to-slate-300\/45 {
  --tw-gradient-to: rgb(203 213 225 / 0.45) var(--tw-gradient-to-position);
}
.to-slate-300\/5 {
  --tw-gradient-to: rgb(203 213 225 / 0.05) var(--tw-gradient-to-position);
}
.to-slate-300\/50 {
  --tw-gradient-to: rgb(203 213 225 / 0.5) var(--tw-gradient-to-position);
}
.to-slate-300\/55 {
  --tw-gradient-to: rgb(203 213 225 / 0.55) var(--tw-gradient-to-position);
}
.to-slate-300\/60 {
  --tw-gradient-to: rgb(203 213 225 / 0.6) var(--tw-gradient-to-position);
}
.to-slate-300\/65 {
  --tw-gradient-to: rgb(203 213 225 / 0.65) var(--tw-gradient-to-position);
}
.to-slate-300\/70 {
  --tw-gradient-to: rgb(203 213 225 / 0.7) var(--tw-gradient-to-position);
}
.to-slate-300\/75 {
  --tw-gradient-to: rgb(203 213 225 / 0.75) var(--tw-gradient-to-position);
}
.to-slate-300\/80 {
  --tw-gradient-to: rgb(203 213 225 / 0.8) var(--tw-gradient-to-position);
}
.to-slate-300\/85 {
  --tw-gradient-to: rgb(203 213 225 / 0.85) var(--tw-gradient-to-position);
}
.to-slate-300\/90 {
  --tw-gradient-to: rgb(203 213 225 / 0.9) var(--tw-gradient-to-position);
}
.to-slate-300\/95 {
  --tw-gradient-to: rgb(203 213 225 / 0.95) var(--tw-gradient-to-position);
}
.to-slate-400 {
  --tw-gradient-to: #94A3B8 var(--tw-gradient-to-position);
}
.to-slate-400\/0 {
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
}
.to-slate-400\/10 {
  --tw-gradient-to: rgb(148 163 184 / 0.1) var(--tw-gradient-to-position);
}
.to-slate-400\/100 {
  --tw-gradient-to: rgb(148 163 184 / 1) var(--tw-gradient-to-position);
}
.to-slate-400\/15 {
  --tw-gradient-to: rgb(148 163 184 / .15) var(--tw-gradient-to-position);
}
.to-slate-400\/20 {
  --tw-gradient-to: rgb(148 163 184 / 0.2) var(--tw-gradient-to-position);
}
.to-slate-400\/25 {
  --tw-gradient-to: rgb(148 163 184 / 0.25) var(--tw-gradient-to-position);
}
.to-slate-400\/30 {
  --tw-gradient-to: rgb(148 163 184 / 0.3) var(--tw-gradient-to-position);
}
.to-slate-400\/35 {
  --tw-gradient-to: rgb(148 163 184 / .35) var(--tw-gradient-to-position);
}
.to-slate-400\/40 {
  --tw-gradient-to: rgb(148 163 184 / 0.4) var(--tw-gradient-to-position);
}
.to-slate-400\/45 {
  --tw-gradient-to: rgb(148 163 184 / 0.45) var(--tw-gradient-to-position);
}
.to-slate-400\/5 {
  --tw-gradient-to: rgb(148 163 184 / 0.05) var(--tw-gradient-to-position);
}
.to-slate-400\/50 {
  --tw-gradient-to: rgb(148 163 184 / 0.5) var(--tw-gradient-to-position);
}
.to-slate-400\/55 {
  --tw-gradient-to: rgb(148 163 184 / 0.55) var(--tw-gradient-to-position);
}
.to-slate-400\/60 {
  --tw-gradient-to: rgb(148 163 184 / 0.6) var(--tw-gradient-to-position);
}
.to-slate-400\/65 {
  --tw-gradient-to: rgb(148 163 184 / 0.65) var(--tw-gradient-to-position);
}
.to-slate-400\/70 {
  --tw-gradient-to: rgb(148 163 184 / 0.7) var(--tw-gradient-to-position);
}
.to-slate-400\/75 {
  --tw-gradient-to: rgb(148 163 184 / 0.75) var(--tw-gradient-to-position);
}
.to-slate-400\/80 {
  --tw-gradient-to: rgb(148 163 184 / 0.8) var(--tw-gradient-to-position);
}
.to-slate-400\/85 {
  --tw-gradient-to: rgb(148 163 184 / 0.85) var(--tw-gradient-to-position);
}
.to-slate-400\/90 {
  --tw-gradient-to: rgb(148 163 184 / 0.9) var(--tw-gradient-to-position);
}
.to-slate-400\/95 {
  --tw-gradient-to: rgb(148 163 184 / 0.95) var(--tw-gradient-to-position);
}
.to-stone-300 {
  --tw-gradient-to: #D6D3D1 var(--tw-gradient-to-position);
}
.to-stone-300\/0 {
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
}
.to-stone-300\/10 {
  --tw-gradient-to: rgb(214 211 209 / 0.1) var(--tw-gradient-to-position);
}
.to-stone-300\/100 {
  --tw-gradient-to: rgb(214 211 209 / 1) var(--tw-gradient-to-position);
}
.to-stone-300\/15 {
  --tw-gradient-to: rgb(214 211 209 / .15) var(--tw-gradient-to-position);
}
.to-stone-300\/20 {
  --tw-gradient-to: rgb(214 211 209 / 0.2) var(--tw-gradient-to-position);
}
.to-stone-300\/25 {
  --tw-gradient-to: rgb(214 211 209 / 0.25) var(--tw-gradient-to-position);
}
.to-stone-300\/30 {
  --tw-gradient-to: rgb(214 211 209 / 0.3) var(--tw-gradient-to-position);
}
.to-stone-300\/35 {
  --tw-gradient-to: rgb(214 211 209 / .35) var(--tw-gradient-to-position);
}
.to-stone-300\/40 {
  --tw-gradient-to: rgb(214 211 209 / 0.4) var(--tw-gradient-to-position);
}
.to-stone-300\/45 {
  --tw-gradient-to: rgb(214 211 209 / 0.45) var(--tw-gradient-to-position);
}
.to-stone-300\/5 {
  --tw-gradient-to: rgb(214 211 209 / 0.05) var(--tw-gradient-to-position);
}
.to-stone-300\/50 {
  --tw-gradient-to: rgb(214 211 209 / 0.5) var(--tw-gradient-to-position);
}
.to-stone-300\/55 {
  --tw-gradient-to: rgb(214 211 209 / 0.55) var(--tw-gradient-to-position);
}
.to-stone-300\/60 {
  --tw-gradient-to: rgb(214 211 209 / 0.6) var(--tw-gradient-to-position);
}
.to-stone-300\/65 {
  --tw-gradient-to: rgb(214 211 209 / 0.65) var(--tw-gradient-to-position);
}
.to-stone-300\/70 {
  --tw-gradient-to: rgb(214 211 209 / 0.7) var(--tw-gradient-to-position);
}
.to-stone-300\/75 {
  --tw-gradient-to: rgb(214 211 209 / 0.75) var(--tw-gradient-to-position);
}
.to-stone-300\/80 {
  --tw-gradient-to: rgb(214 211 209 / 0.8) var(--tw-gradient-to-position);
}
.to-stone-300\/85 {
  --tw-gradient-to: rgb(214 211 209 / 0.85) var(--tw-gradient-to-position);
}
.to-stone-300\/90 {
  --tw-gradient-to: rgb(214 211 209 / 0.9) var(--tw-gradient-to-position);
}
.to-stone-300\/95 {
  --tw-gradient-to: rgb(214 211 209 / 0.95) var(--tw-gradient-to-position);
}
.to-stone-400 {
  --tw-gradient-to: #A8A29E var(--tw-gradient-to-position);
}
.to-stone-400\/0 {
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
}
.to-stone-400\/10 {
  --tw-gradient-to: rgb(168 162 158 / 0.1) var(--tw-gradient-to-position);
}
.to-stone-400\/100 {
  --tw-gradient-to: rgb(168 162 158 / 1) var(--tw-gradient-to-position);
}
.to-stone-400\/15 {
  --tw-gradient-to: rgb(168 162 158 / .15) var(--tw-gradient-to-position);
}
.to-stone-400\/20 {
  --tw-gradient-to: rgb(168 162 158 / 0.2) var(--tw-gradient-to-position);
}
.to-stone-400\/25 {
  --tw-gradient-to: rgb(168 162 158 / 0.25) var(--tw-gradient-to-position);
}
.to-stone-400\/30 {
  --tw-gradient-to: rgb(168 162 158 / 0.3) var(--tw-gradient-to-position);
}
.to-stone-400\/35 {
  --tw-gradient-to: rgb(168 162 158 / .35) var(--tw-gradient-to-position);
}
.to-stone-400\/40 {
  --tw-gradient-to: rgb(168 162 158 / 0.4) var(--tw-gradient-to-position);
}
.to-stone-400\/45 {
  --tw-gradient-to: rgb(168 162 158 / 0.45) var(--tw-gradient-to-position);
}
.to-stone-400\/5 {
  --tw-gradient-to: rgb(168 162 158 / 0.05) var(--tw-gradient-to-position);
}
.to-stone-400\/50 {
  --tw-gradient-to: rgb(168 162 158 / 0.5) var(--tw-gradient-to-position);
}
.to-stone-400\/55 {
  --tw-gradient-to: rgb(168 162 158 / 0.55) var(--tw-gradient-to-position);
}
.to-stone-400\/60 {
  --tw-gradient-to: rgb(168 162 158 / 0.6) var(--tw-gradient-to-position);
}
.to-stone-400\/65 {
  --tw-gradient-to: rgb(168 162 158 / 0.65) var(--tw-gradient-to-position);
}
.to-stone-400\/70 {
  --tw-gradient-to: rgb(168 162 158 / 0.7) var(--tw-gradient-to-position);
}
.to-stone-400\/75 {
  --tw-gradient-to: rgb(168 162 158 / 0.75) var(--tw-gradient-to-position);
}
.to-stone-400\/80 {
  --tw-gradient-to: rgb(168 162 158 / 0.8) var(--tw-gradient-to-position);
}
.to-stone-400\/85 {
  --tw-gradient-to: rgb(168 162 158 / 0.85) var(--tw-gradient-to-position);
}
.to-stone-400\/90 {
  --tw-gradient-to: rgb(168 162 158 / 0.9) var(--tw-gradient-to-position);
}
.to-stone-400\/95 {
  --tw-gradient-to: rgb(168 162 158 / 0.95) var(--tw-gradient-to-position);
}
.to-teal-300 {
  --tw-gradient-to: #5EEAD4 var(--tw-gradient-to-position);
}
.to-teal-300\/0 {
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
}
.to-teal-300\/10 {
  --tw-gradient-to: rgb(94 234 212 / 0.1) var(--tw-gradient-to-position);
}
.to-teal-300\/100 {
  --tw-gradient-to: rgb(94 234 212 / 1) var(--tw-gradient-to-position);
}
.to-teal-300\/15 {
  --tw-gradient-to: rgb(94 234 212 / .15) var(--tw-gradient-to-position);
}
.to-teal-300\/20 {
  --tw-gradient-to: rgb(94 234 212 / 0.2) var(--tw-gradient-to-position);
}
.to-teal-300\/25 {
  --tw-gradient-to: rgb(94 234 212 / 0.25) var(--tw-gradient-to-position);
}
.to-teal-300\/30 {
  --tw-gradient-to: rgb(94 234 212 / 0.3) var(--tw-gradient-to-position);
}
.to-teal-300\/35 {
  --tw-gradient-to: rgb(94 234 212 / .35) var(--tw-gradient-to-position);
}
.to-teal-300\/40 {
  --tw-gradient-to: rgb(94 234 212 / 0.4) var(--tw-gradient-to-position);
}
.to-teal-300\/45 {
  --tw-gradient-to: rgb(94 234 212 / 0.45) var(--tw-gradient-to-position);
}
.to-teal-300\/5 {
  --tw-gradient-to: rgb(94 234 212 / 0.05) var(--tw-gradient-to-position);
}
.to-teal-300\/50 {
  --tw-gradient-to: rgb(94 234 212 / 0.5) var(--tw-gradient-to-position);
}
.to-teal-300\/55 {
  --tw-gradient-to: rgb(94 234 212 / 0.55) var(--tw-gradient-to-position);
}
.to-teal-300\/60 {
  --tw-gradient-to: rgb(94 234 212 / 0.6) var(--tw-gradient-to-position);
}
.to-teal-300\/65 {
  --tw-gradient-to: rgb(94 234 212 / 0.65) var(--tw-gradient-to-position);
}
.to-teal-300\/70 {
  --tw-gradient-to: rgb(94 234 212 / 0.7) var(--tw-gradient-to-position);
}
.to-teal-300\/75 {
  --tw-gradient-to: rgb(94 234 212 / 0.75) var(--tw-gradient-to-position);
}
.to-teal-300\/80 {
  --tw-gradient-to: rgb(94 234 212 / 0.8) var(--tw-gradient-to-position);
}
.to-teal-300\/85 {
  --tw-gradient-to: rgb(94 234 212 / 0.85) var(--tw-gradient-to-position);
}
.to-teal-300\/90 {
  --tw-gradient-to: rgb(94 234 212 / 0.9) var(--tw-gradient-to-position);
}
.to-teal-300\/95 {
  --tw-gradient-to: rgb(94 234 212 / 0.95) var(--tw-gradient-to-position);
}
.to-teal-400 {
  --tw-gradient-to: #2DD4BF var(--tw-gradient-to-position);
}
.to-teal-400\/0 {
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
}
.to-teal-400\/10 {
  --tw-gradient-to: rgb(45 212 191 / 0.1) var(--tw-gradient-to-position);
}
.to-teal-400\/100 {
  --tw-gradient-to: rgb(45 212 191 / 1) var(--tw-gradient-to-position);
}
.to-teal-400\/15 {
  --tw-gradient-to: rgb(45 212 191 / .15) var(--tw-gradient-to-position);
}
.to-teal-400\/20 {
  --tw-gradient-to: rgb(45 212 191 / 0.2) var(--tw-gradient-to-position);
}
.to-teal-400\/25 {
  --tw-gradient-to: rgb(45 212 191 / 0.25) var(--tw-gradient-to-position);
}
.to-teal-400\/30 {
  --tw-gradient-to: rgb(45 212 191 / 0.3) var(--tw-gradient-to-position);
}
.to-teal-400\/35 {
  --tw-gradient-to: rgb(45 212 191 / .35) var(--tw-gradient-to-position);
}
.to-teal-400\/40 {
  --tw-gradient-to: rgb(45 212 191 / 0.4) var(--tw-gradient-to-position);
}
.to-teal-400\/45 {
  --tw-gradient-to: rgb(45 212 191 / 0.45) var(--tw-gradient-to-position);
}
.to-teal-400\/5 {
  --tw-gradient-to: rgb(45 212 191 / 0.05) var(--tw-gradient-to-position);
}
.to-teal-400\/50 {
  --tw-gradient-to: rgb(45 212 191 / 0.5) var(--tw-gradient-to-position);
}
.to-teal-400\/55 {
  --tw-gradient-to: rgb(45 212 191 / 0.55) var(--tw-gradient-to-position);
}
.to-teal-400\/60 {
  --tw-gradient-to: rgb(45 212 191 / 0.6) var(--tw-gradient-to-position);
}
.to-teal-400\/65 {
  --tw-gradient-to: rgb(45 212 191 / 0.65) var(--tw-gradient-to-position);
}
.to-teal-400\/70 {
  --tw-gradient-to: rgb(45 212 191 / 0.7) var(--tw-gradient-to-position);
}
.to-teal-400\/75 {
  --tw-gradient-to: rgb(45 212 191 / 0.75) var(--tw-gradient-to-position);
}
.to-teal-400\/80 {
  --tw-gradient-to: rgb(45 212 191 / 0.8) var(--tw-gradient-to-position);
}
.to-teal-400\/85 {
  --tw-gradient-to: rgb(45 212 191 / 0.85) var(--tw-gradient-to-position);
}
.to-teal-400\/90 {
  --tw-gradient-to: rgb(45 212 191 / 0.9) var(--tw-gradient-to-position);
}
.to-teal-400\/95 {
  --tw-gradient-to: rgb(45 212 191 / 0.95) var(--tw-gradient-to-position);
}
.to-teal-600 {
  --tw-gradient-to: #0D9488 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-violet-300 {
  --tw-gradient-to: #C4B5FD var(--tw-gradient-to-position);
}
.to-violet-300\/0 {
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
}
.to-violet-300\/10 {
  --tw-gradient-to: rgb(196 181 253 / 0.1) var(--tw-gradient-to-position);
}
.to-violet-300\/100 {
  --tw-gradient-to: rgb(196 181 253 / 1) var(--tw-gradient-to-position);
}
.to-violet-300\/15 {
  --tw-gradient-to: rgb(196 181 253 / .15) var(--tw-gradient-to-position);
}
.to-violet-300\/20 {
  --tw-gradient-to: rgb(196 181 253 / 0.2) var(--tw-gradient-to-position);
}
.to-violet-300\/25 {
  --tw-gradient-to: rgb(196 181 253 / 0.25) var(--tw-gradient-to-position);
}
.to-violet-300\/30 {
  --tw-gradient-to: rgb(196 181 253 / 0.3) var(--tw-gradient-to-position);
}
.to-violet-300\/35 {
  --tw-gradient-to: rgb(196 181 253 / .35) var(--tw-gradient-to-position);
}
.to-violet-300\/40 {
  --tw-gradient-to: rgb(196 181 253 / 0.4) var(--tw-gradient-to-position);
}
.to-violet-300\/45 {
  --tw-gradient-to: rgb(196 181 253 / 0.45) var(--tw-gradient-to-position);
}
.to-violet-300\/5 {
  --tw-gradient-to: rgb(196 181 253 / 0.05) var(--tw-gradient-to-position);
}
.to-violet-300\/50 {
  --tw-gradient-to: rgb(196 181 253 / 0.5) var(--tw-gradient-to-position);
}
.to-violet-300\/55 {
  --tw-gradient-to: rgb(196 181 253 / 0.55) var(--tw-gradient-to-position);
}
.to-violet-300\/60 {
  --tw-gradient-to: rgb(196 181 253 / 0.6) var(--tw-gradient-to-position);
}
.to-violet-300\/65 {
  --tw-gradient-to: rgb(196 181 253 / 0.65) var(--tw-gradient-to-position);
}
.to-violet-300\/70 {
  --tw-gradient-to: rgb(196 181 253 / 0.7) var(--tw-gradient-to-position);
}
.to-violet-300\/75 {
  --tw-gradient-to: rgb(196 181 253 / 0.75) var(--tw-gradient-to-position);
}
.to-violet-300\/80 {
  --tw-gradient-to: rgb(196 181 253 / 0.8) var(--tw-gradient-to-position);
}
.to-violet-300\/85 {
  --tw-gradient-to: rgb(196 181 253 / 0.85) var(--tw-gradient-to-position);
}
.to-violet-300\/90 {
  --tw-gradient-to: rgb(196 181 253 / 0.9) var(--tw-gradient-to-position);
}
.to-violet-300\/95 {
  --tw-gradient-to: rgb(196 181 253 / 0.95) var(--tw-gradient-to-position);
}
.to-violet-400 {
  --tw-gradient-to: #A78BFA var(--tw-gradient-to-position);
}
.to-violet-400\/0 {
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
}
.to-violet-400\/10 {
  --tw-gradient-to: rgb(167 139 250 / 0.1) var(--tw-gradient-to-position);
}
.to-violet-400\/100 {
  --tw-gradient-to: rgb(167 139 250 / 1) var(--tw-gradient-to-position);
}
.to-violet-400\/15 {
  --tw-gradient-to: rgb(167 139 250 / .15) var(--tw-gradient-to-position);
}
.to-violet-400\/20 {
  --tw-gradient-to: rgb(167 139 250 / 0.2) var(--tw-gradient-to-position);
}
.to-violet-400\/25 {
  --tw-gradient-to: rgb(167 139 250 / 0.25) var(--tw-gradient-to-position);
}
.to-violet-400\/30 {
  --tw-gradient-to: rgb(167 139 250 / 0.3) var(--tw-gradient-to-position);
}
.to-violet-400\/35 {
  --tw-gradient-to: rgb(167 139 250 / .35) var(--tw-gradient-to-position);
}
.to-violet-400\/40 {
  --tw-gradient-to: rgb(167 139 250 / 0.4) var(--tw-gradient-to-position);
}
.to-violet-400\/45 {
  --tw-gradient-to: rgb(167 139 250 / 0.45) var(--tw-gradient-to-position);
}
.to-violet-400\/5 {
  --tw-gradient-to: rgb(167 139 250 / 0.05) var(--tw-gradient-to-position);
}
.to-violet-400\/50 {
  --tw-gradient-to: rgb(167 139 250 / 0.5) var(--tw-gradient-to-position);
}
.to-violet-400\/55 {
  --tw-gradient-to: rgb(167 139 250 / 0.55) var(--tw-gradient-to-position);
}
.to-violet-400\/60 {
  --tw-gradient-to: rgb(167 139 250 / 0.6) var(--tw-gradient-to-position);
}
.to-violet-400\/65 {
  --tw-gradient-to: rgb(167 139 250 / 0.65) var(--tw-gradient-to-position);
}
.to-violet-400\/70 {
  --tw-gradient-to: rgb(167 139 250 / 0.7) var(--tw-gradient-to-position);
}
.to-violet-400\/75 {
  --tw-gradient-to: rgb(167 139 250 / 0.75) var(--tw-gradient-to-position);
}
.to-violet-400\/80 {
  --tw-gradient-to: rgb(167 139 250 / 0.8) var(--tw-gradient-to-position);
}
.to-violet-400\/85 {
  --tw-gradient-to: rgb(167 139 250 / 0.85) var(--tw-gradient-to-position);
}
.to-violet-400\/90 {
  --tw-gradient-to: rgb(167 139 250 / 0.9) var(--tw-gradient-to-position);
}
.to-violet-400\/95 {
  --tw-gradient-to: rgb(167 139 250 / 0.95) var(--tw-gradient-to-position);
}
.to-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-300 {
  --tw-gradient-to: #FDE047 var(--tw-gradient-to-position);
}
.to-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
}
.to-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 1) var(--tw-gradient-to-position);
}
.to-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / .15) var(--tw-gradient-to-position);
}
.to-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / .35) var(--tw-gradient-to-position);
}
.to-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0.95) var(--tw-gradient-to-position);
}
.to-yellow-400 {
  --tw-gradient-to: #FACC15 var(--tw-gradient-to-position);
}
.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
}
.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
}
.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / .15) var(--tw-gradient-to-position);
}
.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / .35) var(--tw-gradient-to-position);
}
.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
}
.to-zinc-300 {
  --tw-gradient-to: #D4D4D8 var(--tw-gradient-to-position);
}
.to-zinc-300\/0 {
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
}
.to-zinc-300\/10 {
  --tw-gradient-to: rgb(212 212 216 / 0.1) var(--tw-gradient-to-position);
}
.to-zinc-300\/100 {
  --tw-gradient-to: rgb(212 212 216 / 1) var(--tw-gradient-to-position);
}
.to-zinc-300\/15 {
  --tw-gradient-to: rgb(212 212 216 / .15) var(--tw-gradient-to-position);
}
.to-zinc-300\/20 {
  --tw-gradient-to: rgb(212 212 216 / 0.2) var(--tw-gradient-to-position);
}
.to-zinc-300\/25 {
  --tw-gradient-to: rgb(212 212 216 / 0.25) var(--tw-gradient-to-position);
}
.to-zinc-300\/30 {
  --tw-gradient-to: rgb(212 212 216 / 0.3) var(--tw-gradient-to-position);
}
.to-zinc-300\/35 {
  --tw-gradient-to: rgb(212 212 216 / .35) var(--tw-gradient-to-position);
}
.to-zinc-300\/40 {
  --tw-gradient-to: rgb(212 212 216 / 0.4) var(--tw-gradient-to-position);
}
.to-zinc-300\/45 {
  --tw-gradient-to: rgb(212 212 216 / 0.45) var(--tw-gradient-to-position);
}
.to-zinc-300\/5 {
  --tw-gradient-to: rgb(212 212 216 / 0.05) var(--tw-gradient-to-position);
}
.to-zinc-300\/50 {
  --tw-gradient-to: rgb(212 212 216 / 0.5) var(--tw-gradient-to-position);
}
.to-zinc-300\/55 {
  --tw-gradient-to: rgb(212 212 216 / 0.55) var(--tw-gradient-to-position);
}
.to-zinc-300\/60 {
  --tw-gradient-to: rgb(212 212 216 / 0.6) var(--tw-gradient-to-position);
}
.to-zinc-300\/65 {
  --tw-gradient-to: rgb(212 212 216 / 0.65) var(--tw-gradient-to-position);
}
.to-zinc-300\/70 {
  --tw-gradient-to: rgb(212 212 216 / 0.7) var(--tw-gradient-to-position);
}
.to-zinc-300\/75 {
  --tw-gradient-to: rgb(212 212 216 / 0.75) var(--tw-gradient-to-position);
}
.to-zinc-300\/80 {
  --tw-gradient-to: rgb(212 212 216 / 0.8) var(--tw-gradient-to-position);
}
.to-zinc-300\/85 {
  --tw-gradient-to: rgb(212 212 216 / 0.85) var(--tw-gradient-to-position);
}
.to-zinc-300\/90 {
  --tw-gradient-to: rgb(212 212 216 / 0.9) var(--tw-gradient-to-position);
}
.to-zinc-300\/95 {
  --tw-gradient-to: rgb(212 212 216 / 0.95) var(--tw-gradient-to-position);
}
.to-zinc-400 {
  --tw-gradient-to: #A1A1AA var(--tw-gradient-to-position);
}
.to-zinc-400\/0 {
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
}
.to-zinc-400\/10 {
  --tw-gradient-to: rgb(161 161 170 / 0.1) var(--tw-gradient-to-position);
}
.to-zinc-400\/100 {
  --tw-gradient-to: rgb(161 161 170 / 1) var(--tw-gradient-to-position);
}
.to-zinc-400\/15 {
  --tw-gradient-to: rgb(161 161 170 / .15) var(--tw-gradient-to-position);
}
.to-zinc-400\/20 {
  --tw-gradient-to: rgb(161 161 170 / 0.2) var(--tw-gradient-to-position);
}
.to-zinc-400\/25 {
  --tw-gradient-to: rgb(161 161 170 / 0.25) var(--tw-gradient-to-position);
}
.to-zinc-400\/30 {
  --tw-gradient-to: rgb(161 161 170 / 0.3) var(--tw-gradient-to-position);
}
.to-zinc-400\/35 {
  --tw-gradient-to: rgb(161 161 170 / .35) var(--tw-gradient-to-position);
}
.to-zinc-400\/40 {
  --tw-gradient-to: rgb(161 161 170 / 0.4) var(--tw-gradient-to-position);
}
.to-zinc-400\/45 {
  --tw-gradient-to: rgb(161 161 170 / 0.45) var(--tw-gradient-to-position);
}
.to-zinc-400\/5 {
  --tw-gradient-to: rgb(161 161 170 / 0.05) var(--tw-gradient-to-position);
}
.to-zinc-400\/50 {
  --tw-gradient-to: rgb(161 161 170 / 0.5) var(--tw-gradient-to-position);
}
.to-zinc-400\/55 {
  --tw-gradient-to: rgb(161 161 170 / 0.55) var(--tw-gradient-to-position);
}
.to-zinc-400\/60 {
  --tw-gradient-to: rgb(161 161 170 / 0.6) var(--tw-gradient-to-position);
}
.to-zinc-400\/65 {
  --tw-gradient-to: rgb(161 161 170 / 0.65) var(--tw-gradient-to-position);
}
.to-zinc-400\/70 {
  --tw-gradient-to: rgb(161 161 170 / 0.7) var(--tw-gradient-to-position);
}
.to-zinc-400\/75 {
  --tw-gradient-to: rgb(161 161 170 / 0.75) var(--tw-gradient-to-position);
}
.to-zinc-400\/80 {
  --tw-gradient-to: rgb(161 161 170 / 0.8) var(--tw-gradient-to-position);
}
.to-zinc-400\/85 {
  --tw-gradient-to: rgb(161 161 170 / 0.85) var(--tw-gradient-to-position);
}
.to-zinc-400\/90 {
  --tw-gradient-to: rgb(161 161 170 / 0.9) var(--tw-gradient-to-position);
}
.to-zinc-400\/95 {
  --tw-gradient-to: rgb(161 161 170 / 0.95) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-\[10px\] {
  padding: 10px !important;
}
.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-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[82px\] {
  padding-top: 82px;
  padding-bottom: 82px;
}
.py-\[85px\] {
  padding-top: 85px;
  padding-bottom: 85px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[82px\] {
  padding-bottom: 82px;
}
.pb-\[94px\] {
  padding-bottom: 94px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[240px\] {
  padding-left: 240px;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.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-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-\[0\.4em\] {
  text-indent: 0.4em;
}
.align-top {
  vertical-align: top;
}
.font-caveat {
  font-family: Caveat, system-ui, sans-serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.font-serif {
  font-family: Georgia, Cambria, Times New Roman, Times, serif;
}
.\!text-xl {
  font-size: 20px !important;
  line-height: 1.75rem !important;
}
.text {
  font-size: 16px;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 24px;
  line-height: 2rem;
}
.text-3xl {
  font-size: 30px;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 36px;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 48px;
  line-height: 1;
}
.text-6xl {
  font-size: 64px;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[11vw\] {
  font-size: 11vw;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20vw\] {
  font-size: 20vw;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-\[92px\] {
  font-size: 92px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 18px;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 14px;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 20px;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 12px;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[11vw\] {
  line-height: 11vw;
}
.leading-\[20vw\] {
  line-height: 20vw;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[64px\] {
  line-height: 64px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.\!text-accent-amber-dark {
  color: var(--accent-amber-dark) !important;
}
.\!text-accent-amber-onSurface {
  color: var(--accent-amber-onSurface) !important;
}
.\!text-accent-amber-primary {
  color: var(--accent-amber-primary) !important;
}
.\!text-accent-amber-secondary {
  color: var(--accent-amber-secondary) !important;
}
.\!text-accent-amber-surfacePrimary {
  color: var(--accent-amber-surfacePrimary) !important;
}
.\!text-accent-amber-surfaceSecondary {
  color: var(--accent-amber-surfaceSecondary) !important;
}
.\!text-accent-amber-tertiary {
  color: var(--accent-amber-tertiary) !important;
}
.\!text-accent-blue-dark {
  color: var(--accent-blue-dark) !important;
}
.\!text-accent-blue-onSurface {
  color: var(--accent-blue-onSurface) !important;
}
.\!text-accent-blue-primary {
  color: var(--accent-blue-primary) !important;
}
.\!text-accent-blue-secondary {
  color: var(--accent-blue-secondary) !important;
}
.\!text-accent-blue-surfacePrimary {
  color: var(--accent-blue-surfacePrimary) !important;
}
.\!text-accent-blue-surfaceSecondary {
  color: var(--accent-blue-surfaceSecondary) !important;
}
.\!text-accent-blue-tertiary {
  color: var(--accent-blue-tertiary) !important;
}
.\!text-accent-brown-dark {
  color: var(--accent-brown-dark) !important;
}
.\!text-accent-brown-onSurface {
  color: var(--accent-brown-onSurface) !important;
}
.\!text-accent-brown-primary {
  color: var(--accent-brown-primary) !important;
}
.\!text-accent-brown-secondary {
  color: var(--accent-brown-secondary) !important;
}
.\!text-accent-brown-surfacePrimary {
  color: var(--accent-brown-surfacePrimary) !important;
}
.\!text-accent-brown-surfaceSecondary {
  color: var(--accent-brown-surfaceSecondary) !important;
}
.\!text-accent-brown-tertiary {
  color: var(--accent-brown-tertiary) !important;
}
.\!text-accent-cyan-dark {
  color: var(--accent-cyan-dark) !important;
}
.\!text-accent-cyan-onSurface {
  color: var(--accent-cyan-onSurface) !important;
}
.\!text-accent-cyan-primary {
  color: var(--accent-cyan-primary) !important;
}
.\!text-accent-cyan-secondary {
  color: var(--accent-cyan-secondary) !important;
}
.\!text-accent-cyan-surfacePrimary {
  color: var(--accent-cyan-surfacePrimary) !important;
}
.\!text-accent-cyan-surfaceSecondary {
  color: var(--accent-cyan-surfaceSecondary) !important;
}
.\!text-accent-cyan-tertiary {
  color: var(--accent-cyan-tertiary) !important;
}
.\!text-accent-emerald-dark {
  color: var(--accent-emerald-dark) !important;
}
.\!text-accent-emerald-onSurface {
  color: var(--accent-emerald-onSurface) !important;
}
.\!text-accent-emerald-primary {
  color: var(--accent-emerald-primary) !important;
}
.\!text-accent-emerald-secondary {
  color: var(--accent-emerald-secondary) !important;
}
.\!text-accent-emerald-surfacePrimary {
  color: var(--accent-emerald-surfacePrimary) !important;
}
.\!text-accent-emerald-surfaceSecondary {
  color: var(--accent-emerald-surfaceSecondary) !important;
}
.\!text-accent-emerald-tertiary {
  color: var(--accent-emerald-tertiary) !important;
}
.\!text-accent-fuchsia-dark {
  color: var(--accent-fuchsia-dark) !important;
}
.\!text-accent-fuchsia-onSurface {
  color: var(--accent-fuchsia-onSurface) !important;
}
.\!text-accent-fuchsia-primary {
  color: var(--accent-fuchsia-primary) !important;
}
.\!text-accent-fuchsia-secondary {
  color: var(--accent-fuchsia-secondary) !important;
}
.\!text-accent-fuchsia-surfacePrimary {
  color: var(--accent-fuchsia-surfacePrimary) !important;
}
.\!text-accent-fuchsia-surfaceSecondary {
  color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.\!text-accent-fuchsia-tertiary {
  color: var(--accent-fuchsia-tertiary) !important;
}
.\!text-accent-gray-dark {
  color: var(--accent-gray-dark) !important;
}
.\!text-accent-gray-onSurface {
  color: var(--accent-gray-onSurface) !important;
}
.\!text-accent-gray-primary {
  color: var(--accent-gray-primary) !important;
}
.\!text-accent-gray-secondary {
  color: var(--accent-gray-secondary) !important;
}
.\!text-accent-gray-surfacePrimary {
  color: var(--accent-gray-surfacePrimary) !important;
}
.\!text-accent-gray-surfaceSecondary {
  color: var(--accent-gray-surfaceSecondary) !important;
}
.\!text-accent-gray-tertiary {
  color: var(--accent-gray-tertiary) !important;
}
.\!text-accent-green-dark {
  color: var(--accent-green-dark) !important;
}
.\!text-accent-green-onSurface {
  color: var(--accent-green-onSurface) !important;
}
.\!text-accent-green-primary {
  color: var(--accent-green-primary) !important;
}
.\!text-accent-green-secondary {
  color: var(--accent-green-secondary) !important;
}
.\!text-accent-green-surfacePrimary {
  color: var(--accent-green-surfacePrimary) !important;
}
.\!text-accent-green-surfaceSecondary {
  color: var(--accent-green-surfaceSecondary) !important;
}
.\!text-accent-green-tertiary {
  color: var(--accent-green-tertiary) !important;
}
.\!text-accent-indigo-dark {
  color: var(--accent-indigo-dark) !important;
}
.\!text-accent-indigo-onSurface {
  color: var(--accent-indigo-onSurface) !important;
}
.\!text-accent-indigo-primary {
  color: var(--accent-indigo-primary) !important;
}
.\!text-accent-indigo-secondary {
  color: var(--accent-indigo-secondary) !important;
}
.\!text-accent-indigo-surfacePrimary {
  color: var(--accent-indigo-surfacePrimary) !important;
}
.\!text-accent-indigo-surfaceSecondary {
  color: var(--accent-indigo-surfaceSecondary) !important;
}
.\!text-accent-indigo-tertiary {
  color: var(--accent-indigo-tertiary) !important;
}
.\!text-accent-lime-dark {
  color: var(--accent-lime-dark) !important;
}
.\!text-accent-lime-onSurface {
  color: var(--accent-lime-onSurface) !important;
}
.\!text-accent-lime-primary {
  color: var(--accent-lime-primary) !important;
}
.\!text-accent-lime-secondary {
  color: var(--accent-lime-secondary) !important;
}
.\!text-accent-lime-surfacePrimary {
  color: var(--accent-lime-surfacePrimary) !important;
}
.\!text-accent-lime-surfaceSecondary {
  color: var(--accent-lime-surfaceSecondary) !important;
}
.\!text-accent-lime-tertiary {
  color: var(--accent-lime-tertiary) !important;
}
.\!text-accent-olive-dark {
  color: var(--accent-olive-dark) !important;
}
.\!text-accent-olive-onSurface {
  color: var(--accent-olive-onSurface) !important;
}
.\!text-accent-olive-primary {
  color: var(--accent-olive-primary) !important;
}
.\!text-accent-olive-secondary {
  color: var(--accent-olive-secondary) !important;
}
.\!text-accent-olive-surfacePrimary {
  color: var(--accent-olive-surfacePrimary) !important;
}
.\!text-accent-olive-surfaceSecondary {
  color: var(--accent-olive-surfaceSecondary) !important;
}
.\!text-accent-olive-tertiary {
  color: var(--accent-olive-tertiary) !important;
}
.\!text-accent-orange-dark {
  color: var(--accent-orange-dark) !important;
}
.\!text-accent-orange-onSurface {
  color: var(--accent-orange-onSurface) !important;
}
.\!text-accent-orange-primary {
  color: var(--accent-orange-primary) !important;
}
.\!text-accent-orange-secondary {
  color: var(--accent-orange-secondary) !important;
}
.\!text-accent-orange-surfacePrimary {
  color: var(--accent-orange-surfacePrimary) !important;
}
.\!text-accent-orange-surfaceSecondary {
  color: var(--accent-orange-surfaceSecondary) !important;
}
.\!text-accent-orange-tertiary {
  color: var(--accent-orange-tertiary) !important;
}
.\!text-accent-pink-dark {
  color: var(--accent-pink-dark) !important;
}
.\!text-accent-pink-onSurface {
  color: var(--accent-pink-onSurface) !important;
}
.\!text-accent-pink-primary {
  color: var(--accent-pink-primary) !important;
}
.\!text-accent-pink-secondary {
  color: var(--accent-pink-secondary) !important;
}
.\!text-accent-pink-surfacePrimary {
  color: var(--accent-pink-surfacePrimary) !important;
}
.\!text-accent-pink-surfaceSecondary {
  color: var(--accent-pink-surfaceSecondary) !important;
}
.\!text-accent-pink-tertiary {
  color: var(--accent-pink-tertiary) !important;
}
.\!text-accent-purple-dark {
  color: var(--accent-purple-dark) !important;
}
.\!text-accent-purple-onSurface {
  color: var(--accent-purple-onSurface) !important;
}
.\!text-accent-purple-primary {
  color: var(--accent-purple-primary) !important;
}
.\!text-accent-purple-secondary {
  color: var(--accent-purple-secondary) !important;
}
.\!text-accent-purple-surfacePrimary {
  color: var(--accent-purple-surfacePrimary) !important;
}
.\!text-accent-purple-surfaceSecondary {
  color: var(--accent-purple-surfaceSecondary) !important;
}
.\!text-accent-purple-tertiary {
  color: var(--accent-purple-tertiary) !important;
}
.\!text-accent-red-dark {
  color: var(--accent-red-dark) !important;
}
.\!text-accent-red-onSurface {
  color: var(--accent-red-onSurface) !important;
}
.\!text-accent-red-primary {
  color: var(--accent-red-primary) !important;
}
.\!text-accent-red-secondary {
  color: var(--accent-red-secondary) !important;
}
.\!text-accent-red-surfacePrimary {
  color: var(--accent-red-surfacePrimary) !important;
}
.\!text-accent-red-surfaceSecondary {
  color: var(--accent-red-surfaceSecondary) !important;
}
.\!text-accent-red-tertiary {
  color: var(--accent-red-tertiary) !important;
}
.\!text-accent-rose-dark {
  color: var(--accent-rose-dark) !important;
}
.\!text-accent-rose-onSurface {
  color: var(--accent-rose-onSurface) !important;
}
.\!text-accent-rose-primary {
  color: var(--accent-rose-primary) !important;
}
.\!text-accent-rose-secondary {
  color: var(--accent-rose-secondary) !important;
}
.\!text-accent-rose-surfacePrimary {
  color: var(--accent-rose-surfacePrimary) !important;
}
.\!text-accent-rose-surfaceSecondary {
  color: var(--accent-rose-surfaceSecondary) !important;
}
.\!text-accent-rose-tertiary {
  color: var(--accent-rose-tertiary) !important;
}
.\!text-accent-sky-dark {
  color: var(--accent-sky-dark) !important;
}
.\!text-accent-sky-onSurface {
  color: var(--accent-sky-onSurface) !important;
}
.\!text-accent-sky-primary {
  color: var(--accent-sky-primary) !important;
}
.\!text-accent-sky-secondary {
  color: var(--accent-sky-secondary) !important;
}
.\!text-accent-sky-surfacePrimary {
  color: var(--accent-sky-surfacePrimary) !important;
}
.\!text-accent-sky-surfaceSecondary {
  color: var(--accent-sky-surfaceSecondary) !important;
}
.\!text-accent-sky-tertiary {
  color: var(--accent-sky-tertiary) !important;
}
.\!text-accent-teal-dark {
  color: var(--accent-teal-dark) !important;
}
.\!text-accent-teal-onSurface {
  color: var(--accent-teal-onSurface) !important;
}
.\!text-accent-teal-primary {
  color: var(--accent-teal-primary) !important;
}
.\!text-accent-teal-secondary {
  color: var(--accent-teal-secondary) !important;
}
.\!text-accent-teal-surfacePrimary {
  color: var(--accent-teal-surfacePrimary) !important;
}
.\!text-accent-teal-surfaceSecondary {
  color: var(--accent-teal-surfaceSecondary) !important;
}
.\!text-accent-teal-tertiary {
  color: var(--accent-teal-tertiary) !important;
}
.\!text-accent-violet-dark {
  color: var(--accent-violet-dark) !important;
}
.\!text-accent-violet-onSurface {
  color: var(--accent-violet-onSurface) !important;
}
.\!text-accent-violet-primary {
  color: var(--accent-violet-primary) !important;
}
.\!text-accent-violet-secondary {
  color: var(--accent-violet-secondary) !important;
}
.\!text-accent-violet-surfacePrimary {
  color: var(--accent-violet-surfacePrimary) !important;
}
.\!text-accent-violet-surfaceSecondary {
  color: var(--accent-violet-surfaceSecondary) !important;
}
.\!text-accent-violet-tertiary {
  color: var(--accent-violet-tertiary) !important;
}
.\!text-accent-yellow-dark {
  color: var(--accent-yellow-dark) !important;
}
.\!text-accent-yellow-onSurface {
  color: var(--accent-yellow-onSurface) !important;
}
.\!text-accent-yellow-primary {
  color: var(--accent-yellow-primary) !important;
}
.\!text-accent-yellow-secondary {
  color: var(--accent-yellow-secondary) !important;
}
.\!text-accent-yellow-surfacePrimary {
  color: var(--accent-yellow-surfacePrimary) !important;
}
.\!text-accent-yellow-surfaceSecondary {
  color: var(--accent-yellow-surfaceSecondary) !important;
}
.\!text-accent-yellow-tertiary {
  color: var(--accent-yellow-tertiary) !important;
}
.\!text-amber-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1)) !important;
}
.\!text-amber-400\/0 {
  color: rgb(251 191 36 / 0) !important;
}
.\!text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1) !important;
}
.\!text-amber-400\/100 {
  color: rgb(251 191 36 / 1) !important;
}
.\!text-amber-400\/15 {
  color: rgb(251 191 36 / .15) !important;
}
.\!text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2) !important;
}
.\!text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25) !important;
}
.\!text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3) !important;
}
.\!text-amber-400\/35 {
  color: rgb(251 191 36 / .35) !important;
}
.\!text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4) !important;
}
.\!text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45) !important;
}
.\!text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05) !important;
}
.\!text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5) !important;
}
.\!text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55) !important;
}
.\!text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6) !important;
}
.\!text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65) !important;
}
.\!text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7) !important;
}
.\!text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75) !important;
}
.\!text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8) !important;
}
.\!text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85) !important;
}
.\!text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9) !important;
}
.\!text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95) !important;
}
.\!text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1)) !important;
}
.\!text-amber-500\/0 {
  color: rgb(245 158 11 / 0) !important;
}
.\!text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1) !important;
}
.\!text-amber-500\/100 {
  color: rgb(245 158 11 / 1) !important;
}
.\!text-amber-500\/15 {
  color: rgb(245 158 11 / .15) !important;
}
.\!text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2) !important;
}
.\!text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25) !important;
}
.\!text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3) !important;
}
.\!text-amber-500\/35 {
  color: rgb(245 158 11 / .35) !important;
}
.\!text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4) !important;
}
.\!text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45) !important;
}
.\!text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05) !important;
}
.\!text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5) !important;
}
.\!text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55) !important;
}
.\!text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6) !important;
}
.\!text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65) !important;
}
.\!text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7) !important;
}
.\!text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75) !important;
}
.\!text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8) !important;
}
.\!text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85) !important;
}
.\!text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9) !important;
}
.\!text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95) !important;
}
.\!text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1)) !important;
}
.\!text-amber-600\/0 {
  color: rgb(217 119 6 / 0) !important;
}
.\!text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1) !important;
}
.\!text-amber-600\/100 {
  color: rgb(217 119 6 / 1) !important;
}
.\!text-amber-600\/15 {
  color: rgb(217 119 6 / .15) !important;
}
.\!text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2) !important;
}
.\!text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25) !important;
}
.\!text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3) !important;
}
.\!text-amber-600\/35 {
  color: rgb(217 119 6 / .35) !important;
}
.\!text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4) !important;
}
.\!text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45) !important;
}
.\!text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05) !important;
}
.\!text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5) !important;
}
.\!text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55) !important;
}
.\!text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6) !important;
}
.\!text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65) !important;
}
.\!text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7) !important;
}
.\!text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75) !important;
}
.\!text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8) !important;
}
.\!text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85) !important;
}
.\!text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9) !important;
}
.\!text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95) !important;
}
.\!text-amber-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1)) !important;
}
.\!text-amber-900\/0 {
  color: rgb(120 53 15 / 0) !important;
}
.\!text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1) !important;
}
.\!text-amber-900\/100 {
  color: rgb(120 53 15 / 1) !important;
}
.\!text-amber-900\/15 {
  color: rgb(120 53 15 / .15) !important;
}
.\!text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2) !important;
}
.\!text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25) !important;
}
.\!text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3) !important;
}
.\!text-amber-900\/35 {
  color: rgb(120 53 15 / .35) !important;
}
.\!text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4) !important;
}
.\!text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45) !important;
}
.\!text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05) !important;
}
.\!text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5) !important;
}
.\!text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55) !important;
}
.\!text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6) !important;
}
.\!text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65) !important;
}
.\!text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7) !important;
}
.\!text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75) !important;
}
.\!text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8) !important;
}
.\!text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85) !important;
}
.\!text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9) !important;
}
.\!text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95) !important;
}
.\!text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blue-400\/0 {
  color: rgb(96 165 250 / 0) !important;
}
.\!text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1) !important;
}
.\!text-blue-400\/100 {
  color: rgb(96 165 250 / 1) !important;
}
.\!text-blue-400\/15 {
  color: rgb(96 165 250 / .15) !important;
}
.\!text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2) !important;
}
.\!text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25) !important;
}
.\!text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3) !important;
}
.\!text-blue-400\/35 {
  color: rgb(96 165 250 / .35) !important;
}
.\!text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4) !important;
}
.\!text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45) !important;
}
.\!text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05) !important;
}
.\!text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5) !important;
}
.\!text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55) !important;
}
.\!text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6) !important;
}
.\!text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65) !important;
}
.\!text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7) !important;
}
.\!text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75) !important;
}
.\!text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8) !important;
}
.\!text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85) !important;
}
.\!text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9) !important;
}
.\!text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95) !important;
}
.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blue-500\/0 {
  color: rgb(59 130 246 / 0) !important;
}
.\!text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1) !important;
}
.\!text-blue-500\/100 {
  color: rgb(59 130 246 / 1) !important;
}
.\!text-blue-500\/15 {
  color: rgb(59 130 246 / .15) !important;
}
.\!text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2) !important;
}
.\!text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25) !important;
}
.\!text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3) !important;
}
.\!text-blue-500\/35 {
  color: rgb(59 130 246 / .35) !important;
}
.\!text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4) !important;
}
.\!text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45) !important;
}
.\!text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05) !important;
}
.\!text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5) !important;
}
.\!text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55) !important;
}
.\!text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6) !important;
}
.\!text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65) !important;
}
.\!text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7) !important;
}
.\!text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75) !important;
}
.\!text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8) !important;
}
.\!text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85) !important;
}
.\!text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9) !important;
}
.\!text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95) !important;
}
.\!text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blue-600\/0 {
  color: rgb(37 99 235 / 0) !important;
}
.\!text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1) !important;
}
.\!text-blue-600\/100 {
  color: rgb(37 99 235 / 1) !important;
}
.\!text-blue-600\/15 {
  color: rgb(37 99 235 / .15) !important;
}
.\!text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2) !important;
}
.\!text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25) !important;
}
.\!text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3) !important;
}
.\!text-blue-600\/35 {
  color: rgb(37 99 235 / .35) !important;
}
.\!text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4) !important;
}
.\!text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45) !important;
}
.\!text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05) !important;
}
.\!text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5) !important;
}
.\!text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55) !important;
}
.\!text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6) !important;
}
.\!text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65) !important;
}
.\!text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7) !important;
}
.\!text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75) !important;
}
.\!text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8) !important;
}
.\!text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85) !important;
}
.\!text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9) !important;
}
.\!text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95) !important;
}
.\!text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blue-900\/0 {
  color: rgb(30 58 138 / 0) !important;
}
.\!text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1) !important;
}
.\!text-blue-900\/100 {
  color: rgb(30 58 138 / 1) !important;
}
.\!text-blue-900\/15 {
  color: rgb(30 58 138 / .15) !important;
}
.\!text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2) !important;
}
.\!text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25) !important;
}
.\!text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3) !important;
}
.\!text-blue-900\/35 {
  color: rgb(30 58 138 / .35) !important;
}
.\!text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4) !important;
}
.\!text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45) !important;
}
.\!text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05) !important;
}
.\!text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5) !important;
}
.\!text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55) !important;
}
.\!text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6) !important;
}
.\!text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65) !important;
}
.\!text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7) !important;
}
.\!text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75) !important;
}
.\!text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8) !important;
}
.\!text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85) !important;
}
.\!text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9) !important;
}
.\!text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95) !important;
}
.\!text-blueGray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blueGray-400\/0 {
  color: rgb(148 163 184 / 0) !important;
}
.\!text-blueGray-400\/10 {
  color: rgb(148 163 184 / 0.1) !important;
}
.\!text-blueGray-400\/100 {
  color: rgb(148 163 184 / 1) !important;
}
.\!text-blueGray-400\/15 {
  color: rgb(148 163 184 / .15) !important;
}
.\!text-blueGray-400\/20 {
  color: rgb(148 163 184 / 0.2) !important;
}
.\!text-blueGray-400\/25 {
  color: rgb(148 163 184 / 0.25) !important;
}
.\!text-blueGray-400\/30 {
  color: rgb(148 163 184 / 0.3) !important;
}
.\!text-blueGray-400\/35 {
  color: rgb(148 163 184 / .35) !important;
}
.\!text-blueGray-400\/40 {
  color: rgb(148 163 184 / 0.4) !important;
}
.\!text-blueGray-400\/45 {
  color: rgb(148 163 184 / 0.45) !important;
}
.\!text-blueGray-400\/5 {
  color: rgb(148 163 184 / 0.05) !important;
}
.\!text-blueGray-400\/50 {
  color: rgb(148 163 184 / 0.5) !important;
}
.\!text-blueGray-400\/55 {
  color: rgb(148 163 184 / 0.55) !important;
}
.\!text-blueGray-400\/60 {
  color: rgb(148 163 184 / 0.6) !important;
}
.\!text-blueGray-400\/65 {
  color: rgb(148 163 184 / 0.65) !important;
}
.\!text-blueGray-400\/70 {
  color: rgb(148 163 184 / 0.7) !important;
}
.\!text-blueGray-400\/75 {
  color: rgb(148 163 184 / 0.75) !important;
}
.\!text-blueGray-400\/80 {
  color: rgb(148 163 184 / 0.8) !important;
}
.\!text-blueGray-400\/85 {
  color: rgb(148 163 184 / 0.85) !important;
}
.\!text-blueGray-400\/90 {
  color: rgb(148 163 184 / 0.9) !important;
}
.\!text-blueGray-400\/95 {
  color: rgb(148 163 184 / 0.95) !important;
}
.\!text-blueGray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blueGray-500\/0 {
  color: rgb(100 116 139 / 0) !important;
}
.\!text-blueGray-500\/10 {
  color: rgb(100 116 139 / 0.1) !important;
}
.\!text-blueGray-500\/100 {
  color: rgb(100 116 139 / 1) !important;
}
.\!text-blueGray-500\/15 {
  color: rgb(100 116 139 / .15) !important;
}
.\!text-blueGray-500\/20 {
  color: rgb(100 116 139 / 0.2) !important;
}
.\!text-blueGray-500\/25 {
  color: rgb(100 116 139 / 0.25) !important;
}
.\!text-blueGray-500\/30 {
  color: rgb(100 116 139 / 0.3) !important;
}
.\!text-blueGray-500\/35 {
  color: rgb(100 116 139 / .35) !important;
}
.\!text-blueGray-500\/40 {
  color: rgb(100 116 139 / 0.4) !important;
}
.\!text-blueGray-500\/45 {
  color: rgb(100 116 139 / 0.45) !important;
}
.\!text-blueGray-500\/5 {
  color: rgb(100 116 139 / 0.05) !important;
}
.\!text-blueGray-500\/50 {
  color: rgb(100 116 139 / 0.5) !important;
}
.\!text-blueGray-500\/55 {
  color: rgb(100 116 139 / 0.55) !important;
}
.\!text-blueGray-500\/60 {
  color: rgb(100 116 139 / 0.6) !important;
}
.\!text-blueGray-500\/65 {
  color: rgb(100 116 139 / 0.65) !important;
}
.\!text-blueGray-500\/70 {
  color: rgb(100 116 139 / 0.7) !important;
}
.\!text-blueGray-500\/75 {
  color: rgb(100 116 139 / 0.75) !important;
}
.\!text-blueGray-500\/80 {
  color: rgb(100 116 139 / 0.8) !important;
}
.\!text-blueGray-500\/85 {
  color: rgb(100 116 139 / 0.85) !important;
}
.\!text-blueGray-500\/90 {
  color: rgb(100 116 139 / 0.9) !important;
}
.\!text-blueGray-500\/95 {
  color: rgb(100 116 139 / 0.95) !important;
}
.\!text-brown-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(192 169 138 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brown-400\/0 {
  color: rgb(192 169 138 / 0) !important;
}
.\!text-brown-400\/10 {
  color: rgb(192 169 138 / 0.1) !important;
}
.\!text-brown-400\/100 {
  color: rgb(192 169 138 / 1) !important;
}
.\!text-brown-400\/15 {
  color: rgb(192 169 138 / .15) !important;
}
.\!text-brown-400\/20 {
  color: rgb(192 169 138 / 0.2) !important;
}
.\!text-brown-400\/25 {
  color: rgb(192 169 138 / 0.25) !important;
}
.\!text-brown-400\/30 {
  color: rgb(192 169 138 / 0.3) !important;
}
.\!text-brown-400\/35 {
  color: rgb(192 169 138 / .35) !important;
}
.\!text-brown-400\/40 {
  color: rgb(192 169 138 / 0.4) !important;
}
.\!text-brown-400\/45 {
  color: rgb(192 169 138 / 0.45) !important;
}
.\!text-brown-400\/5 {
  color: rgb(192 169 138 / 0.05) !important;
}
.\!text-brown-400\/50 {
  color: rgb(192 169 138 / 0.5) !important;
}
.\!text-brown-400\/55 {
  color: rgb(192 169 138 / 0.55) !important;
}
.\!text-brown-400\/60 {
  color: rgb(192 169 138 / 0.6) !important;
}
.\!text-brown-400\/65 {
  color: rgb(192 169 138 / 0.65) !important;
}
.\!text-brown-400\/70 {
  color: rgb(192 169 138 / 0.7) !important;
}
.\!text-brown-400\/75 {
  color: rgb(192 169 138 / 0.75) !important;
}
.\!text-brown-400\/80 {
  color: rgb(192 169 138 / 0.8) !important;
}
.\!text-brown-400\/85 {
  color: rgb(192 169 138 / 0.85) !important;
}
.\!text-brown-400\/90 {
  color: rgb(192 169 138 / 0.9) !important;
}
.\!text-brown-400\/95 {
  color: rgb(192 169 138 / 0.95) !important;
}
.\!text-brown-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(170 143 109 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brown-500\/0 {
  color: rgb(170 143 109 / 0) !important;
}
.\!text-brown-500\/10 {
  color: rgb(170 143 109 / 0.1) !important;
}
.\!text-brown-500\/100 {
  color: rgb(170 143 109 / 1) !important;
}
.\!text-brown-500\/15 {
  color: rgb(170 143 109 / .15) !important;
}
.\!text-brown-500\/20 {
  color: rgb(170 143 109 / 0.2) !important;
}
.\!text-brown-500\/25 {
  color: rgb(170 143 109 / 0.25) !important;
}
.\!text-brown-500\/30 {
  color: rgb(170 143 109 / 0.3) !important;
}
.\!text-brown-500\/35 {
  color: rgb(170 143 109 / .35) !important;
}
.\!text-brown-500\/40 {
  color: rgb(170 143 109 / 0.4) !important;
}
.\!text-brown-500\/45 {
  color: rgb(170 143 109 / 0.45) !important;
}
.\!text-brown-500\/5 {
  color: rgb(170 143 109 / 0.05) !important;
}
.\!text-brown-500\/50 {
  color: rgb(170 143 109 / 0.5) !important;
}
.\!text-brown-500\/55 {
  color: rgb(170 143 109 / 0.55) !important;
}
.\!text-brown-500\/60 {
  color: rgb(170 143 109 / 0.6) !important;
}
.\!text-brown-500\/65 {
  color: rgb(170 143 109 / 0.65) !important;
}
.\!text-brown-500\/70 {
  color: rgb(170 143 109 / 0.7) !important;
}
.\!text-brown-500\/75 {
  color: rgb(170 143 109 / 0.75) !important;
}
.\!text-brown-500\/80 {
  color: rgb(170 143 109 / 0.8) !important;
}
.\!text-brown-500\/85 {
  color: rgb(170 143 109 / 0.85) !important;
}
.\!text-brown-500\/90 {
  color: rgb(170 143 109 / 0.9) !important;
}
.\!text-brown-500\/95 {
  color: rgb(170 143 109 / 0.95) !important;
}
.\!text-brown-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 121 85 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brown-600\/0 {
  color: rgb(148 121 85 / 0) !important;
}
.\!text-brown-600\/10 {
  color: rgb(148 121 85 / 0.1) !important;
}
.\!text-brown-600\/100 {
  color: rgb(148 121 85 / 1) !important;
}
.\!text-brown-600\/15 {
  color: rgb(148 121 85 / .15) !important;
}
.\!text-brown-600\/20 {
  color: rgb(148 121 85 / 0.2) !important;
}
.\!text-brown-600\/25 {
  color: rgb(148 121 85 / 0.25) !important;
}
.\!text-brown-600\/30 {
  color: rgb(148 121 85 / 0.3) !important;
}
.\!text-brown-600\/35 {
  color: rgb(148 121 85 / .35) !important;
}
.\!text-brown-600\/40 {
  color: rgb(148 121 85 / 0.4) !important;
}
.\!text-brown-600\/45 {
  color: rgb(148 121 85 / 0.45) !important;
}
.\!text-brown-600\/5 {
  color: rgb(148 121 85 / 0.05) !important;
}
.\!text-brown-600\/50 {
  color: rgb(148 121 85 / 0.5) !important;
}
.\!text-brown-600\/55 {
  color: rgb(148 121 85 / 0.55) !important;
}
.\!text-brown-600\/60 {
  color: rgb(148 121 85 / 0.6) !important;
}
.\!text-brown-600\/65 {
  color: rgb(148 121 85 / 0.65) !important;
}
.\!text-brown-600\/70 {
  color: rgb(148 121 85 / 0.7) !important;
}
.\!text-brown-600\/75 {
  color: rgb(148 121 85 / 0.75) !important;
}
.\!text-brown-600\/80 {
  color: rgb(148 121 85 / 0.8) !important;
}
.\!text-brown-600\/85 {
  color: rgb(148 121 85 / 0.85) !important;
}
.\!text-brown-600\/90 {
  color: rgb(148 121 85 / 0.9) !important;
}
.\!text-brown-600\/95 {
  color: rgb(148 121 85 / 0.95) !important;
}
.\!text-brown-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(84 68 48 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brown-900\/0 {
  color: rgb(84 68 48 / 0) !important;
}
.\!text-brown-900\/10 {
  color: rgb(84 68 48 / 0.1) !important;
}
.\!text-brown-900\/100 {
  color: rgb(84 68 48 / 1) !important;
}
.\!text-brown-900\/15 {
  color: rgb(84 68 48 / .15) !important;
}
.\!text-brown-900\/20 {
  color: rgb(84 68 48 / 0.2) !important;
}
.\!text-brown-900\/25 {
  color: rgb(84 68 48 / 0.25) !important;
}
.\!text-brown-900\/30 {
  color: rgb(84 68 48 / 0.3) !important;
}
.\!text-brown-900\/35 {
  color: rgb(84 68 48 / .35) !important;
}
.\!text-brown-900\/40 {
  color: rgb(84 68 48 / 0.4) !important;
}
.\!text-brown-900\/45 {
  color: rgb(84 68 48 / 0.45) !important;
}
.\!text-brown-900\/5 {
  color: rgb(84 68 48 / 0.05) !important;
}
.\!text-brown-900\/50 {
  color: rgb(84 68 48 / 0.5) !important;
}
.\!text-brown-900\/55 {
  color: rgb(84 68 48 / 0.55) !important;
}
.\!text-brown-900\/60 {
  color: rgb(84 68 48 / 0.6) !important;
}
.\!text-brown-900\/65 {
  color: rgb(84 68 48 / 0.65) !important;
}
.\!text-brown-900\/70 {
  color: rgb(84 68 48 / 0.7) !important;
}
.\!text-brown-900\/75 {
  color: rgb(84 68 48 / 0.75) !important;
}
.\!text-brown-900\/80 {
  color: rgb(84 68 48 / 0.8) !important;
}
.\!text-brown-900\/85 {
  color: rgb(84 68 48 / 0.85) !important;
}
.\!text-brown-900\/90 {
  color: rgb(84 68 48 / 0.9) !important;
}
.\!text-brown-900\/95 {
  color: rgb(84 68 48 / 0.95) !important;
}
.\!text-cyan-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1)) !important;
}
.\!text-cyan-400\/0 {
  color: rgb(34 211 238 / 0) !important;
}
.\!text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1) !important;
}
.\!text-cyan-400\/100 {
  color: rgb(34 211 238 / 1) !important;
}
.\!text-cyan-400\/15 {
  color: rgb(34 211 238 / .15) !important;
}
.\!text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2) !important;
}
.\!text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25) !important;
}
.\!text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3) !important;
}
.\!text-cyan-400\/35 {
  color: rgb(34 211 238 / .35) !important;
}
.\!text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4) !important;
}
.\!text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45) !important;
}
.\!text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05) !important;
}
.\!text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5) !important;
}
.\!text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55) !important;
}
.\!text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6) !important;
}
.\!text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65) !important;
}
.\!text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7) !important;
}
.\!text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75) !important;
}
.\!text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8) !important;
}
.\!text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85) !important;
}
.\!text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9) !important;
}
.\!text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95) !important;
}
.\!text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1)) !important;
}
.\!text-cyan-500\/0 {
  color: rgb(6 182 212 / 0) !important;
}
.\!text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1) !important;
}
.\!text-cyan-500\/100 {
  color: rgb(6 182 212 / 1) !important;
}
.\!text-cyan-500\/15 {
  color: rgb(6 182 212 / .15) !important;
}
.\!text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2) !important;
}
.\!text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25) !important;
}
.\!text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3) !important;
}
.\!text-cyan-500\/35 {
  color: rgb(6 182 212 / .35) !important;
}
.\!text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4) !important;
}
.\!text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45) !important;
}
.\!text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05) !important;
}
.\!text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5) !important;
}
.\!text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55) !important;
}
.\!text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6) !important;
}
.\!text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65) !important;
}
.\!text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7) !important;
}
.\!text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75) !important;
}
.\!text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8) !important;
}
.\!text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85) !important;
}
.\!text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9) !important;
}
.\!text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95) !important;
}
.\!text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1)) !important;
}
.\!text-cyan-600\/0 {
  color: rgb(8 145 178 / 0) !important;
}
.\!text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1) !important;
}
.\!text-cyan-600\/100 {
  color: rgb(8 145 178 / 1) !important;
}
.\!text-cyan-600\/15 {
  color: rgb(8 145 178 / .15) !important;
}
.\!text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2) !important;
}
.\!text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25) !important;
}
.\!text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3) !important;
}
.\!text-cyan-600\/35 {
  color: rgb(8 145 178 / .35) !important;
}
.\!text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4) !important;
}
.\!text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45) !important;
}
.\!text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05) !important;
}
.\!text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5) !important;
}
.\!text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55) !important;
}
.\!text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6) !important;
}
.\!text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65) !important;
}
.\!text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7) !important;
}
.\!text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75) !important;
}
.\!text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8) !important;
}
.\!text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85) !important;
}
.\!text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9) !important;
}
.\!text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95) !important;
}
.\!text-cyan-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1)) !important;
}
.\!text-cyan-900\/0 {
  color: rgb(22 78 99 / 0) !important;
}
.\!text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1) !important;
}
.\!text-cyan-900\/100 {
  color: rgb(22 78 99 / 1) !important;
}
.\!text-cyan-900\/15 {
  color: rgb(22 78 99 / .15) !important;
}
.\!text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2) !important;
}
.\!text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25) !important;
}
.\!text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3) !important;
}
.\!text-cyan-900\/35 {
  color: rgb(22 78 99 / .35) !important;
}
.\!text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4) !important;
}
.\!text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45) !important;
}
.\!text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05) !important;
}
.\!text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5) !important;
}
.\!text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55) !important;
}
.\!text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6) !important;
}
.\!text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65) !important;
}
.\!text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7) !important;
}
.\!text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75) !important;
}
.\!text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8) !important;
}
.\!text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85) !important;
}
.\!text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9) !important;
}
.\!text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95) !important;
}
.\!text-emerald-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1)) !important;
}
.\!text-emerald-400\/0 {
  color: rgb(52 211 153 / 0) !important;
}
.\!text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1) !important;
}
.\!text-emerald-400\/100 {
  color: rgb(52 211 153 / 1) !important;
}
.\!text-emerald-400\/15 {
  color: rgb(52 211 153 / .15) !important;
}
.\!text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2) !important;
}
.\!text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25) !important;
}
.\!text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3) !important;
}
.\!text-emerald-400\/35 {
  color: rgb(52 211 153 / .35) !important;
}
.\!text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4) !important;
}
.\!text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45) !important;
}
.\!text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05) !important;
}
.\!text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5) !important;
}
.\!text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55) !important;
}
.\!text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6) !important;
}
.\!text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65) !important;
}
.\!text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7) !important;
}
.\!text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75) !important;
}
.\!text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8) !important;
}
.\!text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85) !important;
}
.\!text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9) !important;
}
.\!text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95) !important;
}
.\!text-emerald-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1)) !important;
}
.\!text-emerald-500\/0 {
  color: rgb(16 185 129 / 0) !important;
}
.\!text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1) !important;
}
.\!text-emerald-500\/100 {
  color: rgb(16 185 129 / 1) !important;
}
.\!text-emerald-500\/15 {
  color: rgb(16 185 129 / .15) !important;
}
.\!text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2) !important;
}
.\!text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25) !important;
}
.\!text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3) !important;
}
.\!text-emerald-500\/35 {
  color: rgb(16 185 129 / .35) !important;
}
.\!text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4) !important;
}
.\!text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45) !important;
}
.\!text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05) !important;
}
.\!text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5) !important;
}
.\!text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55) !important;
}
.\!text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6) !important;
}
.\!text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65) !important;
}
.\!text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7) !important;
}
.\!text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75) !important;
}
.\!text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8) !important;
}
.\!text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85) !important;
}
.\!text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9) !important;
}
.\!text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95) !important;
}
.\!text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1)) !important;
}
.\!text-emerald-600\/0 {
  color: rgb(5 150 105 / 0) !important;
}
.\!text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1) !important;
}
.\!text-emerald-600\/100 {
  color: rgb(5 150 105 / 1) !important;
}
.\!text-emerald-600\/15 {
  color: rgb(5 150 105 / .15) !important;
}
.\!text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2) !important;
}
.\!text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25) !important;
}
.\!text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3) !important;
}
.\!text-emerald-600\/35 {
  color: rgb(5 150 105 / .35) !important;
}
.\!text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4) !important;
}
.\!text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45) !important;
}
.\!text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05) !important;
}
.\!text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5) !important;
}
.\!text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55) !important;
}
.\!text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6) !important;
}
.\!text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65) !important;
}
.\!text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7) !important;
}
.\!text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75) !important;
}
.\!text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8) !important;
}
.\!text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85) !important;
}
.\!text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9) !important;
}
.\!text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95) !important;
}
.\!text-emerald-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1)) !important;
}
.\!text-emerald-900\/0 {
  color: rgb(6 78 59 / 0) !important;
}
.\!text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1) !important;
}
.\!text-emerald-900\/100 {
  color: rgb(6 78 59 / 1) !important;
}
.\!text-emerald-900\/15 {
  color: rgb(6 78 59 / .15) !important;
}
.\!text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2) !important;
}
.\!text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25) !important;
}
.\!text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3) !important;
}
.\!text-emerald-900\/35 {
  color: rgb(6 78 59 / .35) !important;
}
.\!text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4) !important;
}
.\!text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45) !important;
}
.\!text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05) !important;
}
.\!text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5) !important;
}
.\!text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55) !important;
}
.\!text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6) !important;
}
.\!text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65) !important;
}
.\!text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7) !important;
}
.\!text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75) !important;
}
.\!text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8) !important;
}
.\!text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85) !important;
}
.\!text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9) !important;
}
.\!text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95) !important;
}
.\!text-fuchsia-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1)) !important;
}
.\!text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0) !important;
}
.\!text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1) !important;
}
.\!text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1) !important;
}
.\!text-fuchsia-400\/15 {
  color: rgb(232 121 249 / .15) !important;
}
.\!text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2) !important;
}
.\!text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25) !important;
}
.\!text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3) !important;
}
.\!text-fuchsia-400\/35 {
  color: rgb(232 121 249 / .35) !important;
}
.\!text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4) !important;
}
.\!text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45) !important;
}
.\!text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05) !important;
}
.\!text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5) !important;
}
.\!text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55) !important;
}
.\!text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6) !important;
}
.\!text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65) !important;
}
.\!text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7) !important;
}
.\!text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75) !important;
}
.\!text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8) !important;
}
.\!text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85) !important;
}
.\!text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9) !important;
}
.\!text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95) !important;
}
.\!text-fuchsia-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1)) !important;
}
.\!text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0) !important;
}
.\!text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1) !important;
}
.\!text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1) !important;
}
.\!text-fuchsia-500\/15 {
  color: rgb(217 70 239 / .15) !important;
}
.\!text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2) !important;
}
.\!text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25) !important;
}
.\!text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3) !important;
}
.\!text-fuchsia-500\/35 {
  color: rgb(217 70 239 / .35) !important;
}
.\!text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4) !important;
}
.\!text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45) !important;
}
.\!text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05) !important;
}
.\!text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5) !important;
}
.\!text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55) !important;
}
.\!text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6) !important;
}
.\!text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65) !important;
}
.\!text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7) !important;
}
.\!text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75) !important;
}
.\!text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8) !important;
}
.\!text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85) !important;
}
.\!text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9) !important;
}
.\!text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95) !important;
}
.\!text-fuchsia-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1)) !important;
}
.\!text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0) !important;
}
.\!text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1) !important;
}
.\!text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1) !important;
}
.\!text-fuchsia-600\/15 {
  color: rgb(192 38 211 / .15) !important;
}
.\!text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2) !important;
}
.\!text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25) !important;
}
.\!text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3) !important;
}
.\!text-fuchsia-600\/35 {
  color: rgb(192 38 211 / .35) !important;
}
.\!text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4) !important;
}
.\!text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45) !important;
}
.\!text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05) !important;
}
.\!text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5) !important;
}
.\!text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55) !important;
}
.\!text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6) !important;
}
.\!text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65) !important;
}
.\!text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7) !important;
}
.\!text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75) !important;
}
.\!text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8) !important;
}
.\!text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85) !important;
}
.\!text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9) !important;
}
.\!text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95) !important;
}
.\!text-fuchsia-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1)) !important;
}
.\!text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0) !important;
}
.\!text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1) !important;
}
.\!text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1) !important;
}
.\!text-fuchsia-900\/15 {
  color: rgb(112 26 117 / .15) !important;
}
.\!text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2) !important;
}
.\!text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25) !important;
}
.\!text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3) !important;
}
.\!text-fuchsia-900\/35 {
  color: rgb(112 26 117 / .35) !important;
}
.\!text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4) !important;
}
.\!text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45) !important;
}
.\!text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05) !important;
}
.\!text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5) !important;
}
.\!text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55) !important;
}
.\!text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6) !important;
}
.\!text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65) !important;
}
.\!text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7) !important;
}
.\!text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75) !important;
}
.\!text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8) !important;
}
.\!text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85) !important;
}
.\!text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9) !important;
}
.\!text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-400\/0 {
  color: rgb(156 163 175 / 0) !important;
}
.\!text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1) !important;
}
.\!text-gray-400\/100 {
  color: rgb(156 163 175 / 1) !important;
}
.\!text-gray-400\/15 {
  color: rgb(156 163 175 / .15) !important;
}
.\!text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2) !important;
}
.\!text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25) !important;
}
.\!text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3) !important;
}
.\!text-gray-400\/35 {
  color: rgb(156 163 175 / .35) !important;
}
.\!text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4) !important;
}
.\!text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45) !important;
}
.\!text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05) !important;
}
.\!text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5) !important;
}
.\!text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55) !important;
}
.\!text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6) !important;
}
.\!text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65) !important;
}
.\!text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7) !important;
}
.\!text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75) !important;
}
.\!text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8) !important;
}
.\!text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85) !important;
}
.\!text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9) !important;
}
.\!text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-500\/0 {
  color: rgb(107 114 128 / 0) !important;
}
.\!text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1) !important;
}
.\!text-gray-500\/100 {
  color: rgb(107 114 128 / 1) !important;
}
.\!text-gray-500\/15 {
  color: rgb(107 114 128 / .15) !important;
}
.\!text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2) !important;
}
.\!text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25) !important;
}
.\!text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3) !important;
}
.\!text-gray-500\/35 {
  color: rgb(107 114 128 / .35) !important;
}
.\!text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4) !important;
}
.\!text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45) !important;
}
.\!text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05) !important;
}
.\!text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5) !important;
}
.\!text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55) !important;
}
.\!text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6) !important;
}
.\!text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65) !important;
}
.\!text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7) !important;
}
.\!text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75) !important;
}
.\!text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8) !important;
}
.\!text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85) !important;
}
.\!text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9) !important;
}
.\!text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-600\/0 {
  color: rgb(75 85 99 / 0) !important;
}
.\!text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1) !important;
}
.\!text-gray-600\/100 {
  color: rgb(75 85 99 / 1) !important;
}
.\!text-gray-600\/15 {
  color: rgb(75 85 99 / .15) !important;
}
.\!text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2) !important;
}
.\!text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25) !important;
}
.\!text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3) !important;
}
.\!text-gray-600\/35 {
  color: rgb(75 85 99 / .35) !important;
}
.\!text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4) !important;
}
.\!text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45) !important;
}
.\!text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05) !important;
}
.\!text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5) !important;
}
.\!text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55) !important;
}
.\!text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6) !important;
}
.\!text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65) !important;
}
.\!text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7) !important;
}
.\!text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75) !important;
}
.\!text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8) !important;
}
.\!text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85) !important;
}
.\!text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9) !important;
}
.\!text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95) !important;
}
.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-900\/0 {
  color: rgb(17 24 39 / 0) !important;
}
.\!text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1) !important;
}
.\!text-gray-900\/100 {
  color: rgb(17 24 39 / 1) !important;
}
.\!text-gray-900\/15 {
  color: rgb(17 24 39 / .15) !important;
}
.\!text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2) !important;
}
.\!text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25) !important;
}
.\!text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3) !important;
}
.\!text-gray-900\/35 {
  color: rgb(17 24 39 / .35) !important;
}
.\!text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4) !important;
}
.\!text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45) !important;
}
.\!text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05) !important;
}
.\!text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5) !important;
}
.\!text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55) !important;
}
.\!text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6) !important;
}
.\!text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65) !important;
}
.\!text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7) !important;
}
.\!text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75) !important;
}
.\!text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8) !important;
}
.\!text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85) !important;
}
.\!text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9) !important;
}
.\!text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95) !important;
}
.\!text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1)) !important;
}
.\!text-green-400\/0 {
  color: rgb(74 222 128 / 0) !important;
}
.\!text-green-400\/10 {
  color: rgb(74 222 128 / 0.1) !important;
}
.\!text-green-400\/100 {
  color: rgb(74 222 128 / 1) !important;
}
.\!text-green-400\/15 {
  color: rgb(74 222 128 / .15) !important;
}
.\!text-green-400\/20 {
  color: rgb(74 222 128 / 0.2) !important;
}
.\!text-green-400\/25 {
  color: rgb(74 222 128 / 0.25) !important;
}
.\!text-green-400\/30 {
  color: rgb(74 222 128 / 0.3) !important;
}
.\!text-green-400\/35 {
  color: rgb(74 222 128 / .35) !important;
}
.\!text-green-400\/40 {
  color: rgb(74 222 128 / 0.4) !important;
}
.\!text-green-400\/45 {
  color: rgb(74 222 128 / 0.45) !important;
}
.\!text-green-400\/5 {
  color: rgb(74 222 128 / 0.05) !important;
}
.\!text-green-400\/50 {
  color: rgb(74 222 128 / 0.5) !important;
}
.\!text-green-400\/55 {
  color: rgb(74 222 128 / 0.55) !important;
}
.\!text-green-400\/60 {
  color: rgb(74 222 128 / 0.6) !important;
}
.\!text-green-400\/65 {
  color: rgb(74 222 128 / 0.65) !important;
}
.\!text-green-400\/70 {
  color: rgb(74 222 128 / 0.7) !important;
}
.\!text-green-400\/75 {
  color: rgb(74 222 128 / 0.75) !important;
}
.\!text-green-400\/80 {
  color: rgb(74 222 128 / 0.8) !important;
}
.\!text-green-400\/85 {
  color: rgb(74 222 128 / 0.85) !important;
}
.\!text-green-400\/90 {
  color: rgb(74 222 128 / 0.9) !important;
}
.\!text-green-400\/95 {
  color: rgb(74 222 128 / 0.95) !important;
}
.\!text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}
.\!text-green-500\/0 {
  color: rgb(34 197 94 / 0) !important;
}
.\!text-green-500\/10 {
  color: rgb(34 197 94 / 0.1) !important;
}
.\!text-green-500\/100 {
  color: rgb(34 197 94 / 1) !important;
}
.\!text-green-500\/15 {
  color: rgb(34 197 94 / .15) !important;
}
.\!text-green-500\/20 {
  color: rgb(34 197 94 / 0.2) !important;
}
.\!text-green-500\/25 {
  color: rgb(34 197 94 / 0.25) !important;
}
.\!text-green-500\/30 {
  color: rgb(34 197 94 / 0.3) !important;
}
.\!text-green-500\/35 {
  color: rgb(34 197 94 / .35) !important;
}
.\!text-green-500\/40 {
  color: rgb(34 197 94 / 0.4) !important;
}
.\!text-green-500\/45 {
  color: rgb(34 197 94 / 0.45) !important;
}
.\!text-green-500\/5 {
  color: rgb(34 197 94 / 0.05) !important;
}
.\!text-green-500\/50 {
  color: rgb(34 197 94 / 0.5) !important;
}
.\!text-green-500\/55 {
  color: rgb(34 197 94 / 0.55) !important;
}
.\!text-green-500\/60 {
  color: rgb(34 197 94 / 0.6) !important;
}
.\!text-green-500\/65 {
  color: rgb(34 197 94 / 0.65) !important;
}
.\!text-green-500\/70 {
  color: rgb(34 197 94 / 0.7) !important;
}
.\!text-green-500\/75 {
  color: rgb(34 197 94 / 0.75) !important;
}
.\!text-green-500\/80 {
  color: rgb(34 197 94 / 0.8) !important;
}
.\!text-green-500\/85 {
  color: rgb(34 197 94 / 0.85) !important;
}
.\!text-green-500\/90 {
  color: rgb(34 197 94 / 0.9) !important;
}
.\!text-green-500\/95 {
  color: rgb(34 197 94 / 0.95) !important;
}
.\!text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
.\!text-green-600\/0 {
  color: rgb(22 163 74 / 0) !important;
}
.\!text-green-600\/10 {
  color: rgb(22 163 74 / 0.1) !important;
}
.\!text-green-600\/100 {
  color: rgb(22 163 74 / 1) !important;
}
.\!text-green-600\/15 {
  color: rgb(22 163 74 / .15) !important;
}
.\!text-green-600\/20 {
  color: rgb(22 163 74 / 0.2) !important;
}
.\!text-green-600\/25 {
  color: rgb(22 163 74 / 0.25) !important;
}
.\!text-green-600\/30 {
  color: rgb(22 163 74 / 0.3) !important;
}
.\!text-green-600\/35 {
  color: rgb(22 163 74 / .35) !important;
}
.\!text-green-600\/40 {
  color: rgb(22 163 74 / 0.4) !important;
}
.\!text-green-600\/45 {
  color: rgb(22 163 74 / 0.45) !important;
}
.\!text-green-600\/5 {
  color: rgb(22 163 74 / 0.05) !important;
}
.\!text-green-600\/50 {
  color: rgb(22 163 74 / 0.5) !important;
}
.\!text-green-600\/55 {
  color: rgb(22 163 74 / 0.55) !important;
}
.\!text-green-600\/60 {
  color: rgb(22 163 74 / 0.6) !important;
}
.\!text-green-600\/65 {
  color: rgb(22 163 74 / 0.65) !important;
}
.\!text-green-600\/70 {
  color: rgb(22 163 74 / 0.7) !important;
}
.\!text-green-600\/75 {
  color: rgb(22 163 74 / 0.75) !important;
}
.\!text-green-600\/80 {
  color: rgb(22 163 74 / 0.8) !important;
}
.\!text-green-600\/85 {
  color: rgb(22 163 74 / 0.85) !important;
}
.\!text-green-600\/90 {
  color: rgb(22 163 74 / 0.9) !important;
}
.\!text-green-600\/95 {
  color: rgb(22 163 74 / 0.95) !important;
}
.\!text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1)) !important;
}
.\!text-green-900\/0 {
  color: rgb(20 83 45 / 0) !important;
}
.\!text-green-900\/10 {
  color: rgb(20 83 45 / 0.1) !important;
}
.\!text-green-900\/100 {
  color: rgb(20 83 45 / 1) !important;
}
.\!text-green-900\/15 {
  color: rgb(20 83 45 / .15) !important;
}
.\!text-green-900\/20 {
  color: rgb(20 83 45 / 0.2) !important;
}
.\!text-green-900\/25 {
  color: rgb(20 83 45 / 0.25) !important;
}
.\!text-green-900\/30 {
  color: rgb(20 83 45 / 0.3) !important;
}
.\!text-green-900\/35 {
  color: rgb(20 83 45 / .35) !important;
}
.\!text-green-900\/40 {
  color: rgb(20 83 45 / 0.4) !important;
}
.\!text-green-900\/45 {
  color: rgb(20 83 45 / 0.45) !important;
}
.\!text-green-900\/5 {
  color: rgb(20 83 45 / 0.05) !important;
}
.\!text-green-900\/50 {
  color: rgb(20 83 45 / 0.5) !important;
}
.\!text-green-900\/55 {
  color: rgb(20 83 45 / 0.55) !important;
}
.\!text-green-900\/60 {
  color: rgb(20 83 45 / 0.6) !important;
}
.\!text-green-900\/65 {
  color: rgb(20 83 45 / 0.65) !important;
}
.\!text-green-900\/70 {
  color: rgb(20 83 45 / 0.7) !important;
}
.\!text-green-900\/75 {
  color: rgb(20 83 45 / 0.75) !important;
}
.\!text-green-900\/80 {
  color: rgb(20 83 45 / 0.8) !important;
}
.\!text-green-900\/85 {
  color: rgb(20 83 45 / 0.85) !important;
}
.\!text-green-900\/90 {
  color: rgb(20 83 45 / 0.9) !important;
}
.\!text-green-900\/95 {
  color: rgb(20 83 45 / 0.95) !important;
}
.\!text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1)) !important;
}
.\!text-indigo-400\/0 {
  color: rgb(129 140 248 / 0) !important;
}
.\!text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1) !important;
}
.\!text-indigo-400\/100 {
  color: rgb(129 140 248 / 1) !important;
}
.\!text-indigo-400\/15 {
  color: rgb(129 140 248 / .15) !important;
}
.\!text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2) !important;
}
.\!text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25) !important;
}
.\!text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3) !important;
}
.\!text-indigo-400\/35 {
  color: rgb(129 140 248 / .35) !important;
}
.\!text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4) !important;
}
.\!text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45) !important;
}
.\!text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05) !important;
}
.\!text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5) !important;
}
.\!text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55) !important;
}
.\!text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6) !important;
}
.\!text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65) !important;
}
.\!text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7) !important;
}
.\!text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75) !important;
}
.\!text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8) !important;
}
.\!text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85) !important;
}
.\!text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9) !important;
}
.\!text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95) !important;
}
.\!text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1)) !important;
}
.\!text-indigo-500\/0 {
  color: rgb(99 102 241 / 0) !important;
}
.\!text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1) !important;
}
.\!text-indigo-500\/100 {
  color: rgb(99 102 241 / 1) !important;
}
.\!text-indigo-500\/15 {
  color: rgb(99 102 241 / .15) !important;
}
.\!text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2) !important;
}
.\!text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25) !important;
}
.\!text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3) !important;
}
.\!text-indigo-500\/35 {
  color: rgb(99 102 241 / .35) !important;
}
.\!text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4) !important;
}
.\!text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45) !important;
}
.\!text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05) !important;
}
.\!text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5) !important;
}
.\!text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55) !important;
}
.\!text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6) !important;
}
.\!text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65) !important;
}
.\!text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7) !important;
}
.\!text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75) !important;
}
.\!text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8) !important;
}
.\!text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85) !important;
}
.\!text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9) !important;
}
.\!text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95) !important;
}
.\!text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1)) !important;
}
.\!text-indigo-600\/0 {
  color: rgb(79 70 229 / 0) !important;
}
.\!text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1) !important;
}
.\!text-indigo-600\/100 {
  color: rgb(79 70 229 / 1) !important;
}
.\!text-indigo-600\/15 {
  color: rgb(79 70 229 / .15) !important;
}
.\!text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2) !important;
}
.\!text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25) !important;
}
.\!text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3) !important;
}
.\!text-indigo-600\/35 {
  color: rgb(79 70 229 / .35) !important;
}
.\!text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4) !important;
}
.\!text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45) !important;
}
.\!text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05) !important;
}
.\!text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5) !important;
}
.\!text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55) !important;
}
.\!text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6) !important;
}
.\!text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65) !important;
}
.\!text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7) !important;
}
.\!text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75) !important;
}
.\!text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8) !important;
}
.\!text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85) !important;
}
.\!text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9) !important;
}
.\!text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95) !important;
}
.\!text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1)) !important;
}
.\!text-indigo-900\/0 {
  color: rgb(49 46 129 / 0) !important;
}
.\!text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1) !important;
}
.\!text-indigo-900\/100 {
  color: rgb(49 46 129 / 1) !important;
}
.\!text-indigo-900\/15 {
  color: rgb(49 46 129 / .15) !important;
}
.\!text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2) !important;
}
.\!text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25) !important;
}
.\!text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3) !important;
}
.\!text-indigo-900\/35 {
  color: rgb(49 46 129 / .35) !important;
}
.\!text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4) !important;
}
.\!text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45) !important;
}
.\!text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05) !important;
}
.\!text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5) !important;
}
.\!text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55) !important;
}
.\!text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6) !important;
}
.\!text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65) !important;
}
.\!text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7) !important;
}
.\!text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75) !important;
}
.\!text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8) !important;
}
.\!text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85) !important;
}
.\!text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9) !important;
}
.\!text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95) !important;
}
.\!text-label-primary {
  color: var(--label-primary) !important;
}
.\!text-label-secondary {
  color: var(--label-secondary) !important;
}
.\!text-lime-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-400\/0 {
  color: rgb(163 230 53 / 0) !important;
}
.\!text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1) !important;
}
.\!text-lime-400\/100 {
  color: rgb(163 230 53 / 1) !important;
}
.\!text-lime-400\/15 {
  color: rgb(163 230 53 / .15) !important;
}
.\!text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2) !important;
}
.\!text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25) !important;
}
.\!text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3) !important;
}
.\!text-lime-400\/35 {
  color: rgb(163 230 53 / .35) !important;
}
.\!text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4) !important;
}
.\!text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45) !important;
}
.\!text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05) !important;
}
.\!text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5) !important;
}
.\!text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55) !important;
}
.\!text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6) !important;
}
.\!text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65) !important;
}
.\!text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7) !important;
}
.\!text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75) !important;
}
.\!text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8) !important;
}
.\!text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85) !important;
}
.\!text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9) !important;
}
.\!text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95) !important;
}
.\!text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-500\/0 {
  color: rgb(132 204 22 / 0) !important;
}
.\!text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1) !important;
}
.\!text-lime-500\/100 {
  color: rgb(132 204 22 / 1) !important;
}
.\!text-lime-500\/15 {
  color: rgb(132 204 22 / .15) !important;
}
.\!text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2) !important;
}
.\!text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25) !important;
}
.\!text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3) !important;
}
.\!text-lime-500\/35 {
  color: rgb(132 204 22 / .35) !important;
}
.\!text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4) !important;
}
.\!text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45) !important;
}
.\!text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05) !important;
}
.\!text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5) !important;
}
.\!text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55) !important;
}
.\!text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6) !important;
}
.\!text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65) !important;
}
.\!text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7) !important;
}
.\!text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75) !important;
}
.\!text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8) !important;
}
.\!text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85) !important;
}
.\!text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9) !important;
}
.\!text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95) !important;
}
.\!text-lime-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-600\/0 {
  color: rgb(101 163 13 / 0) !important;
}
.\!text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1) !important;
}
.\!text-lime-600\/100 {
  color: rgb(101 163 13 / 1) !important;
}
.\!text-lime-600\/15 {
  color: rgb(101 163 13 / .15) !important;
}
.\!text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2) !important;
}
.\!text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25) !important;
}
.\!text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3) !important;
}
.\!text-lime-600\/35 {
  color: rgb(101 163 13 / .35) !important;
}
.\!text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4) !important;
}
.\!text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45) !important;
}
.\!text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05) !important;
}
.\!text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5) !important;
}
.\!text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55) !important;
}
.\!text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6) !important;
}
.\!text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65) !important;
}
.\!text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7) !important;
}
.\!text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75) !important;
}
.\!text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8) !important;
}
.\!text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85) !important;
}
.\!text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9) !important;
}
.\!text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95) !important;
}
.\!text-lime-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1)) !important;
}
.\!text-lime-900\/0 {
  color: rgb(54 83 20 / 0) !important;
}
.\!text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1) !important;
}
.\!text-lime-900\/100 {
  color: rgb(54 83 20 / 1) !important;
}
.\!text-lime-900\/15 {
  color: rgb(54 83 20 / .15) !important;
}
.\!text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2) !important;
}
.\!text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25) !important;
}
.\!text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3) !important;
}
.\!text-lime-900\/35 {
  color: rgb(54 83 20 / .35) !important;
}
.\!text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4) !important;
}
.\!text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45) !important;
}
.\!text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05) !important;
}
.\!text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5) !important;
}
.\!text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55) !important;
}
.\!text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6) !important;
}
.\!text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65) !important;
}
.\!text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7) !important;
}
.\!text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75) !important;
}
.\!text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8) !important;
}
.\!text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85) !important;
}
.\!text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9) !important;
}
.\!text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95) !important;
}
.\!text-neutral-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-400\/0 {
  color: rgb(163 163 163 / 0) !important;
}
.\!text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1) !important;
}
.\!text-neutral-400\/100 {
  color: rgb(163 163 163 / 1) !important;
}
.\!text-neutral-400\/15 {
  color: rgb(163 163 163 / .15) !important;
}
.\!text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2) !important;
}
.\!text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25) !important;
}
.\!text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3) !important;
}
.\!text-neutral-400\/35 {
  color: rgb(163 163 163 / .35) !important;
}
.\!text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4) !important;
}
.\!text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45) !important;
}
.\!text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05) !important;
}
.\!text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5) !important;
}
.\!text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55) !important;
}
.\!text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6) !important;
}
.\!text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65) !important;
}
.\!text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7) !important;
}
.\!text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75) !important;
}
.\!text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8) !important;
}
.\!text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85) !important;
}
.\!text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9) !important;
}
.\!text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95) !important;
}
.\!text-neutral-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-500\/0 {
  color: rgb(115 115 115 / 0) !important;
}
.\!text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1) !important;
}
.\!text-neutral-500\/100 {
  color: rgb(115 115 115 / 1) !important;
}
.\!text-neutral-500\/15 {
  color: rgb(115 115 115 / .15) !important;
}
.\!text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2) !important;
}
.\!text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25) !important;
}
.\!text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3) !important;
}
.\!text-neutral-500\/35 {
  color: rgb(115 115 115 / .35) !important;
}
.\!text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4) !important;
}
.\!text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45) !important;
}
.\!text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05) !important;
}
.\!text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5) !important;
}
.\!text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55) !important;
}
.\!text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6) !important;
}
.\!text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65) !important;
}
.\!text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7) !important;
}
.\!text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75) !important;
}
.\!text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8) !important;
}
.\!text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85) !important;
}
.\!text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9) !important;
}
.\!text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95) !important;
}
.\!text-neutral-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-600\/0 {
  color: rgb(82 82 82 / 0) !important;
}
.\!text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1) !important;
}
.\!text-neutral-600\/100 {
  color: rgb(82 82 82 / 1) !important;
}
.\!text-neutral-600\/15 {
  color: rgb(82 82 82 / .15) !important;
}
.\!text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2) !important;
}
.\!text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25) !important;
}
.\!text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3) !important;
}
.\!text-neutral-600\/35 {
  color: rgb(82 82 82 / .35) !important;
}
.\!text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4) !important;
}
.\!text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45) !important;
}
.\!text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05) !important;
}
.\!text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5) !important;
}
.\!text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55) !important;
}
.\!text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6) !important;
}
.\!text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65) !important;
}
.\!text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7) !important;
}
.\!text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75) !important;
}
.\!text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8) !important;
}
.\!text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85) !important;
}
.\!text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9) !important;
}
.\!text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95) !important;
}
.\!text-neutral-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-900\/0 {
  color: rgb(23 23 23 / 0) !important;
}
.\!text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1) !important;
}
.\!text-neutral-900\/100 {
  color: rgb(23 23 23 / 1) !important;
}
.\!text-neutral-900\/15 {
  color: rgb(23 23 23 / .15) !important;
}
.\!text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2) !important;
}
.\!text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25) !important;
}
.\!text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3) !important;
}
.\!text-neutral-900\/35 {
  color: rgb(23 23 23 / .35) !important;
}
.\!text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4) !important;
}
.\!text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45) !important;
}
.\!text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05) !important;
}
.\!text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5) !important;
}
.\!text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55) !important;
}
.\!text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6) !important;
}
.\!text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65) !important;
}
.\!text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7) !important;
}
.\!text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75) !important;
}
.\!text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8) !important;
}
.\!text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85) !important;
}
.\!text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9) !important;
}
.\!text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95) !important;
}
.\!text-olive-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 180 60 / var(--tw-text-opacity, 1)) !important;
}
.\!text-olive-400\/0 {
  color: rgb(168 180 60 / 0) !important;
}
.\!text-olive-400\/10 {
  color: rgb(168 180 60 / 0.1) !important;
}
.\!text-olive-400\/100 {
  color: rgb(168 180 60 / 1) !important;
}
.\!text-olive-400\/15 {
  color: rgb(168 180 60 / .15) !important;
}
.\!text-olive-400\/20 {
  color: rgb(168 180 60 / 0.2) !important;
}
.\!text-olive-400\/25 {
  color: rgb(168 180 60 / 0.25) !important;
}
.\!text-olive-400\/30 {
  color: rgb(168 180 60 / 0.3) !important;
}
.\!text-olive-400\/35 {
  color: rgb(168 180 60 / .35) !important;
}
.\!text-olive-400\/40 {
  color: rgb(168 180 60 / 0.4) !important;
}
.\!text-olive-400\/45 {
  color: rgb(168 180 60 / 0.45) !important;
}
.\!text-olive-400\/5 {
  color: rgb(168 180 60 / 0.05) !important;
}
.\!text-olive-400\/50 {
  color: rgb(168 180 60 / 0.5) !important;
}
.\!text-olive-400\/55 {
  color: rgb(168 180 60 / 0.55) !important;
}
.\!text-olive-400\/60 {
  color: rgb(168 180 60 / 0.6) !important;
}
.\!text-olive-400\/65 {
  color: rgb(168 180 60 / 0.65) !important;
}
.\!text-olive-400\/70 {
  color: rgb(168 180 60 / 0.7) !important;
}
.\!text-olive-400\/75 {
  color: rgb(168 180 60 / 0.75) !important;
}
.\!text-olive-400\/80 {
  color: rgb(168 180 60 / 0.8) !important;
}
.\!text-olive-400\/85 {
  color: rgb(168 180 60 / 0.85) !important;
}
.\!text-olive-400\/90 {
  color: rgb(168 180 60 / 0.9) !important;
}
.\!text-olive-400\/95 {
  color: rgb(168 180 60 / 0.95) !important;
}
.\!text-olive-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(140 156 52 / var(--tw-text-opacity, 1)) !important;
}
.\!text-olive-500\/0 {
  color: rgb(140 156 52 / 0) !important;
}
.\!text-olive-500\/10 {
  color: rgb(140 156 52 / 0.1) !important;
}
.\!text-olive-500\/100 {
  color: rgb(140 156 52 / 1) !important;
}
.\!text-olive-500\/15 {
  color: rgb(140 156 52 / .15) !important;
}
.\!text-olive-500\/20 {
  color: rgb(140 156 52 / 0.2) !important;
}
.\!text-olive-500\/25 {
  color: rgb(140 156 52 / 0.25) !important;
}
.\!text-olive-500\/30 {
  color: rgb(140 156 52 / 0.3) !important;
}
.\!text-olive-500\/35 {
  color: rgb(140 156 52 / .35) !important;
}
.\!text-olive-500\/40 {
  color: rgb(140 156 52 / 0.4) !important;
}
.\!text-olive-500\/45 {
  color: rgb(140 156 52 / 0.45) !important;
}
.\!text-olive-500\/5 {
  color: rgb(140 156 52 / 0.05) !important;
}
.\!text-olive-500\/50 {
  color: rgb(140 156 52 / 0.5) !important;
}
.\!text-olive-500\/55 {
  color: rgb(140 156 52 / 0.55) !important;
}
.\!text-olive-500\/60 {
  color: rgb(140 156 52 / 0.6) !important;
}
.\!text-olive-500\/65 {
  color: rgb(140 156 52 / 0.65) !important;
}
.\!text-olive-500\/70 {
  color: rgb(140 156 52 / 0.7) !important;
}
.\!text-olive-500\/75 {
  color: rgb(140 156 52 / 0.75) !important;
}
.\!text-olive-500\/80 {
  color: rgb(140 156 52 / 0.8) !important;
}
.\!text-olive-500\/85 {
  color: rgb(140 156 52 / 0.85) !important;
}
.\!text-olive-500\/90 {
  color: rgb(140 156 52 / 0.9) !important;
}
.\!text-olive-500\/95 {
  color: rgb(140 156 52 / 0.95) !important;
}
.\!text-olive-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(110 127 27 / var(--tw-text-opacity, 1)) !important;
}
.\!text-olive-600\/0 {
  color: rgb(110 127 27 / 0) !important;
}
.\!text-olive-600\/10 {
  color: rgb(110 127 27 / 0.1) !important;
}
.\!text-olive-600\/100 {
  color: rgb(110 127 27 / 1) !important;
}
.\!text-olive-600\/15 {
  color: rgb(110 127 27 / .15) !important;
}
.\!text-olive-600\/20 {
  color: rgb(110 127 27 / 0.2) !important;
}
.\!text-olive-600\/25 {
  color: rgb(110 127 27 / 0.25) !important;
}
.\!text-olive-600\/30 {
  color: rgb(110 127 27 / 0.3) !important;
}
.\!text-olive-600\/35 {
  color: rgb(110 127 27 / .35) !important;
}
.\!text-olive-600\/40 {
  color: rgb(110 127 27 / 0.4) !important;
}
.\!text-olive-600\/45 {
  color: rgb(110 127 27 / 0.45) !important;
}
.\!text-olive-600\/5 {
  color: rgb(110 127 27 / 0.05) !important;
}
.\!text-olive-600\/50 {
  color: rgb(110 127 27 / 0.5) !important;
}
.\!text-olive-600\/55 {
  color: rgb(110 127 27 / 0.55) !important;
}
.\!text-olive-600\/60 {
  color: rgb(110 127 27 / 0.6) !important;
}
.\!text-olive-600\/65 {
  color: rgb(110 127 27 / 0.65) !important;
}
.\!text-olive-600\/70 {
  color: rgb(110 127 27 / 0.7) !important;
}
.\!text-olive-600\/75 {
  color: rgb(110 127 27 / 0.75) !important;
}
.\!text-olive-600\/80 {
  color: rgb(110 127 27 / 0.8) !important;
}
.\!text-olive-600\/85 {
  color: rgb(110 127 27 / 0.85) !important;
}
.\!text-olive-600\/90 {
  color: rgb(110 127 27 / 0.9) !important;
}
.\!text-olive-600\/95 {
  color: rgb(110 127 27 / 0.95) !important;
}
.\!text-olive-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(46 56 15 / var(--tw-text-opacity, 1)) !important;
}
.\!text-olive-900\/0 {
  color: rgb(46 56 15 / 0) !important;
}
.\!text-olive-900\/10 {
  color: rgb(46 56 15 / 0.1) !important;
}
.\!text-olive-900\/100 {
  color: rgb(46 56 15 / 1) !important;
}
.\!text-olive-900\/15 {
  color: rgb(46 56 15 / .15) !important;
}
.\!text-olive-900\/20 {
  color: rgb(46 56 15 / 0.2) !important;
}
.\!text-olive-900\/25 {
  color: rgb(46 56 15 / 0.25) !important;
}
.\!text-olive-900\/30 {
  color: rgb(46 56 15 / 0.3) !important;
}
.\!text-olive-900\/35 {
  color: rgb(46 56 15 / .35) !important;
}
.\!text-olive-900\/40 {
  color: rgb(46 56 15 / 0.4) !important;
}
.\!text-olive-900\/45 {
  color: rgb(46 56 15 / 0.45) !important;
}
.\!text-olive-900\/5 {
  color: rgb(46 56 15 / 0.05) !important;
}
.\!text-olive-900\/50 {
  color: rgb(46 56 15 / 0.5) !important;
}
.\!text-olive-900\/55 {
  color: rgb(46 56 15 / 0.55) !important;
}
.\!text-olive-900\/60 {
  color: rgb(46 56 15 / 0.6) !important;
}
.\!text-olive-900\/65 {
  color: rgb(46 56 15 / 0.65) !important;
}
.\!text-olive-900\/70 {
  color: rgb(46 56 15 / 0.7) !important;
}
.\!text-olive-900\/75 {
  color: rgb(46 56 15 / 0.75) !important;
}
.\!text-olive-900\/80 {
  color: rgb(46 56 15 / 0.8) !important;
}
.\!text-olive-900\/85 {
  color: rgb(46 56 15 / 0.85) !important;
}
.\!text-olive-900\/90 {
  color: rgb(46 56 15 / 0.9) !important;
}
.\!text-olive-900\/95 {
  color: rgb(46 56 15 / 0.95) !important;
}
.\!text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange-400\/0 {
  color: rgb(251 146 60 / 0) !important;
}
.\!text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1) !important;
}
.\!text-orange-400\/100 {
  color: rgb(251 146 60 / 1) !important;
}
.\!text-orange-400\/15 {
  color: rgb(251 146 60 / .15) !important;
}
.\!text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2) !important;
}
.\!text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25) !important;
}
.\!text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3) !important;
}
.\!text-orange-400\/35 {
  color: rgb(251 146 60 / .35) !important;
}
.\!text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4) !important;
}
.\!text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45) !important;
}
.\!text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05) !important;
}
.\!text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5) !important;
}
.\!text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55) !important;
}
.\!text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6) !important;
}
.\!text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65) !important;
}
.\!text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7) !important;
}
.\!text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75) !important;
}
.\!text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8) !important;
}
.\!text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85) !important;
}
.\!text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9) !important;
}
.\!text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95) !important;
}
.\!text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange-500\/0 {
  color: rgb(249 115 22 / 0) !important;
}
.\!text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1) !important;
}
.\!text-orange-500\/100 {
  color: rgb(249 115 22 / 1) !important;
}
.\!text-orange-500\/15 {
  color: rgb(249 115 22 / .15) !important;
}
.\!text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2) !important;
}
.\!text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25) !important;
}
.\!text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3) !important;
}
.\!text-orange-500\/35 {
  color: rgb(249 115 22 / .35) !important;
}
.\!text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4) !important;
}
.\!text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45) !important;
}
.\!text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05) !important;
}
.\!text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5) !important;
}
.\!text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55) !important;
}
.\!text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6) !important;
}
.\!text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65) !important;
}
.\!text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7) !important;
}
.\!text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75) !important;
}
.\!text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8) !important;
}
.\!text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85) !important;
}
.\!text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9) !important;
}
.\!text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95) !important;
}
.\!text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange-600\/0 {
  color: rgb(234 88 12 / 0) !important;
}
.\!text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1) !important;
}
.\!text-orange-600\/100 {
  color: rgb(234 88 12 / 1) !important;
}
.\!text-orange-600\/15 {
  color: rgb(234 88 12 / .15) !important;
}
.\!text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2) !important;
}
.\!text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25) !important;
}
.\!text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3) !important;
}
.\!text-orange-600\/35 {
  color: rgb(234 88 12 / .35) !important;
}
.\!text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4) !important;
}
.\!text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45) !important;
}
.\!text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05) !important;
}
.\!text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5) !important;
}
.\!text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55) !important;
}
.\!text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6) !important;
}
.\!text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65) !important;
}
.\!text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7) !important;
}
.\!text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75) !important;
}
.\!text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8) !important;
}
.\!text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85) !important;
}
.\!text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9) !important;
}
.\!text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95) !important;
}
.\!text-orange-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange-900\/0 {
  color: rgb(124 45 18 / 0) !important;
}
.\!text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1) !important;
}
.\!text-orange-900\/100 {
  color: rgb(124 45 18 / 1) !important;
}
.\!text-orange-900\/15 {
  color: rgb(124 45 18 / .15) !important;
}
.\!text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2) !important;
}
.\!text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25) !important;
}
.\!text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3) !important;
}
.\!text-orange-900\/35 {
  color: rgb(124 45 18 / .35) !important;
}
.\!text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4) !important;
}
.\!text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45) !important;
}
.\!text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05) !important;
}
.\!text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5) !important;
}
.\!text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55) !important;
}
.\!text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6) !important;
}
.\!text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65) !important;
}
.\!text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7) !important;
}
.\!text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75) !important;
}
.\!text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8) !important;
}
.\!text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85) !important;
}
.\!text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9) !important;
}
.\!text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95) !important;
}
.\!text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1)) !important;
}
.\!text-pink-400\/0 {
  color: rgb(244 114 182 / 0) !important;
}
.\!text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1) !important;
}
.\!text-pink-400\/100 {
  color: rgb(244 114 182 / 1) !important;
}
.\!text-pink-400\/15 {
  color: rgb(244 114 182 / .15) !important;
}
.\!text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2) !important;
}
.\!text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25) !important;
}
.\!text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3) !important;
}
.\!text-pink-400\/35 {
  color: rgb(244 114 182 / .35) !important;
}
.\!text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4) !important;
}
.\!text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45) !important;
}
.\!text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05) !important;
}
.\!text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5) !important;
}
.\!text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55) !important;
}
.\!text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6) !important;
}
.\!text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65) !important;
}
.\!text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7) !important;
}
.\!text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75) !important;
}
.\!text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8) !important;
}
.\!text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85) !important;
}
.\!text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9) !important;
}
.\!text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95) !important;
}
.\!text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1)) !important;
}
.\!text-pink-500\/0 {
  color: rgb(236 72 153 / 0) !important;
}
.\!text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1) !important;
}
.\!text-pink-500\/100 {
  color: rgb(236 72 153 / 1) !important;
}
.\!text-pink-500\/15 {
  color: rgb(236 72 153 / .15) !important;
}
.\!text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2) !important;
}
.\!text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25) !important;
}
.\!text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3) !important;
}
.\!text-pink-500\/35 {
  color: rgb(236 72 153 / .35) !important;
}
.\!text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4) !important;
}
.\!text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45) !important;
}
.\!text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05) !important;
}
.\!text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5) !important;
}
.\!text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55) !important;
}
.\!text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6) !important;
}
.\!text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65) !important;
}
.\!text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7) !important;
}
.\!text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75) !important;
}
.\!text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8) !important;
}
.\!text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85) !important;
}
.\!text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9) !important;
}
.\!text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95) !important;
}
.\!text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1)) !important;
}
.\!text-pink-600\/0 {
  color: rgb(219 39 119 / 0) !important;
}
.\!text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1) !important;
}
.\!text-pink-600\/100 {
  color: rgb(219 39 119 / 1) !important;
}
.\!text-pink-600\/15 {
  color: rgb(219 39 119 / .15) !important;
}
.\!text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2) !important;
}
.\!text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25) !important;
}
.\!text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3) !important;
}
.\!text-pink-600\/35 {
  color: rgb(219 39 119 / .35) !important;
}
.\!text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4) !important;
}
.\!text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45) !important;
}
.\!text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05) !important;
}
.\!text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5) !important;
}
.\!text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55) !important;
}
.\!text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6) !important;
}
.\!text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65) !important;
}
.\!text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7) !important;
}
.\!text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75) !important;
}
.\!text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8) !important;
}
.\!text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85) !important;
}
.\!text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9) !important;
}
.\!text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95) !important;
}
.\!text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1)) !important;
}
.\!text-pink-900\/0 {
  color: rgb(131 24 67 / 0) !important;
}
.\!text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1) !important;
}
.\!text-pink-900\/100 {
  color: rgb(131 24 67 / 1) !important;
}
.\!text-pink-900\/15 {
  color: rgb(131 24 67 / .15) !important;
}
.\!text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2) !important;
}
.\!text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25) !important;
}
.\!text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3) !important;
}
.\!text-pink-900\/35 {
  color: rgb(131 24 67 / .35) !important;
}
.\!text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4) !important;
}
.\!text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45) !important;
}
.\!text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05) !important;
}
.\!text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5) !important;
}
.\!text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55) !important;
}
.\!text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6) !important;
}
.\!text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65) !important;
}
.\!text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7) !important;
}
.\!text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75) !important;
}
.\!text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8) !important;
}
.\!text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85) !important;
}
.\!text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9) !important;
}
.\!text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95) !important;
}
.\!text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1)) !important;
}
.\!text-purple-400\/0 {
  color: rgb(192 132 252 / 0) !important;
}
.\!text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1) !important;
}
.\!text-purple-400\/100 {
  color: rgb(192 132 252 / 1) !important;
}
.\!text-purple-400\/15 {
  color: rgb(192 132 252 / .15) !important;
}
.\!text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2) !important;
}
.\!text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25) !important;
}
.\!text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3) !important;
}
.\!text-purple-400\/35 {
  color: rgb(192 132 252 / .35) !important;
}
.\!text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4) !important;
}
.\!text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45) !important;
}
.\!text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05) !important;
}
.\!text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5) !important;
}
.\!text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55) !important;
}
.\!text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6) !important;
}
.\!text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65) !important;
}
.\!text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7) !important;
}
.\!text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75) !important;
}
.\!text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8) !important;
}
.\!text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85) !important;
}
.\!text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9) !important;
}
.\!text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95) !important;
}
.\!text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1)) !important;
}
.\!text-purple-500\/0 {
  color: rgb(168 85 247 / 0) !important;
}
.\!text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1) !important;
}
.\!text-purple-500\/100 {
  color: rgb(168 85 247 / 1) !important;
}
.\!text-purple-500\/15 {
  color: rgb(168 85 247 / .15) !important;
}
.\!text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2) !important;
}
.\!text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25) !important;
}
.\!text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3) !important;
}
.\!text-purple-500\/35 {
  color: rgb(168 85 247 / .35) !important;
}
.\!text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4) !important;
}
.\!text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45) !important;
}
.\!text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05) !important;
}
.\!text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5) !important;
}
.\!text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55) !important;
}
.\!text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6) !important;
}
.\!text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65) !important;
}
.\!text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7) !important;
}
.\!text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75) !important;
}
.\!text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8) !important;
}
.\!text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85) !important;
}
.\!text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9) !important;
}
.\!text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95) !important;
}
.\!text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1)) !important;
}
.\!text-purple-600\/0 {
  color: rgb(147 51 234 / 0) !important;
}
.\!text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1) !important;
}
.\!text-purple-600\/100 {
  color: rgb(147 51 234 / 1) !important;
}
.\!text-purple-600\/15 {
  color: rgb(147 51 234 / .15) !important;
}
.\!text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2) !important;
}
.\!text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25) !important;
}
.\!text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3) !important;
}
.\!text-purple-600\/35 {
  color: rgb(147 51 234 / .35) !important;
}
.\!text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4) !important;
}
.\!text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45) !important;
}
.\!text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05) !important;
}
.\!text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5) !important;
}
.\!text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55) !important;
}
.\!text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6) !important;
}
.\!text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65) !important;
}
.\!text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7) !important;
}
.\!text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75) !important;
}
.\!text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8) !important;
}
.\!text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85) !important;
}
.\!text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9) !important;
}
.\!text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95) !important;
}
.\!text-purple-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1)) !important;
}
.\!text-purple-900\/0 {
  color: rgb(88 28 135 / 0) !important;
}
.\!text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1) !important;
}
.\!text-purple-900\/100 {
  color: rgb(88 28 135 / 1) !important;
}
.\!text-purple-900\/15 {
  color: rgb(88 28 135 / .15) !important;
}
.\!text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2) !important;
}
.\!text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25) !important;
}
.\!text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3) !important;
}
.\!text-purple-900\/35 {
  color: rgb(88 28 135 / .35) !important;
}
.\!text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4) !important;
}
.\!text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45) !important;
}
.\!text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05) !important;
}
.\!text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5) !important;
}
.\!text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55) !important;
}
.\!text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6) !important;
}
.\!text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65) !important;
}
.\!text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7) !important;
}
.\!text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75) !important;
}
.\!text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8) !important;
}
.\!text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85) !important;
}
.\!text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9) !important;
}
.\!text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95) !important;
}
.\!text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-400\/0 {
  color: rgb(248 113 113 / 0) !important;
}
.\!text-red-400\/10 {
  color: rgb(248 113 113 / 0.1) !important;
}
.\!text-red-400\/100 {
  color: rgb(248 113 113 / 1) !important;
}
.\!text-red-400\/15 {
  color: rgb(248 113 113 / .15) !important;
}
.\!text-red-400\/20 {
  color: rgb(248 113 113 / 0.2) !important;
}
.\!text-red-400\/25 {
  color: rgb(248 113 113 / 0.25) !important;
}
.\!text-red-400\/30 {
  color: rgb(248 113 113 / 0.3) !important;
}
.\!text-red-400\/35 {
  color: rgb(248 113 113 / .35) !important;
}
.\!text-red-400\/40 {
  color: rgb(248 113 113 / 0.4) !important;
}
.\!text-red-400\/45 {
  color: rgb(248 113 113 / 0.45) !important;
}
.\!text-red-400\/5 {
  color: rgb(248 113 113 / 0.05) !important;
}
.\!text-red-400\/50 {
  color: rgb(248 113 113 / 0.5) !important;
}
.\!text-red-400\/55 {
  color: rgb(248 113 113 / 0.55) !important;
}
.\!text-red-400\/60 {
  color: rgb(248 113 113 / 0.6) !important;
}
.\!text-red-400\/65 {
  color: rgb(248 113 113 / 0.65) !important;
}
.\!text-red-400\/70 {
  color: rgb(248 113 113 / 0.7) !important;
}
.\!text-red-400\/75 {
  color: rgb(248 113 113 / 0.75) !important;
}
.\!text-red-400\/80 {
  color: rgb(248 113 113 / 0.8) !important;
}
.\!text-red-400\/85 {
  color: rgb(248 113 113 / 0.85) !important;
}
.\!text-red-400\/90 {
  color: rgb(248 113 113 / 0.9) !important;
}
.\!text-red-400\/95 {
  color: rgb(248 113 113 / 0.95) !important;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-500\/0 {
  color: rgb(239 68 68 / 0) !important;
}
.\!text-red-500\/10 {
  color: rgb(239 68 68 / 0.1) !important;
}
.\!text-red-500\/100 {
  color: rgb(239 68 68 / 1) !important;
}
.\!text-red-500\/15 {
  color: rgb(239 68 68 / .15) !important;
}
.\!text-red-500\/20 {
  color: rgb(239 68 68 / 0.2) !important;
}
.\!text-red-500\/25 {
  color: rgb(239 68 68 / 0.25) !important;
}
.\!text-red-500\/30 {
  color: rgb(239 68 68 / 0.3) !important;
}
.\!text-red-500\/35 {
  color: rgb(239 68 68 / .35) !important;
}
.\!text-red-500\/40 {
  color: rgb(239 68 68 / 0.4) !important;
}
.\!text-red-500\/45 {
  color: rgb(239 68 68 / 0.45) !important;
}
.\!text-red-500\/5 {
  color: rgb(239 68 68 / 0.05) !important;
}
.\!text-red-500\/50 {
  color: rgb(239 68 68 / 0.5) !important;
}
.\!text-red-500\/55 {
  color: rgb(239 68 68 / 0.55) !important;
}
.\!text-red-500\/60 {
  color: rgb(239 68 68 / 0.6) !important;
}
.\!text-red-500\/65 {
  color: rgb(239 68 68 / 0.65) !important;
}
.\!text-red-500\/70 {
  color: rgb(239 68 68 / 0.7) !important;
}
.\!text-red-500\/75 {
  color: rgb(239 68 68 / 0.75) !important;
}
.\!text-red-500\/80 {
  color: rgb(239 68 68 / 0.8) !important;
}
.\!text-red-500\/85 {
  color: rgb(239 68 68 / 0.85) !important;
}
.\!text-red-500\/90 {
  color: rgb(239 68 68 / 0.9) !important;
}
.\!text-red-500\/95 {
  color: rgb(239 68 68 / 0.95) !important;
}
.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-600\/0 {
  color: rgb(220 38 38 / 0) !important;
}
.\!text-red-600\/10 {
  color: rgb(220 38 38 / 0.1) !important;
}
.\!text-red-600\/100 {
  color: rgb(220 38 38 / 1) !important;
}
.\!text-red-600\/15 {
  color: rgb(220 38 38 / .15) !important;
}
.\!text-red-600\/20 {
  color: rgb(220 38 38 / 0.2) !important;
}
.\!text-red-600\/25 {
  color: rgb(220 38 38 / 0.25) !important;
}
.\!text-red-600\/30 {
  color: rgb(220 38 38 / 0.3) !important;
}
.\!text-red-600\/35 {
  color: rgb(220 38 38 / .35) !important;
}
.\!text-red-600\/40 {
  color: rgb(220 38 38 / 0.4) !important;
}
.\!text-red-600\/45 {
  color: rgb(220 38 38 / 0.45) !important;
}
.\!text-red-600\/5 {
  color: rgb(220 38 38 / 0.05) !important;
}
.\!text-red-600\/50 {
  color: rgb(220 38 38 / 0.5) !important;
}
.\!text-red-600\/55 {
  color: rgb(220 38 38 / 0.55) !important;
}
.\!text-red-600\/60 {
  color: rgb(220 38 38 / 0.6) !important;
}
.\!text-red-600\/65 {
  color: rgb(220 38 38 / 0.65) !important;
}
.\!text-red-600\/70 {
  color: rgb(220 38 38 / 0.7) !important;
}
.\!text-red-600\/75 {
  color: rgb(220 38 38 / 0.75) !important;
}
.\!text-red-600\/80 {
  color: rgb(220 38 38 / 0.8) !important;
}
.\!text-red-600\/85 {
  color: rgb(220 38 38 / 0.85) !important;
}
.\!text-red-600\/90 {
  color: rgb(220 38 38 / 0.9) !important;
}
.\!text-red-600\/95 {
  color: rgb(220 38 38 / 0.95) !important;
}
.\!text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red-900\/0 {
  color: rgb(127 29 29 / 0) !important;
}
.\!text-red-900\/10 {
  color: rgb(127 29 29 / 0.1) !important;
}
.\!text-red-900\/100 {
  color: rgb(127 29 29 / 1) !important;
}
.\!text-red-900\/15 {
  color: rgb(127 29 29 / .15) !important;
}
.\!text-red-900\/20 {
  color: rgb(127 29 29 / 0.2) !important;
}
.\!text-red-900\/25 {
  color: rgb(127 29 29 / 0.25) !important;
}
.\!text-red-900\/30 {
  color: rgb(127 29 29 / 0.3) !important;
}
.\!text-red-900\/35 {
  color: rgb(127 29 29 / .35) !important;
}
.\!text-red-900\/40 {
  color: rgb(127 29 29 / 0.4) !important;
}
.\!text-red-900\/45 {
  color: rgb(127 29 29 / 0.45) !important;
}
.\!text-red-900\/5 {
  color: rgb(127 29 29 / 0.05) !important;
}
.\!text-red-900\/50 {
  color: rgb(127 29 29 / 0.5) !important;
}
.\!text-red-900\/55 {
  color: rgb(127 29 29 / 0.55) !important;
}
.\!text-red-900\/60 {
  color: rgb(127 29 29 / 0.6) !important;
}
.\!text-red-900\/65 {
  color: rgb(127 29 29 / 0.65) !important;
}
.\!text-red-900\/70 {
  color: rgb(127 29 29 / 0.7) !important;
}
.\!text-red-900\/75 {
  color: rgb(127 29 29 / 0.75) !important;
}
.\!text-red-900\/80 {
  color: rgb(127 29 29 / 0.8) !important;
}
.\!text-red-900\/85 {
  color: rgb(127 29 29 / 0.85) !important;
}
.\!text-red-900\/90 {
  color: rgb(127 29 29 / 0.9) !important;
}
.\!text-red-900\/95 {
  color: rgb(127 29 29 / 0.95) !important;
}
.\!text-rose-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1)) !important;
}
.\!text-rose-400\/0 {
  color: rgb(251 113 133 / 0) !important;
}
.\!text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1) !important;
}
.\!text-rose-400\/100 {
  color: rgb(251 113 133 / 1) !important;
}
.\!text-rose-400\/15 {
  color: rgb(251 113 133 / .15) !important;
}
.\!text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2) !important;
}
.\!text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25) !important;
}
.\!text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3) !important;
}
.\!text-rose-400\/35 {
  color: rgb(251 113 133 / .35) !important;
}
.\!text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4) !important;
}
.\!text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45) !important;
}
.\!text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05) !important;
}
.\!text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5) !important;
}
.\!text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55) !important;
}
.\!text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6) !important;
}
.\!text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65) !important;
}
.\!text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7) !important;
}
.\!text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75) !important;
}
.\!text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8) !important;
}
.\!text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85) !important;
}
.\!text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9) !important;
}
.\!text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95) !important;
}
.\!text-rose-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1)) !important;
}
.\!text-rose-500\/0 {
  color: rgb(244 63 94 / 0) !important;
}
.\!text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1) !important;
}
.\!text-rose-500\/100 {
  color: rgb(244 63 94 / 1) !important;
}
.\!text-rose-500\/15 {
  color: rgb(244 63 94 / .15) !important;
}
.\!text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2) !important;
}
.\!text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25) !important;
}
.\!text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3) !important;
}
.\!text-rose-500\/35 {
  color: rgb(244 63 94 / .35) !important;
}
.\!text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4) !important;
}
.\!text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45) !important;
}
.\!text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05) !important;
}
.\!text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5) !important;
}
.\!text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55) !important;
}
.\!text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6) !important;
}
.\!text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65) !important;
}
.\!text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7) !important;
}
.\!text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75) !important;
}
.\!text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8) !important;
}
.\!text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85) !important;
}
.\!text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9) !important;
}
.\!text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95) !important;
}
.\!text-rose-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1)) !important;
}
.\!text-rose-600\/0 {
  color: rgb(225 29 72 / 0) !important;
}
.\!text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1) !important;
}
.\!text-rose-600\/100 {
  color: rgb(225 29 72 / 1) !important;
}
.\!text-rose-600\/15 {
  color: rgb(225 29 72 / .15) !important;
}
.\!text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2) !important;
}
.\!text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25) !important;
}
.\!text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3) !important;
}
.\!text-rose-600\/35 {
  color: rgb(225 29 72 / .35) !important;
}
.\!text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4) !important;
}
.\!text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45) !important;
}
.\!text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05) !important;
}
.\!text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5) !important;
}
.\!text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55) !important;
}
.\!text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6) !important;
}
.\!text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65) !important;
}
.\!text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7) !important;
}
.\!text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75) !important;
}
.\!text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8) !important;
}
.\!text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85) !important;
}
.\!text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9) !important;
}
.\!text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95) !important;
}
.\!text-rose-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1)) !important;
}
.\!text-rose-900\/0 {
  color: rgb(136 19 55 / 0) !important;
}
.\!text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1) !important;
}
.\!text-rose-900\/100 {
  color: rgb(136 19 55 / 1) !important;
}
.\!text-rose-900\/15 {
  color: rgb(136 19 55 / .15) !important;
}
.\!text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2) !important;
}
.\!text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25) !important;
}
.\!text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3) !important;
}
.\!text-rose-900\/35 {
  color: rgb(136 19 55 / .35) !important;
}
.\!text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4) !important;
}
.\!text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45) !important;
}
.\!text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05) !important;
}
.\!text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5) !important;
}
.\!text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55) !important;
}
.\!text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6) !important;
}
.\!text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65) !important;
}
.\!text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7) !important;
}
.\!text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75) !important;
}
.\!text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8) !important;
}
.\!text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85) !important;
}
.\!text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9) !important;
}
.\!text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95) !important;
}
.\!text-sky-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-400\/0 {
  color: rgb(56 189 248 / 0) !important;
}
.\!text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1) !important;
}
.\!text-sky-400\/100 {
  color: rgb(56 189 248 / 1) !important;
}
.\!text-sky-400\/15 {
  color: rgb(56 189 248 / .15) !important;
}
.\!text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2) !important;
}
.\!text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25) !important;
}
.\!text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3) !important;
}
.\!text-sky-400\/35 {
  color: rgb(56 189 248 / .35) !important;
}
.\!text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4) !important;
}
.\!text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45) !important;
}
.\!text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05) !important;
}
.\!text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5) !important;
}
.\!text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55) !important;
}
.\!text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6) !important;
}
.\!text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65) !important;
}
.\!text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7) !important;
}
.\!text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75) !important;
}
.\!text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8) !important;
}
.\!text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85) !important;
}
.\!text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9) !important;
}
.\!text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95) !important;
}
.\!text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-500\/0 {
  color: rgb(14 165 233 / 0) !important;
}
.\!text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1) !important;
}
.\!text-sky-500\/100 {
  color: rgb(14 165 233 / 1) !important;
}
.\!text-sky-500\/15 {
  color: rgb(14 165 233 / .15) !important;
}
.\!text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2) !important;
}
.\!text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25) !important;
}
.\!text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3) !important;
}
.\!text-sky-500\/35 {
  color: rgb(14 165 233 / .35) !important;
}
.\!text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4) !important;
}
.\!text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45) !important;
}
.\!text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05) !important;
}
.\!text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5) !important;
}
.\!text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55) !important;
}
.\!text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6) !important;
}
.\!text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65) !important;
}
.\!text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7) !important;
}
.\!text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75) !important;
}
.\!text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8) !important;
}
.\!text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85) !important;
}
.\!text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9) !important;
}
.\!text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95) !important;
}
.\!text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-600\/0 {
  color: rgb(2 132 199 / 0) !important;
}
.\!text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1) !important;
}
.\!text-sky-600\/100 {
  color: rgb(2 132 199 / 1) !important;
}
.\!text-sky-600\/15 {
  color: rgb(2 132 199 / .15) !important;
}
.\!text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2) !important;
}
.\!text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25) !important;
}
.\!text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3) !important;
}
.\!text-sky-600\/35 {
  color: rgb(2 132 199 / .35) !important;
}
.\!text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4) !important;
}
.\!text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45) !important;
}
.\!text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05) !important;
}
.\!text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5) !important;
}
.\!text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55) !important;
}
.\!text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6) !important;
}
.\!text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65) !important;
}
.\!text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7) !important;
}
.\!text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75) !important;
}
.\!text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8) !important;
}
.\!text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85) !important;
}
.\!text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9) !important;
}
.\!text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95) !important;
}
.\!text-sky-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sky-900\/0 {
  color: rgb(12 74 110 / 0) !important;
}
.\!text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1) !important;
}
.\!text-sky-900\/100 {
  color: rgb(12 74 110 / 1) !important;
}
.\!text-sky-900\/15 {
  color: rgb(12 74 110 / .15) !important;
}
.\!text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2) !important;
}
.\!text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25) !important;
}
.\!text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3) !important;
}
.\!text-sky-900\/35 {
  color: rgb(12 74 110 / .35) !important;
}
.\!text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4) !important;
}
.\!text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45) !important;
}
.\!text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05) !important;
}
.\!text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5) !important;
}
.\!text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55) !important;
}
.\!text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6) !important;
}
.\!text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65) !important;
}
.\!text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7) !important;
}
.\!text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75) !important;
}
.\!text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8) !important;
}
.\!text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85) !important;
}
.\!text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9) !important;
}
.\!text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95) !important;
}
.\!text-slate-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-400\/0 {
  color: rgb(148 163 184 / 0) !important;
}
.\!text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1) !important;
}
.\!text-slate-400\/100 {
  color: rgb(148 163 184 / 1) !important;
}
.\!text-slate-400\/15 {
  color: rgb(148 163 184 / .15) !important;
}
.\!text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2) !important;
}
.\!text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25) !important;
}
.\!text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3) !important;
}
.\!text-slate-400\/35 {
  color: rgb(148 163 184 / .35) !important;
}
.\!text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4) !important;
}
.\!text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45) !important;
}
.\!text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05) !important;
}
.\!text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5) !important;
}
.\!text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55) !important;
}
.\!text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6) !important;
}
.\!text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65) !important;
}
.\!text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7) !important;
}
.\!text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75) !important;
}
.\!text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8) !important;
}
.\!text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85) !important;
}
.\!text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9) !important;
}
.\!text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95) !important;
}
.\!text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-500\/0 {
  color: rgb(100 116 139 / 0) !important;
}
.\!text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1) !important;
}
.\!text-slate-500\/100 {
  color: rgb(100 116 139 / 1) !important;
}
.\!text-slate-500\/15 {
  color: rgb(100 116 139 / .15) !important;
}
.\!text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2) !important;
}
.\!text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25) !important;
}
.\!text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3) !important;
}
.\!text-slate-500\/35 {
  color: rgb(100 116 139 / .35) !important;
}
.\!text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4) !important;
}
.\!text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45) !important;
}
.\!text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05) !important;
}
.\!text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5) !important;
}
.\!text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55) !important;
}
.\!text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6) !important;
}
.\!text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65) !important;
}
.\!text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7) !important;
}
.\!text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75) !important;
}
.\!text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8) !important;
}
.\!text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85) !important;
}
.\!text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9) !important;
}
.\!text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95) !important;
}
.\!text-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-600\/0 {
  color: rgb(71 85 105 / 0) !important;
}
.\!text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1) !important;
}
.\!text-slate-600\/100 {
  color: rgb(71 85 105 / 1) !important;
}
.\!text-slate-600\/15 {
  color: rgb(71 85 105 / .15) !important;
}
.\!text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2) !important;
}
.\!text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25) !important;
}
.\!text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3) !important;
}
.\!text-slate-600\/35 {
  color: rgb(71 85 105 / .35) !important;
}
.\!text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4) !important;
}
.\!text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45) !important;
}
.\!text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05) !important;
}
.\!text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5) !important;
}
.\!text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55) !important;
}
.\!text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6) !important;
}
.\!text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65) !important;
}
.\!text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7) !important;
}
.\!text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75) !important;
}
.\!text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8) !important;
}
.\!text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85) !important;
}
.\!text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9) !important;
}
.\!text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95) !important;
}
.\!text-slate-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-900\/0 {
  color: rgb(15 23 42 / 0) !important;
}
.\!text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1) !important;
}
.\!text-slate-900\/100 {
  color: rgb(15 23 42 / 1) !important;
}
.\!text-slate-900\/15 {
  color: rgb(15 23 42 / .15) !important;
}
.\!text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2) !important;
}
.\!text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25) !important;
}
.\!text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3) !important;
}
.\!text-slate-900\/35 {
  color: rgb(15 23 42 / .35) !important;
}
.\!text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4) !important;
}
.\!text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45) !important;
}
.\!text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05) !important;
}
.\!text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5) !important;
}
.\!text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55) !important;
}
.\!text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6) !important;
}
.\!text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65) !important;
}
.\!text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7) !important;
}
.\!text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75) !important;
}
.\!text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8) !important;
}
.\!text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85) !important;
}
.\!text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9) !important;
}
.\!text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95) !important;
}
.\!text-stone-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-400\/0 {
  color: rgb(168 162 158 / 0) !important;
}
.\!text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1) !important;
}
.\!text-stone-400\/100 {
  color: rgb(168 162 158 / 1) !important;
}
.\!text-stone-400\/15 {
  color: rgb(168 162 158 / .15) !important;
}
.\!text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2) !important;
}
.\!text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25) !important;
}
.\!text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3) !important;
}
.\!text-stone-400\/35 {
  color: rgb(168 162 158 / .35) !important;
}
.\!text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4) !important;
}
.\!text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45) !important;
}
.\!text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05) !important;
}
.\!text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5) !important;
}
.\!text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55) !important;
}
.\!text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6) !important;
}
.\!text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65) !important;
}
.\!text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7) !important;
}
.\!text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75) !important;
}
.\!text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8) !important;
}
.\!text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85) !important;
}
.\!text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9) !important;
}
.\!text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95) !important;
}
.\!text-stone-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-500\/0 {
  color: rgb(120 113 108 / 0) !important;
}
.\!text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1) !important;
}
.\!text-stone-500\/100 {
  color: rgb(120 113 108 / 1) !important;
}
.\!text-stone-500\/15 {
  color: rgb(120 113 108 / .15) !important;
}
.\!text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2) !important;
}
.\!text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25) !important;
}
.\!text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3) !important;
}
.\!text-stone-500\/35 {
  color: rgb(120 113 108 / .35) !important;
}
.\!text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4) !important;
}
.\!text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45) !important;
}
.\!text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05) !important;
}
.\!text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5) !important;
}
.\!text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55) !important;
}
.\!text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6) !important;
}
.\!text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65) !important;
}
.\!text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7) !important;
}
.\!text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75) !important;
}
.\!text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8) !important;
}
.\!text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85) !important;
}
.\!text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9) !important;
}
.\!text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95) !important;
}
.\!text-stone-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-600\/0 {
  color: rgb(87 83 78 / 0) !important;
}
.\!text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1) !important;
}
.\!text-stone-600\/100 {
  color: rgb(87 83 78 / 1) !important;
}
.\!text-stone-600\/15 {
  color: rgb(87 83 78 / .15) !important;
}
.\!text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2) !important;
}
.\!text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25) !important;
}
.\!text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3) !important;
}
.\!text-stone-600\/35 {
  color: rgb(87 83 78 / .35) !important;
}
.\!text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4) !important;
}
.\!text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45) !important;
}
.\!text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05) !important;
}
.\!text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5) !important;
}
.\!text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55) !important;
}
.\!text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6) !important;
}
.\!text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65) !important;
}
.\!text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7) !important;
}
.\!text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75) !important;
}
.\!text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8) !important;
}
.\!text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85) !important;
}
.\!text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9) !important;
}
.\!text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95) !important;
}
.\!text-stone-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1)) !important;
}
.\!text-stone-900\/0 {
  color: rgb(28 25 23 / 0) !important;
}
.\!text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1) !important;
}
.\!text-stone-900\/100 {
  color: rgb(28 25 23 / 1) !important;
}
.\!text-stone-900\/15 {
  color: rgb(28 25 23 / .15) !important;
}
.\!text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2) !important;
}
.\!text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25) !important;
}
.\!text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3) !important;
}
.\!text-stone-900\/35 {
  color: rgb(28 25 23 / .35) !important;
}
.\!text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4) !important;
}
.\!text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45) !important;
}
.\!text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05) !important;
}
.\!text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5) !important;
}
.\!text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55) !important;
}
.\!text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6) !important;
}
.\!text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65) !important;
}
.\!text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7) !important;
}
.\!text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75) !important;
}
.\!text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8) !important;
}
.\!text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85) !important;
}
.\!text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9) !important;
}
.\!text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95) !important;
}
.\!text-teal-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1)) !important;
}
.\!text-teal-400\/0 {
  color: rgb(45 212 191 / 0) !important;
}
.\!text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1) !important;
}
.\!text-teal-400\/100 {
  color: rgb(45 212 191 / 1) !important;
}
.\!text-teal-400\/15 {
  color: rgb(45 212 191 / .15) !important;
}
.\!text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2) !important;
}
.\!text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25) !important;
}
.\!text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3) !important;
}
.\!text-teal-400\/35 {
  color: rgb(45 212 191 / .35) !important;
}
.\!text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4) !important;
}
.\!text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45) !important;
}
.\!text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05) !important;
}
.\!text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5) !important;
}
.\!text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55) !important;
}
.\!text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6) !important;
}
.\!text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65) !important;
}
.\!text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7) !important;
}
.\!text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75) !important;
}
.\!text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8) !important;
}
.\!text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85) !important;
}
.\!text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9) !important;
}
.\!text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95) !important;
}
.\!text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1)) !important;
}
.\!text-teal-500\/0 {
  color: rgb(20 184 166 / 0) !important;
}
.\!text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1) !important;
}
.\!text-teal-500\/100 {
  color: rgb(20 184 166 / 1) !important;
}
.\!text-teal-500\/15 {
  color: rgb(20 184 166 / .15) !important;
}
.\!text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2) !important;
}
.\!text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25) !important;
}
.\!text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3) !important;
}
.\!text-teal-500\/35 {
  color: rgb(20 184 166 / .35) !important;
}
.\!text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4) !important;
}
.\!text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45) !important;
}
.\!text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05) !important;
}
.\!text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5) !important;
}
.\!text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55) !important;
}
.\!text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6) !important;
}
.\!text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65) !important;
}
.\!text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7) !important;
}
.\!text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75) !important;
}
.\!text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8) !important;
}
.\!text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85) !important;
}
.\!text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9) !important;
}
.\!text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95) !important;
}
.\!text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1)) !important;
}
.\!text-teal-600\/0 {
  color: rgb(13 148 136 / 0) !important;
}
.\!text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1) !important;
}
.\!text-teal-600\/100 {
  color: rgb(13 148 136 / 1) !important;
}
.\!text-teal-600\/15 {
  color: rgb(13 148 136 / .15) !important;
}
.\!text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2) !important;
}
.\!text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25) !important;
}
.\!text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3) !important;
}
.\!text-teal-600\/35 {
  color: rgb(13 148 136 / .35) !important;
}
.\!text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4) !important;
}
.\!text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45) !important;
}
.\!text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05) !important;
}
.\!text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5) !important;
}
.\!text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55) !important;
}
.\!text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6) !important;
}
.\!text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65) !important;
}
.\!text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7) !important;
}
.\!text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75) !important;
}
.\!text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8) !important;
}
.\!text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85) !important;
}
.\!text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9) !important;
}
.\!text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95) !important;
}
.\!text-teal-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1)) !important;
}
.\!text-teal-900\/0 {
  color: rgb(19 78 74 / 0) !important;
}
.\!text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1) !important;
}
.\!text-teal-900\/100 {
  color: rgb(19 78 74 / 1) !important;
}
.\!text-teal-900\/15 {
  color: rgb(19 78 74 / .15) !important;
}
.\!text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2) !important;
}
.\!text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25) !important;
}
.\!text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3) !important;
}
.\!text-teal-900\/35 {
  color: rgb(19 78 74 / .35) !important;
}
.\!text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4) !important;
}
.\!text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45) !important;
}
.\!text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05) !important;
}
.\!text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5) !important;
}
.\!text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55) !important;
}
.\!text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6) !important;
}
.\!text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65) !important;
}
.\!text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7) !important;
}
.\!text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75) !important;
}
.\!text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8) !important;
}
.\!text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85) !important;
}
.\!text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9) !important;
}
.\!text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95) !important;
}
.\!text-violet-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1)) !important;
}
.\!text-violet-400\/0 {
  color: rgb(167 139 250 / 0) !important;
}
.\!text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1) !important;
}
.\!text-violet-400\/100 {
  color: rgb(167 139 250 / 1) !important;
}
.\!text-violet-400\/15 {
  color: rgb(167 139 250 / .15) !important;
}
.\!text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2) !important;
}
.\!text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25) !important;
}
.\!text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3) !important;
}
.\!text-violet-400\/35 {
  color: rgb(167 139 250 / .35) !important;
}
.\!text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4) !important;
}
.\!text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45) !important;
}
.\!text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05) !important;
}
.\!text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5) !important;
}
.\!text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55) !important;
}
.\!text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6) !important;
}
.\!text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65) !important;
}
.\!text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7) !important;
}
.\!text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75) !important;
}
.\!text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8) !important;
}
.\!text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85) !important;
}
.\!text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9) !important;
}
.\!text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95) !important;
}
.\!text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1)) !important;
}
.\!text-violet-500\/0 {
  color: rgb(139 92 246 / 0) !important;
}
.\!text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1) !important;
}
.\!text-violet-500\/100 {
  color: rgb(139 92 246 / 1) !important;
}
.\!text-violet-500\/15 {
  color: rgb(139 92 246 / .15) !important;
}
.\!text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2) !important;
}
.\!text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25) !important;
}
.\!text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3) !important;
}
.\!text-violet-500\/35 {
  color: rgb(139 92 246 / .35) !important;
}
.\!text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4) !important;
}
.\!text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45) !important;
}
.\!text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05) !important;
}
.\!text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5) !important;
}
.\!text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55) !important;
}
.\!text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6) !important;
}
.\!text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65) !important;
}
.\!text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7) !important;
}
.\!text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75) !important;
}
.\!text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8) !important;
}
.\!text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85) !important;
}
.\!text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9) !important;
}
.\!text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95) !important;
}
.\!text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1)) !important;
}
.\!text-violet-600\/0 {
  color: rgb(124 58 237 / 0) !important;
}
.\!text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1) !important;
}
.\!text-violet-600\/100 {
  color: rgb(124 58 237 / 1) !important;
}
.\!text-violet-600\/15 {
  color: rgb(124 58 237 / .15) !important;
}
.\!text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2) !important;
}
.\!text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25) !important;
}
.\!text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3) !important;
}
.\!text-violet-600\/35 {
  color: rgb(124 58 237 / .35) !important;
}
.\!text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4) !important;
}
.\!text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45) !important;
}
.\!text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05) !important;
}
.\!text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5) !important;
}
.\!text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55) !important;
}
.\!text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6) !important;
}
.\!text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65) !important;
}
.\!text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7) !important;
}
.\!text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75) !important;
}
.\!text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8) !important;
}
.\!text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85) !important;
}
.\!text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9) !important;
}
.\!text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95) !important;
}
.\!text-violet-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1)) !important;
}
.\!text-violet-900\/0 {
  color: rgb(76 29 149 / 0) !important;
}
.\!text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1) !important;
}
.\!text-violet-900\/100 {
  color: rgb(76 29 149 / 1) !important;
}
.\!text-violet-900\/15 {
  color: rgb(76 29 149 / .15) !important;
}
.\!text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2) !important;
}
.\!text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25) !important;
}
.\!text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3) !important;
}
.\!text-violet-900\/35 {
  color: rgb(76 29 149 / .35) !important;
}
.\!text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4) !important;
}
.\!text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45) !important;
}
.\!text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05) !important;
}
.\!text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5) !important;
}
.\!text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55) !important;
}
.\!text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6) !important;
}
.\!text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65) !important;
}
.\!text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7) !important;
}
.\!text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75) !important;
}
.\!text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8) !important;
}
.\!text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85) !important;
}
.\!text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9) !important;
}
.\!text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
}
.\!text-yellow-400\/0 {
  color: rgb(250 204 21 / 0) !important;
}
.\!text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1) !important;
}
.\!text-yellow-400\/100 {
  color: rgb(250 204 21 / 1) !important;
}
.\!text-yellow-400\/15 {
  color: rgb(250 204 21 / .15) !important;
}
.\!text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2) !important;
}
.\!text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25) !important;
}
.\!text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3) !important;
}
.\!text-yellow-400\/35 {
  color: rgb(250 204 21 / .35) !important;
}
.\!text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4) !important;
}
.\!text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45) !important;
}
.\!text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05) !important;
}
.\!text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5) !important;
}
.\!text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55) !important;
}
.\!text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6) !important;
}
.\!text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65) !important;
}
.\!text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7) !important;
}
.\!text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75) !important;
}
.\!text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8) !important;
}
.\!text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85) !important;
}
.\!text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9) !important;
}
.\!text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95) !important;
}
.\!text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1)) !important;
}
.\!text-yellow-500\/0 {
  color: rgb(234 179 8 / 0) !important;
}
.\!text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1) !important;
}
.\!text-yellow-500\/100 {
  color: rgb(234 179 8 / 1) !important;
}
.\!text-yellow-500\/15 {
  color: rgb(234 179 8 / .15) !important;
}
.\!text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2) !important;
}
.\!text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25) !important;
}
.\!text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3) !important;
}
.\!text-yellow-500\/35 {
  color: rgb(234 179 8 / .35) !important;
}
.\!text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4) !important;
}
.\!text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45) !important;
}
.\!text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05) !important;
}
.\!text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5) !important;
}
.\!text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55) !important;
}
.\!text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6) !important;
}
.\!text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65) !important;
}
.\!text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7) !important;
}
.\!text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75) !important;
}
.\!text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8) !important;
}
.\!text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85) !important;
}
.\!text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9) !important;
}
.\!text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95) !important;
}
.\!text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1)) !important;
}
.\!text-yellow-600\/0 {
  color: rgb(202 138 4 / 0) !important;
}
.\!text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1) !important;
}
.\!text-yellow-600\/100 {
  color: rgb(202 138 4 / 1) !important;
}
.\!text-yellow-600\/15 {
  color: rgb(202 138 4 / .15) !important;
}
.\!text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2) !important;
}
.\!text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25) !important;
}
.\!text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3) !important;
}
.\!text-yellow-600\/35 {
  color: rgb(202 138 4 / .35) !important;
}
.\!text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4) !important;
}
.\!text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45) !important;
}
.\!text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05) !important;
}
.\!text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5) !important;
}
.\!text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55) !important;
}
.\!text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6) !important;
}
.\!text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65) !important;
}
.\!text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7) !important;
}
.\!text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75) !important;
}
.\!text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8) !important;
}
.\!text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85) !important;
}
.\!text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9) !important;
}
.\!text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95) !important;
}
.\!text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1)) !important;
}
.\!text-yellow-900\/0 {
  color: rgb(113 63 18 / 0) !important;
}
.\!text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1) !important;
}
.\!text-yellow-900\/100 {
  color: rgb(113 63 18 / 1) !important;
}
.\!text-yellow-900\/15 {
  color: rgb(113 63 18 / .15) !important;
}
.\!text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2) !important;
}
.\!text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25) !important;
}
.\!text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3) !important;
}
.\!text-yellow-900\/35 {
  color: rgb(113 63 18 / .35) !important;
}
.\!text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4) !important;
}
.\!text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45) !important;
}
.\!text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05) !important;
}
.\!text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5) !important;
}
.\!text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55) !important;
}
.\!text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6) !important;
}
.\!text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65) !important;
}
.\!text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7) !important;
}
.\!text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75) !important;
}
.\!text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8) !important;
}
.\!text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85) !important;
}
.\!text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9) !important;
}
.\!text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95) !important;
}
.\!text-zinc-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1)) !important;
}
.\!text-zinc-400\/0 {
  color: rgb(161 161 170 / 0) !important;
}
.\!text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1) !important;
}
.\!text-zinc-400\/100 {
  color: rgb(161 161 170 / 1) !important;
}
.\!text-zinc-400\/15 {
  color: rgb(161 161 170 / .15) !important;
}
.\!text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2) !important;
}
.\!text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25) !important;
}
.\!text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3) !important;
}
.\!text-zinc-400\/35 {
  color: rgb(161 161 170 / .35) !important;
}
.\!text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4) !important;
}
.\!text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45) !important;
}
.\!text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05) !important;
}
.\!text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5) !important;
}
.\!text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55) !important;
}
.\!text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6) !important;
}
.\!text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65) !important;
}
.\!text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7) !important;
}
.\!text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75) !important;
}
.\!text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8) !important;
}
.\!text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85) !important;
}
.\!text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9) !important;
}
.\!text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95) !important;
}
.\!text-zinc-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1)) !important;
}
.\!text-zinc-500\/0 {
  color: rgb(113 113 122 / 0) !important;
}
.\!text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1) !important;
}
.\!text-zinc-500\/100 {
  color: rgb(113 113 122 / 1) !important;
}
.\!text-zinc-500\/15 {
  color: rgb(113 113 122 / .15) !important;
}
.\!text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2) !important;
}
.\!text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25) !important;
}
.\!text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3) !important;
}
.\!text-zinc-500\/35 {
  color: rgb(113 113 122 / .35) !important;
}
.\!text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4) !important;
}
.\!text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45) !important;
}
.\!text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05) !important;
}
.\!text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5) !important;
}
.\!text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55) !important;
}
.\!text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6) !important;
}
.\!text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65) !important;
}
.\!text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7) !important;
}
.\!text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75) !important;
}
.\!text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8) !important;
}
.\!text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85) !important;
}
.\!text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9) !important;
}
.\!text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95) !important;
}
.\!text-zinc-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1)) !important;
}
.\!text-zinc-600\/0 {
  color: rgb(82 82 91 / 0) !important;
}
.\!text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1) !important;
}
.\!text-zinc-600\/100 {
  color: rgb(82 82 91 / 1) !important;
}
.\!text-zinc-600\/15 {
  color: rgb(82 82 91 / .15) !important;
}
.\!text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2) !important;
}
.\!text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25) !important;
}
.\!text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3) !important;
}
.\!text-zinc-600\/35 {
  color: rgb(82 82 91 / .35) !important;
}
.\!text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4) !important;
}
.\!text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45) !important;
}
.\!text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05) !important;
}
.\!text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5) !important;
}
.\!text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55) !important;
}
.\!text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6) !important;
}
.\!text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65) !important;
}
.\!text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7) !important;
}
.\!text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75) !important;
}
.\!text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8) !important;
}
.\!text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85) !important;
}
.\!text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9) !important;
}
.\!text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95) !important;
}
.\!text-zinc-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 30 / var(--tw-text-opacity, 1)) !important;
}
.\!text-zinc-900\/0 {
  color: rgb(28 28 30 / 0) !important;
}
.\!text-zinc-900\/10 {
  color: rgb(28 28 30 / 0.1) !important;
}
.\!text-zinc-900\/100 {
  color: rgb(28 28 30 / 1) !important;
}
.\!text-zinc-900\/15 {
  color: rgb(28 28 30 / .15) !important;
}
.\!text-zinc-900\/20 {
  color: rgb(28 28 30 / 0.2) !important;
}
.\!text-zinc-900\/25 {
  color: rgb(28 28 30 / 0.25) !important;
}
.\!text-zinc-900\/30 {
  color: rgb(28 28 30 / 0.3) !important;
}
.\!text-zinc-900\/35 {
  color: rgb(28 28 30 / .35) !important;
}
.\!text-zinc-900\/40 {
  color: rgb(28 28 30 / 0.4) !important;
}
.\!text-zinc-900\/45 {
  color: rgb(28 28 30 / 0.45) !important;
}
.\!text-zinc-900\/5 {
  color: rgb(28 28 30 / 0.05) !important;
}
.\!text-zinc-900\/50 {
  color: rgb(28 28 30 / 0.5) !important;
}
.\!text-zinc-900\/55 {
  color: rgb(28 28 30 / 0.55) !important;
}
.\!text-zinc-900\/60 {
  color: rgb(28 28 30 / 0.6) !important;
}
.\!text-zinc-900\/65 {
  color: rgb(28 28 30 / 0.65) !important;
}
.\!text-zinc-900\/70 {
  color: rgb(28 28 30 / 0.7) !important;
}
.\!text-zinc-900\/75 {
  color: rgb(28 28 30 / 0.75) !important;
}
.\!text-zinc-900\/80 {
  color: rgb(28 28 30 / 0.8) !important;
}
.\!text-zinc-900\/85 {
  color: rgb(28 28 30 / 0.85) !important;
}
.\!text-zinc-900\/90 {
  color: rgb(28 28 30 / 0.9) !important;
}
.\!text-zinc-900\/95 {
  color: rgb(28 28 30 / 0.95) !important;
}
.text-accent-amber-dark {
  color: var(--accent-amber-dark);
}
.text-accent-amber-onSurface {
  color: var(--accent-amber-onSurface);
}
.text-accent-amber-primary {
  color: var(--accent-amber-primary);
}
.text-accent-amber-secondary {
  color: var(--accent-amber-secondary);
}
.text-accent-amber-surfacePrimary {
  color: var(--accent-amber-surfacePrimary);
}
.text-accent-amber-surfaceSecondary {
  color: var(--accent-amber-surfaceSecondary);
}
.text-accent-amber-tertiary {
  color: var(--accent-amber-tertiary);
}
.text-accent-blue-dark {
  color: var(--accent-blue-dark);
}
.text-accent-blue-onSurface {
  color: var(--accent-blue-onSurface);
}
.text-accent-blue-primary {
  color: var(--accent-blue-primary);
}
.text-accent-blue-secondary {
  color: var(--accent-blue-secondary);
}
.text-accent-blue-surfacePrimary {
  color: var(--accent-blue-surfacePrimary);
}
.text-accent-blue-surfaceSecondary {
  color: var(--accent-blue-surfaceSecondary);
}
.text-accent-blue-tertiary {
  color: var(--accent-blue-tertiary);
}
.text-accent-brown-dark {
  color: var(--accent-brown-dark);
}
.text-accent-brown-onSurface {
  color: var(--accent-brown-onSurface);
}
.text-accent-brown-primary {
  color: var(--accent-brown-primary);
}
.text-accent-brown-secondary {
  color: var(--accent-brown-secondary);
}
.text-accent-brown-surfacePrimary {
  color: var(--accent-brown-surfacePrimary);
}
.text-accent-brown-surfaceSecondary {
  color: var(--accent-brown-surfaceSecondary);
}
.text-accent-brown-tertiary {
  color: var(--accent-brown-tertiary);
}
.text-accent-cyan-dark {
  color: var(--accent-cyan-dark);
}
.text-accent-cyan-onSurface {
  color: var(--accent-cyan-onSurface);
}
.text-accent-cyan-primary {
  color: var(--accent-cyan-primary);
}
.text-accent-cyan-secondary {
  color: var(--accent-cyan-secondary);
}
.text-accent-cyan-surfacePrimary {
  color: var(--accent-cyan-surfacePrimary);
}
.text-accent-cyan-surfaceSecondary {
  color: var(--accent-cyan-surfaceSecondary);
}
.text-accent-cyan-tertiary {
  color: var(--accent-cyan-tertiary);
}
.text-accent-emerald-dark {
  color: var(--accent-emerald-dark);
}
.text-accent-emerald-onSurface {
  color: var(--accent-emerald-onSurface);
}
.text-accent-emerald-primary {
  color: var(--accent-emerald-primary);
}
.text-accent-emerald-secondary {
  color: var(--accent-emerald-secondary);
}
.text-accent-emerald-surfacePrimary {
  color: var(--accent-emerald-surfacePrimary);
}
.text-accent-emerald-surfaceSecondary {
  color: var(--accent-emerald-surfaceSecondary);
}
.text-accent-emerald-tertiary {
  color: var(--accent-emerald-tertiary);
}
.text-accent-fuchsia-dark {
  color: var(--accent-fuchsia-dark);
}
.text-accent-fuchsia-onSurface {
  color: var(--accent-fuchsia-onSurface);
}
.text-accent-fuchsia-primary {
  color: var(--accent-fuchsia-primary);
}
.text-accent-fuchsia-secondary {
  color: var(--accent-fuchsia-secondary);
}
.text-accent-fuchsia-surfacePrimary {
  color: var(--accent-fuchsia-surfacePrimary);
}
.text-accent-fuchsia-surfaceSecondary {
  color: var(--accent-fuchsia-surfaceSecondary);
}
.text-accent-fuchsia-tertiary {
  color: var(--accent-fuchsia-tertiary);
}
.text-accent-gray-dark {
  color: var(--accent-gray-dark);
}
.text-accent-gray-onSurface {
  color: var(--accent-gray-onSurface);
}
.text-accent-gray-primary {
  color: var(--accent-gray-primary);
}
.text-accent-gray-secondary {
  color: var(--accent-gray-secondary);
}
.text-accent-gray-surfacePrimary {
  color: var(--accent-gray-surfacePrimary);
}
.text-accent-gray-surfaceSecondary {
  color: var(--accent-gray-surfaceSecondary);
}
.text-accent-gray-tertiary {
  color: var(--accent-gray-tertiary);
}
.text-accent-green-dark {
  color: var(--accent-green-dark);
}
.text-accent-green-onSurface {
  color: var(--accent-green-onSurface);
}
.text-accent-green-primary {
  color: var(--accent-green-primary);
}
.text-accent-green-secondary {
  color: var(--accent-green-secondary);
}
.text-accent-green-surfacePrimary {
  color: var(--accent-green-surfacePrimary);
}
.text-accent-green-surfaceSecondary {
  color: var(--accent-green-surfaceSecondary);
}
.text-accent-green-tertiary {
  color: var(--accent-green-tertiary);
}
.text-accent-indigo-dark {
  color: var(--accent-indigo-dark);
}
.text-accent-indigo-onSurface {
  color: var(--accent-indigo-onSurface);
}
.text-accent-indigo-primary {
  color: var(--accent-indigo-primary);
}
.text-accent-indigo-secondary {
  color: var(--accent-indigo-secondary);
}
.text-accent-indigo-surfacePrimary {
  color: var(--accent-indigo-surfacePrimary);
}
.text-accent-indigo-surfaceSecondary {
  color: var(--accent-indigo-surfaceSecondary);
}
.text-accent-indigo-tertiary {
  color: var(--accent-indigo-tertiary);
}
.text-accent-lime-dark {
  color: var(--accent-lime-dark);
}
.text-accent-lime-onSurface {
  color: var(--accent-lime-onSurface);
}
.text-accent-lime-primary {
  color: var(--accent-lime-primary);
}
.text-accent-lime-secondary {
  color: var(--accent-lime-secondary);
}
.text-accent-lime-surfacePrimary {
  color: var(--accent-lime-surfacePrimary);
}
.text-accent-lime-surfaceSecondary {
  color: var(--accent-lime-surfaceSecondary);
}
.text-accent-lime-tertiary {
  color: var(--accent-lime-tertiary);
}
.text-accent-olive-dark {
  color: var(--accent-olive-dark);
}
.text-accent-olive-onSurface {
  color: var(--accent-olive-onSurface);
}
.text-accent-olive-primary {
  color: var(--accent-olive-primary);
}
.text-accent-olive-secondary {
  color: var(--accent-olive-secondary);
}
.text-accent-olive-surfacePrimary {
  color: var(--accent-olive-surfacePrimary);
}
.text-accent-olive-surfaceSecondary {
  color: var(--accent-olive-surfaceSecondary);
}
.text-accent-olive-tertiary {
  color: var(--accent-olive-tertiary);
}
.text-accent-orange-dark {
  color: var(--accent-orange-dark);
}
.text-accent-orange-onSurface {
  color: var(--accent-orange-onSurface);
}
.text-accent-orange-primary {
  color: var(--accent-orange-primary);
}
.text-accent-orange-secondary {
  color: var(--accent-orange-secondary);
}
.text-accent-orange-surfacePrimary {
  color: var(--accent-orange-surfacePrimary);
}
.text-accent-orange-surfaceSecondary {
  color: var(--accent-orange-surfaceSecondary);
}
.text-accent-orange-tertiary {
  color: var(--accent-orange-tertiary);
}
.text-accent-pink-dark {
  color: var(--accent-pink-dark);
}
.text-accent-pink-onSurface {
  color: var(--accent-pink-onSurface);
}
.text-accent-pink-primary {
  color: var(--accent-pink-primary);
}
.text-accent-pink-secondary {
  color: var(--accent-pink-secondary);
}
.text-accent-pink-surfacePrimary {
  color: var(--accent-pink-surfacePrimary);
}
.text-accent-pink-surfaceSecondary {
  color: var(--accent-pink-surfaceSecondary);
}
.text-accent-pink-tertiary {
  color: var(--accent-pink-tertiary);
}
.text-accent-purple-dark {
  color: var(--accent-purple-dark);
}
.text-accent-purple-onSurface {
  color: var(--accent-purple-onSurface);
}
.text-accent-purple-primary {
  color: var(--accent-purple-primary);
}
.text-accent-purple-secondary {
  color: var(--accent-purple-secondary);
}
.text-accent-purple-surfacePrimary {
  color: var(--accent-purple-surfacePrimary);
}
.text-accent-purple-surfaceSecondary {
  color: var(--accent-purple-surfaceSecondary);
}
.text-accent-purple-tertiary {
  color: var(--accent-purple-tertiary);
}
.text-accent-red-dark {
  color: var(--accent-red-dark);
}
.text-accent-red-onSurface {
  color: var(--accent-red-onSurface);
}
.text-accent-red-primary {
  color: var(--accent-red-primary);
}
.text-accent-red-secondary {
  color: var(--accent-red-secondary);
}
.text-accent-red-surfacePrimary {
  color: var(--accent-red-surfacePrimary);
}
.text-accent-red-surfaceSecondary {
  color: var(--accent-red-surfaceSecondary);
}
.text-accent-red-tertiary {
  color: var(--accent-red-tertiary);
}
.text-accent-rose-dark {
  color: var(--accent-rose-dark);
}
.text-accent-rose-onSurface {
  color: var(--accent-rose-onSurface);
}
.text-accent-rose-primary {
  color: var(--accent-rose-primary);
}
.text-accent-rose-secondary {
  color: var(--accent-rose-secondary);
}
.text-accent-rose-surfacePrimary {
  color: var(--accent-rose-surfacePrimary);
}
.text-accent-rose-surfaceSecondary {
  color: var(--accent-rose-surfaceSecondary);
}
.text-accent-rose-tertiary {
  color: var(--accent-rose-tertiary);
}
.text-accent-sky-dark {
  color: var(--accent-sky-dark);
}
.text-accent-sky-onSurface {
  color: var(--accent-sky-onSurface);
}
.text-accent-sky-primary {
  color: var(--accent-sky-primary);
}
.text-accent-sky-secondary {
  color: var(--accent-sky-secondary);
}
.text-accent-sky-surfacePrimary {
  color: var(--accent-sky-surfacePrimary);
}
.text-accent-sky-surfaceSecondary {
  color: var(--accent-sky-surfaceSecondary);
}
.text-accent-sky-tertiary {
  color: var(--accent-sky-tertiary);
}
.text-accent-teal-dark {
  color: var(--accent-teal-dark);
}
.text-accent-teal-onSurface {
  color: var(--accent-teal-onSurface);
}
.text-accent-teal-primary {
  color: var(--accent-teal-primary);
}
.text-accent-teal-secondary {
  color: var(--accent-teal-secondary);
}
.text-accent-teal-surfacePrimary {
  color: var(--accent-teal-surfacePrimary);
}
.text-accent-teal-surfaceSecondary {
  color: var(--accent-teal-surfaceSecondary);
}
.text-accent-teal-tertiary {
  color: var(--accent-teal-tertiary);
}
.text-accent-violet-dark {
  color: var(--accent-violet-dark);
}
.text-accent-violet-onSurface {
  color: var(--accent-violet-onSurface);
}
.text-accent-violet-primary {
  color: var(--accent-violet-primary);
}
.text-accent-violet-secondary {
  color: var(--accent-violet-secondary);
}
.text-accent-violet-surfacePrimary {
  color: var(--accent-violet-surfacePrimary);
}
.text-accent-violet-surfaceSecondary {
  color: var(--accent-violet-surfaceSecondary);
}
.text-accent-violet-tertiary {
  color: var(--accent-violet-tertiary);
}
.text-accent-yellow-dark {
  color: var(--accent-yellow-dark);
}
.text-accent-yellow-onSurface {
  color: var(--accent-yellow-onSurface);
}
.text-accent-yellow-primary {
  color: var(--accent-yellow-primary);
}
.text-accent-yellow-secondary {
  color: var(--accent-yellow-secondary);
}
.text-accent-yellow-surfacePrimary {
  color: var(--accent-yellow-surfacePrimary);
}
.text-accent-yellow-surfaceSecondary {
  color: var(--accent-yellow-surfaceSecondary);
}
.text-accent-yellow-tertiary {
  color: var(--accent-yellow-tertiary);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-amber-400\/15 {
  color: rgb(251 191 36 / .15);
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-amber-400\/35 {
  color: rgb(251 191 36 / .35);
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-amber-500\/15 {
  color: rgb(245 158 11 / .15);
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-amber-500\/35 {
  color: rgb(245 158 11 / .35);
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-amber-600\/15 {
  color: rgb(217 119 6 / .15);
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-amber-600\/35 {
  color: rgb(217 119 6 / .35);
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-amber-900\/15 {
  color: rgb(120 53 15 / .15);
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-amber-900\/35 {
  color: rgb(120 53 15 / .35);
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-bg-quaternary {
  color: var(--background-quaternary);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/15 {
  color: rgb(96 165 250 / .15);
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(96 165 250 / .35);
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/15 {
  color: rgb(59 130 246 / .15);
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/35 {
  color: rgb(59 130 246 / .35);
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/15 {
  color: rgb(37 99 235 / .15);
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(37 99 235 / .35);
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.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-900\/0 {
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/15 {
  color: rgb(30 58 138 / .15);
}
.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}
.text-blue-900\/35 {
  color: rgb(30 58 138 / .35);
}
.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}
.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}
.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}
.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}
.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}
.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}
.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}
.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-blueGray-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-blueGray-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-blueGray-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-blueGray-400\/15 {
  color: rgb(148 163 184 / .15);
}
.text-blueGray-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-blueGray-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-blueGray-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-blueGray-400\/35 {
  color: rgb(148 163 184 / .35);
}
.text-blueGray-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-blueGray-400\/45 {
  color: rgb(148 163 184 / 0.45);
}
.text-blueGray-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-blueGray-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-blueGray-400\/55 {
  color: rgb(148 163 184 / 0.55);
}
.text-blueGray-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-blueGray-400\/65 {
  color: rgb(148 163 184 / 0.65);
}
.text-blueGray-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-blueGray-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-blueGray-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-blueGray-400\/85 {
  color: rgb(148 163 184 / 0.85);
}
.text-blueGray-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-blueGray-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-blueGray-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-blueGray-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-blueGray-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-blueGray-500\/15 {
  color: rgb(100 116 139 / .15);
}
.text-blueGray-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-blueGray-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-blueGray-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-blueGray-500\/35 {
  color: rgb(100 116 139 / .35);
}
.text-blueGray-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-blueGray-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.text-blueGray-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-blueGray-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-blueGray-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.text-blueGray-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-blueGray-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.text-blueGray-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-blueGray-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-blueGray-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-blueGray-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.text-blueGray-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-blueGray-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-brown-400 {
  --tw-text-opacity: 1;
  color: rgb(192 169 138 / var(--tw-text-opacity, 1));
}
.text-brown-400\/0 {
  color: rgb(192 169 138 / 0);
}
.text-brown-400\/10 {
  color: rgb(192 169 138 / 0.1);
}
.text-brown-400\/100 {
  color: rgb(192 169 138 / 1);
}
.text-brown-400\/15 {
  color: rgb(192 169 138 / .15);
}
.text-brown-400\/20 {
  color: rgb(192 169 138 / 0.2);
}
.text-brown-400\/25 {
  color: rgb(192 169 138 / 0.25);
}
.text-brown-400\/30 {
  color: rgb(192 169 138 / 0.3);
}
.text-brown-400\/35 {
  color: rgb(192 169 138 / .35);
}
.text-brown-400\/40 {
  color: rgb(192 169 138 / 0.4);
}
.text-brown-400\/45 {
  color: rgb(192 169 138 / 0.45);
}
.text-brown-400\/5 {
  color: rgb(192 169 138 / 0.05);
}
.text-brown-400\/50 {
  color: rgb(192 169 138 / 0.5);
}
.text-brown-400\/55 {
  color: rgb(192 169 138 / 0.55);
}
.text-brown-400\/60 {
  color: rgb(192 169 138 / 0.6);
}
.text-brown-400\/65 {
  color: rgb(192 169 138 / 0.65);
}
.text-brown-400\/70 {
  color: rgb(192 169 138 / 0.7);
}
.text-brown-400\/75 {
  color: rgb(192 169 138 / 0.75);
}
.text-brown-400\/80 {
  color: rgb(192 169 138 / 0.8);
}
.text-brown-400\/85 {
  color: rgb(192 169 138 / 0.85);
}
.text-brown-400\/90 {
  color: rgb(192 169 138 / 0.9);
}
.text-brown-400\/95 {
  color: rgb(192 169 138 / 0.95);
}
.text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(170 143 109 / var(--tw-text-opacity, 1));
}
.text-brown-500\/0 {
  color: rgb(170 143 109 / 0);
}
.text-brown-500\/10 {
  color: rgb(170 143 109 / 0.1);
}
.text-brown-500\/100 {
  color: rgb(170 143 109 / 1);
}
.text-brown-500\/15 {
  color: rgb(170 143 109 / .15);
}
.text-brown-500\/20 {
  color: rgb(170 143 109 / 0.2);
}
.text-brown-500\/25 {
  color: rgb(170 143 109 / 0.25);
}
.text-brown-500\/30 {
  color: rgb(170 143 109 / 0.3);
}
.text-brown-500\/35 {
  color: rgb(170 143 109 / .35);
}
.text-brown-500\/40 {
  color: rgb(170 143 109 / 0.4);
}
.text-brown-500\/45 {
  color: rgb(170 143 109 / 0.45);
}
.text-brown-500\/5 {
  color: rgb(170 143 109 / 0.05);
}
.text-brown-500\/50 {
  color: rgb(170 143 109 / 0.5);
}
.text-brown-500\/55 {
  color: rgb(170 143 109 / 0.55);
}
.text-brown-500\/60 {
  color: rgb(170 143 109 / 0.6);
}
.text-brown-500\/65 {
  color: rgb(170 143 109 / 0.65);
}
.text-brown-500\/70 {
  color: rgb(170 143 109 / 0.7);
}
.text-brown-500\/75 {
  color: rgb(170 143 109 / 0.75);
}
.text-brown-500\/80 {
  color: rgb(170 143 109 / 0.8);
}
.text-brown-500\/85 {
  color: rgb(170 143 109 / 0.85);
}
.text-brown-500\/90 {
  color: rgb(170 143 109 / 0.9);
}
.text-brown-500\/95 {
  color: rgb(170 143 109 / 0.95);
}
.text-brown-600 {
  --tw-text-opacity: 1;
  color: rgb(148 121 85 / var(--tw-text-opacity, 1));
}
.text-brown-600\/0 {
  color: rgb(148 121 85 / 0);
}
.text-brown-600\/10 {
  color: rgb(148 121 85 / 0.1);
}
.text-brown-600\/100 {
  color: rgb(148 121 85 / 1);
}
.text-brown-600\/15 {
  color: rgb(148 121 85 / .15);
}
.text-brown-600\/20 {
  color: rgb(148 121 85 / 0.2);
}
.text-brown-600\/25 {
  color: rgb(148 121 85 / 0.25);
}
.text-brown-600\/30 {
  color: rgb(148 121 85 / 0.3);
}
.text-brown-600\/35 {
  color: rgb(148 121 85 / .35);
}
.text-brown-600\/40 {
  color: rgb(148 121 85 / 0.4);
}
.text-brown-600\/45 {
  color: rgb(148 121 85 / 0.45);
}
.text-brown-600\/5 {
  color: rgb(148 121 85 / 0.05);
}
.text-brown-600\/50 {
  color: rgb(148 121 85 / 0.5);
}
.text-brown-600\/55 {
  color: rgb(148 121 85 / 0.55);
}
.text-brown-600\/60 {
  color: rgb(148 121 85 / 0.6);
}
.text-brown-600\/65 {
  color: rgb(148 121 85 / 0.65);
}
.text-brown-600\/70 {
  color: rgb(148 121 85 / 0.7);
}
.text-brown-600\/75 {
  color: rgb(148 121 85 / 0.75);
}
.text-brown-600\/80 {
  color: rgb(148 121 85 / 0.8);
}
.text-brown-600\/85 {
  color: rgb(148 121 85 / 0.85);
}
.text-brown-600\/90 {
  color: rgb(148 121 85 / 0.9);
}
.text-brown-600\/95 {
  color: rgb(148 121 85 / 0.95);
}
.text-brown-900 {
  --tw-text-opacity: 1;
  color: rgb(84 68 48 / var(--tw-text-opacity, 1));
}
.text-brown-900\/0 {
  color: rgb(84 68 48 / 0);
}
.text-brown-900\/10 {
  color: rgb(84 68 48 / 0.1);
}
.text-brown-900\/100 {
  color: rgb(84 68 48 / 1);
}
.text-brown-900\/15 {
  color: rgb(84 68 48 / .15);
}
.text-brown-900\/20 {
  color: rgb(84 68 48 / 0.2);
}
.text-brown-900\/25 {
  color: rgb(84 68 48 / 0.25);
}
.text-brown-900\/30 {
  color: rgb(84 68 48 / 0.3);
}
.text-brown-900\/35 {
  color: rgb(84 68 48 / .35);
}
.text-brown-900\/40 {
  color: rgb(84 68 48 / 0.4);
}
.text-brown-900\/45 {
  color: rgb(84 68 48 / 0.45);
}
.text-brown-900\/5 {
  color: rgb(84 68 48 / 0.05);
}
.text-brown-900\/50 {
  color: rgb(84 68 48 / 0.5);
}
.text-brown-900\/55 {
  color: rgb(84 68 48 / 0.55);
}
.text-brown-900\/60 {
  color: rgb(84 68 48 / 0.6);
}
.text-brown-900\/65 {
  color: rgb(84 68 48 / 0.65);
}
.text-brown-900\/70 {
  color: rgb(84 68 48 / 0.7);
}
.text-brown-900\/75 {
  color: rgb(84 68 48 / 0.75);
}
.text-brown-900\/80 {
  color: rgb(84 68 48 / 0.8);
}
.text-brown-900\/85 {
  color: rgb(84 68 48 / 0.85);
}
.text-brown-900\/90 {
  color: rgb(84 68 48 / 0.9);
}
.text-brown-900\/95 {
  color: rgb(84 68 48 / 0.95);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.text-cyan-400\/15 {
  color: rgb(34 211 238 / .15);
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.text-cyan-400\/35 {
  color: rgb(34 211 238 / .35);
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.text-cyan-500\/15 {
  color: rgb(6 182 212 / .15);
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-cyan-500\/35 {
  color: rgb(6 182 212 / .35);
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.text-cyan-600\/15 {
  color: rgb(8 145 178 / .15);
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.text-cyan-600\/35 {
  color: rgb(8 145 178 / .35);
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.text-cyan-900\/15 {
  color: rgb(22 78 99 / .15);
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.text-cyan-900\/35 {
  color: rgb(22 78 99 / .35);
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-emerald-400\/15 {
  color: rgb(52 211 153 / .15);
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-emerald-400\/35 {
  color: rgb(52 211 153 / .35);
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-emerald-500\/15 {
  color: rgb(16 185 129 / .15);
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-emerald-500\/35 {
  color: rgb(16 185 129 / .35);
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-emerald-600\/15 {
  color: rgb(5 150 105 / .15);
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-emerald-600\/35 {
  color: rgb(5 150 105 / .35);
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-emerald-900\/15 {
  color: rgb(6 78 59 / .15);
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-emerald-900\/35 {
  color: rgb(6 78 59 / .35);
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-fill-secondary {
  color: var(--fill-secondary);
}
.text-fill-tertiary {
  color: var(--fill-tertiary);
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / .15);
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / .35);
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / .15);
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / .35);
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / .15);
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / .35);
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / .15);
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / .35);
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
  color: rgb(156 163 175 / .15);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(156 163 175 / .35);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
  color: rgb(107 114 128 / .15);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(107 114 128 / .35);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
  color: rgb(75 85 99 / .15);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(75 85 99 / .35);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.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-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
  color: rgb(17 24 39 / .15);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(17 24 39 / .35);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.text-green-400\/15 {
  color: rgb(74 222 128 / .15);
}
.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.text-green-400\/35 {
  color: rgb(74 222 128 / .35);
}
.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.text-green-500\/15 {
  color: rgb(34 197 94 / .15);
}
.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.text-green-500\/35 {
  color: rgb(34 197 94 / .35);
}
.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.text-green-600\/15 {
  color: rgb(22 163 74 / .15);
}
.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.text-green-600\/35 {
  color: rgb(22 163 74 / .35);
}
.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.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-900\/0 {
  color: rgb(20 83 45 / 0);
}
.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.text-green-900\/15 {
  color: rgb(20 83 45 / .15);
}
.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.text-green-900\/35 {
  color: rgb(20 83 45 / .35);
}
.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}
.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}
.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}
.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}
.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-indigo-400\/15 {
  color: rgb(129 140 248 / .15);
}
.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.text-indigo-400\/35 {
  color: rgb(129 140 248 / .35);
}
.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}
.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}
.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}
.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-indigo-500\/15 {
  color: rgb(99 102 241 / .15);
}
.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.text-indigo-500\/35 {
  color: rgb(99 102 241 / .35);
}
.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}
.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}
.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}
.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}
.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-indigo-600\/15 {
  color: rgb(79 70 229 / .15);
}
.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.text-indigo-600\/35 {
  color: rgb(79 70 229 / .35);
}
.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}
.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}
.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}
.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}
.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-indigo-900\/15 {
  color: rgb(49 46 129 / .15);
}
.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.text-indigo-900\/35 {
  color: rgb(49 46 129 / .35);
}
.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}
.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}
.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}
.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}
.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-label-primary {
  color: var(--label-primary);
}
.text-label-quaternary {
  color: var(--label-quaternary);
}
.text-label-secondary {
  color: var(--label-secondary);
}
.text-label-tertiary {
  color: var(--label-tertiary);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/15 {
  color: rgb(163 230 53 / .15);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/35 {
  color: rgb(163 230 53 / .35);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/15 {
  color: rgb(132 204 22 / .15);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/35 {
  color: rgb(132 204 22 / .35);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/15 {
  color: rgb(101 163 13 / .15);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/35 {
  color: rgb(101 163 13 / .35);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/15 {
  color: rgb(54 83 20 / .15);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/35 {
  color: rgb(54 83 20 / .35);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-neutral-400\/15 {
  color: rgb(163 163 163 / .15);
}
.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-neutral-400\/35 {
  color: rgb(163 163 163 / .35);
}
.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}
.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}
.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}
.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}
.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-neutral-500\/15 {
  color: rgb(115 115 115 / .15);
}
.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-neutral-500\/35 {
  color: rgb(115 115 115 / .35);
}
.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}
.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}
.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}
.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}
.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-neutral-600\/15 {
  color: rgb(82 82 82 / .15);
}
.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-neutral-600\/35 {
  color: rgb(82 82 82 / .35);
}
.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}
.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}
.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}
.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}
.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.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-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-neutral-900\/15 {
  color: rgb(23 23 23 / .15);
}
.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-neutral-900\/35 {
  color: rgb(23 23 23 / .35);
}
.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}
.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}
.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}
.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}
.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-olive-400 {
  --tw-text-opacity: 1;
  color: rgb(168 180 60 / var(--tw-text-opacity, 1));
}
.text-olive-400\/0 {
  color: rgb(168 180 60 / 0);
}
.text-olive-400\/10 {
  color: rgb(168 180 60 / 0.1);
}
.text-olive-400\/100 {
  color: rgb(168 180 60 / 1);
}
.text-olive-400\/15 {
  color: rgb(168 180 60 / .15);
}
.text-olive-400\/20 {
  color: rgb(168 180 60 / 0.2);
}
.text-olive-400\/25 {
  color: rgb(168 180 60 / 0.25);
}
.text-olive-400\/30 {
  color: rgb(168 180 60 / 0.3);
}
.text-olive-400\/35 {
  color: rgb(168 180 60 / .35);
}
.text-olive-400\/40 {
  color: rgb(168 180 60 / 0.4);
}
.text-olive-400\/45 {
  color: rgb(168 180 60 / 0.45);
}
.text-olive-400\/5 {
  color: rgb(168 180 60 / 0.05);
}
.text-olive-400\/50 {
  color: rgb(168 180 60 / 0.5);
}
.text-olive-400\/55 {
  color: rgb(168 180 60 / 0.55);
}
.text-olive-400\/60 {
  color: rgb(168 180 60 / 0.6);
}
.text-olive-400\/65 {
  color: rgb(168 180 60 / 0.65);
}
.text-olive-400\/70 {
  color: rgb(168 180 60 / 0.7);
}
.text-olive-400\/75 {
  color: rgb(168 180 60 / 0.75);
}
.text-olive-400\/80 {
  color: rgb(168 180 60 / 0.8);
}
.text-olive-400\/85 {
  color: rgb(168 180 60 / 0.85);
}
.text-olive-400\/90 {
  color: rgb(168 180 60 / 0.9);
}
.text-olive-400\/95 {
  color: rgb(168 180 60 / 0.95);
}
.text-olive-500 {
  --tw-text-opacity: 1;
  color: rgb(140 156 52 / var(--tw-text-opacity, 1));
}
.text-olive-500\/0 {
  color: rgb(140 156 52 / 0);
}
.text-olive-500\/10 {
  color: rgb(140 156 52 / 0.1);
}
.text-olive-500\/100 {
  color: rgb(140 156 52 / 1);
}
.text-olive-500\/15 {
  color: rgb(140 156 52 / .15);
}
.text-olive-500\/20 {
  color: rgb(140 156 52 / 0.2);
}
.text-olive-500\/25 {
  color: rgb(140 156 52 / 0.25);
}
.text-olive-500\/30 {
  color: rgb(140 156 52 / 0.3);
}
.text-olive-500\/35 {
  color: rgb(140 156 52 / .35);
}
.text-olive-500\/40 {
  color: rgb(140 156 52 / 0.4);
}
.text-olive-500\/45 {
  color: rgb(140 156 52 / 0.45);
}
.text-olive-500\/5 {
  color: rgb(140 156 52 / 0.05);
}
.text-olive-500\/50 {
  color: rgb(140 156 52 / 0.5);
}
.text-olive-500\/55 {
  color: rgb(140 156 52 / 0.55);
}
.text-olive-500\/60 {
  color: rgb(140 156 52 / 0.6);
}
.text-olive-500\/65 {
  color: rgb(140 156 52 / 0.65);
}
.text-olive-500\/70 {
  color: rgb(140 156 52 / 0.7);
}
.text-olive-500\/75 {
  color: rgb(140 156 52 / 0.75);
}
.text-olive-500\/80 {
  color: rgb(140 156 52 / 0.8);
}
.text-olive-500\/85 {
  color: rgb(140 156 52 / 0.85);
}
.text-olive-500\/90 {
  color: rgb(140 156 52 / 0.9);
}
.text-olive-500\/95 {
  color: rgb(140 156 52 / 0.95);
}
.text-olive-600 {
  --tw-text-opacity: 1;
  color: rgb(110 127 27 / var(--tw-text-opacity, 1));
}
.text-olive-600\/0 {
  color: rgb(110 127 27 / 0);
}
.text-olive-600\/10 {
  color: rgb(110 127 27 / 0.1);
}
.text-olive-600\/100 {
  color: rgb(110 127 27 / 1);
}
.text-olive-600\/15 {
  color: rgb(110 127 27 / .15);
}
.text-olive-600\/20 {
  color: rgb(110 127 27 / 0.2);
}
.text-olive-600\/25 {
  color: rgb(110 127 27 / 0.25);
}
.text-olive-600\/30 {
  color: rgb(110 127 27 / 0.3);
}
.text-olive-600\/35 {
  color: rgb(110 127 27 / .35);
}
.text-olive-600\/40 {
  color: rgb(110 127 27 / 0.4);
}
.text-olive-600\/45 {
  color: rgb(110 127 27 / 0.45);
}
.text-olive-600\/5 {
  color: rgb(110 127 27 / 0.05);
}
.text-olive-600\/50 {
  color: rgb(110 127 27 / 0.5);
}
.text-olive-600\/55 {
  color: rgb(110 127 27 / 0.55);
}
.text-olive-600\/60 {
  color: rgb(110 127 27 / 0.6);
}
.text-olive-600\/65 {
  color: rgb(110 127 27 / 0.65);
}
.text-olive-600\/70 {
  color: rgb(110 127 27 / 0.7);
}
.text-olive-600\/75 {
  color: rgb(110 127 27 / 0.75);
}
.text-olive-600\/80 {
  color: rgb(110 127 27 / 0.8);
}
.text-olive-600\/85 {
  color: rgb(110 127 27 / 0.85);
}
.text-olive-600\/90 {
  color: rgb(110 127 27 / 0.9);
}
.text-olive-600\/95 {
  color: rgb(110 127 27 / 0.95);
}
.text-olive-900 {
  --tw-text-opacity: 1;
  color: rgb(46 56 15 / var(--tw-text-opacity, 1));
}
.text-olive-900\/0 {
  color: rgb(46 56 15 / 0);
}
.text-olive-900\/10 {
  color: rgb(46 56 15 / 0.1);
}
.text-olive-900\/100 {
  color: rgb(46 56 15 / 1);
}
.text-olive-900\/15 {
  color: rgb(46 56 15 / .15);
}
.text-olive-900\/20 {
  color: rgb(46 56 15 / 0.2);
}
.text-olive-900\/25 {
  color: rgb(46 56 15 / 0.25);
}
.text-olive-900\/30 {
  color: rgb(46 56 15 / 0.3);
}
.text-olive-900\/35 {
  color: rgb(46 56 15 / .35);
}
.text-olive-900\/40 {
  color: rgb(46 56 15 / 0.4);
}
.text-olive-900\/45 {
  color: rgb(46 56 15 / 0.45);
}
.text-olive-900\/5 {
  color: rgb(46 56 15 / 0.05);
}
.text-olive-900\/50 {
  color: rgb(46 56 15 / 0.5);
}
.text-olive-900\/55 {
  color: rgb(46 56 15 / 0.55);
}
.text-olive-900\/60 {
  color: rgb(46 56 15 / 0.6);
}
.text-olive-900\/65 {
  color: rgb(46 56 15 / 0.65);
}
.text-olive-900\/70 {
  color: rgb(46 56 15 / 0.7);
}
.text-olive-900\/75 {
  color: rgb(46 56 15 / 0.75);
}
.text-olive-900\/80 {
  color: rgb(46 56 15 / 0.8);
}
.text-olive-900\/85 {
  color: rgb(46 56 15 / 0.85);
}
.text-olive-900\/90 {
  color: rgb(46 56 15 / 0.9);
}
.text-olive-900\/95 {
  color: rgb(46 56 15 / 0.95);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/15 {
  color: rgb(251 146 60 / .15);
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/35 {
  color: rgb(251 146 60 / .35);
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/15 {
  color: rgb(249 115 22 / .15);
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/35 {
  color: rgb(249 115 22 / .35);
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/15 {
  color: rgb(234 88 12 / .15);
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/35 {
  color: rgb(234 88 12 / .35);
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/15 {
  color: rgb(124 45 18 / .15);
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/35 {
  color: rgb(124 45 18 / .35);
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.text-pink-400\/15 {
  color: rgb(244 114 182 / .15);
}
.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}
.text-pink-400\/35 {
  color: rgb(244 114 182 / .35);
}
.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}
.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}
.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}
.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}
.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}
.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}
.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}
.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}
.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.text-pink-500\/15 {
  color: rgb(236 72 153 / .15);
}
.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}
.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}
.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}
.text-pink-500\/35 {
  color: rgb(236 72 153 / .35);
}
.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}
.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}
.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}
.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}
.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}
.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}
.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}
.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}
.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}
.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}
.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}
.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.text-pink-600\/15 {
  color: rgb(219 39 119 / .15);
}
.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}
.text-pink-600\/35 {
  color: rgb(219 39 119 / .35);
}
.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}
.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}
.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}
.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}
.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}
.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}
.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}
.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}
.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}
.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.text-pink-900\/15 {
  color: rgb(131 24 67 / .15);
}
.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}
.text-pink-900\/35 {
  color: rgb(131 24 67 / .35);
}
.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}
.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}
.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}
.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}
.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}
.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}
.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}
.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}
.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.text-purple-400\/15 {
  color: rgb(192 132 252 / .15);
}
.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(192 132 252 / .35);
}
.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.text-purple-500\/15 {
  color: rgb(168 85 247 / .15);
}
.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}
.text-purple-500\/35 {
  color: rgb(168 85 247 / .35);
}
.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}
.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}
.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}
.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}
.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}
.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}
.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.text-purple-600\/15 {
  color: rgb(147 51 234 / .15);
}
.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(147 51 234 / .35);
}
.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}
.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}
.text-purple-900\/15 {
  color: rgb(88 28 135 / .15);
}
.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}
.text-purple-900\/35 {
  color: rgb(88 28 135 / .35);
}
.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}
.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}
.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}
.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}
.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}
.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}
.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}
.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}
.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / .15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / .35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / .15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / .35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / .15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / .35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.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-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(127 29 29 / .15);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(127 29 29 / .35);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}
.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}
.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}
.text-rose-400\/15 {
  color: rgb(251 113 133 / .15);
}
.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}
.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}
.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}
.text-rose-400\/35 {
  color: rgb(251 113 133 / .35);
}
.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}
.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45);
}
.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}
.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}
.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55);
}
.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}
.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65);
}
.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}
.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}
.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}
.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85);
}
.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}
.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}
.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}
.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}
.text-rose-500\/15 {
  color: rgb(244 63 94 / .15);
}
.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}
.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}
.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}
.text-rose-500\/35 {
  color: rgb(244 63 94 / .35);
}
.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}
.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45);
}
.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}
.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}
.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55);
}
.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}
.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65);
}
.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}
.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}
.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}
.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85);
}
.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}
.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}
.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}
.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}
.text-rose-600\/15 {
  color: rgb(225 29 72 / .15);
}
.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}
.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}
.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}
.text-rose-600\/35 {
  color: rgb(225 29 72 / .35);
}
.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}
.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45);
}
.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}
.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}
.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55);
}
.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}
.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65);
}
.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}
.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}
.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}
.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85);
}
.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}
.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}
.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}
.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}
.text-rose-900\/15 {
  color: rgb(136 19 55 / .15);
}
.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}
.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}
.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}
.text-rose-900\/35 {
  color: rgb(136 19 55 / .35);
}
.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}
.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45);
}
.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}
.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}
.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55);
}
.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}
.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65);
}
.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}
.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}
.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}
.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85);
}
.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}
.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/15 {
  color: rgb(56 189 248 / .15);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/35 {
  color: rgb(56 189 248 / .35);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/15 {
  color: rgb(14 165 233 / .15);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/35 {
  color: rgb(14 165 233 / .35);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/15 {
  color: rgb(2 132 199 / .15);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/35 {
  color: rgb(2 132 199 / .35);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/15 {
  color: rgb(12 74 110 / .15);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/35 {
  color: rgb(12 74 110 / .35);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-slate-400\/15 {
  color: rgb(148 163 184 / .15);
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-slate-400\/35 {
  color: rgb(148 163 184 / .35);
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-slate-500\/15 {
  color: rgb(100 116 139 / .15);
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-slate-500\/35 {
  color: rgb(100 116 139 / .35);
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-slate-600\/15 {
  color: rgb(71 85 105 / .15);
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-slate-600\/35 {
  color: rgb(71 85 105 / .35);
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-slate-900\/15 {
  color: rgb(15 23 42 / .15);
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-slate-900\/35 {
  color: rgb(15 23 42 / .35);
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-stone-400\/15 {
  color: rgb(168 162 158 / .15);
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-stone-400\/35 {
  color: rgb(168 162 158 / .35);
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-stone-500\/15 {
  color: rgb(120 113 108 / .15);
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-stone-500\/35 {
  color: rgb(120 113 108 / .35);
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-stone-600\/15 {
  color: rgb(87 83 78 / .15);
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-stone-600\/35 {
  color: rgb(87 83 78 / .35);
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-stone-900\/15 {
  color: rgb(28 25 23 / .15);
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-stone-900\/35 {
  color: rgb(28 25 23 / .35);
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.text-teal-400\/15 {
  color: rgb(45 212 191 / .15);
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.text-teal-400\/35 {
  color: rgb(45 212 191 / .35);
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.text-teal-500\/15 {
  color: rgb(20 184 166 / .15);
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.text-teal-500\/35 {
  color: rgb(20 184 166 / .35);
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.text-teal-600\/15 {
  color: rgb(13 148 136 / .15);
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.text-teal-600\/35 {
  color: rgb(13 148 136 / .35);
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.text-teal-900\/15 {
  color: rgb(19 78 74 / .15);
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.text-teal-900\/35 {
  color: rgb(19 78 74 / .35);
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-violet-400\/15 {
  color: rgb(167 139 250 / .15);
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-violet-400\/35 {
  color: rgb(167 139 250 / .35);
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45);
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55);
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65);
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85);
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-violet-500\/15 {
  color: rgb(139 92 246 / .15);
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-violet-500\/35 {
  color: rgb(139 92 246 / .35);
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45);
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55);
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65);
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85);
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-violet-600\/15 {
  color: rgb(124 58 237 / .15);
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-violet-600\/35 {
  color: rgb(124 58 237 / .35);
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45);
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55);
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65);
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85);
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-violet-900\/15 {
  color: rgb(76 29 149 / .15);
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-violet-900\/35 {
  color: rgb(76 29 149 / .35);
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45);
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55);
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65);
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85);
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/\[90\%\] {
  color: rgb(255 255 255 / 90%);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}
.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}
.text-yellow-400\/15 {
  color: rgb(250 204 21 / .15);
}
.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}
.text-yellow-400\/35 {
  color: rgb(250 204 21 / .35);
}
.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}
.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}
.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}
.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}
.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}
.text-yellow-500\/15 {
  color: rgb(234 179 8 / .15);
}
.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}
.text-yellow-500\/35 {
  color: rgb(234 179 8 / .35);
}
.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}
.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}
.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}
.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}
.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}
.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}
.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}
.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}
.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}
.text-yellow-600\/15 {
  color: rgb(202 138 4 / .15);
}
.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}
.text-yellow-600\/35 {
  color: rgb(202 138 4 / .35);
}
.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}
.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}
.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}
.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}
.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}
.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}
.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}
.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}
.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}
.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}
.text-yellow-900\/15 {
  color: rgb(113 63 18 / .15);
}
.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}
.text-yellow-900\/35 {
  color: rgb(113 63 18 / .35);
}
.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}
.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}
.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}
.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}
.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}
.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}
.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}
.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}
.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}
.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}
.text-zinc-400\/15 {
  color: rgb(161 161 170 / .15);
}
.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.text-zinc-400\/35 {
  color: rgb(161 161 170 / .35);
}
.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45);
}
.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55);
}
.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65);
}
.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85);
}
.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}
.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}
.text-zinc-500\/15 {
  color: rgb(113 113 122 / .15);
}
.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.text-zinc-500\/35 {
  color: rgb(113 113 122 / .35);
}
.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45);
}
.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55);
}
.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65);
}
.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85);
}
.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}
.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}
.text-zinc-600\/15 {
  color: rgb(82 82 91 / .15);
}
.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.text-zinc-600\/35 {
  color: rgb(82 82 91 / .35);
}
.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45);
}
.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55);
}
.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65);
}
.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85);
}
.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(28 28 30 / var(--tw-text-opacity, 1));
}
.text-zinc-900\/0 {
  color: rgb(28 28 30 / 0);
}
.text-zinc-900\/10 {
  color: rgb(28 28 30 / 0.1);
}
.text-zinc-900\/100 {
  color: rgb(28 28 30 / 1);
}
.text-zinc-900\/15 {
  color: rgb(28 28 30 / .15);
}
.text-zinc-900\/20 {
  color: rgb(28 28 30 / 0.2);
}
.text-zinc-900\/25 {
  color: rgb(28 28 30 / 0.25);
}
.text-zinc-900\/30 {
  color: rgb(28 28 30 / 0.3);
}
.text-zinc-900\/35 {
  color: rgb(28 28 30 / .35);
}
.text-zinc-900\/40 {
  color: rgb(28 28 30 / 0.4);
}
.text-zinc-900\/45 {
  color: rgb(28 28 30 / 0.45);
}
.text-zinc-900\/5 {
  color: rgb(28 28 30 / 0.05);
}
.text-zinc-900\/50 {
  color: rgb(28 28 30 / 0.5);
}
.text-zinc-900\/55 {
  color: rgb(28 28 30 / 0.55);
}
.text-zinc-900\/60 {
  color: rgb(28 28 30 / 0.6);
}
.text-zinc-900\/65 {
  color: rgb(28 28 30 / 0.65);
}
.text-zinc-900\/70 {
  color: rgb(28 28 30 / 0.7);
}
.text-zinc-900\/75 {
  color: rgb(28 28 30 / 0.75);
}
.text-zinc-900\/80 {
  color: rgb(28 28 30 / 0.8);
}
.text-zinc-900\/85 {
  color: rgb(28 28 30 / 0.85);
}
.text-zinc-900\/90 {
  color: rgb(28 28 30 / 0.9);
}
.text-zinc-900\/95 {
  color: rgb(28 28 30 / 0.95);
}
.\!text-opacity-0 {
  --tw-text-opacity: 0 !important;
}
.\!text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}
.\!text-opacity-100 {
  --tw-text-opacity: 1 !important;
}
.\!text-opacity-15 {
  --tw-text-opacity: .15 !important;
}
.\!text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}
.\!text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}
.\!text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}
.\!text-opacity-35 {
  --tw-text-opacity: .35 !important;
}
.\!text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}
.\!text-opacity-45 {
  --tw-text-opacity: 0.45 !important;
}
.\!text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}
.\!text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}
.\!text-opacity-55 {
  --tw-text-opacity: 0.55 !important;
}
.\!text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}
.\!text-opacity-65 {
  --tw-text-opacity: 0.65 !important;
}
.\!text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}
.\!text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}
.\!text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}
.\!text-opacity-85 {
  --tw-text-opacity: 0.85 !important;
}
.\!text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}
.\!text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: .15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: .35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-label-quaternary {
  text-decoration-color: var(--label-quaternary);
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.placeholder-label-secondary::-moz-placeholder {
  color: var(--label-secondary);
}
.placeholder-label-secondary::placeholder {
  color: var(--label-secondary);
}
.placeholder-label-tertiary::-moz-placeholder {
  color: var(--label-tertiary);
}
.placeholder-label-tertiary::placeholder {
  color: var(--label-tertiary);
}
.\!placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}
.\!placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}
.\!placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}
.\!placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}
.\!placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}
.\!placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}
.\!placeholder-opacity-15::-moz-placeholder {
  --tw-placeholder-opacity: .15 !important;
}
.\!placeholder-opacity-15::placeholder {
  --tw-placeholder-opacity: .15 !important;
}
.\!placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}
.\!placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}
.\!placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}
.\!placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}
.\!placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}
.\!placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}
.\!placeholder-opacity-35::-moz-placeholder {
  --tw-placeholder-opacity: .35 !important;
}
.\!placeholder-opacity-35::placeholder {
  --tw-placeholder-opacity: .35 !important;
}
.\!placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}
.\!placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}
.\!placeholder-opacity-45::-moz-placeholder {
  --tw-placeholder-opacity: 0.45 !important;
}
.\!placeholder-opacity-45::placeholder {
  --tw-placeholder-opacity: 0.45 !important;
}
.\!placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}
.\!placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}
.\!placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}
.\!placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}
.\!placeholder-opacity-55::-moz-placeholder {
  --tw-placeholder-opacity: 0.55 !important;
}
.\!placeholder-opacity-55::placeholder {
  --tw-placeholder-opacity: 0.55 !important;
}
.\!placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}
.\!placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}
.\!placeholder-opacity-65::-moz-placeholder {
  --tw-placeholder-opacity: 0.65 !important;
}
.\!placeholder-opacity-65::placeholder {
  --tw-placeholder-opacity: 0.65 !important;
}
.\!placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}
.\!placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}
.\!placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}
.\!placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}
.\!placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}
.\!placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}
.\!placeholder-opacity-85::-moz-placeholder {
  --tw-placeholder-opacity: 0.85 !important;
}
.\!placeholder-opacity-85::placeholder {
  --tw-placeholder-opacity: 0.85 !important;
}
.\!placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}
.\!placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}
.\!placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}
.\!placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}
.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}
.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}
.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}
.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-15::-moz-placeholder {
  --tw-placeholder-opacity: .15;
}
.placeholder-opacity-15::placeholder {
  --tw-placeholder-opacity: .15;
}
.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}
.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}
.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}
.placeholder-opacity-35::-moz-placeholder {
  --tw-placeholder-opacity: .35;
}
.placeholder-opacity-35::placeholder {
  --tw-placeholder-opacity: .35;
}
.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}
.placeholder-opacity-45::-moz-placeholder {
  --tw-placeholder-opacity: 0.45;
}
.placeholder-opacity-45::placeholder {
  --tw-placeholder-opacity: 0.45;
}
.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}
.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-55::-moz-placeholder {
  --tw-placeholder-opacity: 0.55;
}
.placeholder-opacity-55::placeholder {
  --tw-placeholder-opacity: 0.55;
}
.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}
.placeholder-opacity-65::-moz-placeholder {
  --tw-placeholder-opacity: 0.65;
}
.placeholder-opacity-65::placeholder {
  --tw-placeholder-opacity: 0.65;
}
.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}
.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}
.placeholder-opacity-85::-moz-placeholder {
  --tw-placeholder-opacity: 0.85;
}
.placeholder-opacity-85::placeholder {
  --tw-placeholder-opacity: 0.85;
}
.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}
.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}
.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}
.\!opacity-0 {
  opacity: 0 !important;
}
.\!opacity-10 {
  opacity: 0.1 !important;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.\!opacity-15 {
  opacity: .15 !important;
}
.\!opacity-20 {
  opacity: 0.2 !important;
}
.\!opacity-25 {
  opacity: 0.25 !important;
}
.\!opacity-30 {
  opacity: 0.3 !important;
}
.\!opacity-35 {
  opacity: .35 !important;
}
.\!opacity-40 {
  opacity: 0.4 !important;
}
.\!opacity-45 {
  opacity: 0.45 !important;
}
.\!opacity-5 {
  opacity: 0.05 !important;
}
.\!opacity-50 {
  opacity: 0.5 !important;
}
.\!opacity-55 {
  opacity: 0.55 !important;
}
.\!opacity-60 {
  opacity: 0.6 !important;
}
.\!opacity-65 {
  opacity: 0.65 !important;
}
.\!opacity-70 {
  opacity: 0.7 !important;
}
.\!opacity-75 {
  opacity: 0.75 !important;
}
.\!opacity-80 {
  opacity: 0.8 !important;
}
.\!opacity-85 {
  opacity: 0.85 !important;
}
.\!opacity-90 {
  opacity: 0.9 !important;
}
.\!opacity-95 {
  opacity: 0.95 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-15 {
  opacity: .15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: .35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.\!shadow-lg {
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12) !important;
  --tw-shadow-colored: 0px 8px 24px 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-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !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: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px 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_1\.2px_2\.4px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)_inset\] {
  --tw-shadow: 0 1.2px 2.4px 0 rgba(0,0,0,0.15) inset;
  --tw-shadow-colored: inset 0 1.2px 2.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-\[0_1\.2px_4\.8px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 1.2px 4.8px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 1.2px 4.8px 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-\[0px_0\.76px_1\.52px_0px_\#00000026_inset\2c _0px_3\.04px_3\.04px_0px_\#0000000D_inset\] {
  --tw-shadow: 0px 0.76px 1.52px 0px #00000026 inset, 0px 3.04px 3.04px 0px #0000000D inset;
  --tw-shadow-colored: inset 0px 0.76px 1.52px 0px var(--tw-shadow-color), inset 0px 3.04px 3.04px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_0px_1px_rgba\(0\2c 0\2c 0\2c 0\.1\)_inset\2c 0px_1px_0px_0px_rgb\(255\2c 255\2c 255\2c 1\)_inset\2c 0px_1px_2px_1px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset,0px 1px 0px 0px rgb(255,255,255,1) inset,0px 1px 2px 1px rgba(0,0,0,0.06);
  --tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color), inset 0px 1px 0px 0px var(--tw-shadow-color), 0px 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-\[0px_1px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)_inset\] {
  --tw-shadow: 0px 1px 4px 0px rgba(0,0,0,0.05) inset;
  --tw-shadow-colored: inset 0px 1px 4px 0px 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 0px 2px 3px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 0px 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03), 0px 7px 25px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color), 0px 7px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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: 0px 1px 6px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-white {
  outline-color: #fff;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.\!ring-amber-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-amber-400\/0 {
  --tw-ring-color: rgb(251 191 36 / 0) !important;
}
.\!ring-amber-400\/10 {
  --tw-ring-color: rgb(251 191 36 / 0.1) !important;
}
.\!ring-amber-400\/100 {
  --tw-ring-color: rgb(251 191 36 / 1) !important;
}
.\!ring-amber-400\/15 {
  --tw-ring-color: rgb(251 191 36 / .15) !important;
}
.\!ring-amber-400\/20 {
  --tw-ring-color: rgb(251 191 36 / 0.2) !important;
}
.\!ring-amber-400\/25 {
  --tw-ring-color: rgb(251 191 36 / 0.25) !important;
}
.\!ring-amber-400\/30 {
  --tw-ring-color: rgb(251 191 36 / 0.3) !important;
}
.\!ring-amber-400\/35 {
  --tw-ring-color: rgb(251 191 36 / .35) !important;
}
.\!ring-amber-400\/40 {
  --tw-ring-color: rgb(251 191 36 / 0.4) !important;
}
.\!ring-amber-400\/45 {
  --tw-ring-color: rgb(251 191 36 / 0.45) !important;
}
.\!ring-amber-400\/5 {
  --tw-ring-color: rgb(251 191 36 / 0.05) !important;
}
.\!ring-amber-400\/50 {
  --tw-ring-color: rgb(251 191 36 / 0.5) !important;
}
.\!ring-amber-400\/55 {
  --tw-ring-color: rgb(251 191 36 / 0.55) !important;
}
.\!ring-amber-400\/60 {
  --tw-ring-color: rgb(251 191 36 / 0.6) !important;
}
.\!ring-amber-400\/65 {
  --tw-ring-color: rgb(251 191 36 / 0.65) !important;
}
.\!ring-amber-400\/70 {
  --tw-ring-color: rgb(251 191 36 / 0.7) !important;
}
.\!ring-amber-400\/75 {
  --tw-ring-color: rgb(251 191 36 / 0.75) !important;
}
.\!ring-amber-400\/80 {
  --tw-ring-color: rgb(251 191 36 / 0.8) !important;
}
.\!ring-amber-400\/85 {
  --tw-ring-color: rgb(251 191 36 / 0.85) !important;
}
.\!ring-amber-400\/90 {
  --tw-ring-color: rgb(251 191 36 / 0.9) !important;
}
.\!ring-amber-400\/95 {
  --tw-ring-color: rgb(251 191 36 / 0.95) !important;
}
.\!ring-blue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-blue-400\/0 {
  --tw-ring-color: rgb(96 165 250 / 0) !important;
}
.\!ring-blue-400\/10 {
  --tw-ring-color: rgb(96 165 250 / 0.1) !important;
}
.\!ring-blue-400\/100 {
  --tw-ring-color: rgb(96 165 250 / 1) !important;
}
.\!ring-blue-400\/15 {
  --tw-ring-color: rgb(96 165 250 / .15) !important;
}
.\!ring-blue-400\/20 {
  --tw-ring-color: rgb(96 165 250 / 0.2) !important;
}
.\!ring-blue-400\/25 {
  --tw-ring-color: rgb(96 165 250 / 0.25) !important;
}
.\!ring-blue-400\/30 {
  --tw-ring-color: rgb(96 165 250 / 0.3) !important;
}
.\!ring-blue-400\/35 {
  --tw-ring-color: rgb(96 165 250 / .35) !important;
}
.\!ring-blue-400\/40 {
  --tw-ring-color: rgb(96 165 250 / 0.4) !important;
}
.\!ring-blue-400\/45 {
  --tw-ring-color: rgb(96 165 250 / 0.45) !important;
}
.\!ring-blue-400\/5 {
  --tw-ring-color: rgb(96 165 250 / 0.05) !important;
}
.\!ring-blue-400\/50 {
  --tw-ring-color: rgb(96 165 250 / 0.5) !important;
}
.\!ring-blue-400\/55 {
  --tw-ring-color: rgb(96 165 250 / 0.55) !important;
}
.\!ring-blue-400\/60 {
  --tw-ring-color: rgb(96 165 250 / 0.6) !important;
}
.\!ring-blue-400\/65 {
  --tw-ring-color: rgb(96 165 250 / 0.65) !important;
}
.\!ring-blue-400\/70 {
  --tw-ring-color: rgb(96 165 250 / 0.7) !important;
}
.\!ring-blue-400\/75 {
  --tw-ring-color: rgb(96 165 250 / 0.75) !important;
}
.\!ring-blue-400\/80 {
  --tw-ring-color: rgb(96 165 250 / 0.8) !important;
}
.\!ring-blue-400\/85 {
  --tw-ring-color: rgb(96 165 250 / 0.85) !important;
}
.\!ring-blue-400\/90 {
  --tw-ring-color: rgb(96 165 250 / 0.9) !important;
}
.\!ring-blue-400\/95 {
  --tw-ring-color: rgb(96 165 250 / 0.95) !important;
}
.\!ring-blueGray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-blueGray-400\/0 {
  --tw-ring-color: rgb(148 163 184 / 0) !important;
}
.\!ring-blueGray-400\/10 {
  --tw-ring-color: rgb(148 163 184 / 0.1) !important;
}
.\!ring-blueGray-400\/100 {
  --tw-ring-color: rgb(148 163 184 / 1) !important;
}
.\!ring-blueGray-400\/15 {
  --tw-ring-color: rgb(148 163 184 / .15) !important;
}
.\!ring-blueGray-400\/20 {
  --tw-ring-color: rgb(148 163 184 / 0.2) !important;
}
.\!ring-blueGray-400\/25 {
  --tw-ring-color: rgb(148 163 184 / 0.25) !important;
}
.\!ring-blueGray-400\/30 {
  --tw-ring-color: rgb(148 163 184 / 0.3) !important;
}
.\!ring-blueGray-400\/35 {
  --tw-ring-color: rgb(148 163 184 / .35) !important;
}
.\!ring-blueGray-400\/40 {
  --tw-ring-color: rgb(148 163 184 / 0.4) !important;
}
.\!ring-blueGray-400\/45 {
  --tw-ring-color: rgb(148 163 184 / 0.45) !important;
}
.\!ring-blueGray-400\/5 {
  --tw-ring-color: rgb(148 163 184 / 0.05) !important;
}
.\!ring-blueGray-400\/50 {
  --tw-ring-color: rgb(148 163 184 / 0.5) !important;
}
.\!ring-blueGray-400\/55 {
  --tw-ring-color: rgb(148 163 184 / 0.55) !important;
}
.\!ring-blueGray-400\/60 {
  --tw-ring-color: rgb(148 163 184 / 0.6) !important;
}
.\!ring-blueGray-400\/65 {
  --tw-ring-color: rgb(148 163 184 / 0.65) !important;
}
.\!ring-blueGray-400\/70 {
  --tw-ring-color: rgb(148 163 184 / 0.7) !important;
}
.\!ring-blueGray-400\/75 {
  --tw-ring-color: rgb(148 163 184 / 0.75) !important;
}
.\!ring-blueGray-400\/80 {
  --tw-ring-color: rgb(148 163 184 / 0.8) !important;
}
.\!ring-blueGray-400\/85 {
  --tw-ring-color: rgb(148 163 184 / 0.85) !important;
}
.\!ring-blueGray-400\/90 {
  --tw-ring-color: rgb(148 163 184 / 0.9) !important;
}
.\!ring-blueGray-400\/95 {
  --tw-ring-color: rgb(148 163 184 / 0.95) !important;
}
.\!ring-brown-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 169 138 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-brown-400\/0 {
  --tw-ring-color: rgb(192 169 138 / 0) !important;
}
.\!ring-brown-400\/10 {
  --tw-ring-color: rgb(192 169 138 / 0.1) !important;
}
.\!ring-brown-400\/100 {
  --tw-ring-color: rgb(192 169 138 / 1) !important;
}
.\!ring-brown-400\/15 {
  --tw-ring-color: rgb(192 169 138 / .15) !important;
}
.\!ring-brown-400\/20 {
  --tw-ring-color: rgb(192 169 138 / 0.2) !important;
}
.\!ring-brown-400\/25 {
  --tw-ring-color: rgb(192 169 138 / 0.25) !important;
}
.\!ring-brown-400\/30 {
  --tw-ring-color: rgb(192 169 138 / 0.3) !important;
}
.\!ring-brown-400\/35 {
  --tw-ring-color: rgb(192 169 138 / .35) !important;
}
.\!ring-brown-400\/40 {
  --tw-ring-color: rgb(192 169 138 / 0.4) !important;
}
.\!ring-brown-400\/45 {
  --tw-ring-color: rgb(192 169 138 / 0.45) !important;
}
.\!ring-brown-400\/5 {
  --tw-ring-color: rgb(192 169 138 / 0.05) !important;
}
.\!ring-brown-400\/50 {
  --tw-ring-color: rgb(192 169 138 / 0.5) !important;
}
.\!ring-brown-400\/55 {
  --tw-ring-color: rgb(192 169 138 / 0.55) !important;
}
.\!ring-brown-400\/60 {
  --tw-ring-color: rgb(192 169 138 / 0.6) !important;
}
.\!ring-brown-400\/65 {
  --tw-ring-color: rgb(192 169 138 / 0.65) !important;
}
.\!ring-brown-400\/70 {
  --tw-ring-color: rgb(192 169 138 / 0.7) !important;
}
.\!ring-brown-400\/75 {
  --tw-ring-color: rgb(192 169 138 / 0.75) !important;
}
.\!ring-brown-400\/80 {
  --tw-ring-color: rgb(192 169 138 / 0.8) !important;
}
.\!ring-brown-400\/85 {
  --tw-ring-color: rgb(192 169 138 / 0.85) !important;
}
.\!ring-brown-400\/90 {
  --tw-ring-color: rgb(192 169 138 / 0.9) !important;
}
.\!ring-brown-400\/95 {
  --tw-ring-color: rgb(192 169 138 / 0.95) !important;
}
.\!ring-cyan-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-cyan-400\/0 {
  --tw-ring-color: rgb(34 211 238 / 0) !important;
}
.\!ring-cyan-400\/10 {
  --tw-ring-color: rgb(34 211 238 / 0.1) !important;
}
.\!ring-cyan-400\/100 {
  --tw-ring-color: rgb(34 211 238 / 1) !important;
}
.\!ring-cyan-400\/15 {
  --tw-ring-color: rgb(34 211 238 / .15) !important;
}
.\!ring-cyan-400\/20 {
  --tw-ring-color: rgb(34 211 238 / 0.2) !important;
}
.\!ring-cyan-400\/25 {
  --tw-ring-color: rgb(34 211 238 / 0.25) !important;
}
.\!ring-cyan-400\/30 {
  --tw-ring-color: rgb(34 211 238 / 0.3) !important;
}
.\!ring-cyan-400\/35 {
  --tw-ring-color: rgb(34 211 238 / .35) !important;
}
.\!ring-cyan-400\/40 {
  --tw-ring-color: rgb(34 211 238 / 0.4) !important;
}
.\!ring-cyan-400\/45 {
  --tw-ring-color: rgb(34 211 238 / 0.45) !important;
}
.\!ring-cyan-400\/5 {
  --tw-ring-color: rgb(34 211 238 / 0.05) !important;
}
.\!ring-cyan-400\/50 {
  --tw-ring-color: rgb(34 211 238 / 0.5) !important;
}
.\!ring-cyan-400\/55 {
  --tw-ring-color: rgb(34 211 238 / 0.55) !important;
}
.\!ring-cyan-400\/60 {
  --tw-ring-color: rgb(34 211 238 / 0.6) !important;
}
.\!ring-cyan-400\/65 {
  --tw-ring-color: rgb(34 211 238 / 0.65) !important;
}
.\!ring-cyan-400\/70 {
  --tw-ring-color: rgb(34 211 238 / 0.7) !important;
}
.\!ring-cyan-400\/75 {
  --tw-ring-color: rgb(34 211 238 / 0.75) !important;
}
.\!ring-cyan-400\/80 {
  --tw-ring-color: rgb(34 211 238 / 0.8) !important;
}
.\!ring-cyan-400\/85 {
  --tw-ring-color: rgb(34 211 238 / 0.85) !important;
}
.\!ring-cyan-400\/90 {
  --tw-ring-color: rgb(34 211 238 / 0.9) !important;
}
.\!ring-cyan-400\/95 {
  --tw-ring-color: rgb(34 211 238 / 0.95) !important;
}
.\!ring-emerald-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-emerald-400\/0 {
  --tw-ring-color: rgb(52 211 153 / 0) !important;
}
.\!ring-emerald-400\/10 {
  --tw-ring-color: rgb(52 211 153 / 0.1) !important;
}
.\!ring-emerald-400\/100 {
  --tw-ring-color: rgb(52 211 153 / 1) !important;
}
.\!ring-emerald-400\/15 {
  --tw-ring-color: rgb(52 211 153 / .15) !important;
}
.\!ring-emerald-400\/20 {
  --tw-ring-color: rgb(52 211 153 / 0.2) !important;
}
.\!ring-emerald-400\/25 {
  --tw-ring-color: rgb(52 211 153 / 0.25) !important;
}
.\!ring-emerald-400\/30 {
  --tw-ring-color: rgb(52 211 153 / 0.3) !important;
}
.\!ring-emerald-400\/35 {
  --tw-ring-color: rgb(52 211 153 / .35) !important;
}
.\!ring-emerald-400\/40 {
  --tw-ring-color: rgb(52 211 153 / 0.4) !important;
}
.\!ring-emerald-400\/45 {
  --tw-ring-color: rgb(52 211 153 / 0.45) !important;
}
.\!ring-emerald-400\/5 {
  --tw-ring-color: rgb(52 211 153 / 0.05) !important;
}
.\!ring-emerald-400\/50 {
  --tw-ring-color: rgb(52 211 153 / 0.5) !important;
}
.\!ring-emerald-400\/55 {
  --tw-ring-color: rgb(52 211 153 / 0.55) !important;
}
.\!ring-emerald-400\/60 {
  --tw-ring-color: rgb(52 211 153 / 0.6) !important;
}
.\!ring-emerald-400\/65 {
  --tw-ring-color: rgb(52 211 153 / 0.65) !important;
}
.\!ring-emerald-400\/70 {
  --tw-ring-color: rgb(52 211 153 / 0.7) !important;
}
.\!ring-emerald-400\/75 {
  --tw-ring-color: rgb(52 211 153 / 0.75) !important;
}
.\!ring-emerald-400\/80 {
  --tw-ring-color: rgb(52 211 153 / 0.8) !important;
}
.\!ring-emerald-400\/85 {
  --tw-ring-color: rgb(52 211 153 / 0.85) !important;
}
.\!ring-emerald-400\/90 {
  --tw-ring-color: rgb(52 211 153 / 0.9) !important;
}
.\!ring-emerald-400\/95 {
  --tw-ring-color: rgb(52 211 153 / 0.95) !important;
}
.\!ring-fuchsia-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-fuchsia-400\/0 {
  --tw-ring-color: rgb(232 121 249 / 0) !important;
}
.\!ring-fuchsia-400\/10 {
  --tw-ring-color: rgb(232 121 249 / 0.1) !important;
}
.\!ring-fuchsia-400\/100 {
  --tw-ring-color: rgb(232 121 249 / 1) !important;
}
.\!ring-fuchsia-400\/15 {
  --tw-ring-color: rgb(232 121 249 / .15) !important;
}
.\!ring-fuchsia-400\/20 {
  --tw-ring-color: rgb(232 121 249 / 0.2) !important;
}
.\!ring-fuchsia-400\/25 {
  --tw-ring-color: rgb(232 121 249 / 0.25) !important;
}
.\!ring-fuchsia-400\/30 {
  --tw-ring-color: rgb(232 121 249 / 0.3) !important;
}
.\!ring-fuchsia-400\/35 {
  --tw-ring-color: rgb(232 121 249 / .35) !important;
}
.\!ring-fuchsia-400\/40 {
  --tw-ring-color: rgb(232 121 249 / 0.4) !important;
}
.\!ring-fuchsia-400\/45 {
  --tw-ring-color: rgb(232 121 249 / 0.45) !important;
}
.\!ring-fuchsia-400\/5 {
  --tw-ring-color: rgb(232 121 249 / 0.05) !important;
}
.\!ring-fuchsia-400\/50 {
  --tw-ring-color: rgb(232 121 249 / 0.5) !important;
}
.\!ring-fuchsia-400\/55 {
  --tw-ring-color: rgb(232 121 249 / 0.55) !important;
}
.\!ring-fuchsia-400\/60 {
  --tw-ring-color: rgb(232 121 249 / 0.6) !important;
}
.\!ring-fuchsia-400\/65 {
  --tw-ring-color: rgb(232 121 249 / 0.65) !important;
}
.\!ring-fuchsia-400\/70 {
  --tw-ring-color: rgb(232 121 249 / 0.7) !important;
}
.\!ring-fuchsia-400\/75 {
  --tw-ring-color: rgb(232 121 249 / 0.75) !important;
}
.\!ring-fuchsia-400\/80 {
  --tw-ring-color: rgb(232 121 249 / 0.8) !important;
}
.\!ring-fuchsia-400\/85 {
  --tw-ring-color: rgb(232 121 249 / 0.85) !important;
}
.\!ring-fuchsia-400\/90 {
  --tw-ring-color: rgb(232 121 249 / 0.9) !important;
}
.\!ring-fuchsia-400\/95 {
  --tw-ring-color: rgb(232 121 249 / 0.95) !important;
}
.\!ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-gray-400\/0 {
  --tw-ring-color: rgb(156 163 175 / 0) !important;
}
.\!ring-gray-400\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1) !important;
}
.\!ring-gray-400\/100 {
  --tw-ring-color: rgb(156 163 175 / 1) !important;
}
.\!ring-gray-400\/15 {
  --tw-ring-color: rgb(156 163 175 / .15) !important;
}
.\!ring-gray-400\/20 {
  --tw-ring-color: rgb(156 163 175 / 0.2) !important;
}
.\!ring-gray-400\/25 {
  --tw-ring-color: rgb(156 163 175 / 0.25) !important;
}
.\!ring-gray-400\/30 {
  --tw-ring-color: rgb(156 163 175 / 0.3) !important;
}
.\!ring-gray-400\/35 {
  --tw-ring-color: rgb(156 163 175 / .35) !important;
}
.\!ring-gray-400\/40 {
  --tw-ring-color: rgb(156 163 175 / 0.4) !important;
}
.\!ring-gray-400\/45 {
  --tw-ring-color: rgb(156 163 175 / 0.45) !important;
}
.\!ring-gray-400\/5 {
  --tw-ring-color: rgb(156 163 175 / 0.05) !important;
}
.\!ring-gray-400\/50 {
  --tw-ring-color: rgb(156 163 175 / 0.5) !important;
}
.\!ring-gray-400\/55 {
  --tw-ring-color: rgb(156 163 175 / 0.55) !important;
}
.\!ring-gray-400\/60 {
  --tw-ring-color: rgb(156 163 175 / 0.6) !important;
}
.\!ring-gray-400\/65 {
  --tw-ring-color: rgb(156 163 175 / 0.65) !important;
}
.\!ring-gray-400\/70 {
  --tw-ring-color: rgb(156 163 175 / 0.7) !important;
}
.\!ring-gray-400\/75 {
  --tw-ring-color: rgb(156 163 175 / 0.75) !important;
}
.\!ring-gray-400\/80 {
  --tw-ring-color: rgb(156 163 175 / 0.8) !important;
}
.\!ring-gray-400\/85 {
  --tw-ring-color: rgb(156 163 175 / 0.85) !important;
}
.\!ring-gray-400\/90 {
  --tw-ring-color: rgb(156 163 175 / 0.9) !important;
}
.\!ring-gray-400\/95 {
  --tw-ring-color: rgb(156 163 175 / 0.95) !important;
}
.\!ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-green-400\/0 {
  --tw-ring-color: rgb(74 222 128 / 0) !important;
}
.\!ring-green-400\/10 {
  --tw-ring-color: rgb(74 222 128 / 0.1) !important;
}
.\!ring-green-400\/100 {
  --tw-ring-color: rgb(74 222 128 / 1) !important;
}
.\!ring-green-400\/15 {
  --tw-ring-color: rgb(74 222 128 / .15) !important;
}
.\!ring-green-400\/20 {
  --tw-ring-color: rgb(74 222 128 / 0.2) !important;
}
.\!ring-green-400\/25 {
  --tw-ring-color: rgb(74 222 128 / 0.25) !important;
}
.\!ring-green-400\/30 {
  --tw-ring-color: rgb(74 222 128 / 0.3) !important;
}
.\!ring-green-400\/35 {
  --tw-ring-color: rgb(74 222 128 / .35) !important;
}
.\!ring-green-400\/40 {
  --tw-ring-color: rgb(74 222 128 / 0.4) !important;
}
.\!ring-green-400\/45 {
  --tw-ring-color: rgb(74 222 128 / 0.45) !important;
}
.\!ring-green-400\/5 {
  --tw-ring-color: rgb(74 222 128 / 0.05) !important;
}
.\!ring-green-400\/50 {
  --tw-ring-color: rgb(74 222 128 / 0.5) !important;
}
.\!ring-green-400\/55 {
  --tw-ring-color: rgb(74 222 128 / 0.55) !important;
}
.\!ring-green-400\/60 {
  --tw-ring-color: rgb(74 222 128 / 0.6) !important;
}
.\!ring-green-400\/65 {
  --tw-ring-color: rgb(74 222 128 / 0.65) !important;
}
.\!ring-green-400\/70 {
  --tw-ring-color: rgb(74 222 128 / 0.7) !important;
}
.\!ring-green-400\/75 {
  --tw-ring-color: rgb(74 222 128 / 0.75) !important;
}
.\!ring-green-400\/80 {
  --tw-ring-color: rgb(74 222 128 / 0.8) !important;
}
.\!ring-green-400\/85 {
  --tw-ring-color: rgb(74 222 128 / 0.85) !important;
}
.\!ring-green-400\/90 {
  --tw-ring-color: rgb(74 222 128 / 0.9) !important;
}
.\!ring-green-400\/95 {
  --tw-ring-color: rgb(74 222 128 / 0.95) !important;
}
.\!ring-indigo-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-indigo-400\/0 {
  --tw-ring-color: rgb(129 140 248 / 0) !important;
}
.\!ring-indigo-400\/10 {
  --tw-ring-color: rgb(129 140 248 / 0.1) !important;
}
.\!ring-indigo-400\/100 {
  --tw-ring-color: rgb(129 140 248 / 1) !important;
}
.\!ring-indigo-400\/15 {
  --tw-ring-color: rgb(129 140 248 / .15) !important;
}
.\!ring-indigo-400\/20 {
  --tw-ring-color: rgb(129 140 248 / 0.2) !important;
}
.\!ring-indigo-400\/25 {
  --tw-ring-color: rgb(129 140 248 / 0.25) !important;
}
.\!ring-indigo-400\/30 {
  --tw-ring-color: rgb(129 140 248 / 0.3) !important;
}
.\!ring-indigo-400\/35 {
  --tw-ring-color: rgb(129 140 248 / .35) !important;
}
.\!ring-indigo-400\/40 {
  --tw-ring-color: rgb(129 140 248 / 0.4) !important;
}
.\!ring-indigo-400\/45 {
  --tw-ring-color: rgb(129 140 248 / 0.45) !important;
}
.\!ring-indigo-400\/5 {
  --tw-ring-color: rgb(129 140 248 / 0.05) !important;
}
.\!ring-indigo-400\/50 {
  --tw-ring-color: rgb(129 140 248 / 0.5) !important;
}
.\!ring-indigo-400\/55 {
  --tw-ring-color: rgb(129 140 248 / 0.55) !important;
}
.\!ring-indigo-400\/60 {
  --tw-ring-color: rgb(129 140 248 / 0.6) !important;
}
.\!ring-indigo-400\/65 {
  --tw-ring-color: rgb(129 140 248 / 0.65) !important;
}
.\!ring-indigo-400\/70 {
  --tw-ring-color: rgb(129 140 248 / 0.7) !important;
}
.\!ring-indigo-400\/75 {
  --tw-ring-color: rgb(129 140 248 / 0.75) !important;
}
.\!ring-indigo-400\/80 {
  --tw-ring-color: rgb(129 140 248 / 0.8) !important;
}
.\!ring-indigo-400\/85 {
  --tw-ring-color: rgb(129 140 248 / 0.85) !important;
}
.\!ring-indigo-400\/90 {
  --tw-ring-color: rgb(129 140 248 / 0.9) !important;
}
.\!ring-indigo-400\/95 {
  --tw-ring-color: rgb(129 140 248 / 0.95) !important;
}
.\!ring-lime-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-lime-400\/0 {
  --tw-ring-color: rgb(163 230 53 / 0) !important;
}
.\!ring-lime-400\/10 {
  --tw-ring-color: rgb(163 230 53 / 0.1) !important;
}
.\!ring-lime-400\/100 {
  --tw-ring-color: rgb(163 230 53 / 1) !important;
}
.\!ring-lime-400\/15 {
  --tw-ring-color: rgb(163 230 53 / .15) !important;
}
.\!ring-lime-400\/20 {
  --tw-ring-color: rgb(163 230 53 / 0.2) !important;
}
.\!ring-lime-400\/25 {
  --tw-ring-color: rgb(163 230 53 / 0.25) !important;
}
.\!ring-lime-400\/30 {
  --tw-ring-color: rgb(163 230 53 / 0.3) !important;
}
.\!ring-lime-400\/35 {
  --tw-ring-color: rgb(163 230 53 / .35) !important;
}
.\!ring-lime-400\/40 {
  --tw-ring-color: rgb(163 230 53 / 0.4) !important;
}
.\!ring-lime-400\/45 {
  --tw-ring-color: rgb(163 230 53 / 0.45) !important;
}
.\!ring-lime-400\/5 {
  --tw-ring-color: rgb(163 230 53 / 0.05) !important;
}
.\!ring-lime-400\/50 {
  --tw-ring-color: rgb(163 230 53 / 0.5) !important;
}
.\!ring-lime-400\/55 {
  --tw-ring-color: rgb(163 230 53 / 0.55) !important;
}
.\!ring-lime-400\/60 {
  --tw-ring-color: rgb(163 230 53 / 0.6) !important;
}
.\!ring-lime-400\/65 {
  --tw-ring-color: rgb(163 230 53 / 0.65) !important;
}
.\!ring-lime-400\/70 {
  --tw-ring-color: rgb(163 230 53 / 0.7) !important;
}
.\!ring-lime-400\/75 {
  --tw-ring-color: rgb(163 230 53 / 0.75) !important;
}
.\!ring-lime-400\/80 {
  --tw-ring-color: rgb(163 230 53 / 0.8) !important;
}
.\!ring-lime-400\/85 {
  --tw-ring-color: rgb(163 230 53 / 0.85) !important;
}
.\!ring-lime-400\/90 {
  --tw-ring-color: rgb(163 230 53 / 0.9) !important;
}
.\!ring-lime-400\/95 {
  --tw-ring-color: rgb(163 230 53 / 0.95) !important;
}
.\!ring-neutral-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-neutral-400\/0 {
  --tw-ring-color: rgb(163 163 163 / 0) !important;
}
.\!ring-neutral-400\/10 {
  --tw-ring-color: rgb(163 163 163 / 0.1) !important;
}
.\!ring-neutral-400\/100 {
  --tw-ring-color: rgb(163 163 163 / 1) !important;
}
.\!ring-neutral-400\/15 {
  --tw-ring-color: rgb(163 163 163 / .15) !important;
}
.\!ring-neutral-400\/20 {
  --tw-ring-color: rgb(163 163 163 / 0.2) !important;
}
.\!ring-neutral-400\/25 {
  --tw-ring-color: rgb(163 163 163 / 0.25) !important;
}
.\!ring-neutral-400\/30 {
  --tw-ring-color: rgb(163 163 163 / 0.3) !important;
}
.\!ring-neutral-400\/35 {
  --tw-ring-color: rgb(163 163 163 / .35) !important;
}
.\!ring-neutral-400\/40 {
  --tw-ring-color: rgb(163 163 163 / 0.4) !important;
}
.\!ring-neutral-400\/45 {
  --tw-ring-color: rgb(163 163 163 / 0.45) !important;
}
.\!ring-neutral-400\/5 {
  --tw-ring-color: rgb(163 163 163 / 0.05) !important;
}
.\!ring-neutral-400\/50 {
  --tw-ring-color: rgb(163 163 163 / 0.5) !important;
}
.\!ring-neutral-400\/55 {
  --tw-ring-color: rgb(163 163 163 / 0.55) !important;
}
.\!ring-neutral-400\/60 {
  --tw-ring-color: rgb(163 163 163 / 0.6) !important;
}
.\!ring-neutral-400\/65 {
  --tw-ring-color: rgb(163 163 163 / 0.65) !important;
}
.\!ring-neutral-400\/70 {
  --tw-ring-color: rgb(163 163 163 / 0.7) !important;
}
.\!ring-neutral-400\/75 {
  --tw-ring-color: rgb(163 163 163 / 0.75) !important;
}
.\!ring-neutral-400\/80 {
  --tw-ring-color: rgb(163 163 163 / 0.8) !important;
}
.\!ring-neutral-400\/85 {
  --tw-ring-color: rgb(163 163 163 / 0.85) !important;
}
.\!ring-neutral-400\/90 {
  --tw-ring-color: rgb(163 163 163 / 0.9) !important;
}
.\!ring-neutral-400\/95 {
  --tw-ring-color: rgb(163 163 163 / 0.95) !important;
}
.\!ring-olive-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(168 180 60 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-olive-400\/0 {
  --tw-ring-color: rgb(168 180 60 / 0) !important;
}
.\!ring-olive-400\/10 {
  --tw-ring-color: rgb(168 180 60 / 0.1) !important;
}
.\!ring-olive-400\/100 {
  --tw-ring-color: rgb(168 180 60 / 1) !important;
}
.\!ring-olive-400\/15 {
  --tw-ring-color: rgb(168 180 60 / .15) !important;
}
.\!ring-olive-400\/20 {
  --tw-ring-color: rgb(168 180 60 / 0.2) !important;
}
.\!ring-olive-400\/25 {
  --tw-ring-color: rgb(168 180 60 / 0.25) !important;
}
.\!ring-olive-400\/30 {
  --tw-ring-color: rgb(168 180 60 / 0.3) !important;
}
.\!ring-olive-400\/35 {
  --tw-ring-color: rgb(168 180 60 / .35) !important;
}
.\!ring-olive-400\/40 {
  --tw-ring-color: rgb(168 180 60 / 0.4) !important;
}
.\!ring-olive-400\/45 {
  --tw-ring-color: rgb(168 180 60 / 0.45) !important;
}
.\!ring-olive-400\/5 {
  --tw-ring-color: rgb(168 180 60 / 0.05) !important;
}
.\!ring-olive-400\/50 {
  --tw-ring-color: rgb(168 180 60 / 0.5) !important;
}
.\!ring-olive-400\/55 {
  --tw-ring-color: rgb(168 180 60 / 0.55) !important;
}
.\!ring-olive-400\/60 {
  --tw-ring-color: rgb(168 180 60 / 0.6) !important;
}
.\!ring-olive-400\/65 {
  --tw-ring-color: rgb(168 180 60 / 0.65) !important;
}
.\!ring-olive-400\/70 {
  --tw-ring-color: rgb(168 180 60 / 0.7) !important;
}
.\!ring-olive-400\/75 {
  --tw-ring-color: rgb(168 180 60 / 0.75) !important;
}
.\!ring-olive-400\/80 {
  --tw-ring-color: rgb(168 180 60 / 0.8) !important;
}
.\!ring-olive-400\/85 {
  --tw-ring-color: rgb(168 180 60 / 0.85) !important;
}
.\!ring-olive-400\/90 {
  --tw-ring-color: rgb(168 180 60 / 0.9) !important;
}
.\!ring-olive-400\/95 {
  --tw-ring-color: rgb(168 180 60 / 0.95) !important;
}
.\!ring-orange-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-orange-400\/0 {
  --tw-ring-color: rgb(251 146 60 / 0) !important;
}
.\!ring-orange-400\/10 {
  --tw-ring-color: rgb(251 146 60 / 0.1) !important;
}
.\!ring-orange-400\/100 {
  --tw-ring-color: rgb(251 146 60 / 1) !important;
}
.\!ring-orange-400\/15 {
  --tw-ring-color: rgb(251 146 60 / .15) !important;
}
.\!ring-orange-400\/20 {
  --tw-ring-color: rgb(251 146 60 / 0.2) !important;
}
.\!ring-orange-400\/25 {
  --tw-ring-color: rgb(251 146 60 / 0.25) !important;
}
.\!ring-orange-400\/30 {
  --tw-ring-color: rgb(251 146 60 / 0.3) !important;
}
.\!ring-orange-400\/35 {
  --tw-ring-color: rgb(251 146 60 / .35) !important;
}
.\!ring-orange-400\/40 {
  --tw-ring-color: rgb(251 146 60 / 0.4) !important;
}
.\!ring-orange-400\/45 {
  --tw-ring-color: rgb(251 146 60 / 0.45) !important;
}
.\!ring-orange-400\/5 {
  --tw-ring-color: rgb(251 146 60 / 0.05) !important;
}
.\!ring-orange-400\/50 {
  --tw-ring-color: rgb(251 146 60 / 0.5) !important;
}
.\!ring-orange-400\/55 {
  --tw-ring-color: rgb(251 146 60 / 0.55) !important;
}
.\!ring-orange-400\/60 {
  --tw-ring-color: rgb(251 146 60 / 0.6) !important;
}
.\!ring-orange-400\/65 {
  --tw-ring-color: rgb(251 146 60 / 0.65) !important;
}
.\!ring-orange-400\/70 {
  --tw-ring-color: rgb(251 146 60 / 0.7) !important;
}
.\!ring-orange-400\/75 {
  --tw-ring-color: rgb(251 146 60 / 0.75) !important;
}
.\!ring-orange-400\/80 {
  --tw-ring-color: rgb(251 146 60 / 0.8) !important;
}
.\!ring-orange-400\/85 {
  --tw-ring-color: rgb(251 146 60 / 0.85) !important;
}
.\!ring-orange-400\/90 {
  --tw-ring-color: rgb(251 146 60 / 0.9) !important;
}
.\!ring-orange-400\/95 {
  --tw-ring-color: rgb(251 146 60 / 0.95) !important;
}
.\!ring-pink-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-pink-400\/0 {
  --tw-ring-color: rgb(244 114 182 / 0) !important;
}
.\!ring-pink-400\/10 {
  --tw-ring-color: rgb(244 114 182 / 0.1) !important;
}
.\!ring-pink-400\/100 {
  --tw-ring-color: rgb(244 114 182 / 1) !important;
}
.\!ring-pink-400\/15 {
  --tw-ring-color: rgb(244 114 182 / .15) !important;
}
.\!ring-pink-400\/20 {
  --tw-ring-color: rgb(244 114 182 / 0.2) !important;
}
.\!ring-pink-400\/25 {
  --tw-ring-color: rgb(244 114 182 / 0.25) !important;
}
.\!ring-pink-400\/30 {
  --tw-ring-color: rgb(244 114 182 / 0.3) !important;
}
.\!ring-pink-400\/35 {
  --tw-ring-color: rgb(244 114 182 / .35) !important;
}
.\!ring-pink-400\/40 {
  --tw-ring-color: rgb(244 114 182 / 0.4) !important;
}
.\!ring-pink-400\/45 {
  --tw-ring-color: rgb(244 114 182 / 0.45) !important;
}
.\!ring-pink-400\/5 {
  --tw-ring-color: rgb(244 114 182 / 0.05) !important;
}
.\!ring-pink-400\/50 {
  --tw-ring-color: rgb(244 114 182 / 0.5) !important;
}
.\!ring-pink-400\/55 {
  --tw-ring-color: rgb(244 114 182 / 0.55) !important;
}
.\!ring-pink-400\/60 {
  --tw-ring-color: rgb(244 114 182 / 0.6) !important;
}
.\!ring-pink-400\/65 {
  --tw-ring-color: rgb(244 114 182 / 0.65) !important;
}
.\!ring-pink-400\/70 {
  --tw-ring-color: rgb(244 114 182 / 0.7) !important;
}
.\!ring-pink-400\/75 {
  --tw-ring-color: rgb(244 114 182 / 0.75) !important;
}
.\!ring-pink-400\/80 {
  --tw-ring-color: rgb(244 114 182 / 0.8) !important;
}
.\!ring-pink-400\/85 {
  --tw-ring-color: rgb(244 114 182 / 0.85) !important;
}
.\!ring-pink-400\/90 {
  --tw-ring-color: rgb(244 114 182 / 0.9) !important;
}
.\!ring-pink-400\/95 {
  --tw-ring-color: rgb(244 114 182 / 0.95) !important;
}
.\!ring-purple-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-purple-400\/0 {
  --tw-ring-color: rgb(192 132 252 / 0) !important;
}
.\!ring-purple-400\/10 {
  --tw-ring-color: rgb(192 132 252 / 0.1) !important;
}
.\!ring-purple-400\/100 {
  --tw-ring-color: rgb(192 132 252 / 1) !important;
}
.\!ring-purple-400\/15 {
  --tw-ring-color: rgb(192 132 252 / .15) !important;
}
.\!ring-purple-400\/20 {
  --tw-ring-color: rgb(192 132 252 / 0.2) !important;
}
.\!ring-purple-400\/25 {
  --tw-ring-color: rgb(192 132 252 / 0.25) !important;
}
.\!ring-purple-400\/30 {
  --tw-ring-color: rgb(192 132 252 / 0.3) !important;
}
.\!ring-purple-400\/35 {
  --tw-ring-color: rgb(192 132 252 / .35) !important;
}
.\!ring-purple-400\/40 {
  --tw-ring-color: rgb(192 132 252 / 0.4) !important;
}
.\!ring-purple-400\/45 {
  --tw-ring-color: rgb(192 132 252 / 0.45) !important;
}
.\!ring-purple-400\/5 {
  --tw-ring-color: rgb(192 132 252 / 0.05) !important;
}
.\!ring-purple-400\/50 {
  --tw-ring-color: rgb(192 132 252 / 0.5) !important;
}
.\!ring-purple-400\/55 {
  --tw-ring-color: rgb(192 132 252 / 0.55) !important;
}
.\!ring-purple-400\/60 {
  --tw-ring-color: rgb(192 132 252 / 0.6) !important;
}
.\!ring-purple-400\/65 {
  --tw-ring-color: rgb(192 132 252 / 0.65) !important;
}
.\!ring-purple-400\/70 {
  --tw-ring-color: rgb(192 132 252 / 0.7) !important;
}
.\!ring-purple-400\/75 {
  --tw-ring-color: rgb(192 132 252 / 0.75) !important;
}
.\!ring-purple-400\/80 {
  --tw-ring-color: rgb(192 132 252 / 0.8) !important;
}
.\!ring-purple-400\/85 {
  --tw-ring-color: rgb(192 132 252 / 0.85) !important;
}
.\!ring-purple-400\/90 {
  --tw-ring-color: rgb(192 132 252 / 0.9) !important;
}
.\!ring-purple-400\/95 {
  --tw-ring-color: rgb(192 132 252 / 0.95) !important;
}
.\!ring-red-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-red-400\/0 {
  --tw-ring-color: rgb(248 113 113 / 0) !important;
}
.\!ring-red-400\/10 {
  --tw-ring-color: rgb(248 113 113 / 0.1) !important;
}
.\!ring-red-400\/100 {
  --tw-ring-color: rgb(248 113 113 / 1) !important;
}
.\!ring-red-400\/15 {
  --tw-ring-color: rgb(248 113 113 / .15) !important;
}
.\!ring-red-400\/20 {
  --tw-ring-color: rgb(248 113 113 / 0.2) !important;
}
.\!ring-red-400\/25 {
  --tw-ring-color: rgb(248 113 113 / 0.25) !important;
}
.\!ring-red-400\/30 {
  --tw-ring-color: rgb(248 113 113 / 0.3) !important;
}
.\!ring-red-400\/35 {
  --tw-ring-color: rgb(248 113 113 / .35) !important;
}
.\!ring-red-400\/40 {
  --tw-ring-color: rgb(248 113 113 / 0.4) !important;
}
.\!ring-red-400\/45 {
  --tw-ring-color: rgb(248 113 113 / 0.45) !important;
}
.\!ring-red-400\/5 {
  --tw-ring-color: rgb(248 113 113 / 0.05) !important;
}
.\!ring-red-400\/50 {
  --tw-ring-color: rgb(248 113 113 / 0.5) !important;
}
.\!ring-red-400\/55 {
  --tw-ring-color: rgb(248 113 113 / 0.55) !important;
}
.\!ring-red-400\/60 {
  --tw-ring-color: rgb(248 113 113 / 0.6) !important;
}
.\!ring-red-400\/65 {
  --tw-ring-color: rgb(248 113 113 / 0.65) !important;
}
.\!ring-red-400\/70 {
  --tw-ring-color: rgb(248 113 113 / 0.7) !important;
}
.\!ring-red-400\/75 {
  --tw-ring-color: rgb(248 113 113 / 0.75) !important;
}
.\!ring-red-400\/80 {
  --tw-ring-color: rgb(248 113 113 / 0.8) !important;
}
.\!ring-red-400\/85 {
  --tw-ring-color: rgb(248 113 113 / 0.85) !important;
}
.\!ring-red-400\/90 {
  --tw-ring-color: rgb(248 113 113 / 0.9) !important;
}
.\!ring-red-400\/95 {
  --tw-ring-color: rgb(248 113 113 / 0.95) !important;
}
.\!ring-rose-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-rose-400\/0 {
  --tw-ring-color: rgb(251 113 133 / 0) !important;
}
.\!ring-rose-400\/10 {
  --tw-ring-color: rgb(251 113 133 / 0.1) !important;
}
.\!ring-rose-400\/100 {
  --tw-ring-color: rgb(251 113 133 / 1) !important;
}
.\!ring-rose-400\/15 {
  --tw-ring-color: rgb(251 113 133 / .15) !important;
}
.\!ring-rose-400\/20 {
  --tw-ring-color: rgb(251 113 133 / 0.2) !important;
}
.\!ring-rose-400\/25 {
  --tw-ring-color: rgb(251 113 133 / 0.25) !important;
}
.\!ring-rose-400\/30 {
  --tw-ring-color: rgb(251 113 133 / 0.3) !important;
}
.\!ring-rose-400\/35 {
  --tw-ring-color: rgb(251 113 133 / .35) !important;
}
.\!ring-rose-400\/40 {
  --tw-ring-color: rgb(251 113 133 / 0.4) !important;
}
.\!ring-rose-400\/45 {
  --tw-ring-color: rgb(251 113 133 / 0.45) !important;
}
.\!ring-rose-400\/5 {
  --tw-ring-color: rgb(251 113 133 / 0.05) !important;
}
.\!ring-rose-400\/50 {
  --tw-ring-color: rgb(251 113 133 / 0.5) !important;
}
.\!ring-rose-400\/55 {
  --tw-ring-color: rgb(251 113 133 / 0.55) !important;
}
.\!ring-rose-400\/60 {
  --tw-ring-color: rgb(251 113 133 / 0.6) !important;
}
.\!ring-rose-400\/65 {
  --tw-ring-color: rgb(251 113 133 / 0.65) !important;
}
.\!ring-rose-400\/70 {
  --tw-ring-color: rgb(251 113 133 / 0.7) !important;
}
.\!ring-rose-400\/75 {
  --tw-ring-color: rgb(251 113 133 / 0.75) !important;
}
.\!ring-rose-400\/80 {
  --tw-ring-color: rgb(251 113 133 / 0.8) !important;
}
.\!ring-rose-400\/85 {
  --tw-ring-color: rgb(251 113 133 / 0.85) !important;
}
.\!ring-rose-400\/90 {
  --tw-ring-color: rgb(251 113 133 / 0.9) !important;
}
.\!ring-rose-400\/95 {
  --tw-ring-color: rgb(251 113 133 / 0.95) !important;
}
.\!ring-sky-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-sky-400\/0 {
  --tw-ring-color: rgb(56 189 248 / 0) !important;
}
.\!ring-sky-400\/10 {
  --tw-ring-color: rgb(56 189 248 / 0.1) !important;
}
.\!ring-sky-400\/100 {
  --tw-ring-color: rgb(56 189 248 / 1) !important;
}
.\!ring-sky-400\/15 {
  --tw-ring-color: rgb(56 189 248 / .15) !important;
}
.\!ring-sky-400\/20 {
  --tw-ring-color: rgb(56 189 248 / 0.2) !important;
}
.\!ring-sky-400\/25 {
  --tw-ring-color: rgb(56 189 248 / 0.25) !important;
}
.\!ring-sky-400\/30 {
  --tw-ring-color: rgb(56 189 248 / 0.3) !important;
}
.\!ring-sky-400\/35 {
  --tw-ring-color: rgb(56 189 248 / .35) !important;
}
.\!ring-sky-400\/40 {
  --tw-ring-color: rgb(56 189 248 / 0.4) !important;
}
.\!ring-sky-400\/45 {
  --tw-ring-color: rgb(56 189 248 / 0.45) !important;
}
.\!ring-sky-400\/5 {
  --tw-ring-color: rgb(56 189 248 / 0.05) !important;
}
.\!ring-sky-400\/50 {
  --tw-ring-color: rgb(56 189 248 / 0.5) !important;
}
.\!ring-sky-400\/55 {
  --tw-ring-color: rgb(56 189 248 / 0.55) !important;
}
.\!ring-sky-400\/60 {
  --tw-ring-color: rgb(56 189 248 / 0.6) !important;
}
.\!ring-sky-400\/65 {
  --tw-ring-color: rgb(56 189 248 / 0.65) !important;
}
.\!ring-sky-400\/70 {
  --tw-ring-color: rgb(56 189 248 / 0.7) !important;
}
.\!ring-sky-400\/75 {
  --tw-ring-color: rgb(56 189 248 / 0.75) !important;
}
.\!ring-sky-400\/80 {
  --tw-ring-color: rgb(56 189 248 / 0.8) !important;
}
.\!ring-sky-400\/85 {
  --tw-ring-color: rgb(56 189 248 / 0.85) !important;
}
.\!ring-sky-400\/90 {
  --tw-ring-color: rgb(56 189 248 / 0.9) !important;
}
.\!ring-sky-400\/95 {
  --tw-ring-color: rgb(56 189 248 / 0.95) !important;
}
.\!ring-slate-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-slate-400\/0 {
  --tw-ring-color: rgb(148 163 184 / 0) !important;
}
.\!ring-slate-400\/10 {
  --tw-ring-color: rgb(148 163 184 / 0.1) !important;
}
.\!ring-slate-400\/100 {
  --tw-ring-color: rgb(148 163 184 / 1) !important;
}
.\!ring-slate-400\/15 {
  --tw-ring-color: rgb(148 163 184 / .15) !important;
}
.\!ring-slate-400\/20 {
  --tw-ring-color: rgb(148 163 184 / 0.2) !important;
}
.\!ring-slate-400\/25 {
  --tw-ring-color: rgb(148 163 184 / 0.25) !important;
}
.\!ring-slate-400\/30 {
  --tw-ring-color: rgb(148 163 184 / 0.3) !important;
}
.\!ring-slate-400\/35 {
  --tw-ring-color: rgb(148 163 184 / .35) !important;
}
.\!ring-slate-400\/40 {
  --tw-ring-color: rgb(148 163 184 / 0.4) !important;
}
.\!ring-slate-400\/45 {
  --tw-ring-color: rgb(148 163 184 / 0.45) !important;
}
.\!ring-slate-400\/5 {
  --tw-ring-color: rgb(148 163 184 / 0.05) !important;
}
.\!ring-slate-400\/50 {
  --tw-ring-color: rgb(148 163 184 / 0.5) !important;
}
.\!ring-slate-400\/55 {
  --tw-ring-color: rgb(148 163 184 / 0.55) !important;
}
.\!ring-slate-400\/60 {
  --tw-ring-color: rgb(148 163 184 / 0.6) !important;
}
.\!ring-slate-400\/65 {
  --tw-ring-color: rgb(148 163 184 / 0.65) !important;
}
.\!ring-slate-400\/70 {
  --tw-ring-color: rgb(148 163 184 / 0.7) !important;
}
.\!ring-slate-400\/75 {
  --tw-ring-color: rgb(148 163 184 / 0.75) !important;
}
.\!ring-slate-400\/80 {
  --tw-ring-color: rgb(148 163 184 / 0.8) !important;
}
.\!ring-slate-400\/85 {
  --tw-ring-color: rgb(148 163 184 / 0.85) !important;
}
.\!ring-slate-400\/90 {
  --tw-ring-color: rgb(148 163 184 / 0.9) !important;
}
.\!ring-slate-400\/95 {
  --tw-ring-color: rgb(148 163 184 / 0.95) !important;
}
.\!ring-stone-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-stone-400\/0 {
  --tw-ring-color: rgb(168 162 158 / 0) !important;
}
.\!ring-stone-400\/10 {
  --tw-ring-color: rgb(168 162 158 / 0.1) !important;
}
.\!ring-stone-400\/100 {
  --tw-ring-color: rgb(168 162 158 / 1) !important;
}
.\!ring-stone-400\/15 {
  --tw-ring-color: rgb(168 162 158 / .15) !important;
}
.\!ring-stone-400\/20 {
  --tw-ring-color: rgb(168 162 158 / 0.2) !important;
}
.\!ring-stone-400\/25 {
  --tw-ring-color: rgb(168 162 158 / 0.25) !important;
}
.\!ring-stone-400\/30 {
  --tw-ring-color: rgb(168 162 158 / 0.3) !important;
}
.\!ring-stone-400\/35 {
  --tw-ring-color: rgb(168 162 158 / .35) !important;
}
.\!ring-stone-400\/40 {
  --tw-ring-color: rgb(168 162 158 / 0.4) !important;
}
.\!ring-stone-400\/45 {
  --tw-ring-color: rgb(168 162 158 / 0.45) !important;
}
.\!ring-stone-400\/5 {
  --tw-ring-color: rgb(168 162 158 / 0.05) !important;
}
.\!ring-stone-400\/50 {
  --tw-ring-color: rgb(168 162 158 / 0.5) !important;
}
.\!ring-stone-400\/55 {
  --tw-ring-color: rgb(168 162 158 / 0.55) !important;
}
.\!ring-stone-400\/60 {
  --tw-ring-color: rgb(168 162 158 / 0.6) !important;
}
.\!ring-stone-400\/65 {
  --tw-ring-color: rgb(168 162 158 / 0.65) !important;
}
.\!ring-stone-400\/70 {
  --tw-ring-color: rgb(168 162 158 / 0.7) !important;
}
.\!ring-stone-400\/75 {
  --tw-ring-color: rgb(168 162 158 / 0.75) !important;
}
.\!ring-stone-400\/80 {
  --tw-ring-color: rgb(168 162 158 / 0.8) !important;
}
.\!ring-stone-400\/85 {
  --tw-ring-color: rgb(168 162 158 / 0.85) !important;
}
.\!ring-stone-400\/90 {
  --tw-ring-color: rgb(168 162 158 / 0.9) !important;
}
.\!ring-stone-400\/95 {
  --tw-ring-color: rgb(168 162 158 / 0.95) !important;
}
.\!ring-teal-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-teal-400\/0 {
  --tw-ring-color: rgb(45 212 191 / 0) !important;
}
.\!ring-teal-400\/10 {
  --tw-ring-color: rgb(45 212 191 / 0.1) !important;
}
.\!ring-teal-400\/100 {
  --tw-ring-color: rgb(45 212 191 / 1) !important;
}
.\!ring-teal-400\/15 {
  --tw-ring-color: rgb(45 212 191 / .15) !important;
}
.\!ring-teal-400\/20 {
  --tw-ring-color: rgb(45 212 191 / 0.2) !important;
}
.\!ring-teal-400\/25 {
  --tw-ring-color: rgb(45 212 191 / 0.25) !important;
}
.\!ring-teal-400\/30 {
  --tw-ring-color: rgb(45 212 191 / 0.3) !important;
}
.\!ring-teal-400\/35 {
  --tw-ring-color: rgb(45 212 191 / .35) !important;
}
.\!ring-teal-400\/40 {
  --tw-ring-color: rgb(45 212 191 / 0.4) !important;
}
.\!ring-teal-400\/45 {
  --tw-ring-color: rgb(45 212 191 / 0.45) !important;
}
.\!ring-teal-400\/5 {
  --tw-ring-color: rgb(45 212 191 / 0.05) !important;
}
.\!ring-teal-400\/50 {
  --tw-ring-color: rgb(45 212 191 / 0.5) !important;
}
.\!ring-teal-400\/55 {
  --tw-ring-color: rgb(45 212 191 / 0.55) !important;
}
.\!ring-teal-400\/60 {
  --tw-ring-color: rgb(45 212 191 / 0.6) !important;
}
.\!ring-teal-400\/65 {
  --tw-ring-color: rgb(45 212 191 / 0.65) !important;
}
.\!ring-teal-400\/70 {
  --tw-ring-color: rgb(45 212 191 / 0.7) !important;
}
.\!ring-teal-400\/75 {
  --tw-ring-color: rgb(45 212 191 / 0.75) !important;
}
.\!ring-teal-400\/80 {
  --tw-ring-color: rgb(45 212 191 / 0.8) !important;
}
.\!ring-teal-400\/85 {
  --tw-ring-color: rgb(45 212 191 / 0.85) !important;
}
.\!ring-teal-400\/90 {
  --tw-ring-color: rgb(45 212 191 / 0.9) !important;
}
.\!ring-teal-400\/95 {
  --tw-ring-color: rgb(45 212 191 / 0.95) !important;
}
.\!ring-violet-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-violet-400\/0 {
  --tw-ring-color: rgb(167 139 250 / 0) !important;
}
.\!ring-violet-400\/10 {
  --tw-ring-color: rgb(167 139 250 / 0.1) !important;
}
.\!ring-violet-400\/100 {
  --tw-ring-color: rgb(167 139 250 / 1) !important;
}
.\!ring-violet-400\/15 {
  --tw-ring-color: rgb(167 139 250 / .15) !important;
}
.\!ring-violet-400\/20 {
  --tw-ring-color: rgb(167 139 250 / 0.2) !important;
}
.\!ring-violet-400\/25 {
  --tw-ring-color: rgb(167 139 250 / 0.25) !important;
}
.\!ring-violet-400\/30 {
  --tw-ring-color: rgb(167 139 250 / 0.3) !important;
}
.\!ring-violet-400\/35 {
  --tw-ring-color: rgb(167 139 250 / .35) !important;
}
.\!ring-violet-400\/40 {
  --tw-ring-color: rgb(167 139 250 / 0.4) !important;
}
.\!ring-violet-400\/45 {
  --tw-ring-color: rgb(167 139 250 / 0.45) !important;
}
.\!ring-violet-400\/5 {
  --tw-ring-color: rgb(167 139 250 / 0.05) !important;
}
.\!ring-violet-400\/50 {
  --tw-ring-color: rgb(167 139 250 / 0.5) !important;
}
.\!ring-violet-400\/55 {
  --tw-ring-color: rgb(167 139 250 / 0.55) !important;
}
.\!ring-violet-400\/60 {
  --tw-ring-color: rgb(167 139 250 / 0.6) !important;
}
.\!ring-violet-400\/65 {
  --tw-ring-color: rgb(167 139 250 / 0.65) !important;
}
.\!ring-violet-400\/70 {
  --tw-ring-color: rgb(167 139 250 / 0.7) !important;
}
.\!ring-violet-400\/75 {
  --tw-ring-color: rgb(167 139 250 / 0.75) !important;
}
.\!ring-violet-400\/80 {
  --tw-ring-color: rgb(167 139 250 / 0.8) !important;
}
.\!ring-violet-400\/85 {
  --tw-ring-color: rgb(167 139 250 / 0.85) !important;
}
.\!ring-violet-400\/90 {
  --tw-ring-color: rgb(167 139 250 / 0.9) !important;
}
.\!ring-violet-400\/95 {
  --tw-ring-color: rgb(167 139 250 / 0.95) !important;
}
.\!ring-yellow-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0) !important;
}
.\!ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1) !important;
}
.\!ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1) !important;
}
.\!ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / .15) !important;
}
.\!ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2) !important;
}
.\!ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25) !important;
}
.\!ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3) !important;
}
.\!ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / .35) !important;
}
.\!ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4) !important;
}
.\!ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45) !important;
}
.\!ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05) !important;
}
.\!ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5) !important;
}
.\!ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55) !important;
}
.\!ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6) !important;
}
.\!ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65) !important;
}
.\!ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7) !important;
}
.\!ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75) !important;
}
.\!ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8) !important;
}
.\!ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85) !important;
}
.\!ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9) !important;
}
.\!ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95) !important;
}
.\!ring-zinc-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1)) !important;
}
.\!ring-zinc-400\/0 {
  --tw-ring-color: rgb(161 161 170 / 0) !important;
}
.\!ring-zinc-400\/10 {
  --tw-ring-color: rgb(161 161 170 / 0.1) !important;
}
.\!ring-zinc-400\/100 {
  --tw-ring-color: rgb(161 161 170 / 1) !important;
}
.\!ring-zinc-400\/15 {
  --tw-ring-color: rgb(161 161 170 / .15) !important;
}
.\!ring-zinc-400\/20 {
  --tw-ring-color: rgb(161 161 170 / 0.2) !important;
}
.\!ring-zinc-400\/25 {
  --tw-ring-color: rgb(161 161 170 / 0.25) !important;
}
.\!ring-zinc-400\/30 {
  --tw-ring-color: rgb(161 161 170 / 0.3) !important;
}
.\!ring-zinc-400\/35 {
  --tw-ring-color: rgb(161 161 170 / .35) !important;
}
.\!ring-zinc-400\/40 {
  --tw-ring-color: rgb(161 161 170 / 0.4) !important;
}
.\!ring-zinc-400\/45 {
  --tw-ring-color: rgb(161 161 170 / 0.45) !important;
}
.\!ring-zinc-400\/5 {
  --tw-ring-color: rgb(161 161 170 / 0.05) !important;
}
.\!ring-zinc-400\/50 {
  --tw-ring-color: rgb(161 161 170 / 0.5) !important;
}
.\!ring-zinc-400\/55 {
  --tw-ring-color: rgb(161 161 170 / 0.55) !important;
}
.\!ring-zinc-400\/60 {
  --tw-ring-color: rgb(161 161 170 / 0.6) !important;
}
.\!ring-zinc-400\/65 {
  --tw-ring-color: rgb(161 161 170 / 0.65) !important;
}
.\!ring-zinc-400\/70 {
  --tw-ring-color: rgb(161 161 170 / 0.7) !important;
}
.\!ring-zinc-400\/75 {
  --tw-ring-color: rgb(161 161 170 / 0.75) !important;
}
.\!ring-zinc-400\/80 {
  --tw-ring-color: rgb(161 161 170 / 0.8) !important;
}
.\!ring-zinc-400\/85 {
  --tw-ring-color: rgb(161 161 170 / 0.85) !important;
}
.\!ring-zinc-400\/90 {
  --tw-ring-color: rgb(161 161 170 / 0.9) !important;
}
.\!ring-zinc-400\/95 {
  --tw-ring-color: rgb(161 161 170 / 0.95) !important;
}
.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.ring-amber-400\/0 {
  --tw-ring-color: rgb(251 191 36 / 0);
}
.ring-amber-400\/10 {
  --tw-ring-color: rgb(251 191 36 / 0.1);
}
.ring-amber-400\/100 {
  --tw-ring-color: rgb(251 191 36 / 1);
}
.ring-amber-400\/15 {
  --tw-ring-color: rgb(251 191 36 / .15);
}
.ring-amber-400\/20 {
  --tw-ring-color: rgb(251 191 36 / 0.2);
}
.ring-amber-400\/25 {
  --tw-ring-color: rgb(251 191 36 / 0.25);
}
.ring-amber-400\/30 {
  --tw-ring-color: rgb(251 191 36 / 0.3);
}
.ring-amber-400\/35 {
  --tw-ring-color: rgb(251 191 36 / .35);
}
.ring-amber-400\/40 {
  --tw-ring-color: rgb(251 191 36 / 0.4);
}
.ring-amber-400\/45 {
  --tw-ring-color: rgb(251 191 36 / 0.45);
}
.ring-amber-400\/5 {
  --tw-ring-color: rgb(251 191 36 / 0.05);
}
.ring-amber-400\/50 {
  --tw-ring-color: rgb(251 191 36 / 0.5);
}
.ring-amber-400\/55 {
  --tw-ring-color: rgb(251 191 36 / 0.55);
}
.ring-amber-400\/60 {
  --tw-ring-color: rgb(251 191 36 / 0.6);
}
.ring-amber-400\/65 {
  --tw-ring-color: rgb(251 191 36 / 0.65);
}
.ring-amber-400\/70 {
  --tw-ring-color: rgb(251 191 36 / 0.7);
}
.ring-amber-400\/75 {
  --tw-ring-color: rgb(251 191 36 / 0.75);
}
.ring-amber-400\/80 {
  --tw-ring-color: rgb(251 191 36 / 0.8);
}
.ring-amber-400\/85 {
  --tw-ring-color: rgb(251 191 36 / 0.85);
}
.ring-amber-400\/90 {
  --tw-ring-color: rgb(251 191 36 / 0.9);
}
.ring-amber-400\/95 {
  --tw-ring-color: rgb(251 191 36 / 0.95);
}
.ring-bg-secondary {
  --tw-ring-color: var(--background-secondary);
}
.ring-bg-tertiary {
  --tw-ring-color: var(--background-tertiary);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-black\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.ring-blue-400\/0 {
  --tw-ring-color: rgb(96 165 250 / 0);
}
.ring-blue-400\/10 {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}
.ring-blue-400\/100 {
  --tw-ring-color: rgb(96 165 250 / 1);
}
.ring-blue-400\/15 {
  --tw-ring-color: rgb(96 165 250 / .15);
}
.ring-blue-400\/20 {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}
.ring-blue-400\/25 {
  --tw-ring-color: rgb(96 165 250 / 0.25);
}
.ring-blue-400\/30 {
  --tw-ring-color: rgb(96 165 250 / 0.3);
}
.ring-blue-400\/35 {
  --tw-ring-color: rgb(96 165 250 / .35);
}
.ring-blue-400\/40 {
  --tw-ring-color: rgb(96 165 250 / 0.4);
}
.ring-blue-400\/45 {
  --tw-ring-color: rgb(96 165 250 / 0.45);
}
.ring-blue-400\/5 {
  --tw-ring-color: rgb(96 165 250 / 0.05);
}
.ring-blue-400\/50 {
  --tw-ring-color: rgb(96 165 250 / 0.5);
}
.ring-blue-400\/55 {
  --tw-ring-color: rgb(96 165 250 / 0.55);
}
.ring-blue-400\/60 {
  --tw-ring-color: rgb(96 165 250 / 0.6);
}
.ring-blue-400\/65 {
  --tw-ring-color: rgb(96 165 250 / 0.65);
}
.ring-blue-400\/70 {
  --tw-ring-color: rgb(96 165 250 / 0.7);
}
.ring-blue-400\/75 {
  --tw-ring-color: rgb(96 165 250 / 0.75);
}
.ring-blue-400\/80 {
  --tw-ring-color: rgb(96 165 250 / 0.8);
}
.ring-blue-400\/85 {
  --tw-ring-color: rgb(96 165 250 / 0.85);
}
.ring-blue-400\/90 {
  --tw-ring-color: rgb(96 165 250 / 0.9);
}
.ring-blue-400\/95 {
  --tw-ring-color: rgb(96 165 250 / 0.95);
}
.ring-blueGray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.ring-blueGray-400\/0 {
  --tw-ring-color: rgb(148 163 184 / 0);
}
.ring-blueGray-400\/10 {
  --tw-ring-color: rgb(148 163 184 / 0.1);
}
.ring-blueGray-400\/100 {
  --tw-ring-color: rgb(148 163 184 / 1);
}
.ring-blueGray-400\/15 {
  --tw-ring-color: rgb(148 163 184 / .15);
}
.ring-blueGray-400\/20 {
  --tw-ring-color: rgb(148 163 184 / 0.2);
}
.ring-blueGray-400\/25 {
  --tw-ring-color: rgb(148 163 184 / 0.25);
}
.ring-blueGray-400\/30 {
  --tw-ring-color: rgb(148 163 184 / 0.3);
}
.ring-blueGray-400\/35 {
  --tw-ring-color: rgb(148 163 184 / .35);
}
.ring-blueGray-400\/40 {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}
.ring-blueGray-400\/45 {
  --tw-ring-color: rgb(148 163 184 / 0.45);
}
.ring-blueGray-400\/5 {
  --tw-ring-color: rgb(148 163 184 / 0.05);
}
.ring-blueGray-400\/50 {
  --tw-ring-color: rgb(148 163 184 / 0.5);
}
.ring-blueGray-400\/55 {
  --tw-ring-color: rgb(148 163 184 / 0.55);
}
.ring-blueGray-400\/60 {
  --tw-ring-color: rgb(148 163 184 / 0.6);
}
.ring-blueGray-400\/65 {
  --tw-ring-color: rgb(148 163 184 / 0.65);
}
.ring-blueGray-400\/70 {
  --tw-ring-color: rgb(148 163 184 / 0.7);
}
.ring-blueGray-400\/75 {
  --tw-ring-color: rgb(148 163 184 / 0.75);
}
.ring-blueGray-400\/80 {
  --tw-ring-color: rgb(148 163 184 / 0.8);
}
.ring-blueGray-400\/85 {
  --tw-ring-color: rgb(148 163 184 / 0.85);
}
.ring-blueGray-400\/90 {
  --tw-ring-color: rgb(148 163 184 / 0.9);
}
.ring-blueGray-400\/95 {
  --tw-ring-color: rgb(148 163 184 / 0.95);
}
.ring-border-secondary {
  --tw-ring-color: var(--border-secondary);
}
.ring-brown-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 169 138 / var(--tw-ring-opacity, 1));
}
.ring-brown-400\/0 {
  --tw-ring-color: rgb(192 169 138 / 0);
}
.ring-brown-400\/10 {
  --tw-ring-color: rgb(192 169 138 / 0.1);
}
.ring-brown-400\/100 {
  --tw-ring-color: rgb(192 169 138 / 1);
}
.ring-brown-400\/15 {
  --tw-ring-color: rgb(192 169 138 / .15);
}
.ring-brown-400\/20 {
  --tw-ring-color: rgb(192 169 138 / 0.2);
}
.ring-brown-400\/25 {
  --tw-ring-color: rgb(192 169 138 / 0.25);
}
.ring-brown-400\/30 {
  --tw-ring-color: rgb(192 169 138 / 0.3);
}
.ring-brown-400\/35 {
  --tw-ring-color: rgb(192 169 138 / .35);
}
.ring-brown-400\/40 {
  --tw-ring-color: rgb(192 169 138 / 0.4);
}
.ring-brown-400\/45 {
  --tw-ring-color: rgb(192 169 138 / 0.45);
}
.ring-brown-400\/5 {
  --tw-ring-color: rgb(192 169 138 / 0.05);
}
.ring-brown-400\/50 {
  --tw-ring-color: rgb(192 169 138 / 0.5);
}
.ring-brown-400\/55 {
  --tw-ring-color: rgb(192 169 138 / 0.55);
}
.ring-brown-400\/60 {
  --tw-ring-color: rgb(192 169 138 / 0.6);
}
.ring-brown-400\/65 {
  --tw-ring-color: rgb(192 169 138 / 0.65);
}
.ring-brown-400\/70 {
  --tw-ring-color: rgb(192 169 138 / 0.7);
}
.ring-brown-400\/75 {
  --tw-ring-color: rgb(192 169 138 / 0.75);
}
.ring-brown-400\/80 {
  --tw-ring-color: rgb(192 169 138 / 0.8);
}
.ring-brown-400\/85 {
  --tw-ring-color: rgb(192 169 138 / 0.85);
}
.ring-brown-400\/90 {
  --tw-ring-color: rgb(192 169 138 / 0.9);
}
.ring-brown-400\/95 {
  --tw-ring-color: rgb(192 169 138 / 0.95);
}
.ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.ring-cyan-400\/0 {
  --tw-ring-color: rgb(34 211 238 / 0);
}
.ring-cyan-400\/10 {
  --tw-ring-color: rgb(34 211 238 / 0.1);
}
.ring-cyan-400\/100 {
  --tw-ring-color: rgb(34 211 238 / 1);
}
.ring-cyan-400\/15 {
  --tw-ring-color: rgb(34 211 238 / .15);
}
.ring-cyan-400\/20 {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}
.ring-cyan-400\/25 {
  --tw-ring-color: rgb(34 211 238 / 0.25);
}
.ring-cyan-400\/30 {
  --tw-ring-color: rgb(34 211 238 / 0.3);
}
.ring-cyan-400\/35 {
  --tw-ring-color: rgb(34 211 238 / .35);
}
.ring-cyan-400\/40 {
  --tw-ring-color: rgb(34 211 238 / 0.4);
}
.ring-cyan-400\/45 {
  --tw-ring-color: rgb(34 211 238 / 0.45);
}
.ring-cyan-400\/5 {
  --tw-ring-color: rgb(34 211 238 / 0.05);
}
.ring-cyan-400\/50 {
  --tw-ring-color: rgb(34 211 238 / 0.5);
}
.ring-cyan-400\/55 {
  --tw-ring-color: rgb(34 211 238 / 0.55);
}
.ring-cyan-400\/60 {
  --tw-ring-color: rgb(34 211 238 / 0.6);
}
.ring-cyan-400\/65 {
  --tw-ring-color: rgb(34 211 238 / 0.65);
}
.ring-cyan-400\/70 {
  --tw-ring-color: rgb(34 211 238 / 0.7);
}
.ring-cyan-400\/75 {
  --tw-ring-color: rgb(34 211 238 / 0.75);
}
.ring-cyan-400\/80 {
  --tw-ring-color: rgb(34 211 238 / 0.8);
}
.ring-cyan-400\/85 {
  --tw-ring-color: rgb(34 211 238 / 0.85);
}
.ring-cyan-400\/90 {
  --tw-ring-color: rgb(34 211 238 / 0.9);
}
.ring-cyan-400\/95 {
  --tw-ring-color: rgb(34 211 238 / 0.95);
}
.ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.ring-emerald-400\/0 {
  --tw-ring-color: rgb(52 211 153 / 0);
}
.ring-emerald-400\/10 {
  --tw-ring-color: rgb(52 211 153 / 0.1);
}
.ring-emerald-400\/100 {
  --tw-ring-color: rgb(52 211 153 / 1);
}
.ring-emerald-400\/15 {
  --tw-ring-color: rgb(52 211 153 / .15);
}
.ring-emerald-400\/20 {
  --tw-ring-color: rgb(52 211 153 / 0.2);
}
.ring-emerald-400\/25 {
  --tw-ring-color: rgb(52 211 153 / 0.25);
}
.ring-emerald-400\/30 {
  --tw-ring-color: rgb(52 211 153 / 0.3);
}
.ring-emerald-400\/35 {
  --tw-ring-color: rgb(52 211 153 / .35);
}
.ring-emerald-400\/40 {
  --tw-ring-color: rgb(52 211 153 / 0.4);
}
.ring-emerald-400\/45 {
  --tw-ring-color: rgb(52 211 153 / 0.45);
}
.ring-emerald-400\/5 {
  --tw-ring-color: rgb(52 211 153 / 0.05);
}
.ring-emerald-400\/50 {
  --tw-ring-color: rgb(52 211 153 / 0.5);
}
.ring-emerald-400\/55 {
  --tw-ring-color: rgb(52 211 153 / 0.55);
}
.ring-emerald-400\/60 {
  --tw-ring-color: rgb(52 211 153 / 0.6);
}
.ring-emerald-400\/65 {
  --tw-ring-color: rgb(52 211 153 / 0.65);
}
.ring-emerald-400\/70 {
  --tw-ring-color: rgb(52 211 153 / 0.7);
}
.ring-emerald-400\/75 {
  --tw-ring-color: rgb(52 211 153 / 0.75);
}
.ring-emerald-400\/80 {
  --tw-ring-color: rgb(52 211 153 / 0.8);
}
.ring-emerald-400\/85 {
  --tw-ring-color: rgb(52 211 153 / 0.85);
}
.ring-emerald-400\/90 {
  --tw-ring-color: rgb(52 211 153 / 0.9);
}
.ring-emerald-400\/95 {
  --tw-ring-color: rgb(52 211 153 / 0.95);
}
.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-400\/0 {
  --tw-ring-color: rgb(232 121 249 / 0);
}
.ring-fuchsia-400\/10 {
  --tw-ring-color: rgb(232 121 249 / 0.1);
}
.ring-fuchsia-400\/100 {
  --tw-ring-color: rgb(232 121 249 / 1);
}
.ring-fuchsia-400\/15 {
  --tw-ring-color: rgb(232 121 249 / .15);
}
.ring-fuchsia-400\/20 {
  --tw-ring-color: rgb(232 121 249 / 0.2);
}
.ring-fuchsia-400\/25 {
  --tw-ring-color: rgb(232 121 249 / 0.25);
}
.ring-fuchsia-400\/30 {
  --tw-ring-color: rgb(232 121 249 / 0.3);
}
.ring-fuchsia-400\/35 {
  --tw-ring-color: rgb(232 121 249 / .35);
}
.ring-fuchsia-400\/40 {
  --tw-ring-color: rgb(232 121 249 / 0.4);
}
.ring-fuchsia-400\/45 {
  --tw-ring-color: rgb(232 121 249 / 0.45);
}
.ring-fuchsia-400\/5 {
  --tw-ring-color: rgb(232 121 249 / 0.05);
}
.ring-fuchsia-400\/50 {
  --tw-ring-color: rgb(232 121 249 / 0.5);
}
.ring-fuchsia-400\/55 {
  --tw-ring-color: rgb(232 121 249 / 0.55);
}
.ring-fuchsia-400\/60 {
  --tw-ring-color: rgb(232 121 249 / 0.6);
}
.ring-fuchsia-400\/65 {
  --tw-ring-color: rgb(232 121 249 / 0.65);
}
.ring-fuchsia-400\/70 {
  --tw-ring-color: rgb(232 121 249 / 0.7);
}
.ring-fuchsia-400\/75 {
  --tw-ring-color: rgb(232 121 249 / 0.75);
}
.ring-fuchsia-400\/80 {
  --tw-ring-color: rgb(232 121 249 / 0.8);
}
.ring-fuchsia-400\/85 {
  --tw-ring-color: rgb(232 121 249 / 0.85);
}
.ring-fuchsia-400\/90 {
  --tw-ring-color: rgb(232 121 249 / 0.9);
}
.ring-fuchsia-400\/95 {
  --tw-ring-color: rgb(232 121 249 / 0.95);
}
.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.ring-gray-400\/0 {
  --tw-ring-color: rgb(156 163 175 / 0);
}
.ring-gray-400\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}
.ring-gray-400\/100 {
  --tw-ring-color: rgb(156 163 175 / 1);
}
.ring-gray-400\/15 {
  --tw-ring-color: rgb(156 163 175 / .15);
}
.ring-gray-400\/20 {
  --tw-ring-color: rgb(156 163 175 / 0.2);
}
.ring-gray-400\/25 {
  --tw-ring-color: rgb(156 163 175 / 0.25);
}
.ring-gray-400\/30 {
  --tw-ring-color: rgb(156 163 175 / 0.3);
}
.ring-gray-400\/35 {
  --tw-ring-color: rgb(156 163 175 / .35);
}
.ring-gray-400\/40 {
  --tw-ring-color: rgb(156 163 175 / 0.4);
}
.ring-gray-400\/45 {
  --tw-ring-color: rgb(156 163 175 / 0.45);
}
.ring-gray-400\/5 {
  --tw-ring-color: rgb(156 163 175 / 0.05);
}
.ring-gray-400\/50 {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}
.ring-gray-400\/55 {
  --tw-ring-color: rgb(156 163 175 / 0.55);
}
.ring-gray-400\/60 {
  --tw-ring-color: rgb(156 163 175 / 0.6);
}
.ring-gray-400\/65 {
  --tw-ring-color: rgb(156 163 175 / 0.65);
}
.ring-gray-400\/70 {
  --tw-ring-color: rgb(156 163 175 / 0.7);
}
.ring-gray-400\/75 {
  --tw-ring-color: rgb(156 163 175 / 0.75);
}
.ring-gray-400\/80 {
  --tw-ring-color: rgb(156 163 175 / 0.8);
}
.ring-gray-400\/85 {
  --tw-ring-color: rgb(156 163 175 / 0.85);
}
.ring-gray-400\/90 {
  --tw-ring-color: rgb(156 163 175 / 0.9);
}
.ring-gray-400\/95 {
  --tw-ring-color: rgb(156 163 175 / 0.95);
}
.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}
.ring-green-400\/0 {
  --tw-ring-color: rgb(74 222 128 / 0);
}
.ring-green-400\/10 {
  --tw-ring-color: rgb(74 222 128 / 0.1);
}
.ring-green-400\/100 {
  --tw-ring-color: rgb(74 222 128 / 1);
}
.ring-green-400\/15 {
  --tw-ring-color: rgb(74 222 128 / .15);
}
.ring-green-400\/20 {
  --tw-ring-color: rgb(74 222 128 / 0.2);
}
.ring-green-400\/25 {
  --tw-ring-color: rgb(74 222 128 / 0.25);
}
.ring-green-400\/30 {
  --tw-ring-color: rgb(74 222 128 / 0.3);
}
.ring-green-400\/35 {
  --tw-ring-color: rgb(74 222 128 / .35);
}
.ring-green-400\/40 {
  --tw-ring-color: rgb(74 222 128 / 0.4);
}
.ring-green-400\/45 {
  --tw-ring-color: rgb(74 222 128 / 0.45);
}
.ring-green-400\/5 {
  --tw-ring-color: rgb(74 222 128 / 0.05);
}
.ring-green-400\/50 {
  --tw-ring-color: rgb(74 222 128 / 0.5);
}
.ring-green-400\/55 {
  --tw-ring-color: rgb(74 222 128 / 0.55);
}
.ring-green-400\/60 {
  --tw-ring-color: rgb(74 222 128 / 0.6);
}
.ring-green-400\/65 {
  --tw-ring-color: rgb(74 222 128 / 0.65);
}
.ring-green-400\/70 {
  --tw-ring-color: rgb(74 222 128 / 0.7);
}
.ring-green-400\/75 {
  --tw-ring-color: rgb(74 222 128 / 0.75);
}
.ring-green-400\/80 {
  --tw-ring-color: rgb(74 222 128 / 0.8);
}
.ring-green-400\/85 {
  --tw-ring-color: rgb(74 222 128 / 0.85);
}
.ring-green-400\/90 {
  --tw-ring-color: rgb(74 222 128 / 0.9);
}
.ring-green-400\/95 {
  --tw-ring-color: rgb(74 222 128 / 0.95);
}
.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / 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-400\/0 {
  --tw-ring-color: rgb(129 140 248 / 0);
}
.ring-indigo-400\/10 {
  --tw-ring-color: rgb(129 140 248 / 0.1);
}
.ring-indigo-400\/100 {
  --tw-ring-color: rgb(129 140 248 / 1);
}
.ring-indigo-400\/15 {
  --tw-ring-color: rgb(129 140 248 / .15);
}
.ring-indigo-400\/20 {
  --tw-ring-color: rgb(129 140 248 / 0.2);
}
.ring-indigo-400\/25 {
  --tw-ring-color: rgb(129 140 248 / 0.25);
}
.ring-indigo-400\/30 {
  --tw-ring-color: rgb(129 140 248 / 0.3);
}
.ring-indigo-400\/35 {
  --tw-ring-color: rgb(129 140 248 / .35);
}
.ring-indigo-400\/40 {
  --tw-ring-color: rgb(129 140 248 / 0.4);
}
.ring-indigo-400\/45 {
  --tw-ring-color: rgb(129 140 248 / 0.45);
}
.ring-indigo-400\/5 {
  --tw-ring-color: rgb(129 140 248 / 0.05);
}
.ring-indigo-400\/50 {
  --tw-ring-color: rgb(129 140 248 / 0.5);
}
.ring-indigo-400\/55 {
  --tw-ring-color: rgb(129 140 248 / 0.55);
}
.ring-indigo-400\/60 {
  --tw-ring-color: rgb(129 140 248 / 0.6);
}
.ring-indigo-400\/65 {
  --tw-ring-color: rgb(129 140 248 / 0.65);
}
.ring-indigo-400\/70 {
  --tw-ring-color: rgb(129 140 248 / 0.7);
}
.ring-indigo-400\/75 {
  --tw-ring-color: rgb(129 140 248 / 0.75);
}
.ring-indigo-400\/80 {
  --tw-ring-color: rgb(129 140 248 / 0.8);
}
.ring-indigo-400\/85 {
  --tw-ring-color: rgb(129 140 248 / 0.85);
}
.ring-indigo-400\/90 {
  --tw-ring-color: rgb(129 140 248 / 0.9);
}
.ring-indigo-400\/95 {
  --tw-ring-color: rgb(129 140 248 / 0.95);
}
.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.ring-lime-400\/0 {
  --tw-ring-color: rgb(163 230 53 / 0);
}
.ring-lime-400\/10 {
  --tw-ring-color: rgb(163 230 53 / 0.1);
}
.ring-lime-400\/100 {
  --tw-ring-color: rgb(163 230 53 / 1);
}
.ring-lime-400\/15 {
  --tw-ring-color: rgb(163 230 53 / .15);
}
.ring-lime-400\/20 {
  --tw-ring-color: rgb(163 230 53 / 0.2);
}
.ring-lime-400\/25 {
  --tw-ring-color: rgb(163 230 53 / 0.25);
}
.ring-lime-400\/30 {
  --tw-ring-color: rgb(163 230 53 / 0.3);
}
.ring-lime-400\/35 {
  --tw-ring-color: rgb(163 230 53 / .35);
}
.ring-lime-400\/40 {
  --tw-ring-color: rgb(163 230 53 / 0.4);
}
.ring-lime-400\/45 {
  --tw-ring-color: rgb(163 230 53 / 0.45);
}
.ring-lime-400\/5 {
  --tw-ring-color: rgb(163 230 53 / 0.05);
}
.ring-lime-400\/50 {
  --tw-ring-color: rgb(163 230 53 / 0.5);
}
.ring-lime-400\/55 {
  --tw-ring-color: rgb(163 230 53 / 0.55);
}
.ring-lime-400\/60 {
  --tw-ring-color: rgb(163 230 53 / 0.6);
}
.ring-lime-400\/65 {
  --tw-ring-color: rgb(163 230 53 / 0.65);
}
.ring-lime-400\/70 {
  --tw-ring-color: rgb(163 230 53 / 0.7);
}
.ring-lime-400\/75 {
  --tw-ring-color: rgb(163 230 53 / 0.75);
}
.ring-lime-400\/80 {
  --tw-ring-color: rgb(163 230 53 / 0.8);
}
.ring-lime-400\/85 {
  --tw-ring-color: rgb(163 230 53 / 0.85);
}
.ring-lime-400\/90 {
  --tw-ring-color: rgb(163 230 53 / 0.9);
}
.ring-lime-400\/95 {
  --tw-ring-color: rgb(163 230 53 / 0.95);
}
.ring-neutral-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.ring-neutral-400\/0 {
  --tw-ring-color: rgb(163 163 163 / 0);
}
.ring-neutral-400\/10 {
  --tw-ring-color: rgb(163 163 163 / 0.1);
}
.ring-neutral-400\/100 {
  --tw-ring-color: rgb(163 163 163 / 1);
}
.ring-neutral-400\/15 {
  --tw-ring-color: rgb(163 163 163 / .15);
}
.ring-neutral-400\/20 {
  --tw-ring-color: rgb(163 163 163 / 0.2);
}
.ring-neutral-400\/25 {
  --tw-ring-color: rgb(163 163 163 / 0.25);
}
.ring-neutral-400\/30 {
  --tw-ring-color: rgb(163 163 163 / 0.3);
}
.ring-neutral-400\/35 {
  --tw-ring-color: rgb(163 163 163 / .35);
}
.ring-neutral-400\/40 {
  --tw-ring-color: rgb(163 163 163 / 0.4);
}
.ring-neutral-400\/45 {
  --tw-ring-color: rgb(163 163 163 / 0.45);
}
.ring-neutral-400\/5 {
  --tw-ring-color: rgb(163 163 163 / 0.05);
}
.ring-neutral-400\/50 {
  --tw-ring-color: rgb(163 163 163 / 0.5);
}
.ring-neutral-400\/55 {
  --tw-ring-color: rgb(163 163 163 / 0.55);
}
.ring-neutral-400\/60 {
  --tw-ring-color: rgb(163 163 163 / 0.6);
}
.ring-neutral-400\/65 {
  --tw-ring-color: rgb(163 163 163 / 0.65);
}
.ring-neutral-400\/70 {
  --tw-ring-color: rgb(163 163 163 / 0.7);
}
.ring-neutral-400\/75 {
  --tw-ring-color: rgb(163 163 163 / 0.75);
}
.ring-neutral-400\/80 {
  --tw-ring-color: rgb(163 163 163 / 0.8);
}
.ring-neutral-400\/85 {
  --tw-ring-color: rgb(163 163 163 / 0.85);
}
.ring-neutral-400\/90 {
  --tw-ring-color: rgb(163 163 163 / 0.9);
}
.ring-neutral-400\/95 {
  --tw-ring-color: rgb(163 163 163 / 0.95);
}
.ring-olive-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 180 60 / var(--tw-ring-opacity, 1));
}
.ring-olive-400\/0 {
  --tw-ring-color: rgb(168 180 60 / 0);
}
.ring-olive-400\/10 {
  --tw-ring-color: rgb(168 180 60 / 0.1);
}
.ring-olive-400\/100 {
  --tw-ring-color: rgb(168 180 60 / 1);
}
.ring-olive-400\/15 {
  --tw-ring-color: rgb(168 180 60 / .15);
}
.ring-olive-400\/20 {
  --tw-ring-color: rgb(168 180 60 / 0.2);
}
.ring-olive-400\/25 {
  --tw-ring-color: rgb(168 180 60 / 0.25);
}
.ring-olive-400\/30 {
  --tw-ring-color: rgb(168 180 60 / 0.3);
}
.ring-olive-400\/35 {
  --tw-ring-color: rgb(168 180 60 / .35);
}
.ring-olive-400\/40 {
  --tw-ring-color: rgb(168 180 60 / 0.4);
}
.ring-olive-400\/45 {
  --tw-ring-color: rgb(168 180 60 / 0.45);
}
.ring-olive-400\/5 {
  --tw-ring-color: rgb(168 180 60 / 0.05);
}
.ring-olive-400\/50 {
  --tw-ring-color: rgb(168 180 60 / 0.5);
}
.ring-olive-400\/55 {
  --tw-ring-color: rgb(168 180 60 / 0.55);
}
.ring-olive-400\/60 {
  --tw-ring-color: rgb(168 180 60 / 0.6);
}
.ring-olive-400\/65 {
  --tw-ring-color: rgb(168 180 60 / 0.65);
}
.ring-olive-400\/70 {
  --tw-ring-color: rgb(168 180 60 / 0.7);
}
.ring-olive-400\/75 {
  --tw-ring-color: rgb(168 180 60 / 0.75);
}
.ring-olive-400\/80 {
  --tw-ring-color: rgb(168 180 60 / 0.8);
}
.ring-olive-400\/85 {
  --tw-ring-color: rgb(168 180 60 / 0.85);
}
.ring-olive-400\/90 {
  --tw-ring-color: rgb(168 180 60 / 0.9);
}
.ring-olive-400\/95 {
  --tw-ring-color: rgb(168 180 60 / 0.95);
}
.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.ring-orange-400\/0 {
  --tw-ring-color: rgb(251 146 60 / 0);
}
.ring-orange-400\/10 {
  --tw-ring-color: rgb(251 146 60 / 0.1);
}
.ring-orange-400\/100 {
  --tw-ring-color: rgb(251 146 60 / 1);
}
.ring-orange-400\/15 {
  --tw-ring-color: rgb(251 146 60 / .15);
}
.ring-orange-400\/20 {
  --tw-ring-color: rgb(251 146 60 / 0.2);
}
.ring-orange-400\/25 {
  --tw-ring-color: rgb(251 146 60 / 0.25);
}
.ring-orange-400\/30 {
  --tw-ring-color: rgb(251 146 60 / 0.3);
}
.ring-orange-400\/35 {
  --tw-ring-color: rgb(251 146 60 / .35);
}
.ring-orange-400\/40 {
  --tw-ring-color: rgb(251 146 60 / 0.4);
}
.ring-orange-400\/45 {
  --tw-ring-color: rgb(251 146 60 / 0.45);
}
.ring-orange-400\/5 {
  --tw-ring-color: rgb(251 146 60 / 0.05);
}
.ring-orange-400\/50 {
  --tw-ring-color: rgb(251 146 60 / 0.5);
}
.ring-orange-400\/55 {
  --tw-ring-color: rgb(251 146 60 / 0.55);
}
.ring-orange-400\/60 {
  --tw-ring-color: rgb(251 146 60 / 0.6);
}
.ring-orange-400\/65 {
  --tw-ring-color: rgb(251 146 60 / 0.65);
}
.ring-orange-400\/70 {
  --tw-ring-color: rgb(251 146 60 / 0.7);
}
.ring-orange-400\/75 {
  --tw-ring-color: rgb(251 146 60 / 0.75);
}
.ring-orange-400\/80 {
  --tw-ring-color: rgb(251 146 60 / 0.8);
}
.ring-orange-400\/85 {
  --tw-ring-color: rgb(251 146 60 / 0.85);
}
.ring-orange-400\/90 {
  --tw-ring-color: rgb(251 146 60 / 0.9);
}
.ring-orange-400\/95 {
  --tw-ring-color: rgb(251 146 60 / 0.95);
}
.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / 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-400\/0 {
  --tw-ring-color: rgb(244 114 182 / 0);
}
.ring-pink-400\/10 {
  --tw-ring-color: rgb(244 114 182 / 0.1);
}
.ring-pink-400\/100 {
  --tw-ring-color: rgb(244 114 182 / 1);
}
.ring-pink-400\/15 {
  --tw-ring-color: rgb(244 114 182 / .15);
}
.ring-pink-400\/20 {
  --tw-ring-color: rgb(244 114 182 / 0.2);
}
.ring-pink-400\/25 {
  --tw-ring-color: rgb(244 114 182 / 0.25);
}
.ring-pink-400\/30 {
  --tw-ring-color: rgb(244 114 182 / 0.3);
}
.ring-pink-400\/35 {
  --tw-ring-color: rgb(244 114 182 / .35);
}
.ring-pink-400\/40 {
  --tw-ring-color: rgb(244 114 182 / 0.4);
}
.ring-pink-400\/45 {
  --tw-ring-color: rgb(244 114 182 / 0.45);
}
.ring-pink-400\/5 {
  --tw-ring-color: rgb(244 114 182 / 0.05);
}
.ring-pink-400\/50 {
  --tw-ring-color: rgb(244 114 182 / 0.5);
}
.ring-pink-400\/55 {
  --tw-ring-color: rgb(244 114 182 / 0.55);
}
.ring-pink-400\/60 {
  --tw-ring-color: rgb(244 114 182 / 0.6);
}
.ring-pink-400\/65 {
  --tw-ring-color: rgb(244 114 182 / 0.65);
}
.ring-pink-400\/70 {
  --tw-ring-color: rgb(244 114 182 / 0.7);
}
.ring-pink-400\/75 {
  --tw-ring-color: rgb(244 114 182 / 0.75);
}
.ring-pink-400\/80 {
  --tw-ring-color: rgb(244 114 182 / 0.8);
}
.ring-pink-400\/85 {
  --tw-ring-color: rgb(244 114 182 / 0.85);
}
.ring-pink-400\/90 {
  --tw-ring-color: rgb(244 114 182 / 0.9);
}
.ring-pink-400\/95 {
  --tw-ring-color: rgb(244 114 182 / 0.95);
}
.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}
.ring-purple-400\/0 {
  --tw-ring-color: rgb(192 132 252 / 0);
}
.ring-purple-400\/10 {
  --tw-ring-color: rgb(192 132 252 / 0.1);
}
.ring-purple-400\/100 {
  --tw-ring-color: rgb(192 132 252 / 1);
}
.ring-purple-400\/15 {
  --tw-ring-color: rgb(192 132 252 / .15);
}
.ring-purple-400\/20 {
  --tw-ring-color: rgb(192 132 252 / 0.2);
}
.ring-purple-400\/25 {
  --tw-ring-color: rgb(192 132 252 / 0.25);
}
.ring-purple-400\/30 {
  --tw-ring-color: rgb(192 132 252 / 0.3);
}
.ring-purple-400\/35 {
  --tw-ring-color: rgb(192 132 252 / .35);
}
.ring-purple-400\/40 {
  --tw-ring-color: rgb(192 132 252 / 0.4);
}
.ring-purple-400\/45 {
  --tw-ring-color: rgb(192 132 252 / 0.45);
}
.ring-purple-400\/5 {
  --tw-ring-color: rgb(192 132 252 / 0.05);
}
.ring-purple-400\/50 {
  --tw-ring-color: rgb(192 132 252 / 0.5);
}
.ring-purple-400\/55 {
  --tw-ring-color: rgb(192 132 252 / 0.55);
}
.ring-purple-400\/60 {
  --tw-ring-color: rgb(192 132 252 / 0.6);
}
.ring-purple-400\/65 {
  --tw-ring-color: rgb(192 132 252 / 0.65);
}
.ring-purple-400\/70 {
  --tw-ring-color: rgb(192 132 252 / 0.7);
}
.ring-purple-400\/75 {
  --tw-ring-color: rgb(192 132 252 / 0.75);
}
.ring-purple-400\/80 {
  --tw-ring-color: rgb(192 132 252 / 0.8);
}
.ring-purple-400\/85 {
  --tw-ring-color: rgb(192 132 252 / 0.85);
}
.ring-purple-400\/90 {
  --tw-ring-color: rgb(192 132 252 / 0.9);
}
.ring-purple-400\/95 {
  --tw-ring-color: rgb(192 132 252 / 0.95);
}
.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.ring-red-400\/0 {
  --tw-ring-color: rgb(248 113 113 / 0);
}
.ring-red-400\/10 {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}
.ring-red-400\/100 {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-red-400\/15 {
  --tw-ring-color: rgb(248 113 113 / .15);
}
.ring-red-400\/20 {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}
.ring-red-400\/25 {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}
.ring-red-400\/30 {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}
.ring-red-400\/35 {
  --tw-ring-color: rgb(248 113 113 / .35);
}
.ring-red-400\/40 {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}
.ring-red-400\/45 {
  --tw-ring-color: rgb(248 113 113 / 0.45);
}
.ring-red-400\/5 {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}
.ring-red-400\/50 {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-red-400\/55 {
  --tw-ring-color: rgb(248 113 113 / 0.55);
}
.ring-red-400\/60 {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}
.ring-red-400\/65 {
  --tw-ring-color: rgb(248 113 113 / 0.65);
}
.ring-red-400\/70 {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}
.ring-red-400\/75 {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}
.ring-red-400\/80 {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}
.ring-red-400\/85 {
  --tw-ring-color: rgb(248 113 113 / 0.85);
}
.ring-red-400\/90 {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}
.ring-red-400\/95 {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}
.ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}
.ring-rose-400\/0 {
  --tw-ring-color: rgb(251 113 133 / 0);
}
.ring-rose-400\/10 {
  --tw-ring-color: rgb(251 113 133 / 0.1);
}
.ring-rose-400\/100 {
  --tw-ring-color: rgb(251 113 133 / 1);
}
.ring-rose-400\/15 {
  --tw-ring-color: rgb(251 113 133 / .15);
}
.ring-rose-400\/20 {
  --tw-ring-color: rgb(251 113 133 / 0.2);
}
.ring-rose-400\/25 {
  --tw-ring-color: rgb(251 113 133 / 0.25);
}
.ring-rose-400\/30 {
  --tw-ring-color: rgb(251 113 133 / 0.3);
}
.ring-rose-400\/35 {
  --tw-ring-color: rgb(251 113 133 / .35);
}
.ring-rose-400\/40 {
  --tw-ring-color: rgb(251 113 133 / 0.4);
}
.ring-rose-400\/45 {
  --tw-ring-color: rgb(251 113 133 / 0.45);
}
.ring-rose-400\/5 {
  --tw-ring-color: rgb(251 113 133 / 0.05);
}
.ring-rose-400\/50 {
  --tw-ring-color: rgb(251 113 133 / 0.5);
}
.ring-rose-400\/55 {
  --tw-ring-color: rgb(251 113 133 / 0.55);
}
.ring-rose-400\/60 {
  --tw-ring-color: rgb(251 113 133 / 0.6);
}
.ring-rose-400\/65 {
  --tw-ring-color: rgb(251 113 133 / 0.65);
}
.ring-rose-400\/70 {
  --tw-ring-color: rgb(251 113 133 / 0.7);
}
.ring-rose-400\/75 {
  --tw-ring-color: rgb(251 113 133 / 0.75);
}
.ring-rose-400\/80 {
  --tw-ring-color: rgb(251 113 133 / 0.8);
}
.ring-rose-400\/85 {
  --tw-ring-color: rgb(251 113 133 / 0.85);
}
.ring-rose-400\/90 {
  --tw-ring-color: rgb(251 113 133 / 0.9);
}
.ring-rose-400\/95 {
  --tw-ring-color: rgb(251 113 133 / 0.95);
}
.ring-sky-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}
.ring-sky-400\/0 {
  --tw-ring-color: rgb(56 189 248 / 0);
}
.ring-sky-400\/10 {
  --tw-ring-color: rgb(56 189 248 / 0.1);
}
.ring-sky-400\/100 {
  --tw-ring-color: rgb(56 189 248 / 1);
}
.ring-sky-400\/15 {
  --tw-ring-color: rgb(56 189 248 / .15);
}
.ring-sky-400\/20 {
  --tw-ring-color: rgb(56 189 248 / 0.2);
}
.ring-sky-400\/25 {
  --tw-ring-color: rgb(56 189 248 / 0.25);
}
.ring-sky-400\/30 {
  --tw-ring-color: rgb(56 189 248 / 0.3);
}
.ring-sky-400\/35 {
  --tw-ring-color: rgb(56 189 248 / .35);
}
.ring-sky-400\/40 {
  --tw-ring-color: rgb(56 189 248 / 0.4);
}
.ring-sky-400\/45 {
  --tw-ring-color: rgb(56 189 248 / 0.45);
}
.ring-sky-400\/5 {
  --tw-ring-color: rgb(56 189 248 / 0.05);
}
.ring-sky-400\/50 {
  --tw-ring-color: rgb(56 189 248 / 0.5);
}
.ring-sky-400\/55 {
  --tw-ring-color: rgb(56 189 248 / 0.55);
}
.ring-sky-400\/60 {
  --tw-ring-color: rgb(56 189 248 / 0.6);
}
.ring-sky-400\/65 {
  --tw-ring-color: rgb(56 189 248 / 0.65);
}
.ring-sky-400\/70 {
  --tw-ring-color: rgb(56 189 248 / 0.7);
}
.ring-sky-400\/75 {
  --tw-ring-color: rgb(56 189 248 / 0.75);
}
.ring-sky-400\/80 {
  --tw-ring-color: rgb(56 189 248 / 0.8);
}
.ring-sky-400\/85 {
  --tw-ring-color: rgb(56 189 248 / 0.85);
}
.ring-sky-400\/90 {
  --tw-ring-color: rgb(56 189 248 / 0.9);
}
.ring-sky-400\/95 {
  --tw-ring-color: rgb(56 189 248 / 0.95);
}
.ring-slate-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.ring-slate-400\/0 {
  --tw-ring-color: rgb(148 163 184 / 0);
}
.ring-slate-400\/10 {
  --tw-ring-color: rgb(148 163 184 / 0.1);
}
.ring-slate-400\/100 {
  --tw-ring-color: rgb(148 163 184 / 1);
}
.ring-slate-400\/15 {
  --tw-ring-color: rgb(148 163 184 / .15);
}
.ring-slate-400\/20 {
  --tw-ring-color: rgb(148 163 184 / 0.2);
}
.ring-slate-400\/25 {
  --tw-ring-color: rgb(148 163 184 / 0.25);
}
.ring-slate-400\/30 {
  --tw-ring-color: rgb(148 163 184 / 0.3);
}
.ring-slate-400\/35 {
  --tw-ring-color: rgb(148 163 184 / .35);
}
.ring-slate-400\/40 {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}
.ring-slate-400\/45 {
  --tw-ring-color: rgb(148 163 184 / 0.45);
}
.ring-slate-400\/5 {
  --tw-ring-color: rgb(148 163 184 / 0.05);
}
.ring-slate-400\/50 {
  --tw-ring-color: rgb(148 163 184 / 0.5);
}
.ring-slate-400\/55 {
  --tw-ring-color: rgb(148 163 184 / 0.55);
}
.ring-slate-400\/60 {
  --tw-ring-color: rgb(148 163 184 / 0.6);
}
.ring-slate-400\/65 {
  --tw-ring-color: rgb(148 163 184 / 0.65);
}
.ring-slate-400\/70 {
  --tw-ring-color: rgb(148 163 184 / 0.7);
}
.ring-slate-400\/75 {
  --tw-ring-color: rgb(148 163 184 / 0.75);
}
.ring-slate-400\/80 {
  --tw-ring-color: rgb(148 163 184 / 0.8);
}
.ring-slate-400\/85 {
  --tw-ring-color: rgb(148 163 184 / 0.85);
}
.ring-slate-400\/90 {
  --tw-ring-color: rgb(148 163 184 / 0.9);
}
.ring-slate-400\/95 {
  --tw-ring-color: rgb(148 163 184 / 0.95);
}
.ring-stone-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.ring-stone-400\/0 {
  --tw-ring-color: rgb(168 162 158 / 0);
}
.ring-stone-400\/10 {
  --tw-ring-color: rgb(168 162 158 / 0.1);
}
.ring-stone-400\/100 {
  --tw-ring-color: rgb(168 162 158 / 1);
}
.ring-stone-400\/15 {
  --tw-ring-color: rgb(168 162 158 / .15);
}
.ring-stone-400\/20 {
  --tw-ring-color: rgb(168 162 158 / 0.2);
}
.ring-stone-400\/25 {
  --tw-ring-color: rgb(168 162 158 / 0.25);
}
.ring-stone-400\/30 {
  --tw-ring-color: rgb(168 162 158 / 0.3);
}
.ring-stone-400\/35 {
  --tw-ring-color: rgb(168 162 158 / .35);
}
.ring-stone-400\/40 {
  --tw-ring-color: rgb(168 162 158 / 0.4);
}
.ring-stone-400\/45 {
  --tw-ring-color: rgb(168 162 158 / 0.45);
}
.ring-stone-400\/5 {
  --tw-ring-color: rgb(168 162 158 / 0.05);
}
.ring-stone-400\/50 {
  --tw-ring-color: rgb(168 162 158 / 0.5);
}
.ring-stone-400\/55 {
  --tw-ring-color: rgb(168 162 158 / 0.55);
}
.ring-stone-400\/60 {
  --tw-ring-color: rgb(168 162 158 / 0.6);
}
.ring-stone-400\/65 {
  --tw-ring-color: rgb(168 162 158 / 0.65);
}
.ring-stone-400\/70 {
  --tw-ring-color: rgb(168 162 158 / 0.7);
}
.ring-stone-400\/75 {
  --tw-ring-color: rgb(168 162 158 / 0.75);
}
.ring-stone-400\/80 {
  --tw-ring-color: rgb(168 162 158 / 0.8);
}
.ring-stone-400\/85 {
  --tw-ring-color: rgb(168 162 158 / 0.85);
}
.ring-stone-400\/90 {
  --tw-ring-color: rgb(168 162 158 / 0.9);
}
.ring-stone-400\/95 {
  --tw-ring-color: rgb(168 162 158 / 0.95);
}
.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.ring-teal-400\/0 {
  --tw-ring-color: rgb(45 212 191 / 0);
}
.ring-teal-400\/10 {
  --tw-ring-color: rgb(45 212 191 / 0.1);
}
.ring-teal-400\/100 {
  --tw-ring-color: rgb(45 212 191 / 1);
}
.ring-teal-400\/15 {
  --tw-ring-color: rgb(45 212 191 / .15);
}
.ring-teal-400\/20 {
  --tw-ring-color: rgb(45 212 191 / 0.2);
}
.ring-teal-400\/25 {
  --tw-ring-color: rgb(45 212 191 / 0.25);
}
.ring-teal-400\/30 {
  --tw-ring-color: rgb(45 212 191 / 0.3);
}
.ring-teal-400\/35 {
  --tw-ring-color: rgb(45 212 191 / .35);
}
.ring-teal-400\/40 {
  --tw-ring-color: rgb(45 212 191 / 0.4);
}
.ring-teal-400\/45 {
  --tw-ring-color: rgb(45 212 191 / 0.45);
}
.ring-teal-400\/5 {
  --tw-ring-color: rgb(45 212 191 / 0.05);
}
.ring-teal-400\/50 {
  --tw-ring-color: rgb(45 212 191 / 0.5);
}
.ring-teal-400\/55 {
  --tw-ring-color: rgb(45 212 191 / 0.55);
}
.ring-teal-400\/60 {
  --tw-ring-color: rgb(45 212 191 / 0.6);
}
.ring-teal-400\/65 {
  --tw-ring-color: rgb(45 212 191 / 0.65);
}
.ring-teal-400\/70 {
  --tw-ring-color: rgb(45 212 191 / 0.7);
}
.ring-teal-400\/75 {
  --tw-ring-color: rgb(45 212 191 / 0.75);
}
.ring-teal-400\/80 {
  --tw-ring-color: rgb(45 212 191 / 0.8);
}
.ring-teal-400\/85 {
  --tw-ring-color: rgb(45 212 191 / 0.85);
}
.ring-teal-400\/90 {
  --tw-ring-color: rgb(45 212 191 / 0.9);
}
.ring-teal-400\/95 {
  --tw-ring-color: rgb(45 212 191 / 0.95);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.ring-violet-400\/0 {
  --tw-ring-color: rgb(167 139 250 / 0);
}
.ring-violet-400\/10 {
  --tw-ring-color: rgb(167 139 250 / 0.1);
}
.ring-violet-400\/100 {
  --tw-ring-color: rgb(167 139 250 / 1);
}
.ring-violet-400\/15 {
  --tw-ring-color: rgb(167 139 250 / .15);
}
.ring-violet-400\/20 {
  --tw-ring-color: rgb(167 139 250 / 0.2);
}
.ring-violet-400\/25 {
  --tw-ring-color: rgb(167 139 250 / 0.25);
}
.ring-violet-400\/30 {
  --tw-ring-color: rgb(167 139 250 / 0.3);
}
.ring-violet-400\/35 {
  --tw-ring-color: rgb(167 139 250 / .35);
}
.ring-violet-400\/40 {
  --tw-ring-color: rgb(167 139 250 / 0.4);
}
.ring-violet-400\/45 {
  --tw-ring-color: rgb(167 139 250 / 0.45);
}
.ring-violet-400\/5 {
  --tw-ring-color: rgb(167 139 250 / 0.05);
}
.ring-violet-400\/50 {
  --tw-ring-color: rgb(167 139 250 / 0.5);
}
.ring-violet-400\/55 {
  --tw-ring-color: rgb(167 139 250 / 0.55);
}
.ring-violet-400\/60 {
  --tw-ring-color: rgb(167 139 250 / 0.6);
}
.ring-violet-400\/65 {
  --tw-ring-color: rgb(167 139 250 / 0.65);
}
.ring-violet-400\/70 {
  --tw-ring-color: rgb(167 139 250 / 0.7);
}
.ring-violet-400\/75 {
  --tw-ring-color: rgb(167 139 250 / 0.75);
}
.ring-violet-400\/80 {
  --tw-ring-color: rgb(167 139 250 / 0.8);
}
.ring-violet-400\/85 {
  --tw-ring-color: rgb(167 139 250 / 0.85);
}
.ring-violet-400\/90 {
  --tw-ring-color: rgb(167 139 250 / 0.9);
}
.ring-violet-400\/95 {
  --tw-ring-color: rgb(167 139 250 / 0.95);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / 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-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}
.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}
.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}
.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / .15);
}
.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}
.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}
.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}
.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / .35);
}
.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}
.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}
.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}
.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}
.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}
.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}
.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}
.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}
.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}
.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}
.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}
.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}
.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}
.ring-zinc-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.ring-zinc-400\/0 {
  --tw-ring-color: rgb(161 161 170 / 0);
}
.ring-zinc-400\/10 {
  --tw-ring-color: rgb(161 161 170 / 0.1);
}
.ring-zinc-400\/100 {
  --tw-ring-color: rgb(161 161 170 / 1);
}
.ring-zinc-400\/15 {
  --tw-ring-color: rgb(161 161 170 / .15);
}
.ring-zinc-400\/20 {
  --tw-ring-color: rgb(161 161 170 / 0.2);
}
.ring-zinc-400\/25 {
  --tw-ring-color: rgb(161 161 170 / 0.25);
}
.ring-zinc-400\/30 {
  --tw-ring-color: rgb(161 161 170 / 0.3);
}
.ring-zinc-400\/35 {
  --tw-ring-color: rgb(161 161 170 / .35);
}
.ring-zinc-400\/40 {
  --tw-ring-color: rgb(161 161 170 / 0.4);
}
.ring-zinc-400\/45 {
  --tw-ring-color: rgb(161 161 170 / 0.45);
}
.ring-zinc-400\/5 {
  --tw-ring-color: rgb(161 161 170 / 0.05);
}
.ring-zinc-400\/50 {
  --tw-ring-color: rgb(161 161 170 / 0.5);
}
.ring-zinc-400\/55 {
  --tw-ring-color: rgb(161 161 170 / 0.55);
}
.ring-zinc-400\/60 {
  --tw-ring-color: rgb(161 161 170 / 0.6);
}
.ring-zinc-400\/65 {
  --tw-ring-color: rgb(161 161 170 / 0.65);
}
.ring-zinc-400\/70 {
  --tw-ring-color: rgb(161 161 170 / 0.7);
}
.ring-zinc-400\/75 {
  --tw-ring-color: rgb(161 161 170 / 0.75);
}
.ring-zinc-400\/80 {
  --tw-ring-color: rgb(161 161 170 / 0.8);
}
.ring-zinc-400\/85 {
  --tw-ring-color: rgb(161 161 170 / 0.85);
}
.ring-zinc-400\/90 {
  --tw-ring-color: rgb(161 161 170 / 0.9);
}
.ring-zinc-400\/95 {
  --tw-ring-color: rgb(161 161 170 / 0.95);
}
.\!ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}
.\!ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}
.\!ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}
.\!ring-opacity-15 {
  --tw-ring-opacity: .15 !important;
}
.\!ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}
.\!ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}
.\!ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}
.\!ring-opacity-35 {
  --tw-ring-opacity: .35 !important;
}
.\!ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}
.\!ring-opacity-45 {
  --tw-ring-opacity: 0.45 !important;
}
.\!ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}
.\!ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}
.\!ring-opacity-55 {
  --tw-ring-opacity: 0.55 !important;
}
.\!ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}
.\!ring-opacity-65 {
  --tw-ring-opacity: 0.65 !important;
}
.\!ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}
.\!ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}
.\!ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}
.\!ring-opacity-85 {
  --tw-ring-opacity: 0.85 !important;
}
.\!ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}
.\!ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}
.ring-opacity-0 {
  --tw-ring-opacity: 0;
}
.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}
.ring-opacity-100 {
  --tw-ring-opacity: 1;
}
.ring-opacity-15 {
  --tw-ring-opacity: .15;
}
.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}
.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}
.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}
.ring-opacity-35 {
  --tw-ring-opacity: .35;
}
.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}
.ring-opacity-45 {
  --tw-ring-opacity: 0.45;
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.ring-opacity-55 {
  --tw-ring-opacity: 0.55;
}
.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}
.ring-opacity-65 {
  --tw-ring-opacity: 0.65;
}
.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}
.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}
.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}
.ring-opacity-85 {
  --tw-ring-opacity: 0.85;
}
.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}
.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.ring-offset-zinc-700 {
  --tw-ring-offset-color: #3C3C3F;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[48px\] {
  --tw-blur: blur(48px);
  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-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl {
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.saturate-0 {
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -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-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-15 {
  --tw-backdrop-opacity: opacity(.15) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-35 {
  --tw-backdrop-opacity: opacity(.35) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-45 {
  --tw-backdrop-opacity: opacity(0.45) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-55 {
  --tw-backdrop-opacity: opacity(0.55) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-65 {
  --tw-backdrop-opacity: opacity(0.65) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-85 {
  --tw-backdrop-opacity: opacity(0.85) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
  -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) !important;
  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) !important;
}
.\!backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
  -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) !important;
  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) !important;
}
.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
  -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-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
  -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-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
  -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-opacity-15 {
  --tw-backdrop-opacity: opacity(.15);
  -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-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
  -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-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
  -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-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
  -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-opacity-35 {
  --tw-backdrop-opacity: opacity(.35);
  -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-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
  -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-opacity-45 {
  --tw-backdrop-opacity: opacity(0.45);
  -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-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
  -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-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
  -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-opacity-55 {
  --tw-backdrop-opacity: opacity(0.55);
  -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-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
  -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-opacity-65 {
  --tw-backdrop-opacity: opacity(0.65);
  -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-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
  -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-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
  -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-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
  -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-opacity-85 {
  --tw-backdrop-opacity: opacity(0.85);
  -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-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
  -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-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
  -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;
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[2000ms\] {
  transition-duration: 2000ms;
}
.ease-\[cubic-bezier\(\.2\2c \.95\2c \.3\2c 1\)\] {
  transition-timing-function: cubic-bezier(.2,.95,.3,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);
}
.ease-page-overlay {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.will-change-auto {
  will-change: auto;
}
.will-change-transform {
  will-change: transform;
}
.\@container {
  container-type: inline-size;
}
.\[text-shadow\:0px_1px_1px_rgba\(255\2c 255\2c 255\2c 50\%\)\] {
  text-shadow: 0px 1px 1px rgba(255,255,255,50%);
}
@font-face {
  font-family: 'Caveat';
  src: url(/assets/Caveat-Regular-9f5311057406fe587abeb59a9da7c7c1891c2a3ba24811dabea22eb62072a826.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.cursor-grabbing * {
  cursor: grabbing !important;
}
.flatpickr-calendar.open {
  position: absolute;
  display: block;
  display: none;
  border-radius: 8px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-weight: 500;
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-left: -210px;
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  display: block;
}
.flatpickr-prev-month,
.flatpickr-next-month,
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  display: block;
  height: 1rem;
  width: 1rem;
}
.flatpickr-months {
  display: flex;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.flatpickr-monthDropdown-months {
  margin-right: 0.25rem;
  background-color: transparent;
}
.numInput {
  width: 4rem;
  outline: 2px solid transparent;
  outline-offset: 2px;

  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.flatpickr-month {
  order: -1;
  width: 150px;
}
.flatpickr-current-month {
  display: flex;
}
.flatpickr-innerContainer {
  height: 100%;
}
.flatpickr-rContainer {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0.5rem;
}
.flatpickr-weekdays>.flatpickr-weekdaycontainer {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flatpickr-weekday {
  height: 1.5rem;
  text-align: center;
  color: var(--label-secondary);

  font-size: 0;
  display: block;
}
.flatpickr-weekday:first-letter {
  font-size: 14px;
  line-height: 1.25rem;
}
.flatpickr-days {
  flex: 1 1 0%;
}
.flatpickr-days>.dayContainer {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.125rem;
}
.flatpickr-day {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.25rem;
  color: var(--label-primary);
}
.flatpickr-day:hover {
  cursor: pointer;
  border-radius: 9999px;
  background-color: var(--fill-quaternary);
}
.flatpickr-day.today {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.flatpickr-day.selected,
.flatpickr-day.inRange {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 15%;
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: var(--label-tertiary);
}
.flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.flatpickr-large .flatpickr-days>.dayContainer {
  gap: 0.25rem;
}
.flatpickr-large .flatpickr-day {
  height: 2.75rem;
  width: 2.75rem;
}
.flatpickr-large .flatpickr-rContainer {
  padding-left: 0px;
  padding-right: 0px;
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}
.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}
.splide__arrow:hover:not(:disabled){opacity:.9}
.splide__arrow:disabled{opacity:.3}
.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide__arrow--prev{left:1em}
.splide__arrow--prev svg{transform:scaleX(-1)}
.splide__arrow--next{right:1em}
.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}
.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}
.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}
.splide__pagination__page:hover{cursor:pointer;opacity:.9}
.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__progress__bar{background:#ccc;height:3px}
.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.splide__slide:focus{outline:0}
@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}
@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}
.splide__toggle{cursor:pointer}
.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}
.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}
.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}
.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}
.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}
.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}
.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}
.splide__arrows--ttb .splide__arrow--prev{top:1em}
.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}
.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}
.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}
.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.splide__pagination {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.splide__pagination__page {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  opacity: 0.2;
}
.splide__pagination__page:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.25rem;
  bottom: -0.5rem;
  right: -0.25rem;
}
.splide__pagination__page.is-active {
  transform: none;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.splide__track--stone-gradient-right {
  position: relative;
}
.splide__track--stone-gradient-right:after {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1.5rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --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);
  --tw-gradient-to: #FEFCFA var(--tw-gradient-to-position);

  content: " ";
}
.splide__track--stone-gradient-right ul {
  padding-right: 1.5rem;
}
.splide__arrow {
  height: 2rem;
  width: 2rem;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  --tw-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03), 0px 7px 25px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color), 0px 7px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.splide__arrow svg {
  fill: #404040;
}
.splide__arrow--prev {
  left: -1.5rem;
}
.splide__arrow--next {
  right: -1.5rem;
}
.tribute-container {
  z-index: 20;
  margin-top: 0.5rem;
  border-radius: 8px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tribute-container .highlight {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 247 / var(--tw-bg-opacity, 1));
}
.tribute-container .item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.25rem;
}
.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.icon-container-12 {
  width: 12px;
  height: 12px;
}
.icon-container-16 {
  width: 18px;
  height: 16px;
}
.icon-container-20 {
  width: 20px;
  height: 20px;
}
.icon-container-24 {
  width: 24px;
  height: 24px;
}
.icon-container-28 {
  width: 28px;
  height: 28px;
}
.icon-container-32 {
  width: 32px;
  height: 32px;
}
.icon-container-36 {
  width: 36px;
  height: 36px;
}
.icon-container-40 {
  width: 40px;
  height: 40px;
}
.icon-container-50 {
  width: 50px;
  height: 50px;
}
.icon-container-64 {
  width: 64px;
  height: 64px;
}
.icon-container-80 {
  width: 80px;
  height: 80px;
}
.fa-sm {
  font-size: 14px;
}
.fa-lg {
  font-size: 17px;
}
.fa-xl {
  font-size: 20px;
}
.fa-1x {
  font-size: 28px;
}
.fa-4x {
  font-size: 50px;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 10px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-sm {
  height: 2rem;
}
.button-md {
  height: 3rem;
  gap: 0.375rem;
  border-radius: 16px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px) {

  .button-md {
    height: 2.5rem;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.button-counter {
  display: flex;
  min-width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--fill-secondary);
  padding: 0.25rem;
  font-size: 12px;
  line-height: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--label-primary);
}
.button--only-icon {
  padding-left: 6px;
  padding-right: 6px;
}
.button--only-icon:active:not(:disabled) .icon-container {
  --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));
}
.button--only-icon:hover:not(:disabled) .icon-container {
  --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));
}
.button-disabled:hover {
  opacity: 0.5;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
/* Primary */
.button-primary {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.10);
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.08) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
  background-blend-mode: normal, overlay;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
  background-color: var(--accent-sky-secondary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-primary:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit; 
  padding: 1px; 
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: overlay;
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
          mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}
.button-primary:hover:not(:disabled) {
  --tw-brightness: brightness(1.05);
  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);
}
.button-primary:active:not(:disabled) {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.button-primary.button-disabled,
.button-primary:disabled {
  opacity: 0.5;
}
/* Secondary */
.button-secondary {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgb(255, 255, 255, 1) inset, 0px 1px 2px 1px rgba(0, 0, 0, 0.06);
  margin: 1px;
  box-sizing: border-box;
  height: 30px;
  background-color: var(--background-primary);
  color: var(--label-primary);
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.dark .button-secondary {
  background: linear-gradient(180deg, rgba(60, 60, 63, 0.2) 0%, rgba(44, 44, 46, 0.2) 100%);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  margin: 1px;
  box-sizing: border-box;
  height: 30px;
  background-color: var(--background-quaternary);
  color: var(--label-primary);
}
.button-secondary:hover:not(:disabled) {
  --tw-brightness: brightness(1.05);
  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);
}
.button-secondary:active:not(:disabled) {
  background-color: var(--background-tertiary);
}
.dark .button-secondary:hover:not(:disabled) {
  --tw-brightness: brightness(1.05);
  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);
}
.dark .button-secondary:active:not(:disabled) {
  background: revert;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
  background-color: var(--background-quaternary);
}
.button-secondary.button-disabled,
.button-secondary:disabled {
  opacity: 0.5;
}
.dark .button-secondary.button-disabled,
.dark .button-secondary:disabled {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
  background-color: var(--background-quaternary);
  opacity: 0.5;
}
.button-secondary.button-md {
  height: 46px;
}
@media (min-width: 768px) {

  .button-secondary.button-md {
    height: 38px;
  }
}
.button-secondary.button--only-icon {
  padding-left: 5px;
  padding-right: 5px;
}
/* Tertiary */
.button-tertiary {
  background-color: var(--fill-tertiary);
  color: var(--label-secondary);
}
.button-tertiary:hover:not(:disabled) {
  background-color: var(--fill-secondary);
}
.button-tertiary:active:not(:disabled) {
  background-color: var(--fill-quaternary);
}
.button-tertiary.button-disabled,
.button-tertiary:disabled {
  opacity: 0.5;
}
/* Quaternary */
.button-quaternary {
  background-color: transparent;
  color: var(--label-secondary);
}
.button-quaternary:hover:not(:disabled) {
  background-color: var(--fill-quaternary);
}
.button-quaternary:active:not(:disabled),
.button-quaternary.button-active {
  background-color: var(--fill-quaternary);
  color: var(--label-secondary);
}
.button-quaternary.button-disabled,
.button-quaternary:disabled {
  opacity: 0.5;
}
/* Destructive */
.button-destructive {
  background-color: var(--accent-red-tertiary);
  color: var(--accent-red-dark);
}
.button-destructive:hover {
  background-color: var(--accent-red-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-destructive:hover:disabled {
  background-color: var(--accent-red-tertiary);
  color: var(--accent-red-dark);
}
.button-destructive:active:not(:disabled) {
  background-color: var(--accent-red-secondary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-destructive.button-disabled,
.button-destructive:disabled {
  opacity: 0.5;
}
/* Destructive Secondary */
.button-destructive-secondary {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgb(255, 255, 255, 1) inset, 0px 1px 2px 1px rgba(0, 0, 0, 0.06);
  margin: 1px;
  box-sizing: border-box;
  height: 30px;
  background-color: var(--background-primary);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.button-destructive-secondary:hover:not(:disabled) {
  --tw-brightness: brightness(1.05);
  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);
}
.button-destructive-secondary:active:not(:disabled) {
  background-color: var(--background-tertiary);
}
.dark .button-destructive-secondary:hover:not(:disabled) {
  --tw-brightness: brightness(1.05);
  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);
}
.dark .button-destructive-secondary:active:not(:disabled) {
  background: revert;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
  background-color: var(--background-quaternary);
}
.button-destructive-secondary.button-disabled,
.button-destructive-secondary:disabled {
  opacity: 0.5;
}
.dark .button-destructive-secondary.button-disabled,
.dark .button-destructive-secondary:disabled {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 1px 4px 0px rgba(0, 0, 0, 0.05) inset;
  background-color: var(--background-quaternary);
  opacity: 0.5;
}
.button-destructive-secondary.button-md {
  height: 46px;
}
@media (min-width: 768px) {

  .button-destructive-secondary.button-md {
    height: 38px;
  }
}
.button-destructive-secondary.button--only-icon {
  padding-left: 5px;
  padding-right: 5px;
}
.radio-button-group__label {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.75) 100%);
  box-shadow: 0px 1px 0px 0px rgb(255, 255, 255, 1) inset, 0px 1px 2px 1px rgba(0, 0, 0, 0.06);
  min-height: 40px;
  display: inline-flex;
  min-height: 2.5rem;
  cursor: pointer;
  align-items: center;
  border-radius: 12px;
  border-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--background-primary);
  background-clip: padding-box;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
  color: var(--label-primary);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.trix-content {}
.form-input {
  height: 2rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--border-primary);
  background-color: var(--background-tertiary);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--label-primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input::-moz-placeholder {
  color: var(--label-tertiary);
}
.form-input::placeholder {
  color: var(--label-tertiary);
}
.form-input:hover {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input:disabled {
  border-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--fill-quaternary);
  color: var(--label-tertiary);
}
.form-input:disabled::-moz-placeholder {
  color: var(--label-tertiary);
}
.form-input:disabled::placeholder {
  color: var(--label-tertiary);
}
.form-input:is(.dark *) {
  background-color: rgb(0 0 0 / 0.1);
}
.form-input-sm {
  height: 2rem;
}
.form-input-md {
  height: 3rem;
  border-radius: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  .form-input-md {
    height: 2.5rem;
    border-radius: 10px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.form-input-textarea {
  width: 100%;
  resize: none;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--border-primary);
  background-color: var(--background-tertiary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input-textarea::-moz-placeholder {
  color: var(--label-tertiary);
}
.form-input-textarea::placeholder {
  color: var(--label-tertiary);
}
.form-input-textarea:-moz-read-only {
  border-width: 1px;
  border-color: var(--border-primary);
  background-color: var(--fill-quaternary);
  color: var(--label-primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-input-textarea:read-only {
  border-width: 1px;
  border-color: var(--border-primary);
  background-color: var(--fill-quaternary);
  color: var(--label-primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-input-textarea:hover {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-input-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input-textarea:disabled {
  border-color: var(--border-secondary);
  background-color: var(--fill-tertiary);
  background-color: var(--fill-quaternary);
  color: var(--label-quaternary);
  color: var(--label-tertiary);
}
.form-input-textarea:disabled::-moz-placeholder {
  color: var(--label-quaternary);
  color: var(--label-tertiary);
}
.form-input-textarea:disabled::placeholder {
  color: var(--label-quaternary);
  color: var(--label-tertiary);
}
.form-input-textarea-md {
  border-radius: 16px;
  padding: 1rem;
  font-size: 18px;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  .form-input-textarea-md {
    border-radius: 10px;
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.form-input-changed,
.form-input-changed + button.form-input.dropdown {
  background-color: var(--accent-sky-surfaceSecondary);
}
.form-input:-moz-read-only:not(button), .form-input-textarea:-moz-read-only:not(button) {
  background-color: var(--fill-quaternary);
  color: var(--label-primary);
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-input:read-only:not(button),
.form-input-textarea:read-only:not(button) {
  background-color: var(--fill-quaternary);
  color: var(--label-primary);
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-input:-moz-read-only:not(button):focus, .form-input-textarea:-moz-read-only:not(button):focus {
  border-color: var(--border-primary);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-input:read-only:not(button):focus,
.form-input-textarea:read-only:not(button):focus {
  border-color: var(--border-primary);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.form-input.dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-input.dropdown:hover {
  --tw-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 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);
}
.form-checkbox {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--background-tertiary);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1.0), 0px 0px 0px 1px var(--border-secondary) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 2px 0px rgba(0, 0, 0, 0.10) inset;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0px;
}
.dark .form-checkbox {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--fill-tertiary);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.form-checkbox-sm {
  height: 1rem;
  width: 1rem;
  border-radius: 4px;
}
.form-checkbox-md {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 6px;
}
.form-checkbox--round {
  border-radius: 9999px;
}
.form-checkbox:active {
  --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));
}
.form-checkbox:disabled {
  opacity: 0.25;
}
.dark .form-checkbox:disabled {
  border-width: 0px;
  background-color: var(--fill-tertiary);
  box-shadow: revert;
}
.form-checkbox:hover {
  background-color: var(--background-quaternary);
}
.form-checkbox:not(:disabled) {
  cursor: pointer;
}
.form-checkbox:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--accent-sky-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}
.dark .form-checkbox:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-color: var(--accent-sky-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}
.form-checkbox:indeterminate {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--accent-sky-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}
/* -------------------------------------------------------- */
.form-radio-button {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  background-color: var(--background-tertiary);
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1.0), 0px 0px 0px 1px var(--border-secondary) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 2px 0px rgba(0, 0, 0, 0.10) inset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M320 256C320 344.4 248.4 416 160 416C71.63 416 0 344.4 0 256C0 167.6 71.63 96 160 96C248.4 96 320 167.6 320 256z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0px;
}
.form-radio-button-md {
  height: 1.25rem;
  width: 1.25rem;
}
.form-radio-button:active {
  --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));
}
.form-radio-button:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--accent-sky-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='white' d='M320 256C320 344.4 248.4 416 160 416C71.63 416 0 344.4 0 256C0 167.6 71.63 96 160 96C248.4 96 320 167.6 320 256z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.form-radio-button:checked:active {
  --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));
}
.form-radio-button-md:checked {
  background-size: 10px;
}
.form-radio-button:disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
/* -------------------------------------------------------- */
.form-toggle {
  display: flex;
  height: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  border-radius: 9999px;
  background-color: var(--fill-primary);
  padding: 0.125rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;

  width: 34px;
}
.form-toggle:before {
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  content: '';
}
.form-toggle:disabled:not(:checked),
.form-toggle:disabled:not(:checked):hover {
  background-color: var(--fill-tertiary);
}
.form-toggle:disabled:checked,
.form-toggle:disabled:checked:hover {
  background-color: var(--accent-sky-surfaceSecondary);
}
.form-toggle:disabled:before {
  opacity: 0.7;
  --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);
}
.form-toggle:checked {
  flex-direction: row-reverse;
  background-color: var(--accent-sky-primary);
}
/* -------------------------------------------------------- */
.form-color-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  place-items: center;
}
@media (min-width: 768px) {

  .form-color-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .form-color-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.form-color-grid > .form-color-grid-option {
  display: flex;
  height: 58px;
  width: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-color-grid > .form-color-grid-option > .form-color-grid-option-swatch {
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  border-radius: 9999px;
}
.form-color-grid > .form-color-grid-option > .form-color-grid-option-swatch:hover {
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}
.form-color-grid > .form-color-grid-option.selected {
  border-width: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.form-color-grid > .form-color-grid-option.selected > .form-color-grid-option-swatch:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.field_with_errors { display: contents; }
.hide-trix-button-row .trix-button-row {
  display: none;
}
trix-toolbar .trix-button-group {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

  overflow: hidden;
  border-radius: 6px !important;
  margin-bottom: 8px !important;
  border: 1px solid rgba(163, 163, 163, 0.3) !important;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 8px !important;
}
.trix-button {
  opacity: 1 !important;
}
.trix-button.trix-button--icon {
  background: white;
  border-bottom: none !important;
  border-right: none !important;
  color: #404040 !important;
  height: 32px !important;
  width: 34px !important;
}
.trix-button.trix-button--icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.trix-button.trix-button--icon.trix-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));

  color: #404040 !important;
}
.trix-button.trix-button--icon[disabled] {
  cursor: not-allowed;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.25 !important;
}
.trix-button.trix-button--icon[disabled]:hover {
  background: white !important;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid rgba(163, 163, 163, 0.1) !important;
}
trix-toolbar .trix-button--icon::before {
  opacity: 1 !important;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='bold' class='svg-inline--fa fa-bold' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M303.8 241.7c2.084-1.838 4.41-3.307 6.385-5.303c22.72-22.91 35.03-53.31 34.72-85.59C344.3 85.31 290.4 32 224.9 32H24C10.75 32 0 42.75 0 56S10.75 80 24 80H48v352H24C10.75 432 0 442.8 0 456S10.75 480 24 480h216c70.59 0 128-57.41 128-128C368 304.8 341.1 263.9 303.8 241.7zM224.9 80c39.31 0 71.59 32 72 71.31c.1875 19.34-7.219 37.56-20.84 51.34C262.5 216.4 244.3 224 224.9 224H96V80H224.9zM240 432H96v-160h144c44.13 0 80 35.88 80 80.01S284.1 432 240 432z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 14px !important;
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='italic' class='svg-inline--fa fa-italic' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M384 56c0 13.25-10.75 24-24 24h-67.98l-146.9 352H232c13.25 0 24 10.75 24 24S245.3 480 232 480h-208C10.75 480 0 469.3 0 456s10.75-24 24-24h70.6l146.9-352H152C138.8 80 128 69.25 128 56S138.8 32 152 32h208C373.3 32 384 42.75 384 56z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 14px !important;
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='strikethrough' class='svg-inline--fa fa-strikethrough' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M488 239.9L287.2 240c-8.262-2.459-42.31-12.21-42.31-12.21C161.5 203.7 138.4 182.8 146.2 138.5c9.719-55.4 81.72-64.51 140.5-55.43c16.77 2.564 36.75 7.908 62.84 16.8c12.69 4.344 26.62-2.299 31.03-14.82c4.414-12.53-2.336-26.21-15.06-30.54c-28.93-9.861-51.58-15.86-71.29-18.89C189.7 19.57 110.9 57.61 98.15 130.3C88.41 185.7 113 218.8 146.5 240L24 239.9c-13.25 0-24 10.75-24 23.1s10.75 23.1 24 23.1h464c13.25 0 24-10.75 24-23.1S501.3 239.9 488 239.9zM361.7 336c5.1 10.26 6.734 22.25 4.059 37.47c-9.719 55.38-81.69 64.48-140.7 55.42c-25.89-3.83-56.08-14.53-82.72-23.97L128.6 400.1c-12.72-4.438-26.63 2.111-31.14 14.61c-4.494 12.5 2.16 26.22 14.85 30.64l13.47 4.75c28.76 10.19 61.36 21.75 91.86 26.27C233.6 478.8 249 480 263.7 480c81.09 0 139.3-36.74 150.1-98.34c3.047-17.35 2.619-32.35-.2246-45.66H361.7z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px !important;
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='link-horizontal' class='svg-inline--fa fa-link-horizontal' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M144 304c-52.94 0-96-43.06-96-96s43.06-96 96-96h160c52.94 0 96 43.06 96 96s-43.06 96-96 96h-32c0 19.23 8.645 36.33 22.14 48H304c79.41 0 144-64.59 144-144S383.4 64 304 64h-160C64.59 64 0 128.6 0 208S64.59 352 144 352h23.45C163.1 336.6 160 320.7 160 304H144zM496 160h-23.45C476.9 175.4 480 191.3 480 208h16c52.94 0 96 43.06 96 96s-43.06 96-96 96h-160c-52.94 0-96-43.06-96-96s43.06-96 96-96h32c0-19.23-8.645-36.33-22.14-48H336C256.6 160 192 224.6 192 304S256.6 448 336 448h160c79.41 0 144-64.59 144-144S575.4 160 496 160z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px !important;
}
.trix-button--icon-heading-1::before {
  background-size: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='text-size' class='svg-inline--fa fa-text-size' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M320 248v48C320 309.3 330.8 320 344 320s24-10.75 24-24V272h88v160h-32c-13.25 0-24 10.75-24 24S410.8 480 424 480h112c13.25 0 24-10.75 24-24s-10.75-24-24-24h-32v-160h88v24c0 13.25 10.75 24 24 24S640 309.3 640 296v-48C640 234.8 629.3 224 616 224h-272C330.8 224 320 234.8 320 248zM0 56l0 80C0 149.3 10.75 160 24 160S48 149.3 48 136V80h120v352h-48C106.8 432 96 442.8 96 456S106.8 480 120 480h144C277.3 480 288 469.3 288 456S277.3 432 264 432h-48v-352h120v56C336 149.3 346.8 160 360 160S384 149.3 384 136v-80C384 42.75 373.3 32 360 32H24C10.75 32 0 42.75 0 56z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.trix-button--icon-quote::before {
  background-size: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='quote-right' class='svg-inline--fa fa-quote-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M96 96C42.98 96 0 138.1 0 192s42.98 96 96 96c11.28 0 21.95-2.305 32-5.879V288c0 35.3-28.7 64-64 64c-17.67 0-32 14.33-32 32s14.33 32 32 32c70.58 0 128-57.42 128-128V192C192 138.1 149 96 96 96zM448 192c0-53.02-42.98-96-96-96s-96 42.98-96 96s42.98 96 96 96c11.28 0 21.95-2.305 32-5.879V288c0 35.3-28.7 64-64 64c-17.67 0-32 14.33-32 32s14.33 32 32 32c70.58 0 128-57.42 128-128V192z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.trix-button--icon-code::before {
  background-size: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='code' class='svg-inline--fa fa-code' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M169.5 119.6C160.5 109.9 145.3 109.4 135.6 118.5l-128 120C2.75 243 0 249.4 0 256S2.75 268.1 7.594 273.5l128 120C140.2 397.8 146.1 400 151.1 400c6.406 0 12.79-2.531 17.51-7.594c9.062-9.656 8.594-24.84-1.094-33.91L59.09 256l109.3-102.5C178.1 144.4 178.6 129.3 169.5 119.6zM390.4 .875c-12.81-3.531-25.97 3.969-29.5 16.75l-128 464c-3.531 12.78 3.969 26 16.75 29.5C251.8 511.7 253.9 512 256 512c10.53 0 20.19-6.969 23.12-17.62l128-464C410.7 17.59 403.2 4.375 390.4 .875zM632.4 238.5l-128-120c-9.656-9.062-24.88-8.594-33.91 1.094c-9.062 9.656-8.594 24.84 1.094 33.91L580.9 256l-109.3 102.5c-9.688 9.062-10.16 24.25-1.094 33.91C475.2 397.5 481.6 400 488 400c5.875 0 11.77-2.156 16.4-6.5l128-120C637.3 268.1 640 262.6 640 256S637.3 243 632.4 238.5z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-ul' class='svg-inline--fa fa-list-ul' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 64C81.67 64 96 78.33 96 96C96 113.7 81.67 128 64 128C46.33 128 32 113.7 32 96C32 78.33 46.33 64 64 64zM488 72C501.3 72 512 82.75 512 96C512 109.3 501.3 120 488 120H184C170.7 120 160 109.3 160 96C160 82.75 170.7 72 184 72H488zM488 232C501.3 232 512 242.7 512 256C512 269.3 501.3 280 488 280H184C170.7 280 160 269.3 160 256C160 242.7 170.7 232 184 232H488zM488 392C501.3 392 512 402.7 512 416C512 429.3 501.3 440 488 440H184C170.7 440 160 429.3 160 416C160 402.7 170.7 392 184 392H488zM64 288C46.33 288 32 273.7 32 256C32 238.3 46.33 224 64 224C81.67 224 96 238.3 96 256C96 273.7 81.67 288 64 288zM64 384C81.67 384 96 398.3 96 416C96 433.7 81.67 448 64 448C46.33 448 32 433.7 32 416C32 398.3 46.33 384 64 384z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 18px !important;
}
.trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='list-ol' class='svg-inline--fa fa-list-ol' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M55.1 56.04C55.1 42.78 66.74 32.04 79.1 32.04H111.1C125.3 32.04 135.1 42.78 135.1 56.04V176H151.1C165.3 176 175.1 186.8 175.1 200C175.1 213.3 165.3 224 151.1 224H71.1C58.74 224 47.1 213.3 47.1 200C47.1 186.8 58.74 176 71.1 176H87.1V80.04H79.1C66.74 80.04 55.1 69.29 55.1 56.04V56.04zM118.7 341.2C112.1 333.8 100.4 334.3 94.65 342.4L83.53 357.9C75.83 368.7 60.84 371.2 50.05 363.5C39.26 355.8 36.77 340.8 44.47 330.1L55.59 314.5C79.33 281.2 127.9 278.8 154.8 309.6C176.1 333.1 175.6 370.5 153.7 394.3L118.8 432H152C165.3 432 176 442.7 176 456C176 469.3 165.3 480 152 480H64C54.47 480 45.84 474.4 42.02 465.6C38.19 456.9 39.9 446.7 46.36 439.7L118.4 361.7C123.7 355.9 123.8 347.1 118.7 341.2L118.7 341.2zM520 72C533.3 72 544 82.75 544 96C544 109.3 533.3 120 520 120H248C234.7 120 224 109.3 224 96C224 82.75 234.7 72 248 72H520zM520 232C533.3 232 544 242.7 544 256C544 269.3 533.3 280 520 280H248C234.7 280 224 269.3 224 256C224 242.7 234.7 232 248 232H520zM520 392C533.3 392 544 402.7 544 416C544 429.3 533.3 440 520 440H248C234.7 440 224 429.3 224 416C224 402.7 234.7 392 248 392H520z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 18px !important;
}
.trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='indent' class='svg-inline--fa fa-indent' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 64C0 50.75 10.75 40 24 40H424C437.3 40 448 50.75 448 64C448 77.25 437.3 88 424 88H24C10.75 88 0 77.25 0 64zM192 192C192 178.7 202.7 168 216 168H424C437.3 168 448 178.7 448 192C448 205.3 437.3 216 424 216H216C202.7 216 192 205.3 192 192zM424 296C437.3 296 448 306.7 448 320C448 333.3 437.3 344 424 344H216C202.7 344 192 333.3 192 320C192 306.7 202.7 296 216 296H424zM0 448C0 434.7 10.75 424 24 424H424C437.3 424 448 434.7 448 448C448 461.3 437.3 472 424 472H24C10.75 472 0 461.3 0 448zM26.17 346.4C15.73 355 0 347.6 0 334.1V177.9C0 164.4 15.73 156.1 26.17 165.6L121 243.6C128.8 250 128.8 261.1 121 268.4L26.17 346.4z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 18px !important;
}
.trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='outdent' class='svg-inline--fa fa-outdent' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M32 64C32 50.75 42.75 40 56 40H456C469.3 40 480 50.75 480 64C480 77.25 469.3 88 456 88H56C42.75 88 32 77.25 32 64zM224 192C224 178.7 234.7 168 248 168H456C469.3 168 480 178.7 480 192C480 205.3 469.3 216 456 216H248C234.7 216 224 205.3 224 192zM456 296C469.3 296 480 306.7 480 320C480 333.3 469.3 344 456 344H248C234.7 344 224 333.3 224 320C224 306.7 234.7 296 248 296H456zM32 448C32 434.7 42.75 424 56 424H456C469.3 424 480 434.7 480 448C480 461.3 469.3 472 456 472H56C42.75 472 32 461.3 32 448zM38.1 268.4C31.23 261.1 31.23 250 38.1 243.6L133.8 165.6C144.3 156.1 159.1 164.4 159.1 177.9V334.1C159.1 347.6 144.3 355 133.8 346.4L38.1 268.4z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 18px !important;
}
.trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='paperclip-vertical' class='svg-inline--fa fa-paperclip-vertical' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192 512c-79.41 0-144-64.59-144-144V108C48 48.45 96.45 0 156 0s108 48.45 108 108v236c0 39.7-32.3 72-72 72s-72-32.3-72-72v-192C120 138.8 130.8 128 144 128s24 10.75 24 24v192c0 13.23 10.77 24 24 24s24-10.77 24-24V108c0-33.08-26.92-60-60-60S96 74.92 96 108V368c0 52.94 43.06 96 96 96s96-43.06 96-96V152C288 138.8 298.8 128 312 128s24 10.75 24 24v216C336 447.4 271.4 512 192 512z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 14px !important;
}
.trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='rotate-left' class='svg-inline--fa fa-rotate-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M30.81 49.81c8.969-3.656 19.28-1.656 26.16 5.219l41.1 41.1c41.07-40.38 97.11-64.92 157.1-64.92C379.6 32.11 480 132.5 480 256s-100.4 223.9-223.9 223.9c-52.31 0-103.3-18.33-143.5-51.77c-10.19-8.5-11.56-23.62-3.062-33.81c8.531-10.22 23.62-11.56 33.81-3.062C174.9 417.5 214.9 432 256 432c97.03 0 176-78.97 176-176S353 80 256 80c-47.08 0-90.93 19.29-123.2 50.89l52.14 52.14c6.875 6.875 8.906 17.19 5.219 26.16C186.5 218.2 177.7 224 168 224h-128C26.75 224 16 213.3 16 200v-128C16 62.28 21.84 53.53 30.81 49.81z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 18px !important;
}
.trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='rotate-right' class='svg-inline--fa fa-rotate-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M496 72v128C496 213.3 485.3 224 472 224h-128c-13.19 0-24-10.66-24-23.98c0-6.247 2.432-12.39 7.033-16.99L379.2 130.9C346.9 99.29 303.1 80 256 80C158.1 80 80 158.1 80 256s78.97 176 176 176c81.21 0 107.1-46.34 127.1-46.34c10.18 0 24.02 8.003 24.02 24.01c0 25.11-75.1 70.27-152.1 70.27c-123.5 0-223.9-100.4-223.9-223.9s100.4-223.1 223.9-223.1c60.03 0 116 24.58 157.1 64.95l41.1-41.1c4.601-4.601 10.74-7.019 16.99-7.019C485.4 48.01 496 58.83 496 72z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 18px !important;
}
.attachment.attachment--content {
  display: inline-flex;
}
.big-radio-group {
  display: flex;
  width: 100%;
  gap: 0.75rem;
}
.big-radio-group--vertical {
  width: 15rem;
  flex-direction: column;
}
.big-radio-group label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 6px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));

  box-shadow: 0 0 0 1px rgba(163, 163, 163, 0.3);
}
.big-radio-group label:hover {
  box-shadow: 0 0 0 1px rgba(163, 163, 163, 0.5);
}
.big-radio-group input[type="radio"]:disabled ~ label {
  cursor: not-allowed;
  opacity: 0.25;
}
.big-radio-group input[type="radio"]:checked ~ label {
  box-shadow: none;
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.ce-block__content,
.ce-toolbar__content {
  max-width: 100%;
  color: var(--label-primary);
}
.codex-editor__redactor {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* Tools and menus */
.ce-toolbar__plus,
.ce-toolbar__settings-btn {
  color: var(--label-secondary);
}
.ce-toolbar__plus {
  margin-right: 0.25rem;
  height: 2rem;
  width: 2rem;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  background-color: var(--background-quaternary);
  --tw-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03), 0px 7px 25px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color), 0px 7px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ce-toolbar__plus:hover {
  background-color: var(--background-quaternary);
}
.ce-toolbar__settings-btn {
  height: 2rem;
}
.ce-toolbar__settings-btn:hover {
  background-color: var(--background-quaternary);
}
.ce-toolbar__actions {
  top: -0.125rem;
}
/* Popups */
.ce-popover {
  border-radius: 10px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ce-popover--opened > .ce-popover__container {
  border-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--background-quaternary);
}
.ce-popover--opened {
  padding: 0.25rem;
}
.ce-popover-item {
  height: 2rem;
  border-radius: 8px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: var(--label-primary);
}
.ce-popover-item > .ce-popover-item__icon,
.ce-popover-item > .ce-popover-item__title {
  color: var(--label-primary);
}
.ce-popover-item:hover:not(.ce-popover-item--no-hover) {
  background-color: var(--fill-quaternary);
}
.ce-popover-item--confirmation {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.ce-popover-item--confirmation .ce-popover-item__icon {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.ce-popover-item--confirmation .ce-popover-item__title {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.ce-popover-item--confirmation:not(.ce-popover-item--no-hover):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.ce-popover-item--confirmation:not(.ce-popover-item--no-hover):hover .ce-popover-item__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ce-popover-item--confirmation:not(.ce-popover-item--no-hover):hover .ce-popover-item__icon {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.ce-popover-item--active {
  background-color: rgb(0 0 0 / 0.1);
}
.ce-popover-item__title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.ce-popover-item__icon {
  margin-right: 0.5rem;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  --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);
}
.ce-popover-item__icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.cdx-block {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cdx-search-field {
  display: none;
}
.image-tool__caption {
  display: none;
}
/* Content */
.ce-block__content {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ce-block--selected .ce-block__content {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.ce-block__content h1 {
  font-size: 30px;
  line-height: 2.25rem;
  font-weight: 700;
}
.ce-block__content h2 {
  font-size: 24px;
  line-height: 2rem;
  font-weight: 700;
}
.ce-block__content h3 {
  font-size: 20px;
  line-height: 1.75rem;
  font-weight: 700;
}
.ce-block__content h4 {
  font-size: 18px;
  line-height: 1.75rem;
  font-weight: 700;
}
.ce-block__content .ce-header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ce-block__content .ce-delimiter::before {
  height: 1px;
  width: 100%;
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  border-color: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem;
  content: "";
}
.ce-block__content img {
  border-radius: 6px;
}
.ce-block__content a {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.ce-block__content .ce-paragraph {
  line-height: 1.5rem;
}
.ce-block__content .ce-paragraph::-moz-selection, .ce-block__content .ce-header::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ce-block__content .ce-paragraph::selection,
.ce-block__content .ce-header::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.codex-editor--empty .ce-block:first-child .ce-paragraph[data-placeholder]:empty::before {
  opacity: 0 !important;
}
.codex-editor--empty .ce-block:first-child .ce-paragraph[data-placeholder]:empty:focus::before {
  opacity: 1 !important;
}
.ce-block__content .ce-header[data-placeholder]::before {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.ce-block__content .ce-paragraph[data-placeholder]:empty::before {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  opacity: 0;
}
.ce-block__content .ce-paragraph[data-placeholder]:focus:empty::before,
.ce-block--focused .ce-block__content .ce-paragraph[data-placeholder]:empty::before {
  opacity: 1 !important;
}
.employee-profile__text {
  color: var(--label-primary);
  min-height: 1.5em;
}
.employee-profile__text a {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.employee-profile__text a:hover {
  text-decoration-line: underline;
}
.employee-profile__image {
  border-radius: 6px;
}
.employee-profile__delimiter {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.employee-profile__header {
  font-weight: 700;
  color: var(--label-primary);
}
h1.employee-profile__header {
  font-size: 30px;
  line-height: 2.25rem;
}
h2.employee-profile__header {
  font-size: 24px;
  line-height: 2rem;
}
h3.employee-profile__header {
  font-size: 20px;
  line-height: 1.75rem;
}
h4.employee-profile__header {
  font-size: 18px;
  line-height: 1.75rem;
}
.phases-container {
  overflow: hidden;


  width: 390px;
  height: 100px;
}
.phases-sun {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
}
@media(prefers-color-scheme: light) {
  .phases-gradient {
    position: absolute;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
    opacity: 0.5;
    --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);

    margin-left: -155px;
    margin-top: -109px;
    width: 400px;
    height: 400px;
    pointer-events: none;
  }
}
@media(prefers-color-scheme: dark) {
  .phases-gradient {
    position: absolute;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
    opacity: 0.2;
    --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);

    margin-left: -155px;
    margin-top: -109px;
    width: 400px;
    height: 400px;
    pointer-events: none;
  }
}
/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/InterVariable-4775f4a2a7259007a92b8d2af86cbec577f7353bcb0e68ee89330adb8ad6d5e6.woff2) format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/InterVariable-Italic-b47f05601024f1989191f30004286086922f9ad98d1e1cf8fad75db9f6e08512.woff2) format("woff2");
}
/* static fonts */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url(/Inter-Thin.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url(/Inter-ThinItalic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url(/Inter-ExtraLight.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url(/Inter-ExtraLightItalic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url(/Inter-Light.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url(/Inter-LightItalic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url(/Inter-Regular.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url(/Inter-Italic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url(/Inter-Medium.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url(/Inter-MediumItalic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url(/Inter-SemiBold.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url(/Inter-SemiBoldItalic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url(/Inter-Bold.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url(/Inter-BoldItalic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url(/Inter-ExtraBold.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url(/Inter-ExtraBoldItalic.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url(/Inter-Black.woff2) format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url(/Inter-BlackItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url(/InterDisplay-Thin.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url(/InterDisplay-ThinItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url(/InterDisplay-ExtraLight.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url(/InterDisplay-ExtraLightItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url(/InterDisplay-Light.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url(/InterDisplay-LightItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url(/InterDisplay-Regular.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url(/InterDisplay-Italic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url(/InterDisplay-Medium.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url(/InterDisplay-MediumItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url(/InterDisplay-SemiBold.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url(/InterDisplay-SemiBoldItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url(/InterDisplay-Bold.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url(/InterDisplay-BoldItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url(/InterDisplay-ExtraBold.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url(/InterDisplay-ExtraBoldItalic.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url(/InterDisplay-Black.woff2) format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url(/InterDisplay-BlackItalic.woff2) format("woff2"); }
.toast {
  z-index: 9999;
  display: inline-flex;
  height: 3rem;
}
@keyframes fadeIn {

  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}
.toast {
  animation: fadeIn 150ms ease-in-out;
  align-items: center;
  border-radius: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.toast-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.toast-neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark .toast-neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 63 / var(--tw-bg-opacity, 1));
  color: var(--label-primary);
}
.command-menu-item {
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 400 !important;
}
.command-menu-item.active {
  background-color: rgb(0 0 0 / 0.05);
}
button.command-menu-item {
  text-align: left;
}
.label\/primary {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.label\/primary:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.label\/secondary {
  color: rgb(60 60 63 / 0.7);
}
.label\/secondary:is(.dark *) {
  color: rgb(228 228 231 / 0.6);
}
.label\/tertiary {
  color: rgb(60 60 63 / 0.4);
}
.label\/tertiary:is(.dark *) {
  color: rgb(228 228 231 / 0.3);
}
.label\/quaternary {
  color: rgb(60 60 63 / 0.2);
}
.label\/quaternary:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 16%;
}
.fill\/primary,
.hover\:fill\/primary:hover {
  background-color: rgb(113 113 122 / 0.25);
}
.fill\/primary:is(.dark *),
.hover\:fill\/primary:hover:is(.dark *) {
  background-color: rgb(113 113 122 / 0.4);
}
.fill\/secondary,
.hover\:fill\/secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 18%;
}
.fill\/secondary:is(.dark *),
.hover\:fill\/secondary:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 28%;
}
.fill\/tertiary,
.hover\:fill\/tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 12%;
}
.fill\/tertiary:is(.dark *),
.hover\:fill\/tertiary:hover:is(.dark *) {
  background-color: rgb(113 113 122 / 0.2);
}
.fill\/quaternary,
.hover\:fill\/quaternary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 6%;
}
.fill\/quaternary:is(.dark *),
.hover\:fill\/quaternary:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 12%;
}
.border\/primary {
  border-color: rgb(23 23 23 / 0.2);
}
.border\/primary:is(.dark *) {
  border-color: rgb(82 82 82 / 0.8);
}
.border\/secondary {
  border-color: rgb(23 23 23 / 0.1);
}
.border\/secondary:is(.dark *) {
  border-color: rgb(82 82 82 / 0.5);
}
.bg\/primary {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 247 / var(--tw-bg-opacity, 1));
}
.bg\/primary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}
.bg\/secondary {
  background-color: var(--background-secondary);
}
.bg\/secondary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 36 / var(--tw-bg-opacity, 1));
}
.bg\/tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg\/tertiary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 63 / var(--tw-bg-opacity, 1));
}
.bg\/quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg\/quaternary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 46 / var(--tw-bg-opacity, 1));
}
@layer {
  :root {
    /* Spectrum */
    --color-red-50: oklch(97.2% 0.0164 16.1);
    --color-red-100: oklch(93.8% 0.0388 16.5);
    --color-red-200: oklch(88.9% 0.0738 17.2);
    --color-red-300: oklch(81.6% 0.1271 18.6);
    --color-red-400: oklch(72.4% 0.1996 21.5);
    --color-red-500: oklch(65.3% 0.2452 24.8);
    --color-red-600: oklch(59.4% 0.2517 26.9);
    --color-red-700: oklch(52.1% 0.2227 27.1);
    --color-red-800: oklch(43.0% 0.1848 24.6);
    --color-red-900: oklch(36.2% 0.1093 19.7);
    --color-red-950: oklch(29.7% 0.0654 15.1);
    --color-orange-50: oklch(98.0% 0.018 69.5);
    --color-orange-100: oklch(95.5% 0.0423 71.3);
    --color-orange-200: oklch(90.4% 0.0842 67.0);
    --color-orange-300: oklch(84.1% 0.136 63.2);
    --color-orange-400: oklch(76.7% 0.1878 53.7);
    --color-orange-500: oklch(71.7% 0.2208 46.1);
    --color-orange-600: oklch(66.0% 0.2293 40.0);
    --color-orange-700: oklch(56.6% 0.2049 37.4);
    --color-orange-800: oklch(44.8% 0.1618 37.5);
    --color-orange-900: oklch(36.6% 0.0855 48.2);
    --color-orange-950: oklch(30.0% 0.0485 45.2);
    --color-amber-50: oklch(98.6% 0.0264 95.1);
    --color-amber-100: oklch(96.5% 0.0695 97.5);
    --color-amber-200: oklch(93.0% 0.1328 96.7);
    --color-amber-300: oklch(88.8% 0.18 92.8);
    --color-amber-400: oklch(85.1% 0.1948 86.5);
    --color-amber-500: oklch(78.6% 0.1876 76.7);
    --color-amber-600: oklch(67.8% 0.1734 64.5);
    --color-amber-700: oklch(56.2% 0.1555 55.0);
    --color-amber-800: oklch(44.2% 0.1272 53.5);
    --color-amber-900: oklch(35.4% 0.0726 69.3);
    --color-amber-950: oklch(29.6% 0.0393 70.2);
    --color-yellow-50: oklch(98.6% 0.0264 95.1);
    --color-yellow-100: oklch(96.5% 0.0695 97.5);
    --color-yellow-200: oklch(93.0% 0.1328 96.7);
    --color-yellow-300: oklch(88.8% 0.18 92.8);
    --color-yellow-400: oklch(85.1% 0.1948 86.5);
    --color-yellow-500: oklch(78.6% 0.1876 76.7);
    --color-yellow-600: oklch(67.8% 0.1734 64.5);
    --color-yellow-700: oklch(56.2% 0.1555 55.0);
    --color-yellow-800: oklch(44.2% 0.1272 53.5);
    --color-yellow-900: oklch(35.4% 0.0726 69.3);
    --color-yellow-950: oklch(29.6% 0.0393 70.2);
    --color-olive-50: oklch(98.6% 0.0231 107.7);
    --color-olive-100: oklch(95.8% 0.0619 107.5);
    --color-olive-200: oklch(92.6% 0.1196 107.6);
    --color-olive-300: oklch(87.4% 0.1828 108.6);
    --color-olive-400: oklch(83.3% 0.1991 111.1);
    --color-olive-500: oklch(74.9% 0.1861 113.5);
    --color-olive-600: oklch(63.8% 0.1622 113.7);
    --color-olive-700: oklch(51.5% 0.126 113.4);
    --color-olive-800: oklch(39.9% 0.1035 119.3);
    --color-olive-900: oklch(35.6% 0.0637 116.9);
    --color-olive-950: oklch(29.0% 0.0293 115.3);
    --color-lime-50: oklch(98.4% 0.0347 122.7);
    --color-lime-100: oklch(96.4% 0.0745 124.4);
    --color-lime-200: oklch(93.3% 0.1396 126.4);
    --color-lime-300: oklch(89.0% 0.209 128.9);
    --color-lime-400: oklch(84.0% 0.2465 131.1);
    --color-lime-500: oklch(75.9% 0.2452 133.2);
    --color-lime-600: oklch(64.0% 0.211 134.1);
    --color-lime-700: oklch(52.6% 0.1687 134.0);
    --color-lime-800: oklch(42.2% 0.1179 132.5);
    --color-lime-900: oklch(37.2% 0.0831 130.3);
    --color-lime-950: oklch(29.7% 0.0422 130.7);
    --color-green-50: oklch(97.9% 0.0238 137.3);
    --color-green-100: oklch(95.9% 0.0538 138.7);
    --color-green-200: oklch(92.4% 0.1118 140.1);
    --color-green-300: oklch(87.3% 0.1851 141.4);
    --color-green-400: oklch(80.9% 0.2424 142.8);
    --color-green-500: oklch(72.9% 0.2558 143.7);
    --color-green-600: oklch(62.2% 0.2224 144.1);
    --color-green-700: oklch(51.7% 0.1772 144.5);
    --color-green-800: oklch(41.4% 0.1204 144.8);
    --color-green-900: oklch(35.8% 0.0783 144.8);
    --color-green-950: oklch(28.7% 0.0366 146.4);
    --color-emerald-50: oklch(98.0% 0.018 161.4);
    --color-emerald-100: oklch(95.2% 0.0487 164.6);
    --color-emerald-200: oklch(90.8% 0.0949 162.7);
    --color-emerald-300: oklch(85.0% 0.1494 163.8);
    --color-emerald-400: oklch(78.3% 0.1888 164.9);
    --color-emerald-500: oklch(70.2% 0.1849 166.4);
    --color-emerald-600: oklch(59.9% 0.1554 167.6);
    --color-emerald-700: oklch(50.8% 0.1249 169.0);
    --color-emerald-800: oklch(40.2% 0.1009 177.3);
    --color-emerald-900: oklch(35.2% 0.0836 174.8);
    --color-emerald-950: oklch(28.6% 0.0397 179.7);
    --color-teal-50: oklch(98.0% 0.0174 195.6);
    --color-teal-100: oklch(94.7% 0.053 190.4);
    --color-teal-200: oklch(89.7% 0.095 190.9);
    --color-teal-300: oklch(83.7% 0.1435 192.5);
    --color-teal-400: oklch(77.4% 0.1677 195.4);
    --color-teal-500: oklch(69.9% 0.1578 196.7);
    --color-teal-600: oklch(59.8% 0.1338 200.3);
    --color-teal-700: oklch(50.9% 0.1112 202.2);
    --color-teal-800: oklch(40.4% 0.0921 198.8);
    --color-teal-900: oklch(35.0% 0.08 195.8);
    --color-teal-950: oklch(28.4% 0.0467 196.3);
    --color-cyan-50: oklch(97.9% 0.0183 214.2);
    --color-cyan-100: oklch(95.1% 0.0426 211.3);
    --color-cyan-200: oklch(90.5% 0.0832 211.4);
    --color-cyan-300: oklch(83.8% 0.1353 213.6);
    --color-cyan-400: oklch(76.7% 0.1696 216.4);
    --color-cyan-500: oklch(69.2% 0.1668 221.5);
    --color-cyan-600: oklch(59.4% 0.1493 226.4);
    --color-cyan-700: oklch(50.7% 0.1267 227.6);
    --color-cyan-800: oklch(40.7% 0.0973 218.5);
    --color-cyan-900: oklch(34.9% 0.0811 212.2);
    --color-cyan-950: oklch(28.2% 0.0441 215.2);
    --color-sky-50: oklch(97.7% 0.0148 231.7);
    --color-sky-100: oklch(95.0% 0.0298 231.8);
    --color-sky-200: oklch(89.5% 0.0667 229.0);
    --color-sky-300: oklch(82.5% 0.1109 232.5);
    --color-sky-400: oklch(73.4% 0.1679 235.2);
    --color-sky-500: oklch(68.3% 0.1947 239.3);
    --color-sky-600: oklch(60.8% 0.1891 242.3);
    --color-sky-700: oklch(49.9% 0.1567 243.2);
    --color-sky-800: oklch(40.1% 0.1141 236.6);
    --color-sky-900: oklch(35.2% 0.0873 228.5);
    --color-sky-950: oklch(28.7% 0.0473 229.9);
    --color-blue-50: oklch(97.0% 0.0161 250.4);
    --color-blue-100: oklch(93.1% 0.0357 251.3);
    --color-blue-200: oklch(88.1% 0.0646 249.5);
    --color-blue-300: oklch(80.7% 0.1085 246.6);
    --color-blue-400: oklch(71.2% 0.1601 249.4);
    --color-blue-500: oklch(62.4% 0.2046 255.4);
    --color-blue-600: oklch(55.0% 0.23 259.5);
    --color-blue-700: oklch(49.3% 0.2301 261.6);
    --color-blue-800: oklch(40.1% 0.1644 258.9);
    --color-blue-900: oklch(35.3% 0.0843 250.1);
    --color-blue-950: oklch(28.7% 0.0473 255.4);
    --color-indigo-50: oklch(96.2% 0.0197 270.1);
    --color-indigo-100: oklch(93.0% 0.0366 270.6);
    --color-indigo-200: oklch(87.0% 0.0678 272.1);
    --color-indigo-300: oklch(78.7% 0.1124 272.9);
    --color-indigo-400: oklch(68.4% 0.1688 275.7);
    --color-indigo-500: oklch(59.2% 0.2152 276.5);
    --color-indigo-600: oklch(52.0% 0.2406 276.9);
    --color-indigo-700: oklch(46.5% 0.2241 277.1);
    --color-indigo-800: oklch(40.6% 0.1758 279.5);
    --color-indigo-900: oklch(35.3% 0.0893 279.7);
    --color-indigo-950: oklch(29.5% 0.0524 280.8);
    --color-violet-50: oklch(97.0% 0.0177 294.9);
    --color-violet-100: oklch(94.4% 0.0313 295.9);
    --color-violet-200: oklch(89.6% 0.0601 294.4);
    --color-violet-300: oklch(81.5% 0.11 294.9);
    --color-violet-400: oklch(71.6% 0.1712 295.1);
    --color-violet-500: oklch(61.6% 0.2328 294.6);
    --color-violet-600: oklch(55.5% 0.2608 295.3);
    --color-violet-700: oklch(50.4% 0.2545 294.9);
    --color-violet-800: oklch(42.1% 0.1961 299.8);
    --color-violet-900: oklch(36.1% 0.1011 300.6);
    --color-violet-950: oklch(29.6% 0.0576 301.2);
    --color-purple-50: oklch(97.8% 0.016 311.1);
    --color-purple-100: oklch(94.8% 0.0368 309.9);
    --color-purple-200: oklch(90.5% 0.0676 309.4);
    --color-purple-300: oklch(83.2% 0.1201 309.2);
    --color-purple-400: oklch(73.1% 0.1936 308.4);
    --color-purple-500: oklch(64.0% 0.2514 306.9);
    --color-purple-600: oklch(57.3% 0.2707 305.3);
    --color-purple-700: oklch(51.0% 0.2534 304.9);
    --color-purple-800: oklch(42.5% 0.1933 310.8);
    --color-purple-900: oklch(36.2% 0.1047 311.0);
    --color-purple-950: oklch(29.5% 0.0605 310.0);
    --color-fuchsia-50: oklch(97.8% 0.0201 323.5);
    --color-fuchsia-100: oklch(95.4% 0.0415 322.3);
    --color-fuchsia-200: oklch(90.8% 0.0842 323.1);
    --color-fuchsia-300: oklch(84.2% 0.1512 324.9);
    --color-fuchsia-400: oklch(76.2% 0.2337 325.6);
    --color-fuchsia-500: oklch(68.5% 0.2889 325.5);
    --color-fuchsia-600: oklch(60.9% 0.2854 326.2);
    --color-fuchsia-700: oklch(53.4% 0.2512 327.2);
    --color-fuchsia-800: oklch(43.9% 0.2036 330.5);
    --color-fuchsia-900: oklch(36.6% 0.1213 327.3);
    --color-fuchsia-950: oklch(30.1% 0.0725 326.8);
    --color-pink-50: oklch(97.3% 0.0174 346.0);
    --color-pink-100: oklch(95.0% 0.0337 345.1);
    --color-pink-200: oklch(90.4% 0.0714 345.9);
    --color-pink-300: oklch(83.1% 0.1319 348.4);
    --color-pink-400: oklch(73.9% 0.2078 351.8);
    --color-pink-500: oklch(67.3% 0.2485 355.9);
    --color-pink-600: oklch(60.9% 0.2547 1.7);
    --color-pink-700: oklch(54.1% 0.2323 4.9);
    --color-pink-800: oklch(44.2% 0.195 2.6);
    --color-pink-900: oklch(36.7% 0.1073 352.8);
    --color-pink-950: oklch(30.0% 0.0598 350.4);
    --color-rose-50: oklch(97.3% 0.0189 0.3);
    --color-rose-100: oklch(94.5% 0.0343 1.6);
    --color-rose-200: oklch(89.8% 0.0699 2.4);
    --color-rose-300: oklch(82.5% 0.1255 3.3);
    --color-rose-400: oklch(73.0% 0.1973 7.0);
    --color-rose-500: oklch(66.0% 0.2406 11.0);
    --color-rose-600: oklch(60.1% 0.2484 13.0);
    --color-rose-700: oklch(53.1% 0.2252 14.9);
    --color-rose-800: oklch(46.2% 0.2082 14.1);
    --color-rose-900: oklch(37.6% 0.1279 7.0);
    --color-rose-950: oklch(30.4% 0.0745 2.7);
    --color-brown-50: oklch(98.0% 0.0072 70.9);
    --color-brown-100: oklch(95.3% 0.0159 70.8);
    --color-brown-200: oklch(90.3% 0.0256 70.8);
    --color-brown-300: oklch(83.8% 0.0402 70.8);
    --color-brown-400: oklch(75.0% 0.0569 70.7);
    --color-brown-500: oklch(67.1% 0.0665 69.7);
    --color-brown-600: oklch(59.7% 0.0702 70.4);
    --color-brown-700: oklch(52.1% 0.06 70.4);
    --color-brown-800: oklch(42.7% 0.0469 67.2);
    --color-brown-900: oklch(35.6% 0.0216 59.8);
    --color-brown-950: oklch(29.4% 0.0109 48.7);
    --color-stone-50: oklch(99.2% 0.0039 62.9);
    --color-stone-100: oklch(98.0% 0.0031 44.0);
    --color-stone-200: oklch(92.3% 0.0031 44.0);
    --color-stone-300: oklch(86.9% 0.0051 52.0);
    --color-stone-400: oklch(71.7% 0.0108 51.7);
    --color-stone-500: oklch(55.7% 0.0138 53.7);
    --color-stone-600: oklch(44.5% 0.011 69.5);
    --color-stone-700: oklch(37.4% 0.0101 63.2);
    --color-stone-800: oklch(26.9% 0.0078 31.1);
    --color-stone-900: oklch(21.6% 0.0073 51.4);
    --color-stone-950: oklch(14.7% 0.005 44.7);
    --color-neutral-50: oklch(98.5% 0.0 89.9);
    --color-neutral-100: oklch(97.0% 0.0 89.9);
    --color-neutral-200: oklch(92.2% 0.0 89.9);
    --color-neutral-300: oklch(87.0% 0.0 89.9);
    --color-neutral-400: oklch(71.5% 0.0 89.9);
    --color-neutral-500: oklch(55.6% 0.0 89.9);
    --color-neutral-600: oklch(43.9% 0.0 89.9);
    --color-neutral-700: oklch(37.2% 0.0 69.0);
    --color-neutral-800: oklch(26.9% 0.0 89.9);
    --color-neutral-900: oklch(20.5% 0.0 89.9);
    --color-neutral-950: oklch(14.5% 0.0 89.9);
    --color-zinc-50: oklch(98.5% 0.0 89.9);
    --color-zinc-100: oklch(92.0% 0.0044 286.3);
    --color-zinc-200: oklch(81.6% 0.0091 286.2);
    --color-zinc-300: oklch(71.2% 0.0157 286.0);
    --color-zinc-400: oklch(55.2% 0.0168 285.8);
    --color-zinc-500: oklch(42.0% 0.0162 285.7);
    --color-zinc-600: oklch(34.8% 0.0151 285.6);
    --color-zinc-700: oklch(30.1% 0.0138 293.1);
    --color-zinc-800: oklch(25.5% 0.0103 296.2);
    --color-zinc-900: oklch(20.8% 0.0109 296.0);
    --color-zinc-950: oklch(14.1% 0.0048 285.8);

    --color-black: oklch(0% 0 0 / 1.0);
    --color-white: oklch(100% 0 0 / 1.0);

    --color-gray-50: #F9FAFB;
    --color-gray-100: #F3F4F6;
    --color-gray-200: #E5E7EB;
    --color-gray-300: #D1D5DB;
    --color-gray-400: #9CA3AF;
    --color-gray-500: #6B7280;
    --color-gray-600: #4B5563;
    --color-gray-700: #374151;
    --color-gray-800: #1F2937;
    --color-gray-900: #111827;
    --color-gray-950: #030712;

    --color-slate-50: #F8FAFC;
    --color-slate-100: #F1F5F9;
    --color-slate-200: #E2E8F0;
    --color-slate-300: #CBD5E1;
    --color-slate-400: #94A3B8;
    --color-slate-500: #64748B;
    --color-slate-600: #475569;
    --color-slate-700: #334155;
    --color-slate-800: #1E293B;
    --color-slate-900: #0F172A;
    --color-slate-950: #020617;

    /* light */
    --accent-red-dark: var(--color-red-900);
    --accent-red-primary: var(--color-red-500);
    --accent-red-secondary: var(--color-red-400);
    --accent-red-tertiary: var(--color-red-200);
    --accent-red-surfacePrimary: var(--color-red-200);
    --accent-red-surfaceSecondary: var(--color-red-100);
    --accent-red-onSurface: var(--color-red-900);

    --accent-orange-dark: var(--color-orange-900);
    --accent-orange-primary: var(--color-orange-500);
    --accent-orange-secondary: var(--color-orange-400);
    --accent-orange-tertiary: var(--color-orange-200);
    --accent-orange-surfacePrimary: var(--color-orange-200);
    --accent-orange-surfaceSecondary: var(--color-orange-100);
    --accent-orange-onSurface: var(--color-orange-900);

    --accent-amber-dark: var(--color-amber-900);
    --accent-amber-primary: var(--color-amber-500);
    --accent-amber-secondary: var(--color-amber-400);
    --accent-amber-tertiary: var(--color-amber-200);
    --accent-amber-surfacePrimary: var(--color-amber-200);
    --accent-amber-surfaceSecondary: var(--color-amber-100);
    --accent-amber-onSurface: var(--color-amber-900);

    --accent-yellow-dark: var(--color-yellow-900);
    --accent-yellow-primary: var(--color-yellow-500);
    --accent-yellow-secondary: var(--color-yellow-400);
    --accent-yellow-tertiary: var(--color-yellow-200);
    --accent-yellow-surfacePrimary: var(--color-yellow-200);
    --accent-yellow-surfaceSecondary: var(--color-yellow-100);
    --accent-yellow-onSurface: var(--color-yellow-900);

    --accent-olive-dark: var(--color-olive-900);
    --accent-olive-primary: var(--color-olive-500);
    --accent-olive-secondary: var(--color-olive-400);
    --accent-olive-tertiary: var(--color-olive-200);
    --accent-olive-surfacePrimary: var(--color-olive-200);
    --accent-olive-surfaceSecondary: var(--color-olive-100);
    --accent-olive-onSurface: var(--color-olive-900);

    --accent-lime-dark: var(--color-lime-900);
    --accent-lime-primary: var(--color-lime-500);
    --accent-lime-secondary: var(--color-lime-400);
    --accent-lime-tertiary: var(--color-lime-200);
    --accent-lime-surfacePrimary: var(--color-lime-200);
    --accent-lime-surfaceSecondary: var(--color-lime-100);
    --accent-lime-onSurface: var(--color-lime-900);

    --accent-green-dark: var(--color-green-900);
    --accent-green-primary: var(--color-green-500);
    --accent-green-secondary: var(--color-green-400);
    --accent-green-tertiary: var(--color-green-200);
    --accent-green-surfacePrimary: var(--color-green-200);
    --accent-green-surfaceSecondary: var(--color-green-100);
    --accent-green-onSurface: var(--color-green-900);

    --accent-emerald-dark: var(--color-emerald-900);
    --accent-emerald-primary: var(--color-emerald-500);
    --accent-emerald-secondary: var(--color-emerald-400);
    --accent-emerald-tertiary: var(--color-emerald-200);
    --accent-emerald-surfacePrimary: var(--color-emerald-200);
    --accent-emerald-surfaceSecondary: var(--color-emerald-100);
    --accent-emerald-onSurface: var(--color-emerald-900);

    --accent-teal-dark: var(--color-teal-900);
    --accent-teal-primary: var(--color-teal-500);
    --accent-teal-secondary: var(--color-teal-400);
    --accent-teal-tertiary: var(--color-teal-200);
    --accent-teal-surfacePrimary: var(--color-teal-200);
    --accent-teal-surfaceSecondary: var(--color-teal-100);
    --accent-teal-onSurface: var(--color-teal-900);

    --accent-cyan-dark: var(--color-cyan-900);
    --accent-cyan-primary: var(--color-cyan-500);
    --accent-cyan-secondary: var(--color-cyan-400);
    --accent-cyan-tertiary: var(--color-cyan-200);
    --accent-cyan-surfacePrimary: var(--color-cyan-200);
    --accent-cyan-surfaceSecondary: var(--color-cyan-100);
    --accent-cyan-onSurface: var(--color-cyan-900);

    --accent-sky-dark: var(--color-sky-900);
    --accent-sky-primary: var(--color-sky-600);
    --accent-sky-secondary: var(--color-sky-400);
    --accent-sky-tertiary: var(--color-sky-200);
    --accent-sky-surfacePrimary: var(--color-sky-200);
    --accent-sky-surfaceSecondary: var(--color-sky-100);
    --accent-sky-onSurface: var(--color-sky-900);

    --accent-blue-dark: var(--color-blue-900);
    --accent-blue-primary: var(--color-blue-500);
    --accent-blue-secondary: var(--color-blue-400);
    --accent-blue-tertiary: var(--color-blue-200);
    --accent-blue-surfacePrimary: var(--color-blue-200);
    --accent-blue-surfaceSecondary: var(--color-blue-100);
    --accent-blue-onSurface: var(--color-blue-900);

    --accent-indigo-dark: var(--color-indigo-900);
    --accent-indigo-primary: var(--color-indigo-500);
    --accent-indigo-secondary: var(--color-indigo-400);
    --accent-indigo-tertiary: var(--color-indigo-200);
    --accent-indigo-surfacePrimary: var(--color-indigo-200);
    --accent-indigo-surfaceSecondary: var(--color-indigo-100);
    --accent-indigo-onSurface: var(--color-indigo-900);

    --accent-violet-dark: var(--color-violet-900);
    --accent-violet-primary: var(--color-violet-500);
    --accent-violet-secondary: var(--color-violet-400);
    --accent-violet-tertiary: var(--color-violet-200);
    --accent-violet-surfacePrimary: var(--color-violet-200);
    --accent-violet-surfaceSecondary: var(--color-violet-100);
    --accent-violet-onSurface: var(--color-violet-900);

    --accent-purple-dark: var(--color-purple-900);
    --accent-purple-primary: var(--color-purple-500);
    --accent-purple-secondary: var(--color-purple-400);
    --accent-purple-tertiary: var(--color-purple-200);
    --accent-purple-surfacePrimary: var(--color-purple-200);
    --accent-purple-surfaceSecondary: var(--color-purple-100);
    --accent-purple-onSurface: var(--color-purple-900);

    --accent-fuchsia-dark: var(--color-fuchsia-900);
    --accent-fuchsia-primary: var(--color-fuchsia-500);
    --accent-fuchsia-secondary: var(--color-fuchsia-400);
    --accent-fuchsia-tertiary: var(--color-fuchsia-200);
    --accent-fuchsia-surfacePrimary: var(--color-fuchsia-200);
    --accent-fuchsia-surfaceSecondary: var(--color-fuchsia-100);
    --accent-fuchsia-onSurface: var(--color-fuchsia-900);

    --accent-pink-dark: var(--color-pink-900);
    --accent-pink-primary: var(--color-pink-500);
    --accent-pink-secondary: var(--color-pink-400);
    --accent-pink-tertiary: var(--color-pink-200);
    --accent-pink-surfacePrimary: var(--color-pink-200);
    --accent-pink-surfaceSecondary: var(--color-pink-100);
    --accent-pink-onSurface: var(--color-pink-900);

    --accent-rose-dark: var(--color-rose-900);
    --accent-rose-primary: var(--color-rose-500);
    --accent-rose-secondary: var(--color-rose-400);
    --accent-rose-tertiary: var(--color-rose-200);
    --accent-rose-surfacePrimary: var(--color-rose-200);
    --accent-rose-surfaceSecondary: var(--color-rose-100);
    --accent-rose-onSurface: var(--color-rose-900);

    --accent-brown-dark: var(--color-brown-900);
    --accent-brown-primary: var(--color-brown-500);
    --accent-brown-secondary: var(--color-brown-400);
    --accent-brown-tertiary: var(--color-brown-200);
    --accent-brown-surfacePrimary: var(--color-brown-200);
    --accent-brown-surfaceSecondary: var(--color-brown-100);
    --accent-brown-onSurface: var(--color-brown-900);

    --accent-gray-dark: var(--color-neutral-800);
    --accent-gray-primary: var(--color-neutral-500);
    --accent-gray-secondary: var(--color-neutral-400);
    --accent-gray-tertiary: var(--color-neutral-200);
    --accent-gray-surfacePrimary: var(--color-neutral-200);
    --accent-gray-surfaceSecondary: var(--color-neutral-100);
    --accent-gray-onSurface: var(--color-neutral-800);

    --background-primary: var(--color-stone-100);
    --background-secondary: var(--color-stone-50);
    --background-tertiary: var(--color-white);
    --background-quaternary: var(--color-white);

    --border-primary: oklch(from var(--color-neutral-900) l c h / 20%);
    --border-secondary: oklch(from var(--color-neutral-900) l c h / 8%);
    --border-tertiary: oklch(from var(--color-neutral-900) l c h / 8%);

    --fill-primary: oklch(from var(--color-zinc-400) l c h / 20%);
    --fill-secondary: oklch(from var(--color-zinc-400) l c h / 16%);
    --fill-tertiary: oklch(from var(--color-zinc-400) l c h / 12%);
    --fill-quaternary: oklch(from var(--color-zinc-400) l c h / 8%);

    --label-primary: var(--color-neutral-900);
    --label-secondary: oklch(from var(--color-neutral-700) l c h / 75%);
    --label-tertiary: oklch(from var(--color-neutral-700) l c h / 50%);
    --label-quaternary: oklch(from var(--color-neutral-700) l c h / 30%);
  }

  .dark {
    --accent-red-dark: var(--color-red-900);
    --accent-red-primary: var(--color-red-500);
    --accent-red-secondary: var(--color-red-400);
    --accent-red-tertiary: var(--color-red-300);
    --accent-red-surfacePrimary: oklch(from var(--color-red-500) l c h / 25%);
    --accent-red-surfaceSecondary: oklch(from var(--color-red-500) l c h / 15%);
    --accent-red-onSurface: var(--color-red-100);

    --accent-orange-dark: var(--color-orange-900);
    --accent-orange-primary: var(--color-orange-500);
    --accent-orange-secondary: var(--color-orange-400);
    --accent-orange-tertiary: var(--color-orange-300);
    --accent-orange-surfacePrimary: oklch(from var(--color-orange-500) l c h / 25%);
    --accent-orange-surfaceSecondary: oklch(from var(--color-orange-500) l c h / 15%);
    --accent-orange-onSurface: var(--color-orange-100);

    --accent-amber-dark: var(--color-amber-900);
    --accent-amber-primary: var(--color-amber-500);
    --accent-amber-secondary: var(--color-amber-400);
    --accent-amber-tertiary: var(--color-amber-300);
    --accent-amber-surfacePrimary: oklch(from var(--color-amber-500) l c h / 25%);
    --accent-amber-surfaceSecondary: oklch(from var(--color-amber-500) l c h / 15%);
    --accent-amber-onSurface: var(--color-amber-100);

    --accent-yellow-dark: var(--color-yellow-900);
    --accent-yellow-primary: var(--color-yellow-500);
    --accent-yellow-secondary: var(--color-yellow-400);
    --accent-yellow-tertiary: var(--color-yellow-300);
    --accent-yellow-surfacePrimary: oklch(from var(--color-yellow-500) l c h / 25%);
    --accent-yellow-surfaceSecondary: oklch(from var(--color-yellow-500) l c h / 15%);
    --accent-yellow-onSurface: var(--color-yellow-100);

    --accent-olive-dark: var(--color-olive-900);
    --accent-olive-primary: var(--color-olive-500);
    --accent-olive-secondary: var(--color-olive-400);
    --accent-olive-tertiary: var(--color-olive-300);
    --accent-olive-surfacePrimary: oklch(from var(--color-olive-500) l c h / 25%);
    --accent-olive-surfaceSecondary: oklch(from var(--color-olive-500) l c h / 15%);
    --accent-olive-onSurface: var(--color-olive-100);

    --accent-lime-dark: var(--color-lime-900);
    --accent-lime-primary: var(--color-lime-500);
    --accent-lime-secondary: var(--color-lime-400);
    --accent-lime-tertiary: var(--color-lime-300);
    --accent-lime-surfacePrimary: oklch(from var(--color-lime-500) l c h / 25%);
    --accent-lime-surfaceSecondary: oklch(from var(--color-lime-500) l c h / 15%);
    --accent-lime-onSurface: var(--color-lime-100);

    --accent-green-dark: var(--color-green-900);
    --accent-green-primary: var(--color-green-500);
    --accent-green-secondary: var(--color-green-400);
    --accent-green-tertiary: var(--color-green-300);
    --accent-green-surfacePrimary: oklch(from var(--color-green-500) l c h / 25%);
    --accent-green-surfaceSecondary: oklch(from var(--color-green-500) l c h / 15%);
    --accent-green-onSurface: var(--color-green-100);

    --accent-emerald-dark: var(--color-emerald-900);
    --accent-emerald-primary: var(--color-emerald-500);
    --accent-emerald-secondary: var(--color-emerald-400);
    --accent-emerald-tertiary: var(--color-emerald-300);
    --accent-emerald-surfacePrimary: oklch(from var(--color-emerald-500) l c h / 25%);
    --accent-emerald-surfaceSecondary: oklch(from var(--color-emerald-500) l c h / 15%);
    --accent-emerald-onSurface: var(--color-emerald-100);

    --accent-teal-dark: var(--color-teal-900);
    --accent-teal-primary: var(--color-teal-500);
    --accent-teal-secondary: var(--color-teal-400);
    --accent-teal-tertiary: var(--color-teal-300);
    --accent-teal-surfacePrimary: oklch(from var(--color-teal-500) l c h / 25%);
    --accent-teal-surfaceSecondary: oklch(from var(--color-teal-500) l c h / 15%);
    --accent-teal-onSurface: var(--color-teal-100);

    --accent-cyan-dark: var(--color-cyan-900);
    --accent-cyan-primary: var(--color-cyan-500);
    --accent-cyan-secondary: var(--color-cyan-400);
    --accent-cyan-tertiary: var(--color-cyan-300);
    --accent-cyan-surfacePrimary: oklch(from var(--color-cyan-500) l c h / 25%);
    --accent-cyan-surfaceSecondary: oklch(from var(--color-cyan-500) l c h / 15%);
    --accent-cyan-onSurface: var(--color-cyan-100);

    --accent-sky-dark: var(--color-sky-900);
    --accent-sky-primary: var(--color-sky-600);
    --accent-sky-secondary: var(--color-sky-400);
    --accent-sky-tertiary: var(--color-sky-300);
    --accent-sky-surfacePrimary: oklch(from var(--color-sky-500) l c h / 25%);
    --accent-sky-surfaceSecondary: oklch(from var(--color-sky-500) l c h / 15%);
    --accent-sky-onSurface: var(--color-sky-100);

    --accent-blue-dark: var(--color-blue-900);
    --accent-blue-primary: var(--color-blue-500);
    --accent-blue-secondary: var(--color-blue-400);
    --accent-blue-tertiary: var(--color-blue-300);
    --accent-blue-surfacePrimary: oklch(from var(--color-blue-500) l c h / 25%);
    --accent-blue-surfaceSecondary: oklch(from var(--color-blue-500) l c h / 15%);
    --accent-blue-onSurface: var(--color-blue-100);

    --accent-indigo-dark: var(--color-indigo-900);
    --accent-indigo-primary: var(--color-indigo-500);
    --accent-indigo-secondary: var(--color-indigo-400);
    --accent-indigo-tertiary: var(--color-indigo-300);
    --accent-indigo-surfacePrimary: oklch(from var(--color-indigo-500) l c h / 25%);
    --accent-indigo-surfaceSecondary: oklch(from var(--color-indigo-500) l c h / 15%);
    --accent-indigo-onSurface: var(--color-indigo-100);

    --accent-violet-dark: var(--color-violet-900);
    --accent-violet-primary: var(--color-violet-500);
    --accent-violet-secondary: var(--color-violet-400);
    --accent-violet-tertiary: var(--color-violet-300);
    --accent-violet-surfacePrimary: oklch(from var(--color-violet-500) l c h / 25%);
    --accent-violet-surfaceSecondary: oklch(from var(--color-violet-500) l c h / 15%);
    --accent-violet-onSurface: var(--color-violet-100);

    --accent-purple-dark: var(--color-purple-900);
    --accent-purple-primary: var(--color-purple-500);
    --accent-purple-secondary: var(--color-purple-400);
    --accent-purple-tertiary: var(--color-purple-300);
    --accent-purple-surfacePrimary: oklch(from var(--color-purple-500) l c h / 25%);
    --accent-purple-surfaceSecondary: oklch(from var(--color-purple-500) l c h / 15%);
    --accent-purple-onSurface: var(--color-purple-100);

    --accent-fuchsia-dark: var(--color-fuchsia-900);
    --accent-fuchsia-primary: var(--color-fuchsia-500);
    --accent-fuchsia-secondary: var(--color-fuchsia-400);
    --accent-fuchsia-tertiary: var(--color-fuchsia-300);
    --accent-fuchsia-surfacePrimary: oklch(from var(--color-fuchsia-500) l c h / 25%);
    --accent-fuchsia-surfaceSecondary: oklch(from var(--color-fuchsia-500) l c h / 15%);
    --accent-fuchsia-onSurface: var(--color-fuchsia-100);

    --accent-pink-dark: var(--color-pink-900);
    --accent-pink-primary: var(--color-pink-500);
    --accent-pink-secondary: var(--color-pink-400);
    --accent-pink-tertiary: var(--color-pink-300);
    --accent-pink-surfacePrimary: oklch(from var(--color-pink-500) l c h / 25%);
    --accent-pink-surfaceSecondary: oklch(from var(--color-pink-500) l c h / 15%);
    --accent-pink-onSurface: var(--color-pink-100);

    --accent-rose-dark: var(--color-rose-900);
    --accent-rose-primary: var(--color-rose-500);
    --accent-rose-secondary: var(--color-rose-400);
    --accent-rose-tertiary: var(--color-rose-300);
    --accent-rose-surfacePrimary: oklch(from var(--color-rose-500) l c h / 25%);
    --accent-rose-surfaceSecondary: oklch(from var(--color-rose-500) l c h / 15%);
    --accent-rose-onSurface: var(--color-rose-100);

    --accent-brown-dark: var(--color-brown-900);
    --accent-brown-primary: var(--color-brown-500);
    --accent-brown-secondary: var(--color-brown-400);
    --accent-brown-tertiary: var(--color-brown-300);
    --accent-brown-surfacePrimary: oklch(from var(--color-brown-500) l c h / 25%);
    --accent-brown-surfaceSecondary: oklch(from var(--color-brown-500) l c h / 15%);
    --accent-brown-onSurface: var(--color-brown-100);

    --accent-gray-dark: var(--color-neutral-800);
    --accent-gray-primary: var(--color-neutral-500);
    --accent-gray-secondary: var(--color-neutral-400);
    --accent-gray-tertiary: var(--color-neutral-300);
    --accent-gray-surfacePrimary: oklch(from var(--color-gray-500) l c h / 25%);
    --accent-gray-surfaceSecondary: oklch(from var(--color-gray-500) l c h / 15%);
    --accent-gray-onSurface: var(--color-neutral-100);

    --background-primary: var(--color-zinc-900);
    --background-secondary: var(--color-zinc-900);
    --background-tertiary: var(--color-zinc-800);
    --background-quaternary: var(--color-zinc-700);

    --border-primary: oklch(from var(--color-neutral-600) l c h / 60%);
    --border-secondary: oklch(from var(--color-neutral-600) l c h / 25%);
    --border-tertiary: oklch(from var(--color-black) l c h / 90%);

    --fill-primary: oklch(from var(--color-zinc-400) l c h / 36%);
    --fill-secondary: oklch(from var(--color-zinc-400) l c h / 32%);
    --fill-tertiary: oklch(from var(--color-zinc-400) l c h / 24%);
    --fill-quaternary: oklch(from var(--color-zinc-400) l c h / 18%);

    --label-primary: var(--color-white);
    --label-secondary: oklch(from var(--color-zinc-200) l c h / 60%);
    --label-tertiary: oklch(from var(--color-zinc-200) l c h / 40%);
    --label-quaternary: oklch(from var(--color-zinc-200) l c h / 20%);
  }
}
.resizable-textarea {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: grid;
}
.resizable-textarea::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";

  /* This is how textarea text behaves */
  white-space: pre-wrap;

  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}
.resizable-textarea > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;
  outline: 2px solid transparent;
  outline-offset: 2px;

  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}
.resizable-textarea > textarea,
.resizable-textarea::after {
  /* Identical styling required!! */
  /* border: 1px solid black; */
  /* padding: 0.5rem; */
  /* font: inherit; */

  /* Place on top of each other */
  grid-area: 1 / 1 / 2 / 2;
}
.rangeslider {
  visibility: hidden;
  position: relative;
  display: block;
  height: 1.25rem;
  width: 100%;
  cursor: pointer;
}
input[type="range"]:focus+.rangeslider .rangeslider__handle {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.rangeslider__fill,
.rangeslider__fill__bg {
  position: absolute;
  top: 50%;
  display: block;
  height: 0.5rem;
  --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));
  border-radius: 9999px;
}
.rangeslider__handle {
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--border-secondary);
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rangeslider__handle:hover {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
}
.rangeslider__fill__bg {
  width: 100%;
  background-color: var(--fill-tertiary);
}
.rangeslider__fill {
  background-color: var(--accent-red-primary);
  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: 200ms;
}
.rangeslider--disabled {
  opacity: 0.4;
}
.color-overlay {
  position: relative;
  overflow: hidden;
}
.color-overlay::after {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #ff0200 -9.93deg, #ff0000 4.09deg, #ffa800 40.28deg, #ebff00 73.38deg, #24ff00 116.22deg, #00f0ff 150.26deg, #00fff0 183.69deg, #0066ff 224.55deg, #ad00ff 268.49deg, #ff00a8 310.68deg, #ff0200 350.07deg, #ff0000 364.09deg);
  filter: saturate(2) blur(10px);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150%;
  opacity: 0;
  transform: translate(
  calc(calc(var(--coord-x)/1.5) * 1px), 
  calc(calc(var(--coord-y)/1.0) * -1px));
  transition: opacity .15s ease-in-out;
  will-change: filter;
  mix-blend-mode: overlay;
  z-index: 0;
}
.color-overlay:hover::after {
  opacity: .5;
}
.org-chart-card__parent-link:before {
  position: absolute;
  left: calc(50% - 1px);
  border-left-width: 1px;
  border-color: var(--border-secondary);
  --tw-content: '';
  content: var(--tw-content);
}
.org-chart-card__parent-link-middle:before {
  top: -25px;
  height: 25px;
}
.org-chart-card__parent-link-middle-single:before {
  top: -26px;
  height: 26px;
}
.org-chart-card__parent-link-first:before {
  top: -26px;
  height: 26px;
  width: calc(50% + 21px);
  border-top-left-radius: 25px;
  border-top-width: 1px;
}
.org-chart-card__parent-link-last:before {
  top: -26px;
  left: unset;
  right: calc(50% - 1px);
  height: 26px;
  width: calc(50% + 21px);
  border-top-right-radius: 25px;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
}
.org-chart-card__parent-link-top-line:after {
  position: absolute;
  left: -1.25rem;
  top: -26px;
  height: 1px;
  width: calc(100% + 40px);
  border-top-width: 1px;
  border-color: var(--border-secondary);
  --tw-content: '';
  content: var(--tw-content);
}
:root{--rx-font-ui:-apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;--rx-font-ui-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--rx-rounded-sm:3px;--rx-rounded-md:6px;--rx-rounded-lg:9px;--rx-rounded-xl:12px;--rx-rounded-circle:99px;--rx-level-control:3;--rx-level-toolbar:4;--rx-level-tooltip:99;--rx-level-popup:100;--rx-outset-md:28px;--rx-toolbar-height:38px;--rx-toolbar-padding:2px;--rx-toolbar-button-width:34px;--rx-toolbar-button-height:34px;--rx-toolbar-icon-size:20px;--rx-fg-heading:#111112;--rx-fg-text:rgba(17, 17, 18, 0.9);--rx-fg-subtle:rgba(17, 17, 18, 0.6);--rx-fg-placeholder:rgba(17, 17, 18, 0.5);--rx-bg-body:#ffffff;--rx-bg-source:#232324;--rx-bg-input:#ffffff;--rx-bg-input-shaded:rgba(17, 17, 18, 0.03);--rx-bg-input-disabled:rgba(17, 17, 18, 0.03);--rx-bg-base:#ffffff;--rx-bg-toolbar:rgba(255, 255, 255, 0.97);--rx-bg-toolbar-raised:rgba(255, 255, 255, 0.97);--rx-bg-raised:#ffffff;--rx-bg-overlay:#ffffff;--rx-bg-control:#ffffff;--rx-bg-control-inverted:#19191A;--rx-bg-aluminum:#F1F1F1;--rx-bg-silver:#E6E6E6;--rx-bg-platinum:#CCCCCC;--rx-border-input:rgba(17, 17, 18, 0.15);--rx-border-focus:#73AEFF;--rx-fg-dark-accent:#111112;--rx-fg-dark-text:rgba(17, 17, 18, 0.8);--rx-fg-dark-subtle:rgba(17, 17, 18, 0.6);--rx-fg-dark-minimal:rgba(17, 17, 18, 0.5);--rx-fg-dark-dimmed:rgba(17, 17, 18, 0.4);--rx-bg-dark-dimmed:rgba(17, 17, 18, 0.03);--rx-bg-dark-minimal:rgba(17, 17, 18, 0.05);--rx-bg-dark-subtle:rgba(17, 17, 18, 0.07);--rx-bg-dark-medium:rgba(17, 17, 18, 0.1);--rx-bg-dark-strong:rgba(17, 17, 18, 0.2);--rx-bg-dark-emphasis:rgba(17, 17, 18, 0.25);--rx-bg-dark-accent:#111112;--rx-bg-dark-accent-hover:rgba(17, 17, 18, 0.8);--rx-border-dark-dimmed:rgba(17, 17, 18, 0.05);--rx-border-dark-minimal:rgba(17, 17, 18, 0.07);--rx-border-dark-subtle:rgba(17, 17, 18, 0.1);--rx-border-dark-medium:rgba(17, 17, 18, 0.15);--rx-border-dark-strong:rgba(17, 17, 18, 0.2);--rx-border-dark-emphasis:rgba(17, 17, 18, 0.3);--rx-border-dark-accent:#111112;--rx-fg-light-accent:#ffffff;--rx-fg-light-text:rgba(255, 255, 255, 0.8);--rx-fg-light-subtle:rgba(255, 255, 255, 0.6);--rx-fg-light-minimal:rgba(255, 255, 255, 0.5);--rx-fg-light-dimmed:rgba(255, 255, 255, 0.4);--rx-bg-light-dimmed:rgba(255, 255, 255, 0.03);--rx-bg-light-minimal:rgba(255, 255, 255, 0.05);--rx-bg-light-subtle:rgba(255, 255, 255, 0.07);--rx-bg-light-medium:rgba(255, 255, 255, 0.1);--rx-bg-light-strong:rgba(255, 255, 255, 0.2);--rx-bg-light-emphasis:rgba(255, 255, 255, 0.25);--rx-bg-light-accent:#ffffff;--rx-bg-light-accent-hover:rgba(255, 255, 255, 0.8);--rx-border-light-dimmed:rgba(255, 255, 255, 0.05);--rx-border-light-minimal:rgba(255, 255, 255, 0.07);--rx-border-light-subtle:rgba(255, 255, 255, 0.1);--rx-border-light-medium:rgba(255, 255, 255, 0.15);--rx-border-light-strong:rgba(255, 255, 255, 0.2);--rx-border-light-emphasis:rgba(255, 255, 255, 0.3);--rx-border-light-accent:#ffffff;--rx-fg-black-accent:#111112;--rx-fg-black-text:rgba(17, 17, 18, 0.8);--rx-fg-black-subtle:rgba(17, 17, 18, 0.6);--rx-fg-black-minimal:rgba(17, 17, 18, 0.5);--rx-fg-black-dimmed:rgba(17, 17, 18, 0.4);--rx-bg-black-dimmed:rgba(17, 17, 18, 0.03);--rx-bg-black-minimal:rgba(17, 17, 18, 0.05);--rx-bg-black-subtle:rgba(17, 17, 18, 0.07);--rx-bg-black-medium:rgba(17, 17, 18, 0.1);--rx-bg-black-strong:rgba(17, 17, 18, 0.2);--rx-bg-black-emphasis:rgba(17, 17, 18, 0.25);--rx-bg-black-accent:#111112;--rx-bg-black-accent-hover:rgba(17, 17, 18, 0.8);--rx-border-black-dimmed:rgba(17, 17, 18, 0.05);--rx-border-black-minimal:rgba(17, 17, 18, 0.07);--rx-border-black-subtle:rgba(17, 17, 18, 0.1);--rx-border-black-medium:rgba(17, 17, 18, 0.15);--rx-border-black-strong:rgba(17, 17, 18, 0.2);--rx-border-black-emphasis:rgba(17, 17, 18, 0.3);--rx-border-black-accent:#111112;--rx-fg-white-accent:#ffffff;--rx-fg-white-text:rgba(255, 255, 255, 0.8);--rx-fg-white-subtle:rgba(255, 255, 255, 0.6);--rx-fg-white-minimal:rgba(255, 255, 255, 0.5);--rx-fg-white-dimmed:rgba(255, 255, 255, 0.4);--rx-bg-white-dimmed:rgba(255, 255, 255, 0.03);--rx-bg-white-minimal:rgba(255, 255, 255, 0.05);--rx-bg-white-subtle:rgba(255, 255, 255, 0.07);--rx-bg-white-medium:rgba(255, 255, 255, 0.1);--rx-bg-white-strong:rgba(255, 255, 255, 0.2);--rx-bg-white-emphasis:rgba(255, 255, 255, 0.25);--rx-bg-white-accent:#ffffff;--rx-bg-white-accent-hover:rgba(255, 255, 255, 0.8);--rx-border-white-dimmed:rgba(255, 255, 255, 0.05);--rx-border-white-minimal:rgba(255, 255, 255, 0.07);--rx-border-white-subtle:rgba(255, 255, 255, 0.1);--rx-border-white-medium:rgba(255, 255, 255, 0.15);--rx-border-white-strong:rgba(255, 255, 255, 0.2);--rx-border-white-emphasis:rgba(255, 255, 255, 0.3);--rx-border-white-accent:#ffffff;--rx-fg-primary-accent:#046BFB;--rx-fg-primary-static:#046BFB;--rx-bg-primary-dimmed:rgba(115, 174, 255, 0.05);--rx-bg-primary-minimal:rgba(115, 174, 255, 0.1);--rx-bg-primary-subtle:rgba(115, 174, 255, 0.15);--rx-bg-primary-medium:rgba(115, 174, 255, 0.25);--rx-bg-primary-strong:rgba(115, 174, 255, 0.35);--rx-bg-primary-emphasis:rgba(115, 174, 255, 0.45);--rx-bg-primary-accent:#046BFB;--rx-bg-primary-accent-hover:rgba(4, 107, 251, 0.8);--rx-bg-primary-static:#046BFB;--rx-border-primary-dimmed:rgba(115, 174, 255, 0.1);--rx-border-primary-minimal:rgba(115, 174, 255, 0.15);--rx-border-primary-subtle:rgba(115, 174, 255, 0.25);--rx-border-primary-medium:rgba(115, 174, 255, 0.35);--rx-border-primary-strong:rgba(115, 174, 255, 0.6);--rx-border-primary-emphasis:rgba(115, 174, 255, 0.8);--rx-border-primary-accent:#046BFB;--rx-border-primary-static:#046BFB;--rx-fg-negative-accent:#DD0548;--rx-fg-negative-static:#DD0548;--rx-fg-negative-light:#FF6393;--rx-bg-negative-dimmed:rgba(255, 99, 147, 0.05);--rx-bg-negative-minimal:rgba(255, 99, 147, 0.1);--rx-bg-negative-subtle:rgba(255, 99, 147, 0.15);--rx-bg-negative-medium:rgba(255, 99, 147, 0.25);--rx-bg-negative-strong:rgba(255, 99, 147, 0.35);--rx-bg-negative-emphasis:rgba(255, 99, 147, 0.45);--rx-bg-negative-accent:#DD0548;--rx-bg-negative-accent-hover:rgba(221, 5, 72, 0.8);--rx-bg-negative-static:#DD0548;--rx-border-negative-dimmed:rgba(255, 99, 147, 0.1);--rx-border-negative-minimal:rgba(255, 99, 147, 0.15);--rx-border-negative-subtle:rgba(255, 99, 147, 0.25);--rx-border-negative-medium:rgba(255, 99, 147, 0.35);--rx-border-negative-strong:rgba(255, 99, 147, 0.6);--rx-border-negative-emphasis:rgba(255, 99, 147, 0.8);--rx-border-negative-accent:#DD0548;--rx-border-negative-static:#DD0548;--rx-link-color:#046BFB;--rx-link-hover-color:#111112;--rx-link-dark-color:#111112;--rx-link-dark-hover-color:rgba(17, 17, 18, 0.6);--rx-link-dark-subtle-color:rgba(17, 17, 18, 0.6);--rx-link-dark-subtle-hover-color:#111112;--rx-shadow-modal:0 0 1px rgba(17, 17, 18, 0.25),0 5px 10px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05),0 20px 40px rgba(17, 17, 18, 0.05),0 40px 80px rgba(17, 17, 18, 0.05);--rx-shadow-dropdown:0 0 1px rgba(17, 17, 18, 0.25),0 1px 2px rgba(17, 17, 18, 0.05),0 3px 6px rgba(17, 17, 18, 0.05),0 2px 4px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05);--rx-shadow-toolbar-raised:0 1px 3px rgba(17, 17, 18, 0.15),0 1px 2px rgba(17, 17, 18, 0.06);--rx-shadow-reorder:0 15px 30px rgba(17, 17, 18, 0.3);--rx-shadow-inner:inset 0 1px 1px rgba(17, 17, 18, 0.15);--rx-shadow-sm:0 1px 3px rgba(17, 17, 18, 0.15);--rx-shadow-md:0 1px 2px rgba(17, 17, 18, 0.05),0 3px 6px rgba(17, 17, 18, 0.05),0 2px 4px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05);--rx-shadow-lg:0 5px 10px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05),0 20px 40px rgba(17, 17, 18, 0.05),0 40px 80px rgba(17, 17, 18, 0.05);--rx-shadow-sm-border:0 0 1px rgba(17, 17, 18, 0.25),0 1px 3px rgba(17, 17, 18, 0.15);--rx-shadow-md-border:0 0 1px rgba(17, 17, 18, 0.25),0 1px 2px rgba(17, 17, 18, 0.05),0 3px 6px rgba(17, 17, 18, 0.05),0 2px 4px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05);--rx-shadow-lg-border:0 0 1px rgba(17, 17, 18, 0.25),0 5px 10px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05),0 20px 40px rgba(17, 17, 18, 0.05),0 40px 80px rgba(17, 17, 18, 0.05)}
[rx-data-theme=dark]{--rx-fg-heading:rgba(255, 255, 255, 0.85);--rx-fg-text:rgba(255, 255, 255, 0.8);--rx-fg-subtle:rgba(255, 255, 255, 0.6);--rx-fg-placeholder:rgba(255, 255, 255, 0.5);--rx-bg-body:#111112;--rx-bg-input:#232324;--rx-bg-input-shaded:rgba(255, 255, 255, 0.05);--rx-bg-input-disabled:rgba(255, 255, 255, 0.05);--rx-bg-base:#111112;--rx-bg-raised:#19191A;--rx-bg-toolbar:rgba(25, 25, 26, 0.97);--rx-bg-toolbar-raised:rgba(25, 25, 26, 0.97);--rx-bg-overlay:#19191A;--rx-bg-control:#111112;--rx-bg-aluminum:#19191A;--rx-bg-silver:#232324;--rx-bg-platinum:#333334;--rx-border-input:rgba(255, 255, 255, 0.15);--rx-border-focus:#73AEFF;--rx-fg-dark-accent:rgba(255, 255, 255, 0.8);--rx-fg-dark-text:rgba(255, 255, 255, 0.8);--rx-fg-dark-subtle:rgba(255, 255, 255, 0.6);--rx-fg-dark-minimal:rgba(255, 255, 255, 0.5);--rx-fg-dark-dimmed:rgba(255, 255, 255, 0.4);--rx-bg-dark-dimmed:rgba(255, 255, 255, 0.03);--rx-bg-dark-minimal:rgba(255, 255, 255, 0.05);--rx-bg-dark-subtle:rgba(255, 255, 255, 0.07);--rx-bg-dark-medium:rgba(255, 255, 255, 0.1);--rx-bg-dark-strong:rgba(255, 255, 255, 0.2);--rx-bg-dark-emphasis:rgba(255, 255, 255, 0.25);--rx-bg-dark-accent:#CCCCCC;--rx-bg-dark-accent-hover:white;--rx-border-dark-dimmed:rgba(255, 255, 255, 0.05);--rx-border-dark-minimal:rgba(255, 255, 255, 0.07);--rx-border-dark-subtle:rgba(255, 255, 255, 0.1);--rx-border-dark-medium:rgba(255, 255, 255, 0.15);--rx-border-dark-strong:rgba(255, 255, 255, 0.2);--rx-border-dark-emphasis:rgba(255, 255, 255, 0.3);--rx-border-dark-accent:#ffffff;--rx-fg-light-accent:rgba(17, 17, 18, 0.8);--rx-fg-light-text:rgba(17, 17, 18, 0.8);--rx-fg-light-subtle:rgba(17, 17, 18, 0.6);--rx-fg-light-minimal:rgba(17, 17, 18, 0.5);--rx-fg-light-dimmed:rgba(17, 17, 18, 0.4);--rx-bg-light-dimmed:rgba(17, 17, 18, 0.03);--rx-bg-light-minimal:rgba(17, 17, 18, 0.05);--rx-bg-light-subtle:rgba(17, 17, 18, 0.07);--rx-bg-light-medium:rgba(17, 17, 18, 0.1);--rx-bg-light-strong:rgba(17, 17, 18, 0.2);--rx-bg-light-emphasis:rgba(17, 17, 18, 0.25);--rx-bg-light-accent:rgba(17, 17, 18, 0.8);--rx-bg-light-accent-hover:#111112;--rx-border-light-dimmed:rgba(17, 17, 18, 0.05);--rx-border-light-minimal:rgba(17, 17, 18, 0.07);--rx-border-light-subtle:rgba(17, 17, 18, 0.1);--rx-border-light-medium:rgba(17, 17, 18, 0.15);--rx-border-light-strong:rgba(17, 17, 18, 0.2);--rx-border-light-emphasis:rgba(17, 17, 18, 0.3);--rx-border-light-accent:#111112;--rx-fg-primary-accent:#73AEFF;--rx-border-primary-accent:#73AEFF;--rx-fg-negative-accent:#FF6393;--rx-border-negative-accent:#FF6393;--rx-link-color:#73AEFF;--rx-link-hover-color:#ffffff;--rx-link-dark-color:#ffffff;--rx-link-dark-hover-color:rgba(255, 255, 255, 0.6);--rx-link-dark-subtle-color:rgba(255, 255, 255, 0.6);--rx-link-dark-subtle-hover-color:#ffffff;--rx-shadow-modal:0 0 1px rgba(255, 255, 255, 0.5),0 5px 10px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05),0 20px 40px rgba(17, 17, 18, 0.05),0 40px 80px rgba(17, 17, 18, 0.05);--rx-shadow-dropdown:0 0 1px rgba(255, 255, 255, 0.5),0 1px 2px rgba(17, 17, 18, 0.05),0 3px 6px rgba(17, 17, 18, 0.05),0 2px 4px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05);--rx-shadow-sm-border:0 0 1px rgba(255, 255, 255, 0.5),0 1px 3px rgba(17, 17, 18, 0.15);--rx-shadow-md-border:0 0 1px rgba(255, 255, 255, 0.5),0 1px 2px rgba(17, 17, 18, 0.05),0 3px 6px rgba(17, 17, 18, 0.05),0 2px 4px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05);--rx-shadow-lg-border:0 0 1px rgba(255, 255, 255, 0.5),0 5px 10px rgba(17, 17, 18, 0.05),0 10px 20px rgba(17, 17, 18, 0.05),0 20px 40px rgba(17, 17, 18, 0.05),0 40px 80px rgba(17, 17, 18, 0.05)}
@keyframes slideUp{to{height:0;padding-top:0;padding-bottom:0;margin-bottom:0}}
@keyframes slideDown{from{height:0;padding-top:0;padding-bottom:0;margin-bottom:0}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeOut{from{opacity:1}to{opacity:0}}
@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}
.rx-container{position:relative;box-sizing:border-box}
.rx-container.rx-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;overflow-x:auto}
.rx-main-container{border-radius:var(--rx-rounded-sm);background-color:var(--rx-bg-base);border:1px solid var(--rx-border-dark-subtle)}
.rx-stop-scrolling{height:100%;overflow:hidden}
.rx-editor-frame{width:100%;height:0;border:none;background-color:var(--rx-bg-base);margin-left:auto;margin-right:auto;display:block}
.rx-editor-container{box-sizing:border-box}
.rx-editor-disabled{opacity:.4}
.rx-editor-disabled img{filter:grayscale(1)}
.rx-editor-overlay{width:100%;height:100%;content:"";position:absolute;z-index:1;background:0 0;top:0;left:0}
.rx-toolbox-container{background:var(--rx-bg-toolbar);z-index:var(--rx-level-toolbar)}
.rx-editor-breakline address+*,.rx-editor-breakline blockquote+*,.rx-editor-breakline dl+*,.rx-editor-breakline figure+*,.rx-editor-breakline ol+*,.rx-editor-breakline p+*,.rx-editor-breakline pre+*,.rx-editor-breakline table+*,.rx-editor-breakline ul+*,.rx-editor-breakline>div+*{margin-top:0!important}
.rx-editor-breakline h1+h2,.rx-editor-breakline h2+h3,.rx-editor-breakline h3+h4,.rx-editor-breakline h4+h5,.rx-editor-breakline h5+h6{margin-top:0!important}
.rx-editor *,.rx-editor ::after,.rx-editor ::before{box-sizing:inherit}
.rx-editor{margin-left:auto;margin-right:auto;box-sizing:border-box}
.rx-editor [dir=rtl]{text-align:right}
.rx-editor [dir=ltr]{text-align:left}
.rx-editor,.rx-editor [data-rx-type],.rx-editor a,.rx-editor figcaption,.rx-editor p,.rx-editor td,.rx-editor th{outline:0}
.rx-editor [data-rx-tag=br],.rx-editor [data-rx-tag=tbr]{margin-top:0}
.rx-editor [data-rx-tag=br]:empty,.rx-editor [data-rx-tag=tbr]:empty,.rx-editor [data-rx-type=text]:empty,.rx-editor [data-rx-type=todoitem] div:empty{min-width:1em;min-height:1.5em}
.rx-editor::after{content:"";clear:both;display:table}
.rx-editor [data-rx-type=embed],.rx-editor [data-rx-type=image]{position:relative}
.rx-editor [data-rx-type=embed] img,.rx-editor [data-rx-type=image] img{vertical-align:middle}
.rx-editor figure>a img,.rx-editor figure>div,.rx-editor figure>iframe,.rx-editor figure>img,.rx-editor figure>pre{vertical-align:middle}
.rx-editor [data-rx-focusable].rx-block-focus{outline:2px solid var(--rx-border-focus)!important}
.rx-editor .rx-block-control-focus{outline:1px solid var(--rx-border-focus)!important;outline-offset:1px}
.rx-editor [data-rx-type=wrapper]:empty{outline:1px dashed var(--rx-border-dark-medium);outline-offset:1px}
.rx-editor [data-rx-type=heading] a{text-decoration:underline}
.rx-editor .rx-layout-grid{display:flex;flex-direction:row;gap:24px}
.rx-editor [data-rx-type=column]{outline:1px dashed var(--rx-border-dark-strong)}
.rx-editor.rx-editor-email [data-rx-type=column]{outline:0}
.rx-editor.rx-editor-email [data-rx-type=column]:has(p:empty),.rx-editor.rx-editor-email [data-rx-type=column]:hover{outline:1px dashed var(--rx-border-dark-strong)}
.rx-editor .rx-nowrap{white-space:nowrap}
.rx-editor [data-rx-type=embed]{position:relative}
.rx-editor [data-rx-type=embed]:before{width:100%;height:100%;content:"";position:absolute;z-index:1}
.rx-editor [data-rx-type=embed] iframe{display:inline-block}
.rx-editor [data-rx-type=embed] figcaption{position:relative;top:0;z-index:2}
.rx-editor [data-rx-type=embed].rx-block-focus:before{display:none}
.rx-editor .rx-embed-placeholder{text-align:center;border:1px dashed var(--rx-border-dark-medium);border-radius:var(--rx-rounded-md);padding:40px 20px;font-size:14px;color:var(--rx-fg-placeholder)}
.rx-editor [data-rx-type=todo]{--rx-todo-size:20px;--rx-todo-mark-color:var(--rx-fg-light-accent);--rx-todo-border-color:var(--rx-border-input);--rx-todo-bg:var(--rx-bg-input);--rx-todo-checked-border-color:var(--rx-border-dark-accent);--rx-todo-checked-bg:var(--rx-bg-dark-accent);margin-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.rx-editor [data-rx-type=todoitem]{display:flex;gap:6px;cursor:text}
.rx-editor [data-rx-type=todoitem] input{position:relative;top:1px;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;padding:0;box-shadow:none;width:var(--rx-todo-size);height:var(--rx-todo-size);cursor:pointer}
.rx-editor [data-rx-type=todoitem] input:before{content:"";display:block;width:var(--rx-todo-size);height:var(--rx-todo-size);border:1px solid var(--rx-todo-border-color);border-radius:6px;background:var(--rx-todo-bg)}
.rx-editor [data-rx-type=todoitem] input:after{content:"";position:absolute;top:50%;left:50%;width:calc(var(--rx-todo-size)/ 3.5);height:calc(var(--rx-todo-size)/ 1.8);background-color:transparent;transform:translate(-50%,-85%) scale(0) rotate(45deg)}
.rx-editor [data-rx-type=todoitem] input:checked:before{border-color:var(--rx-todo-checked-border-color);background-color:var(--rx-todo-checked-bg);box-shadow:var(--rx-todo-checked-shadow)}
.rx-editor [data-rx-type=todoitem] input:checked:after{transform:translate(-50%,-85%) scale(1) rotate(45deg);box-shadow:2px 2px 0 0 var(--rx-todo-mark-color)}
.rx-editor [data-rx-type=todoitem] div{outline:0;line-height:1.4}
.rx-editor [data-rx-type=mergetag]{font-family:var(--rx-font-ui-mono);font-size:85%;line-height:1;display:inline-block;cursor:pointer;padding:4px 8px;color:var(--rx-fg-dark-accent);background:var(--rx-bg-primary-medium);border-radius:8px}
.rx-editor [data-rx-type=mergetag]:hover{color:var(--rx-fg-dark-accent);background:var(--rx-bg-primary-strong)}
.rx-editor [data-rx-type=mergetag].rx-block-focus{color:var(--rx-fg-dark-accent);background:var(--rx-bg-primary-emphasis)}
.rx-editor .rx-block-placeholder{position:relative}
.rx-editor .rx-block-placeholder:before{position:absolute}
.rx-editor .rx-block-placeholder:before,.rx-editor [data-placeholder]:empty:before{content:attr(data-placeholder);display:inline-block;color:var(--rx-fg-placeholder);font-weight:400;font-style:italic;font-size:inherit;cursor:text;max-height:20px}
.rx-editor [data-placeholder]:empty:focus:before{content:""}
.rx-editor.rx-placeholder:before{position:absolute;z-index:0;content:attr(placeholder);color:var(--rx-fg-placeholder);font-weight:400;cursor:text}
.rx-in-blur .rx-editor [data-rx-focusable].rx-block-focus{outline-color:var(--rx-border-dark-medium)!important}
.rx-draggable-placeholder{height:20px;min-width:80px;outline:3px dashed gold!important;background:rgba(255,215,0,.2)!important;margin-bottom:20px}
.rx-toolbar-container{display:flex;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}
.rx-toolbar-container::-webkit-scrollbar{width:0;height:0}
.rx-toolbar-container:empty{display:none}
.rx-sticky{position:sticky;top:0}
.rx-sticky-on{border-bottom:1px solid var(--rx-border-dark-minimal)}
.rx-raised{margin-left:-1px;margin-right:-1px;margin-top:-1px;margin-bottom:-1px;background:var(--rx-bg-toolbar-raised);box-shadow:var(--rx-shadow-toolbar-raised);border-top-left-radius:3px;border-top-right-radius:3px}
.rx-toolbox-external.rx-raised{margin:0}
.rx-raised.rx-sticky-on{border-bottom:none}
.rx-extrabar-buttons,.rx-toolbar-buttons{display:flex;white-space:nowrap;align-items:center;gap:1px}
.rx-extrabar,.rx-toolbar{padding:var(--rx-toolbar-padding);height:var(--rx-toolbar-height)}
.rx-toolbar{order:1;flex:1}
.rx-extrabar{order:2}
.rx-extrabar .rx-button,.rx-toolbar .rx-button{width:var(--rx-toolbar-button-width);height:var(--rx-toolbar-button-height)}
.rx-extrabar .rx-button:hover .rx-button-icon,.rx-toolbar .rx-button:hover .rx-button-icon{background:var(--rx-bg-silver)}
.rx-extrabar .rx-button.active .rx-button-icon,.rx-toolbar .rx-button.active .rx-button-icon{background:var(--rx-bg-primary-medium)}
.rx-extrabar .rx-button.toggled .rx-button-icon,.rx-toolbar .rx-button.toggled .rx-button-icon{background:var(--rx-bg-silver)}
.rx-extrabar .rx-button.toggled .rx-button-icon svg,.rx-toolbar .rx-button.toggled .rx-button-icon svg{fill:var(--rx-fg-dark-accent)}
.rx-extrabar .rx-button.disable,.rx-toolbar .rx-button.disable{cursor:default}
.rx-extrabar .rx-button.disable .rx-button-icon,.rx-toolbar .rx-button.disable .rx-button-icon{background-color:transparent!important}
.rx-extrabar .rx-button.disable .rx-button-icon svg,.rx-toolbar .rx-button.disable .rx-button-icon svg{fill:var(--rx-fg-dark-dimmed)}
.rx-extrabar .rx-button-icon,.rx-toolbar .rx-button-icon{width:var(--rx-toolbar-button-width);min-width:var(--rx-toolbar-button-width);height:var(--rx-toolbar-button-height);border-radius:var(--rx-rounded-md)}
.rx-extrabar .rx-button-icon svg,.rx-toolbar .rx-button-icon svg{fill:var(--rx-fg-dark-text);width:var(--rx-toolbar-icon-size);height:var(--rx-toolbar-icon-size)}
.rx-extrabar .rx-button-title,.rx-toolbar .rx-button-title{display:none}
.rx-pathbar{font-family:var(--rx-font-ui-text);margin:0;padding:0 8px;position:relative;overflow:hidden;background:var(--rx-bg-toolbar);box-sizing:border-box;border:none;display:flex;gap:12px;border-bottom:1px solid var(--rx-border-dark-dimmed)}
.rx-pathbar:empty{display:none}
.rx-pathbar.disable .rx-pathbar-item{opacity:.5}
.rx-pathbar-item{position:relative;font-size:12px;padding:6px 0;margin:0;line-height:16px;color:var(--rx-fg-dark-minimal);cursor:pointer}
.rx-pathbar-item:hover{color:var(--rx-fg-dark-accent);text-decoration:underline}
.rx-pathbar-item.active,.rx-pathbar-item.active:hover{color:var(--rx-fg-dark-accent);text-decoration:none;cursor:text}
.rx-pathbar-item:after{position:absolute;content:"-";width:8px;padding-left:3px;font-size:12px;line-height:16px;color:var(--rx-fg-dark-minimal)}
.rx-pathbar-item:last-child:after{display:none}
.rx-statusbar{font-family:var(--rx-font-ui-mono);margin:0;padding:8px 10px;position:relative;overflow:hidden;background:var(--rx-bg-base);box-sizing:border-box;border:none;display:flex;align-items:center;gap:10px}
.rx-statusbar:empty{display:none}
.rx-statusbar.disable .rx-statusbar-item{opacity:.5}
.rx-statusbar-item{font-size:12px;padding:0;margin:0;line-height:16px;color:var(--rx-fg-text)}
.rx-statusbar-item:after{content:"";display:inline-block;position:relative;top:2px;width:1px;height:12px;margin-left:10px;background:var(--rx-border-dark-medium)}
.rx-statusbar-item:last-child:after{display:none}
.rx-statusbar-item a{color:var(--rx-fg-dark-accent);text-decoration:underline}
.rx-statusbar-item a:hover{color:var(--rx-fg-dark-minimal);text-decoration:underline}
.rx-fullscreen .rx-statusbar{position:fixed;bottom:0;width:100%}
.rx-control{position:absolute;top:0;left:0;font-family:var(--rx-font-text);z-index:var(--rx-level-control);padding:0;margin:0;box-sizing:border-box;width:28px;line-height:0}
.rx-control-buttons{display:flex;gap:0;flex-direction:column;flex-wrap:wrap}
.rx-control .rx-button{background:var(--rx-bg-control)}
.rx-control .rx-button:hover{background:var(--rx-bg-silver)}
.rx-control .rx-button-title{display:none}
.rx-control .rx-button-icon{width:28px;height:28px}
.rx-control .rx-button-icon svg{fill:var(--rx-fg-dark-accent);width:14px;height:14px}
.rx-context{font-family:var(--rx-font-text);position:absolute;top:0;left:0;z-index:var(--rx-level-toolbar);border-radius:var(--rx-rounded-sm);padding:2px;margin:0;line-height:1;background:var(--rx-bg-control-inverted);box-shadow:var(--rx-shadow-md-border);max-width:380px}
.rx-context-buttons{display:flex;align-items:center;gap:1px;flex-wrap:wrap}
.rx-context .rx-button{width:28px;height:28px}
.rx-context .rx-button:hover .rx-button-icon{background:var(--rx-bg-white-medium)}
.rx-context .rx-button:hover .rx-button-icon svg{fill:var(--rx-fg-white-accent)}
.rx-context .rx-button.active .rx-button-icon{background:var(--rx-bg-primary-medium)}
.rx-context .rx-button.toggled .rx-button-icon{background:var(--rx-bg-dark-strong)}
.rx-context .rx-button.toggled .rx-button-icon svg{fill:var(--rx-fg-white-accent)}
.rx-context .rx-button.disable{cursor:default}
.rx-context .rx-button.disable .rx-button-icon{background-color:transparent!important}
.rx-context .rx-button.disable .rx-button-icon svg{fill:var(--rx-fg-dark-dimmed)}
.rx-context .rx-button-icon{width:28px;min-width:28px;height:28px;border-radius:var(--rx-rounded-sm)}
.rx-context .rx-button-icon svg{fill:var(--rx-fg-white-text);width:18px;height:18px}
.rx-context .rx-button-title{display:none}
.rx-context .rx-button-text{width:auto}
.rx-context .rx-button-text .rx-button-icon{display:none}
.rx-context .rx-button-text .rx-button-title{font-size:13px;font-weight:400;line-height:1;height:28px;padding:0 6px;color:var(--rx-fg-white-text);border-radius:var(--rx-rounded-sm);display:flex;align-items:center;vertical-align:baseline}
.rx-context .rx-button-text:hover .rx-button-title{background-color:var(--rx-bg-white-medium)}
.rx-button{font-family:var(--rx-font-text);display:flex;align-items:center;vertical-align:middle;text-decoration:none;background:0 0;outline:0;margin:0;padding:0;box-sizing:border-box;font-size:0;line-height:1;cursor:pointer;gap:6px;border-radius:var(--rx-rounded-md)}
.rx-button:hover{text-decoration:none}
.rx-button-icon{display:flex;justify-content:center;align-items:center;vertical-align:middle}
.rx-button-icon:empty{display:none}
.rx-button-title{font-size:14px;font-weight:400;line-height:1.4;color:var(--rx-fg-dark-text)}
.rx-tooltip{position:absolute;z-index:99;margin:0;padding:4px 7px;border-radius:var(--rx-rounded-sm);line-height:1;font-family:var(--rx-font-ui-mono);font-size:12px;color:var(--rx-fg-light-text);background:var(--rx-bg-dark-accent);pointer-events:none}
.rx-source-container{display:none}
.rx-source,.rx-source:focus,.rx-source:hover{text-align:left;box-sizing:border-box;font-family:var(--rx-font-ui-mono);width:100%;display:block;margin:0;border:none;box-shadow:none;border-radius:0;background-color:var(--rx-bg-source);color:var(--rx-fg-white-text);font-size:14px;line-height:1.7;outline:0;padding:10px 18px 20px 18px;min-height:60px;resize:vertical}
.rx-drag-active{outline:3px dashed gold!important;outline-offset:0!important;position:relative;max-height:40px;overflow:hidden;padding:0}
.rx-drag-active:before{width:100%;height:100%;content:"";top:0;left:0;background:rgba(255,215,0,.4);position:absolute;z-index:1}
.rx-dragging{opacity:.95;padding:8px;background:var(--rx-bg-body);box-shadow:var(--rx-shadow-reorder)}
.rx-dragging img{max-width:100%}
.rx-colorpicker,.rx-dropdown{font-family:var(--rx-font-ui);border-radius:var(--rx-rounded-sm);background:var(--rx-bg-overlay);box-shadow:var(--rx-shadow-dropdown);position:absolute;top:0;left:0;font-size:14px;line-height:1.4;z-index:var(--rx-level-popup);margin-bottom:16px;overflow-x:auto;min-width:200px;padding:4px}
.rx-dropdown[data-rx-pos=top]{box-shadow:none}
.rx-dropdown-swatches{display:flex;flex-wrap:nowrap}
.rx-dropdown-swatches-wrap{flex-wrap:wrap}
.rx-dropdown-swatches-colors{display:flex;flex-direction:column}
.rx-dropdown-swatches-colors-row{flex-direction:row}
.rx-dropdown-swatch{cursor:pointer;position:relative;font-size:0;width:20px;height:20px;border:1px solid transparent}
.rx-dropdown-swatch.active{border:2px solid var(--rx-border-dark-accent);box-shadow:0 0 0 2px var(--rx-border-light-accent);z-index:2}
.rx-dropdown-swatch-size-large{width:32px;height:32px}
.rx-dropdown-color-contrast{border-color:var(--rx-border-dark-subtle)}
.rx-dropdown-tabs{font-size:13px;line-height:1;font-weight:500;display:flex;border-radius:var(--rx-rounded-md);background:var(--rx-bg-dark-minimal);padding:2px;margin-bottom:4px}
.rx-dropdown-tab{flex-grow:1;border-radius:var(--rx-rounded-sm);padding:6px 8px;cursor:pointer;text-decoration:none;text-align:center;color:var(--rx-fg-dark-text)}
.rx-dropdown-tab:hover{text-decoration:none}
.rx-dropdown-tab.active{background:var(--rx-bg-base);box-shadow:var(--rx-shadow-sm-border)}
.rx-dropdown-item{font-size:14px;line-height:1.4;padding:6px 8px;display:flex;color:var(--rx-fg-dark-text);border-bottom:1px solid var(--rx-border-dark-dimmed)}
.rx-dropdown-item .rx-button-title{display:none}
.rx-dropdown-item:last-child{border-bottom-width:0}
.rx-dropdown-item-hotkey{margin-left:auto;font-weight:400;display:flex;gap:1px;align-items:center;color:var(--rx-fg-dark-minimal);font-family:var(--rx-font-ui);font-size:12px;line-height:16px}
.rx-dropdown-item-hotkey span{padding:0 2px;height:16px}
.rx-dropdown .rx-button{position:relative;padding:8px;gap:8px;width:100%;border-radius:var(--rx-rounded-sm)}
.rx-dropdown .rx-button:after{content:"";position:absolute;width:100%;height:1px;bottom:-1px;left:0;background:var(--rx-border-dark-dimmed)}
.rx-dropdown .rx-button:last-child:after{display:none}
.rx-dropdown .rx-button.rx-button-swatch{width:20px;height:20px;border-radius:0}
.rx-dropdown .rx-button.rx-button-swatch .rx-button-icon,.rx-dropdown .rx-button.rx-button-swatch .rx-button-title{display:none}
.rx-dropdown .rx-button-title{color:var(--rx-fg-dark-accent)}
.rx-dropdown .rx-button:hover{background:var(--rx-bg-silver)}
.rx-dropdown .rx-button.active{background:var(--rx-bg-primary-medium)}
.rx-dropdown .rx-button-icon svg{fill:var(--rx-fg-dark-accent);width:16px;height:16px}
.rx-dropdown .rx-button-danger .rx-button-title{color:var(--rx-fg-negative-accent)}
.rx-dropdown .rx-button-danger svg{fill:var(--rx-fg-negative-accent)}
.rx-dropdown-type-grid .rx-dropdown-items{display:flex;flex-wrap:wrap;padding:0;box-sizing:border-box}
.rx-dropdown-type-grid .rx-button{box-sizing:border-box;border-radius:0;margin-bottom:-1px;width:32px;height:32px;line-height:32px;padding:0;text-align:center;justify-content:center;align-items:center;border:1px solid var(--rx-border-dark-dimmed);color:var(--rx-fg-dark-text);border-left-color:transparent;border-top-color:transparent}
.rx-dropdown-type-grid .rx-button:after{display:none}
.rx-dropdown-type-grid .rx-button-title:empty{display:none}
.rx-dropdown-type-grid .rx-dropdown-item svg{width:16px;height:16px}
.rx-dropdown-stack{padding:16px;padding-top:0}
.rx-dropdown-stack-item{cursor:pointer;display:flex;align-items:center;border-radius:4px;line-height:1;border-bottom:1px solid var(--rx-border-dark-dimmed)}
.rx-dropdown-stack-item:last-child{border-bottom-color:transparent}
.rx-dropdown-stack-item:hover{background-color:var(--rx-bg-dark-minimal)}
.rx-dropdown-stack-title{text-decoration:none;flex:1;padding:7px 8px;font-size:14px;color:var(--rx-fg-dark-text)}
.rx-dropdown-stack-aside{font-family:var(--rx-font-ui-mono);font-size:11px;color:var(--rx-fg-dark-subtle);margin-left:auto;padding-left:4px}
.rx-modal{position:absolute;overflow-x:hidden;overflow-y:auto;margin-bottom:16px;min-width:200px;font-family:var(--rx-font-ui);border-radius:var(--rx-rounded-md);background-color:var(--rx-bg-overlay);box-shadow:var(--rx-shadow-modal);z-index:var(--rx-level-popup)}
.rx-modal-body .rx-form{padding-bottom:0}
.rx-modal-header{font-size:16px;font-weight:700;color:var(--rx-bg-dark-accent);padding:16px;position:relative}
.rx-modal-header:empty{display:none}
.rx-modal-footer{overflow:hidden;box-sizing:border-box;margin-top:8px;padding:16px;padding-bottom:20px;display:flex;gap:4px}
.rx-modal-footer:empty{display:none}
.rx-modal-close{position:absolute!important;right:16px;top:14px;cursor:pointer;display:inline-block;vertical-align:middle;width:20px;height:20px;opacity:.5}
.rx-modal-close::after,.rx-modal-close::before{content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);background:var(--rx-bg-dark-accent)}
.rx-modal-close::before{height:1px;width:75%}
.rx-modal-close::after{height:75%;width:1px}
.rx-modal-close:hover{opacity:1}
.rx-form{padding-bottom:16px}
.rx-form-item{padding:16px 16px 0 16px}
.rx-form-item:empty{display:none}
.rx-form-box{padding:16px}
.rx-form-flex{display:flex;gap:4px}
.rx-form-image img,.rx-form-image svg{max-width:100%}
.rx-form-section-title,.rx-form-title{font-size:14px;font-weight:600;color:var(--rx-bg-dark-accent);padding:16px;padding-bottom:0;position:relative}
.rx-form-section-title:empty,.rx-form-title:empty{display:none}
.rx-form-item+.rx-form-section-title{margin-top:8px}
.rx-form-footer{overflow:hidden;box-sizing:border-box;margin-top:8px;padding:16px;padding-bottom:0;display:flex;gap:4px}
.rx-form-footer:empty{display:none}
.rx-form-label{box-sizing:border-box;font-family:var(--rx-font-ui);font-size:14px;line-height:1.4;font-weight:500;display:block;padding:0;margin:0;padding-bottom:6px;color:var(--rx-fg-dark-text)}
.rx-form-hint{font-size:13px;font-weight:400;color:var(--rx-fg-dark-subtle);margin-left:2px}
.rx-form-container-flex{display:flex;gap:8px}
.rx-form-container-flex .rx-form-item{padding-left:0;padding-right:0}
.rx-form-container-flex .rx-form-item:first-child{padding-left:16px}
.rx-form-container-flex .rx-form-item:last-child{padding-right:16px}
.rx-form-container-flex .rx-form-input,.rx-form-container-flex .rx-form-select{flex:auto}
.rx-form-container-flex .rx-form-button{margin-left:4px}
.rx-form-button-push-right{margin-left:auto}
.rx-form-color-container{position:relative}
.rx-form-color-container .rx-form-input{padding-left:40px}
.rx-form-color-toggle{position:absolute;top:4px;left:6px;height:28px;width:28px;border-radius:8px;box-shadow:var(--rx-shadow-inner);cursor:pointer;background:var(--rx-bg-white-accent)}
.rx-form-button{box-sizing:border-box;font-family:var(--rx-font-ui);font-size:14px;font-weight:500;outline:0;border-radius:8px;padding:8px 20px;min-height:40px;display:inline-flex;align-items:center;cursor:pointer;line-height:1.25;height:auto;background:0 0;color:var(--rx-fg-dark-accent);border:1px solid var(--rx-border-dark-medium)}
.rx-form-button:hover{background:var(--rx-bg-dark-subtle)}
.rx-form-button-primary{background:var(--rx-bg-dark-accent);color:var(--rx-fg-light-accent);border-color:transparent}
.rx-form-button-primary:hover{color:var(--rx-fg-light-accent);background:var(--rx-bg-dark-accent-hover)}
.rx-form-button-danger{border:1px solid var(--rx-border-negative-medium);color:var(--rx-fg-negative-accent)}
.rx-form-button-danger:hover{color:var(--rx-fg-negative-accent);background:var(--rx-bg-negative-subtle)}
.rx-form-button-fullwidth{display:block;width:100%}
.rx-form-input,.rx-form-select,.rx-form-textarea{box-sizing:border-box;display:block;width:100%;font-weight:400;padding:8px;font-family:var(--rx-font-ui);font-size:15px;outline:0;border-radius:4px;box-shadow:none;line-height:1.3;color:var(--rx-fg-dark-text);background:var(--rx-bg-input-shaded);border:1px solid var(--rx-border-input)}
.rx-form-input:focus,.rx-form-select:focus,.rx-form-textarea:focus{border-color:var(--rx-border-focus);box-shadow:none}
.rx-form-textarea{resize:vertical;line-height:1.5}
.rx-form-select{font-size:15px;cursor:pointer;-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg height="6" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(0,0,0)" opacity=".6" d="m6.6168815 3-4.44908109-4.09883609c-.22373388-.20615371-.22373388-.54039492 0-.74654863s.58647818-.20615371.81021206 0l4.85418712 4.47211041c.22373388.20615371.22373388.54039491 0 .74654862l-4.85418712 4.47211041c-.22373388.20615371-.58647818.20615371-.81021206 0s-.22373388-.54039492 0-.74654863z" fill-rule="evenodd" transform="matrix(0 1 -1 0 8 -2)"/></svg>');background-repeat:no-repeat;background-position:right .65em center;padding-right:28px;min-height:35px}
[rx-data-theme=dark] .rx-form-select{background-image:url('data:image/svg+xml;utf8,<svg height="6" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(255,255,255)" opacity="0.6" d="m6.6168815 3-4.44908109-4.09883609c-.22373388-.20615371-.22373388-.54039492 0-.74654863s.58647818-.20615371.81021206 0l4.85418712 4.47211041c.22373388.20615371.22373388.54039491 0 .74654862l-4.85418712 4.47211041c-.22373388.20615371-.58647818.20615371-.81021206 0s-.22373388-.54039492 0-.74654863z" fill-rule="evenodd" transform="matrix(0 1 -1 0 8 -2)"/></svg>')}
.rx-form-checkbox{box-sizing:border-box;vertical-align:middle;position:relative;top:-.05em;font-size:16px;margin-top:0!important;margin-right:4px!important;margin-left:0!important}
.rx-form-checkbox-item{color:var(--rx-fg-dark-text);font-family:var(--rx-font-ui);font-size:15px;line-height:1.4}
.rx-form-segment{display:flex;flex-wrap:wrap;background:var(--rx-bg-dark-minimal);border-radius:var(--rx-rounded-md);padding:2px;gap:4px}
.rx-form-segment-item{border:1px solid transparent;font-size:14px;padding:6px 8px;margin:0;cursor:pointer;text-align:center;border-radius:var(--rx-rounded-sm);min-width:32px;color:var(--rx-fg-dark-subtle)}
.rx-form-segment-item:hover{background:var(--rx-bg-light-accent);color:var(--rx-fg-dark-accent)}
.rx-form-segment-item.active{cursor:default;background:var(--rx-bg-light-accent);box-shadow:var(--rx-shadow-sm-border);color:var(--rx-fg-dark-accent)}
.rx-form-upload-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;margin-bottom:10px;border:1px dashed var(--rx-border-dark-medium);background:var(--rx-bg-dark-dimmed);border-radius:var(--rx-rounded-md);min-width:160px;height:160px;cursor:pointer;position:relative}
.rx-form-upload-box input[type=file]{font-size:13px}
.rx-form-upload-box img{position:relative;z-index:2;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}
.rx-form-upload-box:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}
.rx-form-upload-box.rx-form-upload-hover{border-color:var(--rx-border-dark-medium);background-color:var(--rx-bg-dark-subtle)}
.rx-form-upload-box.rx-form-upload-error{border-color:var(--rx-border-negative-medium);background-color:var(--rx-bg-negative-minimal)}
.rx-upload-remove{position:absolute;z-index:3;top:-6px;right:-10px;background-color:var(--rx-bg-black-accent);color:var(--rx-fg-white-accent);opacity:1;width:20px;height:20px;text-align:center;border-radius:10px;font-size:14px;line-height:20px}
.rx-upload-remove:after{content:"×"}
.rx-upload-remove:hover{background-color:var(--rx-bg-black-accent-hover)}
.rx-form-upload-cover-off img{-o-object-fit:initial;object-fit:initial;height:auto;width:auto}
.rx-form-upload-placeholder{font-family:var(--rx-font-ui);color:var(--rx-fg-dark-minimal);font-size:12px;line-height:1.35;padding:0 8px;text-align:center}
.rx-form-upload-placeholder svg{fill:var(--rx-fg-dark-minimal)}
@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}
.rx-editor-progress{position:fixed;top:0;left:0;z-index:11000;width:100%;background-color:var(--rx-bg-dark-subtle)}
.rx-editor-progress span{animation:progress-bar-stripes 2s linear infinite;content:"";display:block;min-height:8px;width:100%;height:100%;background-color:var(--rx-bg-primary-accent);background-image:linear-gradient(45deg,var(--rx-bg-light-strong) 25%,transparent 25%,transparent 50%,var(--rx-bg-light-strong) 50%,var(--rx-bg-light-strong) 75%,transparent 75%,transparent);background-size:40px 40px}
.rx-panel{position:absolute;min-width:240px;max-height:300px;margin:0;padding:0;z-index:99;font-family:var(--rx-font-ui);font-size:14px;overflow:auto;border-radius:4px;padding:4px;background:var(--rx-bg-overlay);box-shadow:var(--rx-shadow-dropdown)}
.rx-panel-box{display:flex;flex-wrap:wrap;gap:2px}
.rx-panel-title{font-family:var(--rx-font-ui);font-size:13px;font-weight:500;color:var(--rx-fg-dark-subtle)}
.rx-panel-box{display:flex;flex-wrap:wrap;gap:2px}
.rx-panel-item{box-sizing:border-box;border-bottom:1px solid transparent;display:flex;align-items:center;vertical-align:middle;gap:6px;border-radius:8px;cursor:pointer;padding:8px;line-height:1;text-decoration:none;color:var(--rx-fg-dark-accent)}
.rx-panel-item:hover{color:var(--rx-fg-dark-accent);background:var(--rx-bg-dark-subtle)}
.rx-panel-item.active{color:var(--rx-fg-dark-accent);background:var(--rx-bg-primary-medium)}
.rx-panel-item-icon{min-width:16px}
.rx-panel-item-icon svg{width:16px;height:16px;fill:var(--rx-fg-dark-accent)}
.rx-panel-stack .rx-panel-box{flex-direction:column}
.rx-ai-main{padding:12px;border-radius:8px;background:var(--rx-bg-raised);border:1px solid var(--rx-border-dark-subtle)}
.rx-ai-footer{margin-top:16px!important;display:flex;gap:8px}
.rx-ai-buttons{margin-left:auto!important;display:flex;gap:8px}
.rx-ai-label,.rx-ai-preview-label{box-sizing:border-box;font-family:var(--rx-font-ui);font-size:13px;line-height:1.4;font-weight:500;display:block;padding:0;margin:0;padding-bottom:6px;color:var(--rx-fg-dark-subtle)}
.rx-ai-select,.rx-ai-size{width:auto;max-width:320px}
.rx-ai-progress{margin-bottom:12px!important}
.rx-ai-progress:empty{display:none}
.rx-ai-progress svg{fill:var(--rx-fg-dark-accent)}
.rx-ai-preview{font-family:var(--rx-font-ui);font-weight:400;letter-spacing:normal;text-transform:none;font-size:16px;line-height:1.618;color:var(--rx-fg-dark-text);margin-bottom:12px!important}
.rx-ai-preview:empty{display:none}
@media only screen and (max-width:767px){.rx-ai-buttons,.rx-ai-footer{flex-direction:column;width:100%}.rx-ai-select,.rx-ai-size{max-width:100%}.rx-ai-button{justify-content:center}}
.rx-voice-label{display:none}
[rx-modal-name=image] .rx-modal-body{padding:16px;padding-top:0}
.rx-modal-image-section-or{margin:16px 0;font-family:var(--rx-font-ui);text-transform:uppercase;font-weight:700;text-align:center;font-size:11px;color:var(--rx-fg-dark-subtle)}
.rx-modal-images-box{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.rx-modal-images-box img{vertical-align:top;max-width:100px;max-height:66px;height:100%;width:-moz-min-content;width:min-content;cursor:pointer}
.rx-modal-images-box img:hover{outline:3px solid var(--rx-border-focus)}
.rx-form-item-edit-image-box{padding:20px;padding-bottom:0}
.rx-form-item-image{margin-right:8px}
.rx-form-item-image img{max-height:160px;width:auto}
[rx-modal-name=emoji] .rx-modal-body{padding:16px;display:flex;flex-direction:column;gap:12px}
.rx-emoji-title{font-family:var(--rx-font-ui);font-size:13px;font-weight:500;color:var(--rx-fg-dark-subtle)}
.rx-emoji-box{display:flex;flex-wrap:wrap;gap:2px}
.rx-emoji-item{border-radius:4px;padding:4px;cursor:pointer;font-size:24px;line-height:1}
.rx-emoji-item:hover{background:var(--rx-bg-dark-subtle)}
.rx-panel-emoji{padding:12px;display:flex;flex-direction:column;gap:12px}
.rx-panel-emoji .rx-panel-item{font-size:24px}
[rx-modal-name=snippets] .rx-modal-body,[rx-modal-name=templates] .rx-modal-body{padding:20px;padding-bottom:0;display:flex;flex-wrap:wrap}
.rx-snippet-container{box-sizing:border-box;margin-right:10px;margin-bottom:20px}
.rx-snippet-name{box-sizing:border-box;font-size:14px;font-weight:600;font-family:var(--rx-font-ui);color:var(--rx-fg-dark-text);margin-top:8px;padding-right:10px;text-align:left;max-width:100px}
.rx-snippet-box{box-sizing:border-box;border-radius:6px;box-shadow:var(--shadow-md-border);cursor:pointer;border:1px solid transparent;overflow:hidden}
.rx-snippet-box:hover{border:1px solid var(--rx-border-primary-accent)}
.rx-snippet-image,.rx-template-image{min-height:80px;max-height:80px;box-sizing:border-box}
.rx-snippet-image img,.rx-template-image img{max-width:160px}
.rx-template-image{min-height:130px;max-height:initial}
.rx-template-image img{max-width:100px}
.rx-snippet-preview,.rx-template-preview{box-sizing:border-box;overflow:hidden;transform-origin:top left;transform:scale(.25);margin-right:-480px;margin-bottom:-240px;padding:40px;width:640px;height:320px;position:relative}
.rx-snippet-preview:before,.rx-template-preview:before{left:0;top:0;width:100%;height:100%;content:"";position:absolute;z-index:1}
.rx-snippet-preview:hover,.rx-template-preview:hover{border-color:var(--rx-border-primary-accent)}
.rx-snippet-preview fieldset,.rx-snippet-preview iframe,.rx-snippet-preview img,.rx-template-preview fieldset,.rx-template-preview iframe,.rx-template-preview img{border:0}
.rx-snippet-preview audio,.rx-snippet-preview embed,.rx-snippet-preview img,.rx-snippet-preview object,.rx-snippet-preview video,.rx-template-preview audio,.rx-template-preview embed,.rx-template-preview img,.rx-template-preview object,.rx-template-preview video{max-width:100%;height:auto}
.rx-snippet-preview div:empty,.rx-snippet-preview h1:empty,.rx-snippet-preview h2:empty,.rx-snippet-preview h3:empty,.rx-snippet-preview h4:empty,.rx-snippet-preview h5:empty,.rx-snippet-preview h6:empty,.rx-snippet-preview p:empty,.rx-template-preview div:empty,.rx-template-preview h1:empty,.rx-template-preview h2:empty,.rx-template-preview h3:empty,.rx-template-preview h4:empty,.rx-template-preview h5:empty,.rx-template-preview h6:empty,.rx-template-preview p:empty{background-color:var(--rx-border-primary-subtle);min-height:1.5em}
.rx-template-preview{transform:scale(.25);margin-right:-300px;margin-bottom:-390px;padding:40px;width:400px;height:520px}
.rx-empty address:empty,.rx-empty blockquote:empty,.rx-empty dd:empty,.rx-empty dt:empty,.rx-empty figcaption:empty,.rx-empty h1:empty,.rx-empty h2:empty,.rx-empty h3:empty,.rx-empty h4:empty,.rx-empty h5:empty,.rx-empty h6:empty,.rx-empty li:empty,.rx-empty p:empty{min-height:1.5em}
.rx-empty pre:empty{min-height:3.5em}
.rx-empty b:empty,.rx-empty cite:empty,.rx-empty code:empty,.rx-empty del:empty,.rx-empty em:empty,.rx-empty i:empty,.rx-empty ins:empty,.rx-empty span:empty,.rx-empty strong:empty,.rx-empty sub:empty,.rx-empty sup:empty,.rx-empty u:empty{display:inline-block;min-width:1px;min-height:1em}
.rx-empty td:empty:after,.rx-empty th:empty:after{content:"​"}
.rx-empty code:after,.rx-empty kbd:after,.rx-empty mark:after{content:"​"}
.rx-empty pre code:after{display:none}
.rx-empty code+code{margin-left:2px}
.rx-empty table{empty-cells:show}
.rx-empty embed,.rx-empty img,.rx-empty object{max-width:100%;height:auto}
.rx-content{text-align:left;--rx-font-text:-apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;--rx-font-heading:inherit;--rx-font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--rx-body-color:var(--rx-bg-body);--rx-heading-color:var(--rx-fg-heading);--rx-text-color:var(--rx-fg-text);--rx-table-border:var(--rx-border-dark-minimal);--rx-line-color:var(--rx-border-dark-minimal);--rx-pre-color:var(--rx-fg-text);--rx-pre-bg:var(--rx-bg-dark-minimal);--rx-var-color:var(--rx-fg-text);--rx-kbd-color:var(--rx-fg-text);--rx-kbd-border:var(--rx-border-dark-subtle);--rx-kbd-bg:var(--rx-bg-light-accent);--rx-code-color:var(--rx-fg-text);--rx-code-bg:var(--rx-bg-dark-medium);--rx-abbr-border:var(--rx-border-dark-emphasis);--rx-quote-border-color:var(--rx-border-dark-medium);background:var(--rx-body-color);font-family:var(--rx-font-text);color:var(--rx-text-color);font-size:16px;line-height:1.5}
.rx-content[dir=rtl]{text-align:right}
.rx-content *{margin:0}
.rx-content address,.rx-content dd,.rx-content dt,.rx-content li,.rx-content p{font-size:16px;line-height:1.5}
.rx-content h1+*,.rx-content h2+*,.rx-content h3+*,.rx-content h4+*,.rx-content h5+*,.rx-content h6+*{margin-top:12px}
.rx-content address+h2,.rx-content address+h3,.rx-content address+h4,.rx-content address+h5,.rx-content address+h6,.rx-content dl+h2,.rx-content dl+h3,.rx-content dl+h4,.rx-content dl+h5,.rx-content dl+h6,.rx-content ol+h2,.rx-content ol+h3,.rx-content ol+h4,.rx-content ol+h5,.rx-content ol+h6,.rx-content p+h2,.rx-content p+h3,.rx-content p+h4,.rx-content p+h5,.rx-content p+h6,.rx-content pre+h2,.rx-content pre+h3,.rx-content pre+h4,.rx-content pre+h5,.rx-content pre+h6,.rx-content ul+h2,.rx-content ul+h3,.rx-content ul+h4,.rx-content ul+h5,.rx-content ul+h6{margin-top:24px}
.rx-content address+*,.rx-content dl+*,.rx-content ol+*,.rx-content p+*,.rx-content pre+*,.rx-content ul+*{margin-top:24px}
.rx-content blockquote+*,.rx-content figure+*,.rx-content table+*,.rx-content>div+*{margin-top:24px}
.rx-content h1+h2,.rx-content h2+h3,.rx-content h3+h4,.rx-content h4+h5,.rx-content h5+h6{margin-top:12px}
.rx-content a,.rx-content a:focus,.rx-content a:hover,.rx-content a:visited{color:var(--rx-link-color)}
.rx-content h1,.rx-content h2,.rx-content h3,.rx-content h4,.rx-content h5,.rx-content h6{font-family:var(--rx-font-heading);font-weight:700;font-style:normal;color:var(--rx-heading-color);text-rendering:optimizeLegibility;letter-spacing:0}
.rx-content h1 a,.rx-content h2 a,.rx-content h3 a,.rx-content h4 a,.rx-content h5 a,.rx-content h6 a{text-decoration:underline}
.rx-content h1{font-weight:800}
.rx-content h2{font-weight:700}
.rx-content h3,.rx-content h4,.rx-content h5,.rx-content h6{font-weight:600}
.rx-content h1{font-size:36px;line-height:1.2}
.rx-content h2{font-size:24px;line-height:1.3}
.rx-content h3{font-size:20px;line-height:1.4}
.rx-content h4{font-size:16px;line-height:1.5}
.rx-content h5{font-size:16px;line-height:1.5}
.rx-content h6{font-size:16px;line-height:1.5}
.rx-content abbr,.rx-content dfn{font-size:95%}
.rx-content cite,.rx-content code,.rx-content kbd,.rx-content small,.rx-content var{font-size:85%}
.rx-content sub,.rx-content sup{font-size:65%}
.rx-content code,.rx-content kbd,.rx-content var{display:inline-block;font-family:var(--rx-font-mono);font-style:normal;line-height:1;vertical-align:baseline}
.rx-content code,.rx-content kbd{border-radius:4px}
.rx-content kbd{color:var(--rx-kbd-color);background:var(--rx-kbd-bg);border:1px solid var(--rx-kbd-border);padding:.2em .4em}
.rx-content var{color:var(--rx-var-color)}
.rx-content code{position:relative;top:-1px;padding:.2em .4em .2em;color:var(--rx-code-color);background:var(--rx-code-bg);border:1px solid var(--rx-code-border)}
.rx-content mark{background-color:#ff0;color:#000}
.rx-content b,.rx-content strong{font-weight:700}
.rx-content abbr[title],.rx-content dfn{letter-spacing:.01em;text-transform:uppercase;text-decoration:none;border-bottom:1px dotted var(--rx-abbr-border);cursor:help}
.rx-content cite{color:var(--rx-cite-color,var(--rx-text-color));font-style:italic}
.rx-content sub,.rx-content sup{line-height:1;margin-left:2px}
.rx-content sub{vertical-align:sub}
.rx-content sup{vertical-align:super}
.rx-content ol,.rx-content ul{padding-left:0;margin-left:20px}
.rx-content li li{font-size:1em}
.rx-content dt{font-weight:700}
.rx-content dd+dt{margin-top:.25em}
.rx-content pre{overflow:auto;white-space:pre;font-family:var(--rx-font-mono);font-size:14px;line-height:1.6;padding:1em;border-radius:3px;border:1px solid var(--rx-pre-border,transparent);background:var(--rx-pre-bg,transparent);color:var(--rx-pre-color,var(--rx-text-color))}
.rx-content pre code{position:initial;color:inherit;padding:0;border:0;font-size:100%;display:block;line-height:inherit;background:0 0}
.rx-content blockquote,.rx-content figure:has(blockquote){padding:0;background:var(--rx-quote-bg,transparent);padding-left:24px;border-left:var(--rx-quote-border-width,2px) solid var(--rx-quote-border-color)}
.rx-content blockquote p,.rx-content figure:has(blockquote) p{font-style:italic;font-weight:500;font-size:16px;line-height:1.4;color:var(--rx-quote-color,var(--rx-text-color))}
.rx-content blockquote p+p,.rx-content figure:has(blockquote) p+p{margin-top:.5em}
.rx-content figure:has(blockquote) blockquote{padding:0;border:none;box-shadow:none;background:0 0;border-radius:0}
.rx-content blockquote cite,.rx-content figcaption cite{font-style:italic;font-weight:400;color:var(--rx-quote-caption-color,var(--rx-text-color));font-size:14px;line-height:1.3}
.rx-content caption{text-align:left;font-style:normal}
.rx-content table{border-collapse:collapse;border-spacing:0;width:100%;empty-cells:show;font-size:15px;line-height:1.5;color:var(--rx-table-color,var(--rx-text-color))}
.rx-content td,.rx-content th{text-align:left;vertical-align:top;padding:.75em;border:1px solid var(--rx-table-border)}
.rx-content th{font-weight:400}
.rx-content thead th{font-weight:700}
.rx-content address{font-style:italic}
.rx-content figcaption{display:block;margin-top:4px;font-size:14px;line-height:1.3;background:var(--rx-caption-bg,transparent);color:var(--rx-caption-color,var(--rx-text-color))}
.rx-content figure>div,.rx-content figure>iframe,.rx-content figure>img,.rx-content figure>img a,.rx-content figure>pre{vertical-align:middle}
.rx-content .embed-responsive:has(iframe){position:relative;padding:0;padding-bottom:56.25%;height:0}
.rx-content .embed-responsive:has(iframe) iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.rx-content div.embed-responsive{margin:0}
.rx-content hr{--rx-line-size:1px;--rx-line-width:100%;--rx-line-style:solid;position:relative;line-height:1;background:0 0;border:none!important;text-align:left;padding-top:1.5em;padding-bottom:1.5em;margin:0!important;opacity:1;width:auto}
.rx-content hr:after{content:"";position:absolute;top:50%;width:var(--rx-line-width);max-width:var(--rx-line-width);margin-top:-calc(var(--rx-line-size)/2);border-top-width:var(--rx-line-size);border-top-style:var(--rx-line-style);border-top-color:var(--rx-line-color)}
.rx-content .wrap-center{text-align:center}
.rx-content .wrap-center img{margin-left:auto;margin-right:auto}
.rx-content .wrap-center figcaption{text-align:center;margin-left:auto;margin-right:auto}
.rx-content .float-left{float:left;margin-right:1em;margin-bottom:1em;max-width:200px}
.rx-content .float-right{float:right;margin-left:1em;margin-bottom:1em;max-width:200px}
.rx-content .outset-right{position:relative;width:calc(100% + var(--rx-outset-md));max-width:calc(100% + var(--rx-outset-md));transform:translateX(var(--rx-outset-md)) translate3d(0,0,0);left:calc(var(--rx-outset-md) * -1)}
.rx-content .outset-left{width:calc(100% + var(--rx-outset-md));max-width:calc(100% + var(--rx-outset-md));transform:translateX(calc(var(--rx-outset-md) * -1)) translate3d(0,0,0)}
.rx-content .outset-both{position:relative;width:calc(100% + var(--rx-outset-md) + var(--rx-outset-md));max-width:calc(100% + var(--rx-outset-md) + var(--rx-outset-md));transform:translateX(-50%) translate3d(0,0,0);left:50%}
.rx-main-container {
  border-style: none;
}
.rx-tooltip {
  display: none;
}
.rx-toolbar-container {
  border-bottom-width: 1px;
}
.rx-toolbar,
.rx-extrabar {
  display: flex;
  height: 48px;
  align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.rx-toolbar,
.rx-editor {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1024px !important;
}
.rx-editor .rx-block-control-focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.rx-editor-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.rx-content table {
  table-layout: fixed;
}
.rx-style-modal .rx-editor-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rx-style-modal .rx-main-container,
.rx-style-modal .rx-toolbox-container,
.rx-style-modal .rx-content {
  background-color: var(--background-tertiary);
}
.rx-style-modal .rx-content {
  background-color: transparent;
}
.rx-style-postit,
.rx-style-postit .rx-main-container,
.rx-style-postit .rx-toolbox-container,
.rx-style-postit .rx-content {
  border-radius: 12px;
  background-color: var(--accent-amber-surfaceSecondary);
}
.rx-style-postit {
  border-width: 2px;
  border-color: var(--accent-amber-surfacePrimary);
}
.rx-style-postit .rx-editor-container {
  padding: 0px;
}
.rx-dropdown,
.rx-modal {
  z-index: calc(10*var(--rx-level-popup));
}
.rx-content ul li {
  list-style-type: disc;
}
.rx-content ol li {
  list-style-type: decimal;
}
.rx-control {
  z-index: 9999;
}
.rx-control .rx-button {
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--background-tertiary);
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rx-editor [data-placeholder]:empty::before {
  font-weight: 500;
  font-style: normal;
  color: var(--label-tertiary);
}
.rx-editor h1[data-placeholder]:empty::before {
  font-weight: 700;
}
.rx-empty h1:empty {
  min-height: 1.2em;
}
.rx-content h1,
.rx-content h2,
.rx-content h3,
.rx-content h4,
.rx-content h5,
.rx-content h6 {
  color: var(--label-primary);
}
.rx-content address+*, .rx-content dl+*, .rx-content ol+*, .rx-content p+*, .rx-content pre+*, .rx-content ul+* {
  margin-top: 0.125rem;
}
.comment-grouped .comment-avatar {
  visibility: hidden;
}
.comment-grouped .comment-info {
  display: none;
}
.comment-grouped {
  margin-bottom: -28px;
}
table.report-table {
  position: relative;
  z-index: 10;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  text-align: left;
}
table.report-table thead {
  position: sticky;
  top: 0px;
  z-index: 20;
  background-color: var(--background-secondary);
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--label-primary);
}
table.report-table thead th {
  height: 2.5rem;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--background-secondary);
  padding-left: 1rem;
  padding-right: 1rem;
}
table.report-table thead th:last-child {
  border-right-width: 0px;
}
table.report-table th.report-table-cell-sticky,
table.report-table td.report-table-cell-sticky {
  position: sticky;
  left: 0px;
  z-index: 10;
  background-color: var(--background-secondary);
}
table.report-table .checkbox {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}
table.report-table tbody tr {
  border-bottom-width: 1px;
}
table.report-table tbody tr:hover {
  background-color: var(--fill-tertiary);
}
table.report-table tbody td {
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
table.report-table tbody td:last-child {
  border-right-width: 0px;
}
table.card-table {
  position: relative;
  z-index: 10;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  text-align: left;
}
table.card-table thead {
  position: sticky;
  top: 0px;
  z-index: 20;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--label-primary);
}
table.card-table thead th {
  height: 2.5rem;
  border-bottom-width: 1px;
  border-right-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}
table.card-table thead th:last-child {
  border-right-width: 0px;
}
table.card-table .checkbox {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}
table.card-table tbody td {
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: var(--border-secondary);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--label-primary);
}
table.card-table tbody td:last-child {
  border-right-width: 0px;
}
table.card-table tbody tr:last-child td {
  border-bottom-width: 0px;
}
.fc {
  border-color: var(--border-secondary);
}
.fc .fc-timegrid-slot {
  height: 8px;
  line-height: 8px;
  border-color: var(--border-secondary);
}
.fc colgroup col {
  width: 76px !important;
}
.fc .fc-event {
  border-radius: 10px;
  border-width: 0px;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events .fc-daygrid-event-harness {
  width: 100%;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events .fc-daygrid-event-harness .fc-daygrid-event {
  margin-left: 0.25rem;
  margin-right: 0px;
}
.fc-timegrid-slot.fc-timegrid-slot-minor {
  border-top: none;
}
.fc-timegrid-slot.fc-timegrid-slot-label {
  border-top: none;
}
.fc .fc-timegrid-col-events {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.fc .fc-timegrid-slot-label-frame {
  margin-top: -0.5rem;
  font-size: 12px;
  line-height: 1rem;
  font-weight: 500;
  color: var(--label-tertiary);
}
.fc .fc-col-header th {
  border-left: none;
  border-right: none;
}
.fc .fc-scrollgrid {
  border: none;
}
.fc .fc-col-header-cell {
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--label-secondary);
}
.fc .fc-timegrid-axis-frame-liquid {
  display: none;
}
.fc .fc-scrollgrid-section {
  display: none;
}
.fc .fc-scrollgrid-section.fc-scrollgrid-section-body {
  display: table-row;
}
.fc .fc-scrollgrid-section.fc-scrollgrid-section-header {
  display: table-row;
}
.short-time-entry > .time-tracking-entry {
  justify-content: center !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.short-time-entry > .time-tracking-entry > .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.short-time-entry > .time-tracking-entry > .time {
  display: none;
}
.fc-timeGridWeek-view .fc-timegrid-now-indicator-container {
  overflow: visible !important;
}
.fc-timeGridWeek-view .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-line {
  border-radius: 9999px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.fc-timeGridWeek-view .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-arrow {
  display: none;
}
.fc-theme-standard td, .fc-theme-standard th {
  border-right: none;
}
.fc .fc-col-header-cell.fc-day.fc-day-today .date {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--accent-sky-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
  background: none;
}
.fc-timeGridWeek-view .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-line::before  {
  content: "";
  width: 700%;
  border-style: solid;
  border-width: 1px 0 0px;
  position: absolute;
  top: -1px;
  right: calc(100% - 42px);
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  opacity: 0.25;
}
.fc-timeGridWeek-view .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-line::after  {
  content: "";
  width: 700%;
  border-style: solid;
  border-width: 1px 0 0px;
  position: absolute;
  top: -1px;
  left: calc(100% - 42px);
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
  opacity: 0.25;
}
.fc .fc-highlight {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 8px;
  background-color: var(--fill-quaternary);
}
body {
  min-width: 1024px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
dialog {
  background-color: transparent;
  padding: 2.5rem;
}
::-moz-selection {
  background-color: var(--accent-sky-tertiary);
}
::selection {
  background-color: var(--accent-sky-tertiary);
}
.form-group label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.form-group input[type="email"],
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="date"],
.form-group textarea,
.form-group select {
  position: relative;
  width: 100%;
  cursor: default;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--border-primary);
  background-color: var(--background-tertiary);
  padding-left: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.5rem;
  text-align: left;
  --tw-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 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);
}
.form-group input[type="email"]:focus,
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="date"]:focus,
.form-group textarea:focus,
.form-group select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
@media (min-width: 640px) {

  .form-group input[type="email"],
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="date"],
.form-group textarea,
.form-group select {
    font-size: 14px;
    line-height: 1.25rem;
  }
}
.form-group input[type="email"],
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="date"],
.form-group select:not([multiple]) {
  height: 40px;
}
.form-group input[type="submit"] {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.form-group input:disabled {
  cursor: not-allowed;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.welcome-message-component>.content {
  margin-bottom: 1rem;
}
.welcome-message-component:nth-child(2n)>.content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@keyframes append-animate {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.portal-question-form-component {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);

  animation: append-animate .3s ease-out;
}
.company-menu-item {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
}
.active {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));

  background-color: rgba(231, 229, 228, 0.5);
}
.company-menu-item:hover {
  background-color: #F0EFEE;
}
.sortable-ghost {
  animation: none !important;
  border-radius: 16px;
  border-color: transparent !important;
  background-color: var(--fill-quaternary) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.sortable-ghost>* {
  visibility: hidden;
}
details>summary::-webkit-details-marker {
  display: none;
}
.bg-striped {
  background-image: url(/assets/line-5bf1a125834175a6d5e0ded7d2f4a9b0105503d342138cb0f910f08c5436b0ec.svg);
  background-repeat: repeat;
}
.card {
  box-sizing: content-box;
  border-radius: 12px;
  border-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--background-quaternary);
  background-clip: padding-box;
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.preboarding-card {
  box-sizing: content-box;
  border-radius: 0px;
  border-width: 0px;
  border-color: var(--border-secondary);
  background-color: var(--background-quaternary);
  background-clip: padding-box;
  --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: 768px) {

  .preboarding-card {
    border-radius: 24px;
    border-width: 1px;
    --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.preboarding-label {
  box-sizing: content-box;
  border-radius: 8px;
  border-width: 1px;
  border-color: var(--border-secondary);
  background-color: var(--background-quaternary);
  background-clip: padding-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.card:hover,
button.card:hover,
label.card:hover {
  --tw-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 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);
}
.badge-pattern-mask {
  opacity: 50%;
  -webkit-mask-image: linear-gradient(180deg, #000 15%, rgba(0, 0, 0, 0.00) 65%);
          mask-image: linear-gradient(180deg, #000 15%, rgba(0, 0, 0, 0.00) 65%);
  mix-blend-mode: luminosity;
  left: -12px;
}
.lanyard-noise {
  background-image: url(/assets/noise-714edc3e11d065a5835c56158879406a462bb06f1330ddc819fe2198c759cf14.png);
  background-blend-mode: soft-light;
  background-size: 100px;
}
.tt-new-hire {
  background-image: url(/assets/flower-1-b6d7b90313e2a14179b53d7690c2ff039cfa26243ece9c407f2879203c0601bd.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 146px;
  background-position: -40px;
}
.lanyard-front-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 2.5%), linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30%);
}
.lanyard-back-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 21%);
}
.new-hires-label {
  background: linear-gradient(to right, #B679D2 0%, #79AFD2 20%, #8FD89A 40%, #F0DD75 60%, #E8735C 80%, #B679D2 100%);
  background-size: 300% auto;
}
@keyframes shine {

  to {
    background-position: 300% center;
  }
}
.new-hires-label {
  animation: shine 5s linear infinite;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 12px;
  line-height: 1rem;
  font-weight: 600;
  color: transparent;
}
.tippy-box {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 500;
  --tw-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tippy-box[data-animation='scale'][data-state='hidden'] {
  --tw-scale-x: 90%;
  --tw-scale-y: 90%;
  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));
  opacity: 0;
}
.vacation-plan-row {
  box-sizing: border-box;
  display: flex;
  height: 3rem;
  background-color: var(--background-tertiary);
}
.vacation-plan-row:hover {
  background-color: var(--fill-quaternary);
}
.vacation-plan-row.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.vacation-plan-row.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.onboarding-widget-underline {
  position: relative;
}
.onboarding-widget-underline:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  height: 1.25rem;
  width: 190px;
  --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));
  background-repeat: no-repeat;
  background-image: url(/assets/onboarding-underline-89c5f26ebfdbf438a0efadfadca3159638d4acb770b87dbac877a6ea2c1d5eca.svg);
}
.onboarding-widget-pattern {
  position: relative;
  background-repeat: repeat;
}
.onboarding-widget-pattern:before {
  position: absolute;
  inset-inline-start: -100%;
  height: 170%;
  width: 300%;
  --tw-rotate: -15deg;
  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));
  content: '';
  background-image: url(/assets/onboarding-pattern-6a2e8bd6fdf0c858c27ed643dfaa202d8f904ca267e6307756567ecc15d67801.svg);
  animation: bg-scrolling 50s infinite linear;
}
@keyframes bg-scrolling {
  0% {
    background-position: -800px -800px;
  }
}
.group-avatar {
  display: flex;
  align-items: center;
  background: white;
  border: solid 2px white;
}
.group-avatar-24 {
  width: 24px;
  height: 24px;
}
.group-avatar-32 {
  width: 32px;
  height: 32px;
}
.group-avatar-40 {
  width: 40px;
  height: 40px;
}
.group-avatar:not(:first-of-type) {
  margin-left: -6px;
}
/* change the 2px white border to mask only if it's supported: */
@supports ((-webkit-mask: radial-gradient(transparent 12px, black 0)) or (mask: radial-gradient(transparent 12px, black 0))) {
  .group-avatar {
    border: none;
  }

  .group-avatar-24:not(.group-avatar-rings):not(:last-of-type) {
    -webkit-mask: radial-gradient(circle at 30px, transparent 14px, white 0);
            mask: radial-gradient(circle at 30px, transparent 14px, white 0);
  }

  .group-avatar-24:not(:first-of-type) {
    margin-left: -6px;
  }

  .group-avatar-32:not(.group-avatar-rings):not(:last-of-type) {
    -webkit-mask: radial-gradient(circle at 40px, transparent 18px, white 0);
            mask: radial-gradient(circle at 40px, transparent 18px, white 0);
  }

  .group-avatar-32:not(:first-of-type) {
    margin-left: -8px;
  }

  .group-avatar-40:not(.group-avatar-rings):not(:last-of-type) {
    -webkit-mask: radial-gradient(circle at 50px, transparent 22px, white 0);
            mask: radial-gradient(circle at 50px, transparent 22px, white 0);
  }

  .group-avatar-40:not(:first-of-type) {
    margin-left: -10px;
  }
}
.bg-squares {
  position: relative;
  overflow: hidden;
}
.current-date>.date {
  display: block;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.bg-squares:after {
  position: absolute;
  inset-inline-start: -100%;
  z-index: -10;
  height: 170%;
  width: 300%;
  --tw-rotate: -15deg;
  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));
  background-color: var(--background-primary);
  content: '';
  background-image: url(/assets/square-white-pattern-44df5c911a481036eb4509ef679614de7c476759af54581fef520361fa2836f3.svg);
}
.bg-question-mark {
  position: relative;
  overflow: hidden;
}
.bg-question-mark:after {
  position: absolute;
  inset-inline-start: -100%;
  z-index: -10;
  height: 170%;
  width: 300%;
  --tw-rotate: -15deg;
  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));
  background-color: var(--background-primary);
  content: '';
  background-image: url(/assets/question-white-pattern-0b66ff76b9eea4424e5ec40f28ccc8e3f6e1956c69a18aa34c63cbecf28d4db8.svg);
}
@media(prefers-color-scheme: light) {
  .edge-highlight-r {
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 1.0);
  }

  .edge-highlight-l {
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 1.0);
  }
}
@media(prefers-color-scheme: dark) {
  .edge-highlight-r {
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  }

  .edge-highlight-l {
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  }
}
.widget-header-gradient {
  background: linear-gradient(180deg, #000 25%, rgba(0, 0, 0, 0.01) 100%);
  background: linear-gradient(180deg, color(display-p3 0 0 0 / 0.00) 25%, color(display-p3 0 0 0 / 0.01) 100%);
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.9);
}
.mask-hole {
  -webkit-mask-image: radial-gradient(circle, transparent 20%, black 21%);
  mask-image: radial-gradient(circle, transparent 20%, black 21%);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.profile-segment-table-cell {
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-right-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.profile-segment-table-cell:last-child {
  border-right-width: 0px;
}
.profile-avatar {
  position: relative;
  flex-shrink: 0;
  border-radius: 9999px;
}
.profile-avatar img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
.segment-controller-shadow {
  box-shadow: 0px 0px 0px 1px var(--border-secondary, rgba(23, 23, 23, 0.08)) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.05) inset;
}
.placeholder\:text-label-secondary::-moz-placeholder {
  color: var(--label-secondary);
}
.placeholder\:text-label-secondary::placeholder {
  color: var(--label-secondary);
}
.placeholder\:text-label-tertiary::-moz-placeholder {
  color: var(--label-tertiary);
}
.placeholder\:text-label-tertiary::placeholder {
  color: var(--label-tertiary);
}
.placeholder\:text-neutral-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.placeholder\:text-neutral-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}
.before\:-bottom-3::before {
  content: var(--tw-content);
  bottom: -0.75rem;
}
.before\:-left-1::before {
  content: var(--tw-content);
  left: -0.25rem;
}
.before\:-right-2::before {
  content: var(--tw-content);
  right: -0.5rem;
}
.before\:-top-1::before {
  content: var(--tw-content);
  top: -0.25rem;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}
.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.after\:from-black\/10::after {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.1) 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);
}
.after\:to-transparent::after {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.first\:mt-2:first-child {
  margin-top: 0.5rem;
}
.first\:rounded-l-lg:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.first\:border-l:first-child {
  border-left-width: 1px;
}
.first\:pl-0:first-child {
  padding-left: 0px;
}
.first\:pl-4:first-child {
  padding-left: 1rem;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:rounded-r-lg:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.last\:rounded-bl-4xl:last-child {
  border-bottom-left-radius: 16px;
}
.last\:rounded-br-4xl:last-child {
  border-bottom-right-radius: 16px;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:border-r:last-child {
  border-right-width: 1px;
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.only\:border-x:only-child {
  border-left-width: 1px;
  border-right-width: 1px;
}
.first-of-type\:rounded-t-4xl:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.empty\:hidden:empty {
  display: none;
}
.empty\:pb-0:empty {
  padding-bottom: 0px;
}
.focus-within\:\!border-accent-amber-dark:focus-within {
  border-color: var(--accent-amber-dark) !important;
}
.focus-within\:\!border-accent-amber-onSurface:focus-within {
  border-color: var(--accent-amber-onSurface) !important;
}
.focus-within\:\!border-accent-amber-primary:focus-within {
  border-color: var(--accent-amber-primary) !important;
}
.focus-within\:\!border-accent-amber-secondary:focus-within {
  border-color: var(--accent-amber-secondary) !important;
}
.focus-within\:\!border-accent-amber-surfacePrimary:focus-within {
  border-color: var(--accent-amber-surfacePrimary) !important;
}
.focus-within\:\!border-accent-amber-surfaceSecondary:focus-within {
  border-color: var(--accent-amber-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-amber-tertiary:focus-within {
  border-color: var(--accent-amber-tertiary) !important;
}
.focus-within\:\!border-accent-blue-dark:focus-within {
  border-color: var(--accent-blue-dark) !important;
}
.focus-within\:\!border-accent-blue-onSurface:focus-within {
  border-color: var(--accent-blue-onSurface) !important;
}
.focus-within\:\!border-accent-blue-primary:focus-within {
  border-color: var(--accent-blue-primary) !important;
}
.focus-within\:\!border-accent-blue-secondary:focus-within {
  border-color: var(--accent-blue-secondary) !important;
}
.focus-within\:\!border-accent-blue-surfacePrimary:focus-within {
  border-color: var(--accent-blue-surfacePrimary) !important;
}
.focus-within\:\!border-accent-blue-surfaceSecondary:focus-within {
  border-color: var(--accent-blue-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-blue-tertiary:focus-within {
  border-color: var(--accent-blue-tertiary) !important;
}
.focus-within\:\!border-accent-brown-dark:focus-within {
  border-color: var(--accent-brown-dark) !important;
}
.focus-within\:\!border-accent-brown-onSurface:focus-within {
  border-color: var(--accent-brown-onSurface) !important;
}
.focus-within\:\!border-accent-brown-primary:focus-within {
  border-color: var(--accent-brown-primary) !important;
}
.focus-within\:\!border-accent-brown-secondary:focus-within {
  border-color: var(--accent-brown-secondary) !important;
}
.focus-within\:\!border-accent-brown-surfacePrimary:focus-within {
  border-color: var(--accent-brown-surfacePrimary) !important;
}
.focus-within\:\!border-accent-brown-surfaceSecondary:focus-within {
  border-color: var(--accent-brown-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-brown-tertiary:focus-within {
  border-color: var(--accent-brown-tertiary) !important;
}
.focus-within\:\!border-accent-cyan-dark:focus-within {
  border-color: var(--accent-cyan-dark) !important;
}
.focus-within\:\!border-accent-cyan-onSurface:focus-within {
  border-color: var(--accent-cyan-onSurface) !important;
}
.focus-within\:\!border-accent-cyan-primary:focus-within {
  border-color: var(--accent-cyan-primary) !important;
}
.focus-within\:\!border-accent-cyan-secondary:focus-within {
  border-color: var(--accent-cyan-secondary) !important;
}
.focus-within\:\!border-accent-cyan-surfacePrimary:focus-within {
  border-color: var(--accent-cyan-surfacePrimary) !important;
}
.focus-within\:\!border-accent-cyan-surfaceSecondary:focus-within {
  border-color: var(--accent-cyan-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-cyan-tertiary:focus-within {
  border-color: var(--accent-cyan-tertiary) !important;
}
.focus-within\:\!border-accent-emerald-dark:focus-within {
  border-color: var(--accent-emerald-dark) !important;
}
.focus-within\:\!border-accent-emerald-onSurface:focus-within {
  border-color: var(--accent-emerald-onSurface) !important;
}
.focus-within\:\!border-accent-emerald-primary:focus-within {
  border-color: var(--accent-emerald-primary) !important;
}
.focus-within\:\!border-accent-emerald-secondary:focus-within {
  border-color: var(--accent-emerald-secondary) !important;
}
.focus-within\:\!border-accent-emerald-surfacePrimary:focus-within {
  border-color: var(--accent-emerald-surfacePrimary) !important;
}
.focus-within\:\!border-accent-emerald-surfaceSecondary:focus-within {
  border-color: var(--accent-emerald-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-emerald-tertiary:focus-within {
  border-color: var(--accent-emerald-tertiary) !important;
}
.focus-within\:\!border-accent-fuchsia-dark:focus-within {
  border-color: var(--accent-fuchsia-dark) !important;
}
.focus-within\:\!border-accent-fuchsia-onSurface:focus-within {
  border-color: var(--accent-fuchsia-onSurface) !important;
}
.focus-within\:\!border-accent-fuchsia-primary:focus-within {
  border-color: var(--accent-fuchsia-primary) !important;
}
.focus-within\:\!border-accent-fuchsia-secondary:focus-within {
  border-color: var(--accent-fuchsia-secondary) !important;
}
.focus-within\:\!border-accent-fuchsia-surfacePrimary:focus-within {
  border-color: var(--accent-fuchsia-surfacePrimary) !important;
}
.focus-within\:\!border-accent-fuchsia-surfaceSecondary:focus-within {
  border-color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-fuchsia-tertiary:focus-within {
  border-color: var(--accent-fuchsia-tertiary) !important;
}
.focus-within\:\!border-accent-gray-dark:focus-within {
  border-color: var(--accent-gray-dark) !important;
}
.focus-within\:\!border-accent-gray-onSurface:focus-within {
  border-color: var(--accent-gray-onSurface) !important;
}
.focus-within\:\!border-accent-gray-primary:focus-within {
  border-color: var(--accent-gray-primary) !important;
}
.focus-within\:\!border-accent-gray-secondary:focus-within {
  border-color: var(--accent-gray-secondary) !important;
}
.focus-within\:\!border-accent-gray-surfacePrimary:focus-within {
  border-color: var(--accent-gray-surfacePrimary) !important;
}
.focus-within\:\!border-accent-gray-surfaceSecondary:focus-within {
  border-color: var(--accent-gray-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-gray-tertiary:focus-within {
  border-color: var(--accent-gray-tertiary) !important;
}
.focus-within\:\!border-accent-green-dark:focus-within {
  border-color: var(--accent-green-dark) !important;
}
.focus-within\:\!border-accent-green-onSurface:focus-within {
  border-color: var(--accent-green-onSurface) !important;
}
.focus-within\:\!border-accent-green-primary:focus-within {
  border-color: var(--accent-green-primary) !important;
}
.focus-within\:\!border-accent-green-secondary:focus-within {
  border-color: var(--accent-green-secondary) !important;
}
.focus-within\:\!border-accent-green-surfacePrimary:focus-within {
  border-color: var(--accent-green-surfacePrimary) !important;
}
.focus-within\:\!border-accent-green-surfaceSecondary:focus-within {
  border-color: var(--accent-green-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-green-tertiary:focus-within {
  border-color: var(--accent-green-tertiary) !important;
}
.focus-within\:\!border-accent-indigo-dark:focus-within {
  border-color: var(--accent-indigo-dark) !important;
}
.focus-within\:\!border-accent-indigo-onSurface:focus-within {
  border-color: var(--accent-indigo-onSurface) !important;
}
.focus-within\:\!border-accent-indigo-primary:focus-within {
  border-color: var(--accent-indigo-primary) !important;
}
.focus-within\:\!border-accent-indigo-secondary:focus-within {
  border-color: var(--accent-indigo-secondary) !important;
}
.focus-within\:\!border-accent-indigo-surfacePrimary:focus-within {
  border-color: var(--accent-indigo-surfacePrimary) !important;
}
.focus-within\:\!border-accent-indigo-surfaceSecondary:focus-within {
  border-color: var(--accent-indigo-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-indigo-tertiary:focus-within {
  border-color: var(--accent-indigo-tertiary) !important;
}
.focus-within\:\!border-accent-lime-dark:focus-within {
  border-color: var(--accent-lime-dark) !important;
}
.focus-within\:\!border-accent-lime-onSurface:focus-within {
  border-color: var(--accent-lime-onSurface) !important;
}
.focus-within\:\!border-accent-lime-primary:focus-within {
  border-color: var(--accent-lime-primary) !important;
}
.focus-within\:\!border-accent-lime-secondary:focus-within {
  border-color: var(--accent-lime-secondary) !important;
}
.focus-within\:\!border-accent-lime-surfacePrimary:focus-within {
  border-color: var(--accent-lime-surfacePrimary) !important;
}
.focus-within\:\!border-accent-lime-surfaceSecondary:focus-within {
  border-color: var(--accent-lime-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-lime-tertiary:focus-within {
  border-color: var(--accent-lime-tertiary) !important;
}
.focus-within\:\!border-accent-olive-dark:focus-within {
  border-color: var(--accent-olive-dark) !important;
}
.focus-within\:\!border-accent-olive-onSurface:focus-within {
  border-color: var(--accent-olive-onSurface) !important;
}
.focus-within\:\!border-accent-olive-primary:focus-within {
  border-color: var(--accent-olive-primary) !important;
}
.focus-within\:\!border-accent-olive-secondary:focus-within {
  border-color: var(--accent-olive-secondary) !important;
}
.focus-within\:\!border-accent-olive-surfacePrimary:focus-within {
  border-color: var(--accent-olive-surfacePrimary) !important;
}
.focus-within\:\!border-accent-olive-surfaceSecondary:focus-within {
  border-color: var(--accent-olive-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-olive-tertiary:focus-within {
  border-color: var(--accent-olive-tertiary) !important;
}
.focus-within\:\!border-accent-orange-dark:focus-within {
  border-color: var(--accent-orange-dark) !important;
}
.focus-within\:\!border-accent-orange-onSurface:focus-within {
  border-color: var(--accent-orange-onSurface) !important;
}
.focus-within\:\!border-accent-orange-primary:focus-within {
  border-color: var(--accent-orange-primary) !important;
}
.focus-within\:\!border-accent-orange-secondary:focus-within {
  border-color: var(--accent-orange-secondary) !important;
}
.focus-within\:\!border-accent-orange-surfacePrimary:focus-within {
  border-color: var(--accent-orange-surfacePrimary) !important;
}
.focus-within\:\!border-accent-orange-surfaceSecondary:focus-within {
  border-color: var(--accent-orange-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-orange-tertiary:focus-within {
  border-color: var(--accent-orange-tertiary) !important;
}
.focus-within\:\!border-accent-pink-dark:focus-within {
  border-color: var(--accent-pink-dark) !important;
}
.focus-within\:\!border-accent-pink-onSurface:focus-within {
  border-color: var(--accent-pink-onSurface) !important;
}
.focus-within\:\!border-accent-pink-primary:focus-within {
  border-color: var(--accent-pink-primary) !important;
}
.focus-within\:\!border-accent-pink-secondary:focus-within {
  border-color: var(--accent-pink-secondary) !important;
}
.focus-within\:\!border-accent-pink-surfacePrimary:focus-within {
  border-color: var(--accent-pink-surfacePrimary) !important;
}
.focus-within\:\!border-accent-pink-surfaceSecondary:focus-within {
  border-color: var(--accent-pink-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-pink-tertiary:focus-within {
  border-color: var(--accent-pink-tertiary) !important;
}
.focus-within\:\!border-accent-purple-dark:focus-within {
  border-color: var(--accent-purple-dark) !important;
}
.focus-within\:\!border-accent-purple-onSurface:focus-within {
  border-color: var(--accent-purple-onSurface) !important;
}
.focus-within\:\!border-accent-purple-primary:focus-within {
  border-color: var(--accent-purple-primary) !important;
}
.focus-within\:\!border-accent-purple-secondary:focus-within {
  border-color: var(--accent-purple-secondary) !important;
}
.focus-within\:\!border-accent-purple-surfacePrimary:focus-within {
  border-color: var(--accent-purple-surfacePrimary) !important;
}
.focus-within\:\!border-accent-purple-surfaceSecondary:focus-within {
  border-color: var(--accent-purple-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-purple-tertiary:focus-within {
  border-color: var(--accent-purple-tertiary) !important;
}
.focus-within\:\!border-accent-red-dark:focus-within {
  border-color: var(--accent-red-dark) !important;
}
.focus-within\:\!border-accent-red-onSurface:focus-within {
  border-color: var(--accent-red-onSurface) !important;
}
.focus-within\:\!border-accent-red-primary:focus-within {
  border-color: var(--accent-red-primary) !important;
}
.focus-within\:\!border-accent-red-secondary:focus-within {
  border-color: var(--accent-red-secondary) !important;
}
.focus-within\:\!border-accent-red-surfacePrimary:focus-within {
  border-color: var(--accent-red-surfacePrimary) !important;
}
.focus-within\:\!border-accent-red-surfaceSecondary:focus-within {
  border-color: var(--accent-red-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-red-tertiary:focus-within {
  border-color: var(--accent-red-tertiary) !important;
}
.focus-within\:\!border-accent-rose-dark:focus-within {
  border-color: var(--accent-rose-dark) !important;
}
.focus-within\:\!border-accent-rose-onSurface:focus-within {
  border-color: var(--accent-rose-onSurface) !important;
}
.focus-within\:\!border-accent-rose-primary:focus-within {
  border-color: var(--accent-rose-primary) !important;
}
.focus-within\:\!border-accent-rose-secondary:focus-within {
  border-color: var(--accent-rose-secondary) !important;
}
.focus-within\:\!border-accent-rose-surfacePrimary:focus-within {
  border-color: var(--accent-rose-surfacePrimary) !important;
}
.focus-within\:\!border-accent-rose-surfaceSecondary:focus-within {
  border-color: var(--accent-rose-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-rose-tertiary:focus-within {
  border-color: var(--accent-rose-tertiary) !important;
}
.focus-within\:\!border-accent-sky-dark:focus-within {
  border-color: var(--accent-sky-dark) !important;
}
.focus-within\:\!border-accent-sky-onSurface:focus-within {
  border-color: var(--accent-sky-onSurface) !important;
}
.focus-within\:\!border-accent-sky-primary:focus-within {
  border-color: var(--accent-sky-primary) !important;
}
.focus-within\:\!border-accent-sky-secondary:focus-within {
  border-color: var(--accent-sky-secondary) !important;
}
.focus-within\:\!border-accent-sky-surfacePrimary:focus-within {
  border-color: var(--accent-sky-surfacePrimary) !important;
}
.focus-within\:\!border-accent-sky-surfaceSecondary:focus-within {
  border-color: var(--accent-sky-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-sky-tertiary:focus-within {
  border-color: var(--accent-sky-tertiary) !important;
}
.focus-within\:\!border-accent-teal-dark:focus-within {
  border-color: var(--accent-teal-dark) !important;
}
.focus-within\:\!border-accent-teal-onSurface:focus-within {
  border-color: var(--accent-teal-onSurface) !important;
}
.focus-within\:\!border-accent-teal-primary:focus-within {
  border-color: var(--accent-teal-primary) !important;
}
.focus-within\:\!border-accent-teal-secondary:focus-within {
  border-color: var(--accent-teal-secondary) !important;
}
.focus-within\:\!border-accent-teal-surfacePrimary:focus-within {
  border-color: var(--accent-teal-surfacePrimary) !important;
}
.focus-within\:\!border-accent-teal-surfaceSecondary:focus-within {
  border-color: var(--accent-teal-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-teal-tertiary:focus-within {
  border-color: var(--accent-teal-tertiary) !important;
}
.focus-within\:\!border-accent-violet-dark:focus-within {
  border-color: var(--accent-violet-dark) !important;
}
.focus-within\:\!border-accent-violet-onSurface:focus-within {
  border-color: var(--accent-violet-onSurface) !important;
}
.focus-within\:\!border-accent-violet-primary:focus-within {
  border-color: var(--accent-violet-primary) !important;
}
.focus-within\:\!border-accent-violet-secondary:focus-within {
  border-color: var(--accent-violet-secondary) !important;
}
.focus-within\:\!border-accent-violet-surfacePrimary:focus-within {
  border-color: var(--accent-violet-surfacePrimary) !important;
}
.focus-within\:\!border-accent-violet-surfaceSecondary:focus-within {
  border-color: var(--accent-violet-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-violet-tertiary:focus-within {
  border-color: var(--accent-violet-tertiary) !important;
}
.focus-within\:\!border-accent-yellow-dark:focus-within {
  border-color: var(--accent-yellow-dark) !important;
}
.focus-within\:\!border-accent-yellow-onSurface:focus-within {
  border-color: var(--accent-yellow-onSurface) !important;
}
.focus-within\:\!border-accent-yellow-primary:focus-within {
  border-color: var(--accent-yellow-primary) !important;
}
.focus-within\:\!border-accent-yellow-secondary:focus-within {
  border-color: var(--accent-yellow-secondary) !important;
}
.focus-within\:\!border-accent-yellow-surfacePrimary:focus-within {
  border-color: var(--accent-yellow-surfacePrimary) !important;
}
.focus-within\:\!border-accent-yellow-surfaceSecondary:focus-within {
  border-color: var(--accent-yellow-surfaceSecondary) !important;
}
.focus-within\:\!border-accent-yellow-tertiary:focus-within {
  border-color: var(--accent-yellow-tertiary) !important;
}
.focus-within\:border-accent-amber-dark:focus-within {
  border-color: var(--accent-amber-dark);
}
.focus-within\:border-accent-amber-onSurface:focus-within {
  border-color: var(--accent-amber-onSurface);
}
.focus-within\:border-accent-amber-primary:focus-within {
  border-color: var(--accent-amber-primary);
}
.focus-within\:border-accent-amber-secondary:focus-within {
  border-color: var(--accent-amber-secondary);
}
.focus-within\:border-accent-amber-surfacePrimary:focus-within {
  border-color: var(--accent-amber-surfacePrimary);
}
.focus-within\:border-accent-amber-surfaceSecondary:focus-within {
  border-color: var(--accent-amber-surfaceSecondary);
}
.focus-within\:border-accent-amber-tertiary:focus-within {
  border-color: var(--accent-amber-tertiary);
}
.focus-within\:border-accent-blue-dark:focus-within {
  border-color: var(--accent-blue-dark);
}
.focus-within\:border-accent-blue-onSurface:focus-within {
  border-color: var(--accent-blue-onSurface);
}
.focus-within\:border-accent-blue-primary:focus-within {
  border-color: var(--accent-blue-primary);
}
.focus-within\:border-accent-blue-secondary:focus-within {
  border-color: var(--accent-blue-secondary);
}
.focus-within\:border-accent-blue-surfacePrimary:focus-within {
  border-color: var(--accent-blue-surfacePrimary);
}
.focus-within\:border-accent-blue-surfaceSecondary:focus-within {
  border-color: var(--accent-blue-surfaceSecondary);
}
.focus-within\:border-accent-blue-tertiary:focus-within {
  border-color: var(--accent-blue-tertiary);
}
.focus-within\:border-accent-brown-dark:focus-within {
  border-color: var(--accent-brown-dark);
}
.focus-within\:border-accent-brown-onSurface:focus-within {
  border-color: var(--accent-brown-onSurface);
}
.focus-within\:border-accent-brown-primary:focus-within {
  border-color: var(--accent-brown-primary);
}
.focus-within\:border-accent-brown-secondary:focus-within {
  border-color: var(--accent-brown-secondary);
}
.focus-within\:border-accent-brown-surfacePrimary:focus-within {
  border-color: var(--accent-brown-surfacePrimary);
}
.focus-within\:border-accent-brown-surfaceSecondary:focus-within {
  border-color: var(--accent-brown-surfaceSecondary);
}
.focus-within\:border-accent-brown-tertiary:focus-within {
  border-color: var(--accent-brown-tertiary);
}
.focus-within\:border-accent-cyan-dark:focus-within {
  border-color: var(--accent-cyan-dark);
}
.focus-within\:border-accent-cyan-onSurface:focus-within {
  border-color: var(--accent-cyan-onSurface);
}
.focus-within\:border-accent-cyan-primary:focus-within {
  border-color: var(--accent-cyan-primary);
}
.focus-within\:border-accent-cyan-secondary:focus-within {
  border-color: var(--accent-cyan-secondary);
}
.focus-within\:border-accent-cyan-surfacePrimary:focus-within {
  border-color: var(--accent-cyan-surfacePrimary);
}
.focus-within\:border-accent-cyan-surfaceSecondary:focus-within {
  border-color: var(--accent-cyan-surfaceSecondary);
}
.focus-within\:border-accent-cyan-tertiary:focus-within {
  border-color: var(--accent-cyan-tertiary);
}
.focus-within\:border-accent-emerald-dark:focus-within {
  border-color: var(--accent-emerald-dark);
}
.focus-within\:border-accent-emerald-onSurface:focus-within {
  border-color: var(--accent-emerald-onSurface);
}
.focus-within\:border-accent-emerald-primary:focus-within {
  border-color: var(--accent-emerald-primary);
}
.focus-within\:border-accent-emerald-secondary:focus-within {
  border-color: var(--accent-emerald-secondary);
}
.focus-within\:border-accent-emerald-surfacePrimary:focus-within {
  border-color: var(--accent-emerald-surfacePrimary);
}
.focus-within\:border-accent-emerald-surfaceSecondary:focus-within {
  border-color: var(--accent-emerald-surfaceSecondary);
}
.focus-within\:border-accent-emerald-tertiary:focus-within {
  border-color: var(--accent-emerald-tertiary);
}
.focus-within\:border-accent-fuchsia-dark:focus-within {
  border-color: var(--accent-fuchsia-dark);
}
.focus-within\:border-accent-fuchsia-onSurface:focus-within {
  border-color: var(--accent-fuchsia-onSurface);
}
.focus-within\:border-accent-fuchsia-primary:focus-within {
  border-color: var(--accent-fuchsia-primary);
}
.focus-within\:border-accent-fuchsia-secondary:focus-within {
  border-color: var(--accent-fuchsia-secondary);
}
.focus-within\:border-accent-fuchsia-surfacePrimary:focus-within {
  border-color: var(--accent-fuchsia-surfacePrimary);
}
.focus-within\:border-accent-fuchsia-surfaceSecondary:focus-within {
  border-color: var(--accent-fuchsia-surfaceSecondary);
}
.focus-within\:border-accent-fuchsia-tertiary:focus-within {
  border-color: var(--accent-fuchsia-tertiary);
}
.focus-within\:border-accent-gray-dark:focus-within {
  border-color: var(--accent-gray-dark);
}
.focus-within\:border-accent-gray-onSurface:focus-within {
  border-color: var(--accent-gray-onSurface);
}
.focus-within\:border-accent-gray-primary:focus-within {
  border-color: var(--accent-gray-primary);
}
.focus-within\:border-accent-gray-secondary:focus-within {
  border-color: var(--accent-gray-secondary);
}
.focus-within\:border-accent-gray-surfacePrimary:focus-within {
  border-color: var(--accent-gray-surfacePrimary);
}
.focus-within\:border-accent-gray-surfaceSecondary:focus-within {
  border-color: var(--accent-gray-surfaceSecondary);
}
.focus-within\:border-accent-gray-tertiary:focus-within {
  border-color: var(--accent-gray-tertiary);
}
.focus-within\:border-accent-green-dark:focus-within {
  border-color: var(--accent-green-dark);
}
.focus-within\:border-accent-green-onSurface:focus-within {
  border-color: var(--accent-green-onSurface);
}
.focus-within\:border-accent-green-primary:focus-within {
  border-color: var(--accent-green-primary);
}
.focus-within\:border-accent-green-secondary:focus-within {
  border-color: var(--accent-green-secondary);
}
.focus-within\:border-accent-green-surfacePrimary:focus-within {
  border-color: var(--accent-green-surfacePrimary);
}
.focus-within\:border-accent-green-surfaceSecondary:focus-within {
  border-color: var(--accent-green-surfaceSecondary);
}
.focus-within\:border-accent-green-tertiary:focus-within {
  border-color: var(--accent-green-tertiary);
}
.focus-within\:border-accent-indigo-dark:focus-within {
  border-color: var(--accent-indigo-dark);
}
.focus-within\:border-accent-indigo-onSurface:focus-within {
  border-color: var(--accent-indigo-onSurface);
}
.focus-within\:border-accent-indigo-primary:focus-within {
  border-color: var(--accent-indigo-primary);
}
.focus-within\:border-accent-indigo-secondary:focus-within {
  border-color: var(--accent-indigo-secondary);
}
.focus-within\:border-accent-indigo-surfacePrimary:focus-within {
  border-color: var(--accent-indigo-surfacePrimary);
}
.focus-within\:border-accent-indigo-surfaceSecondary:focus-within {
  border-color: var(--accent-indigo-surfaceSecondary);
}
.focus-within\:border-accent-indigo-tertiary:focus-within {
  border-color: var(--accent-indigo-tertiary);
}
.focus-within\:border-accent-lime-dark:focus-within {
  border-color: var(--accent-lime-dark);
}
.focus-within\:border-accent-lime-onSurface:focus-within {
  border-color: var(--accent-lime-onSurface);
}
.focus-within\:border-accent-lime-primary:focus-within {
  border-color: var(--accent-lime-primary);
}
.focus-within\:border-accent-lime-secondary:focus-within {
  border-color: var(--accent-lime-secondary);
}
.focus-within\:border-accent-lime-surfacePrimary:focus-within {
  border-color: var(--accent-lime-surfacePrimary);
}
.focus-within\:border-accent-lime-surfaceSecondary:focus-within {
  border-color: var(--accent-lime-surfaceSecondary);
}
.focus-within\:border-accent-lime-tertiary:focus-within {
  border-color: var(--accent-lime-tertiary);
}
.focus-within\:border-accent-olive-dark:focus-within {
  border-color: var(--accent-olive-dark);
}
.focus-within\:border-accent-olive-onSurface:focus-within {
  border-color: var(--accent-olive-onSurface);
}
.focus-within\:border-accent-olive-primary:focus-within {
  border-color: var(--accent-olive-primary);
}
.focus-within\:border-accent-olive-secondary:focus-within {
  border-color: var(--accent-olive-secondary);
}
.focus-within\:border-accent-olive-surfacePrimary:focus-within {
  border-color: var(--accent-olive-surfacePrimary);
}
.focus-within\:border-accent-olive-surfaceSecondary:focus-within {
  border-color: var(--accent-olive-surfaceSecondary);
}
.focus-within\:border-accent-olive-tertiary:focus-within {
  border-color: var(--accent-olive-tertiary);
}
.focus-within\:border-accent-orange-dark:focus-within {
  border-color: var(--accent-orange-dark);
}
.focus-within\:border-accent-orange-onSurface:focus-within {
  border-color: var(--accent-orange-onSurface);
}
.focus-within\:border-accent-orange-primary:focus-within {
  border-color: var(--accent-orange-primary);
}
.focus-within\:border-accent-orange-secondary:focus-within {
  border-color: var(--accent-orange-secondary);
}
.focus-within\:border-accent-orange-surfacePrimary:focus-within {
  border-color: var(--accent-orange-surfacePrimary);
}
.focus-within\:border-accent-orange-surfaceSecondary:focus-within {
  border-color: var(--accent-orange-surfaceSecondary);
}
.focus-within\:border-accent-orange-tertiary:focus-within {
  border-color: var(--accent-orange-tertiary);
}
.focus-within\:border-accent-pink-dark:focus-within {
  border-color: var(--accent-pink-dark);
}
.focus-within\:border-accent-pink-onSurface:focus-within {
  border-color: var(--accent-pink-onSurface);
}
.focus-within\:border-accent-pink-primary:focus-within {
  border-color: var(--accent-pink-primary);
}
.focus-within\:border-accent-pink-secondary:focus-within {
  border-color: var(--accent-pink-secondary);
}
.focus-within\:border-accent-pink-surfacePrimary:focus-within {
  border-color: var(--accent-pink-surfacePrimary);
}
.focus-within\:border-accent-pink-surfaceSecondary:focus-within {
  border-color: var(--accent-pink-surfaceSecondary);
}
.focus-within\:border-accent-pink-tertiary:focus-within {
  border-color: var(--accent-pink-tertiary);
}
.focus-within\:border-accent-purple-dark:focus-within {
  border-color: var(--accent-purple-dark);
}
.focus-within\:border-accent-purple-onSurface:focus-within {
  border-color: var(--accent-purple-onSurface);
}
.focus-within\:border-accent-purple-primary:focus-within {
  border-color: var(--accent-purple-primary);
}
.focus-within\:border-accent-purple-secondary:focus-within {
  border-color: var(--accent-purple-secondary);
}
.focus-within\:border-accent-purple-surfacePrimary:focus-within {
  border-color: var(--accent-purple-surfacePrimary);
}
.focus-within\:border-accent-purple-surfaceSecondary:focus-within {
  border-color: var(--accent-purple-surfaceSecondary);
}
.focus-within\:border-accent-purple-tertiary:focus-within {
  border-color: var(--accent-purple-tertiary);
}
.focus-within\:border-accent-red-dark:focus-within {
  border-color: var(--accent-red-dark);
}
.focus-within\:border-accent-red-onSurface:focus-within {
  border-color: var(--accent-red-onSurface);
}
.focus-within\:border-accent-red-primary:focus-within {
  border-color: var(--accent-red-primary);
}
.focus-within\:border-accent-red-secondary:focus-within {
  border-color: var(--accent-red-secondary);
}
.focus-within\:border-accent-red-surfacePrimary:focus-within {
  border-color: var(--accent-red-surfacePrimary);
}
.focus-within\:border-accent-red-surfaceSecondary:focus-within {
  border-color: var(--accent-red-surfaceSecondary);
}
.focus-within\:border-accent-red-tertiary:focus-within {
  border-color: var(--accent-red-tertiary);
}
.focus-within\:border-accent-rose-dark:focus-within {
  border-color: var(--accent-rose-dark);
}
.focus-within\:border-accent-rose-onSurface:focus-within {
  border-color: var(--accent-rose-onSurface);
}
.focus-within\:border-accent-rose-primary:focus-within {
  border-color: var(--accent-rose-primary);
}
.focus-within\:border-accent-rose-secondary:focus-within {
  border-color: var(--accent-rose-secondary);
}
.focus-within\:border-accent-rose-surfacePrimary:focus-within {
  border-color: var(--accent-rose-surfacePrimary);
}
.focus-within\:border-accent-rose-surfaceSecondary:focus-within {
  border-color: var(--accent-rose-surfaceSecondary);
}
.focus-within\:border-accent-rose-tertiary:focus-within {
  border-color: var(--accent-rose-tertiary);
}
.focus-within\:border-accent-sky-dark:focus-within {
  border-color: var(--accent-sky-dark);
}
.focus-within\:border-accent-sky-onSurface:focus-within {
  border-color: var(--accent-sky-onSurface);
}
.focus-within\:border-accent-sky-primary:focus-within {
  border-color: var(--accent-sky-primary);
}
.focus-within\:border-accent-sky-secondary:focus-within {
  border-color: var(--accent-sky-secondary);
}
.focus-within\:border-accent-sky-surfacePrimary:focus-within {
  border-color: var(--accent-sky-surfacePrimary);
}
.focus-within\:border-accent-sky-surfaceSecondary:focus-within {
  border-color: var(--accent-sky-surfaceSecondary);
}
.focus-within\:border-accent-sky-tertiary:focus-within {
  border-color: var(--accent-sky-tertiary);
}
.focus-within\:border-accent-teal-dark:focus-within {
  border-color: var(--accent-teal-dark);
}
.focus-within\:border-accent-teal-onSurface:focus-within {
  border-color: var(--accent-teal-onSurface);
}
.focus-within\:border-accent-teal-primary:focus-within {
  border-color: var(--accent-teal-primary);
}
.focus-within\:border-accent-teal-secondary:focus-within {
  border-color: var(--accent-teal-secondary);
}
.focus-within\:border-accent-teal-surfacePrimary:focus-within {
  border-color: var(--accent-teal-surfacePrimary);
}
.focus-within\:border-accent-teal-surfaceSecondary:focus-within {
  border-color: var(--accent-teal-surfaceSecondary);
}
.focus-within\:border-accent-teal-tertiary:focus-within {
  border-color: var(--accent-teal-tertiary);
}
.focus-within\:border-accent-violet-dark:focus-within {
  border-color: var(--accent-violet-dark);
}
.focus-within\:border-accent-violet-onSurface:focus-within {
  border-color: var(--accent-violet-onSurface);
}
.focus-within\:border-accent-violet-primary:focus-within {
  border-color: var(--accent-violet-primary);
}
.focus-within\:border-accent-violet-secondary:focus-within {
  border-color: var(--accent-violet-secondary);
}
.focus-within\:border-accent-violet-surfacePrimary:focus-within {
  border-color: var(--accent-violet-surfacePrimary);
}
.focus-within\:border-accent-violet-surfaceSecondary:focus-within {
  border-color: var(--accent-violet-surfaceSecondary);
}
.focus-within\:border-accent-violet-tertiary:focus-within {
  border-color: var(--accent-violet-tertiary);
}
.focus-within\:border-accent-yellow-dark:focus-within {
  border-color: var(--accent-yellow-dark);
}
.focus-within\:border-accent-yellow-onSurface:focus-within {
  border-color: var(--accent-yellow-onSurface);
}
.focus-within\:border-accent-yellow-primary:focus-within {
  border-color: var(--accent-yellow-primary);
}
.focus-within\:border-accent-yellow-secondary:focus-within {
  border-color: var(--accent-yellow-secondary);
}
.focus-within\:border-accent-yellow-surfacePrimary:focus-within {
  border-color: var(--accent-yellow-surfacePrimary);
}
.focus-within\:border-accent-yellow-surfaceSecondary:focus-within {
  border-color: var(--accent-yellow-surfaceSecondary);
}
.focus-within\:border-accent-yellow-tertiary:focus-within {
  border-color: var(--accent-yellow-tertiary);
}
.focus-within\:\!bg-accent-amber-dark:focus-within {
  background-color: var(--accent-amber-dark) !important;
}
.focus-within\:\!bg-accent-amber-onSurface:focus-within {
  background-color: var(--accent-amber-onSurface) !important;
}
.focus-within\:\!bg-accent-amber-primary:focus-within {
  background-color: var(--accent-amber-primary) !important;
}
.focus-within\:\!bg-accent-amber-secondary:focus-within {
  background-color: var(--accent-amber-secondary) !important;
}
.focus-within\:\!bg-accent-amber-surfacePrimary:focus-within {
  background-color: var(--accent-amber-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-amber-surfaceSecondary:focus-within {
  background-color: var(--accent-amber-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-amber-tertiary:focus-within {
  background-color: var(--accent-amber-tertiary) !important;
}
.focus-within\:\!bg-accent-blue-dark:focus-within {
  background-color: var(--accent-blue-dark) !important;
}
.focus-within\:\!bg-accent-blue-onSurface:focus-within {
  background-color: var(--accent-blue-onSurface) !important;
}
.focus-within\:\!bg-accent-blue-primary:focus-within {
  background-color: var(--accent-blue-primary) !important;
}
.focus-within\:\!bg-accent-blue-secondary:focus-within {
  background-color: var(--accent-blue-secondary) !important;
}
.focus-within\:\!bg-accent-blue-surfacePrimary:focus-within {
  background-color: var(--accent-blue-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-blue-surfaceSecondary:focus-within {
  background-color: var(--accent-blue-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-blue-tertiary:focus-within {
  background-color: var(--accent-blue-tertiary) !important;
}
.focus-within\:\!bg-accent-brown-dark:focus-within {
  background-color: var(--accent-brown-dark) !important;
}
.focus-within\:\!bg-accent-brown-onSurface:focus-within {
  background-color: var(--accent-brown-onSurface) !important;
}
.focus-within\:\!bg-accent-brown-primary:focus-within {
  background-color: var(--accent-brown-primary) !important;
}
.focus-within\:\!bg-accent-brown-secondary:focus-within {
  background-color: var(--accent-brown-secondary) !important;
}
.focus-within\:\!bg-accent-brown-surfacePrimary:focus-within {
  background-color: var(--accent-brown-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-brown-surfaceSecondary:focus-within {
  background-color: var(--accent-brown-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-brown-tertiary:focus-within {
  background-color: var(--accent-brown-tertiary) !important;
}
.focus-within\:\!bg-accent-cyan-dark:focus-within {
  background-color: var(--accent-cyan-dark) !important;
}
.focus-within\:\!bg-accent-cyan-onSurface:focus-within {
  background-color: var(--accent-cyan-onSurface) !important;
}
.focus-within\:\!bg-accent-cyan-primary:focus-within {
  background-color: var(--accent-cyan-primary) !important;
}
.focus-within\:\!bg-accent-cyan-secondary:focus-within {
  background-color: var(--accent-cyan-secondary) !important;
}
.focus-within\:\!bg-accent-cyan-surfacePrimary:focus-within {
  background-color: var(--accent-cyan-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-cyan-surfaceSecondary:focus-within {
  background-color: var(--accent-cyan-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-cyan-tertiary:focus-within {
  background-color: var(--accent-cyan-tertiary) !important;
}
.focus-within\:\!bg-accent-emerald-dark:focus-within {
  background-color: var(--accent-emerald-dark) !important;
}
.focus-within\:\!bg-accent-emerald-onSurface:focus-within {
  background-color: var(--accent-emerald-onSurface) !important;
}
.focus-within\:\!bg-accent-emerald-primary:focus-within {
  background-color: var(--accent-emerald-primary) !important;
}
.focus-within\:\!bg-accent-emerald-secondary:focus-within {
  background-color: var(--accent-emerald-secondary) !important;
}
.focus-within\:\!bg-accent-emerald-surfacePrimary:focus-within {
  background-color: var(--accent-emerald-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-emerald-surfaceSecondary:focus-within {
  background-color: var(--accent-emerald-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-emerald-tertiary:focus-within {
  background-color: var(--accent-emerald-tertiary) !important;
}
.focus-within\:\!bg-accent-fuchsia-dark:focus-within {
  background-color: var(--accent-fuchsia-dark) !important;
}
.focus-within\:\!bg-accent-fuchsia-onSurface:focus-within {
  background-color: var(--accent-fuchsia-onSurface) !important;
}
.focus-within\:\!bg-accent-fuchsia-primary:focus-within {
  background-color: var(--accent-fuchsia-primary) !important;
}
.focus-within\:\!bg-accent-fuchsia-secondary:focus-within {
  background-color: var(--accent-fuchsia-secondary) !important;
}
.focus-within\:\!bg-accent-fuchsia-surfacePrimary:focus-within {
  background-color: var(--accent-fuchsia-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-fuchsia-surfaceSecondary:focus-within {
  background-color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-fuchsia-tertiary:focus-within {
  background-color: var(--accent-fuchsia-tertiary) !important;
}
.focus-within\:\!bg-accent-gray-dark:focus-within {
  background-color: var(--accent-gray-dark) !important;
}
.focus-within\:\!bg-accent-gray-onSurface:focus-within {
  background-color: var(--accent-gray-onSurface) !important;
}
.focus-within\:\!bg-accent-gray-primary:focus-within {
  background-color: var(--accent-gray-primary) !important;
}
.focus-within\:\!bg-accent-gray-secondary:focus-within {
  background-color: var(--accent-gray-secondary) !important;
}
.focus-within\:\!bg-accent-gray-surfacePrimary:focus-within {
  background-color: var(--accent-gray-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-gray-surfaceSecondary:focus-within {
  background-color: var(--accent-gray-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-gray-tertiary:focus-within {
  background-color: var(--accent-gray-tertiary) !important;
}
.focus-within\:\!bg-accent-green-dark:focus-within {
  background-color: var(--accent-green-dark) !important;
}
.focus-within\:\!bg-accent-green-onSurface:focus-within {
  background-color: var(--accent-green-onSurface) !important;
}
.focus-within\:\!bg-accent-green-primary:focus-within {
  background-color: var(--accent-green-primary) !important;
}
.focus-within\:\!bg-accent-green-secondary:focus-within {
  background-color: var(--accent-green-secondary) !important;
}
.focus-within\:\!bg-accent-green-surfacePrimary:focus-within {
  background-color: var(--accent-green-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-green-surfaceSecondary:focus-within {
  background-color: var(--accent-green-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-green-tertiary:focus-within {
  background-color: var(--accent-green-tertiary) !important;
}
.focus-within\:\!bg-accent-indigo-dark:focus-within {
  background-color: var(--accent-indigo-dark) !important;
}
.focus-within\:\!bg-accent-indigo-onSurface:focus-within {
  background-color: var(--accent-indigo-onSurface) !important;
}
.focus-within\:\!bg-accent-indigo-primary:focus-within {
  background-color: var(--accent-indigo-primary) !important;
}
.focus-within\:\!bg-accent-indigo-secondary:focus-within {
  background-color: var(--accent-indigo-secondary) !important;
}
.focus-within\:\!bg-accent-indigo-surfacePrimary:focus-within {
  background-color: var(--accent-indigo-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-indigo-surfaceSecondary:focus-within {
  background-color: var(--accent-indigo-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-indigo-tertiary:focus-within {
  background-color: var(--accent-indigo-tertiary) !important;
}
.focus-within\:\!bg-accent-lime-dark:focus-within {
  background-color: var(--accent-lime-dark) !important;
}
.focus-within\:\!bg-accent-lime-onSurface:focus-within {
  background-color: var(--accent-lime-onSurface) !important;
}
.focus-within\:\!bg-accent-lime-primary:focus-within {
  background-color: var(--accent-lime-primary) !important;
}
.focus-within\:\!bg-accent-lime-secondary:focus-within {
  background-color: var(--accent-lime-secondary) !important;
}
.focus-within\:\!bg-accent-lime-surfacePrimary:focus-within {
  background-color: var(--accent-lime-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-lime-surfaceSecondary:focus-within {
  background-color: var(--accent-lime-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-lime-tertiary:focus-within {
  background-color: var(--accent-lime-tertiary) !important;
}
.focus-within\:\!bg-accent-olive-dark:focus-within {
  background-color: var(--accent-olive-dark) !important;
}
.focus-within\:\!bg-accent-olive-onSurface:focus-within {
  background-color: var(--accent-olive-onSurface) !important;
}
.focus-within\:\!bg-accent-olive-primary:focus-within {
  background-color: var(--accent-olive-primary) !important;
}
.focus-within\:\!bg-accent-olive-secondary:focus-within {
  background-color: var(--accent-olive-secondary) !important;
}
.focus-within\:\!bg-accent-olive-surfacePrimary:focus-within {
  background-color: var(--accent-olive-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-olive-surfaceSecondary:focus-within {
  background-color: var(--accent-olive-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-olive-tertiary:focus-within {
  background-color: var(--accent-olive-tertiary) !important;
}
.focus-within\:\!bg-accent-orange-dark:focus-within {
  background-color: var(--accent-orange-dark) !important;
}
.focus-within\:\!bg-accent-orange-onSurface:focus-within {
  background-color: var(--accent-orange-onSurface) !important;
}
.focus-within\:\!bg-accent-orange-primary:focus-within {
  background-color: var(--accent-orange-primary) !important;
}
.focus-within\:\!bg-accent-orange-secondary:focus-within {
  background-color: var(--accent-orange-secondary) !important;
}
.focus-within\:\!bg-accent-orange-surfacePrimary:focus-within {
  background-color: var(--accent-orange-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-orange-surfaceSecondary:focus-within {
  background-color: var(--accent-orange-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-orange-tertiary:focus-within {
  background-color: var(--accent-orange-tertiary) !important;
}
.focus-within\:\!bg-accent-pink-dark:focus-within {
  background-color: var(--accent-pink-dark) !important;
}
.focus-within\:\!bg-accent-pink-onSurface:focus-within {
  background-color: var(--accent-pink-onSurface) !important;
}
.focus-within\:\!bg-accent-pink-primary:focus-within {
  background-color: var(--accent-pink-primary) !important;
}
.focus-within\:\!bg-accent-pink-secondary:focus-within {
  background-color: var(--accent-pink-secondary) !important;
}
.focus-within\:\!bg-accent-pink-surfacePrimary:focus-within {
  background-color: var(--accent-pink-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-pink-surfaceSecondary:focus-within {
  background-color: var(--accent-pink-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-pink-tertiary:focus-within {
  background-color: var(--accent-pink-tertiary) !important;
}
.focus-within\:\!bg-accent-purple-dark:focus-within {
  background-color: var(--accent-purple-dark) !important;
}
.focus-within\:\!bg-accent-purple-onSurface:focus-within {
  background-color: var(--accent-purple-onSurface) !important;
}
.focus-within\:\!bg-accent-purple-primary:focus-within {
  background-color: var(--accent-purple-primary) !important;
}
.focus-within\:\!bg-accent-purple-secondary:focus-within {
  background-color: var(--accent-purple-secondary) !important;
}
.focus-within\:\!bg-accent-purple-surfacePrimary:focus-within {
  background-color: var(--accent-purple-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-purple-surfaceSecondary:focus-within {
  background-color: var(--accent-purple-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-purple-tertiary:focus-within {
  background-color: var(--accent-purple-tertiary) !important;
}
.focus-within\:\!bg-accent-red-dark:focus-within {
  background-color: var(--accent-red-dark) !important;
}
.focus-within\:\!bg-accent-red-onSurface:focus-within {
  background-color: var(--accent-red-onSurface) !important;
}
.focus-within\:\!bg-accent-red-primary:focus-within {
  background-color: var(--accent-red-primary) !important;
}
.focus-within\:\!bg-accent-red-secondary:focus-within {
  background-color: var(--accent-red-secondary) !important;
}
.focus-within\:\!bg-accent-red-surfacePrimary:focus-within {
  background-color: var(--accent-red-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-red-surfaceSecondary:focus-within {
  background-color: var(--accent-red-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-red-tertiary:focus-within {
  background-color: var(--accent-red-tertiary) !important;
}
.focus-within\:\!bg-accent-rose-dark:focus-within {
  background-color: var(--accent-rose-dark) !important;
}
.focus-within\:\!bg-accent-rose-onSurface:focus-within {
  background-color: var(--accent-rose-onSurface) !important;
}
.focus-within\:\!bg-accent-rose-primary:focus-within {
  background-color: var(--accent-rose-primary) !important;
}
.focus-within\:\!bg-accent-rose-secondary:focus-within {
  background-color: var(--accent-rose-secondary) !important;
}
.focus-within\:\!bg-accent-rose-surfacePrimary:focus-within {
  background-color: var(--accent-rose-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-rose-surfaceSecondary:focus-within {
  background-color: var(--accent-rose-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-rose-tertiary:focus-within {
  background-color: var(--accent-rose-tertiary) !important;
}
.focus-within\:\!bg-accent-sky-dark:focus-within {
  background-color: var(--accent-sky-dark) !important;
}
.focus-within\:\!bg-accent-sky-onSurface:focus-within {
  background-color: var(--accent-sky-onSurface) !important;
}
.focus-within\:\!bg-accent-sky-primary:focus-within {
  background-color: var(--accent-sky-primary) !important;
}
.focus-within\:\!bg-accent-sky-secondary:focus-within {
  background-color: var(--accent-sky-secondary) !important;
}
.focus-within\:\!bg-accent-sky-surfacePrimary:focus-within {
  background-color: var(--accent-sky-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-sky-surfaceSecondary:focus-within {
  background-color: var(--accent-sky-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-sky-tertiary:focus-within {
  background-color: var(--accent-sky-tertiary) !important;
}
.focus-within\:\!bg-accent-teal-dark:focus-within {
  background-color: var(--accent-teal-dark) !important;
}
.focus-within\:\!bg-accent-teal-onSurface:focus-within {
  background-color: var(--accent-teal-onSurface) !important;
}
.focus-within\:\!bg-accent-teal-primary:focus-within {
  background-color: var(--accent-teal-primary) !important;
}
.focus-within\:\!bg-accent-teal-secondary:focus-within {
  background-color: var(--accent-teal-secondary) !important;
}
.focus-within\:\!bg-accent-teal-surfacePrimary:focus-within {
  background-color: var(--accent-teal-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-teal-surfaceSecondary:focus-within {
  background-color: var(--accent-teal-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-teal-tertiary:focus-within {
  background-color: var(--accent-teal-tertiary) !important;
}
.focus-within\:\!bg-accent-violet-dark:focus-within {
  background-color: var(--accent-violet-dark) !important;
}
.focus-within\:\!bg-accent-violet-onSurface:focus-within {
  background-color: var(--accent-violet-onSurface) !important;
}
.focus-within\:\!bg-accent-violet-primary:focus-within {
  background-color: var(--accent-violet-primary) !important;
}
.focus-within\:\!bg-accent-violet-secondary:focus-within {
  background-color: var(--accent-violet-secondary) !important;
}
.focus-within\:\!bg-accent-violet-surfacePrimary:focus-within {
  background-color: var(--accent-violet-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-violet-surfaceSecondary:focus-within {
  background-color: var(--accent-violet-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-violet-tertiary:focus-within {
  background-color: var(--accent-violet-tertiary) !important;
}
.focus-within\:\!bg-accent-yellow-dark:focus-within {
  background-color: var(--accent-yellow-dark) !important;
}
.focus-within\:\!bg-accent-yellow-onSurface:focus-within {
  background-color: var(--accent-yellow-onSurface) !important;
}
.focus-within\:\!bg-accent-yellow-primary:focus-within {
  background-color: var(--accent-yellow-primary) !important;
}
.focus-within\:\!bg-accent-yellow-secondary:focus-within {
  background-color: var(--accent-yellow-secondary) !important;
}
.focus-within\:\!bg-accent-yellow-surfacePrimary:focus-within {
  background-color: var(--accent-yellow-surfacePrimary) !important;
}
.focus-within\:\!bg-accent-yellow-surfaceSecondary:focus-within {
  background-color: var(--accent-yellow-surfaceSecondary) !important;
}
.focus-within\:\!bg-accent-yellow-tertiary:focus-within {
  background-color: var(--accent-yellow-tertiary) !important;
}
.focus-within\:bg-accent-amber-dark:focus-within {
  background-color: var(--accent-amber-dark);
}
.focus-within\:bg-accent-amber-onSurface:focus-within {
  background-color: var(--accent-amber-onSurface);
}
.focus-within\:bg-accent-amber-primary:focus-within {
  background-color: var(--accent-amber-primary);
}
.focus-within\:bg-accent-amber-secondary:focus-within {
  background-color: var(--accent-amber-secondary);
}
.focus-within\:bg-accent-amber-surfacePrimary:focus-within {
  background-color: var(--accent-amber-surfacePrimary);
}
.focus-within\:bg-accent-amber-surfaceSecondary:focus-within {
  background-color: var(--accent-amber-surfaceSecondary);
}
.focus-within\:bg-accent-amber-tertiary:focus-within {
  background-color: var(--accent-amber-tertiary);
}
.focus-within\:bg-accent-blue-dark:focus-within {
  background-color: var(--accent-blue-dark);
}
.focus-within\:bg-accent-blue-onSurface:focus-within {
  background-color: var(--accent-blue-onSurface);
}
.focus-within\:bg-accent-blue-primary:focus-within {
  background-color: var(--accent-blue-primary);
}
.focus-within\:bg-accent-blue-secondary:focus-within {
  background-color: var(--accent-blue-secondary);
}
.focus-within\:bg-accent-blue-surfacePrimary:focus-within {
  background-color: var(--accent-blue-surfacePrimary);
}
.focus-within\:bg-accent-blue-surfaceSecondary:focus-within {
  background-color: var(--accent-blue-surfaceSecondary);
}
.focus-within\:bg-accent-blue-tertiary:focus-within {
  background-color: var(--accent-blue-tertiary);
}
.focus-within\:bg-accent-brown-dark:focus-within {
  background-color: var(--accent-brown-dark);
}
.focus-within\:bg-accent-brown-onSurface:focus-within {
  background-color: var(--accent-brown-onSurface);
}
.focus-within\:bg-accent-brown-primary:focus-within {
  background-color: var(--accent-brown-primary);
}
.focus-within\:bg-accent-brown-secondary:focus-within {
  background-color: var(--accent-brown-secondary);
}
.focus-within\:bg-accent-brown-surfacePrimary:focus-within {
  background-color: var(--accent-brown-surfacePrimary);
}
.focus-within\:bg-accent-brown-surfaceSecondary:focus-within {
  background-color: var(--accent-brown-surfaceSecondary);
}
.focus-within\:bg-accent-brown-tertiary:focus-within {
  background-color: var(--accent-brown-tertiary);
}
.focus-within\:bg-accent-cyan-dark:focus-within {
  background-color: var(--accent-cyan-dark);
}
.focus-within\:bg-accent-cyan-onSurface:focus-within {
  background-color: var(--accent-cyan-onSurface);
}
.focus-within\:bg-accent-cyan-primary:focus-within {
  background-color: var(--accent-cyan-primary);
}
.focus-within\:bg-accent-cyan-secondary:focus-within {
  background-color: var(--accent-cyan-secondary);
}
.focus-within\:bg-accent-cyan-surfacePrimary:focus-within {
  background-color: var(--accent-cyan-surfacePrimary);
}
.focus-within\:bg-accent-cyan-surfaceSecondary:focus-within {
  background-color: var(--accent-cyan-surfaceSecondary);
}
.focus-within\:bg-accent-cyan-tertiary:focus-within {
  background-color: var(--accent-cyan-tertiary);
}
.focus-within\:bg-accent-emerald-dark:focus-within {
  background-color: var(--accent-emerald-dark);
}
.focus-within\:bg-accent-emerald-onSurface:focus-within {
  background-color: var(--accent-emerald-onSurface);
}
.focus-within\:bg-accent-emerald-primary:focus-within {
  background-color: var(--accent-emerald-primary);
}
.focus-within\:bg-accent-emerald-secondary:focus-within {
  background-color: var(--accent-emerald-secondary);
}
.focus-within\:bg-accent-emerald-surfacePrimary:focus-within {
  background-color: var(--accent-emerald-surfacePrimary);
}
.focus-within\:bg-accent-emerald-surfaceSecondary:focus-within {
  background-color: var(--accent-emerald-surfaceSecondary);
}
.focus-within\:bg-accent-emerald-tertiary:focus-within {
  background-color: var(--accent-emerald-tertiary);
}
.focus-within\:bg-accent-fuchsia-dark:focus-within {
  background-color: var(--accent-fuchsia-dark);
}
.focus-within\:bg-accent-fuchsia-onSurface:focus-within {
  background-color: var(--accent-fuchsia-onSurface);
}
.focus-within\:bg-accent-fuchsia-primary:focus-within {
  background-color: var(--accent-fuchsia-primary);
}
.focus-within\:bg-accent-fuchsia-secondary:focus-within {
  background-color: var(--accent-fuchsia-secondary);
}
.focus-within\:bg-accent-fuchsia-surfacePrimary:focus-within {
  background-color: var(--accent-fuchsia-surfacePrimary);
}
.focus-within\:bg-accent-fuchsia-surfaceSecondary:focus-within {
  background-color: var(--accent-fuchsia-surfaceSecondary);
}
.focus-within\:bg-accent-fuchsia-tertiary:focus-within {
  background-color: var(--accent-fuchsia-tertiary);
}
.focus-within\:bg-accent-gray-dark:focus-within {
  background-color: var(--accent-gray-dark);
}
.focus-within\:bg-accent-gray-onSurface:focus-within {
  background-color: var(--accent-gray-onSurface);
}
.focus-within\:bg-accent-gray-primary:focus-within {
  background-color: var(--accent-gray-primary);
}
.focus-within\:bg-accent-gray-secondary:focus-within {
  background-color: var(--accent-gray-secondary);
}
.focus-within\:bg-accent-gray-surfacePrimary:focus-within {
  background-color: var(--accent-gray-surfacePrimary);
}
.focus-within\:bg-accent-gray-surfaceSecondary:focus-within {
  background-color: var(--accent-gray-surfaceSecondary);
}
.focus-within\:bg-accent-gray-tertiary:focus-within {
  background-color: var(--accent-gray-tertiary);
}
.focus-within\:bg-accent-green-dark:focus-within {
  background-color: var(--accent-green-dark);
}
.focus-within\:bg-accent-green-onSurface:focus-within {
  background-color: var(--accent-green-onSurface);
}
.focus-within\:bg-accent-green-primary:focus-within {
  background-color: var(--accent-green-primary);
}
.focus-within\:bg-accent-green-secondary:focus-within {
  background-color: var(--accent-green-secondary);
}
.focus-within\:bg-accent-green-surfacePrimary:focus-within {
  background-color: var(--accent-green-surfacePrimary);
}
.focus-within\:bg-accent-green-surfaceSecondary:focus-within {
  background-color: var(--accent-green-surfaceSecondary);
}
.focus-within\:bg-accent-green-tertiary:focus-within {
  background-color: var(--accent-green-tertiary);
}
.focus-within\:bg-accent-indigo-dark:focus-within {
  background-color: var(--accent-indigo-dark);
}
.focus-within\:bg-accent-indigo-onSurface:focus-within {
  background-color: var(--accent-indigo-onSurface);
}
.focus-within\:bg-accent-indigo-primary:focus-within {
  background-color: var(--accent-indigo-primary);
}
.focus-within\:bg-accent-indigo-secondary:focus-within {
  background-color: var(--accent-indigo-secondary);
}
.focus-within\:bg-accent-indigo-surfacePrimary:focus-within {
  background-color: var(--accent-indigo-surfacePrimary);
}
.focus-within\:bg-accent-indigo-surfaceSecondary:focus-within {
  background-color: var(--accent-indigo-surfaceSecondary);
}
.focus-within\:bg-accent-indigo-tertiary:focus-within {
  background-color: var(--accent-indigo-tertiary);
}
.focus-within\:bg-accent-lime-dark:focus-within {
  background-color: var(--accent-lime-dark);
}
.focus-within\:bg-accent-lime-onSurface:focus-within {
  background-color: var(--accent-lime-onSurface);
}
.focus-within\:bg-accent-lime-primary:focus-within {
  background-color: var(--accent-lime-primary);
}
.focus-within\:bg-accent-lime-secondary:focus-within {
  background-color: var(--accent-lime-secondary);
}
.focus-within\:bg-accent-lime-surfacePrimary:focus-within {
  background-color: var(--accent-lime-surfacePrimary);
}
.focus-within\:bg-accent-lime-surfaceSecondary:focus-within {
  background-color: var(--accent-lime-surfaceSecondary);
}
.focus-within\:bg-accent-lime-tertiary:focus-within {
  background-color: var(--accent-lime-tertiary);
}
.focus-within\:bg-accent-olive-dark:focus-within {
  background-color: var(--accent-olive-dark);
}
.focus-within\:bg-accent-olive-onSurface:focus-within {
  background-color: var(--accent-olive-onSurface);
}
.focus-within\:bg-accent-olive-primary:focus-within {
  background-color: var(--accent-olive-primary);
}
.focus-within\:bg-accent-olive-secondary:focus-within {
  background-color: var(--accent-olive-secondary);
}
.focus-within\:bg-accent-olive-surfacePrimary:focus-within {
  background-color: var(--accent-olive-surfacePrimary);
}
.focus-within\:bg-accent-olive-surfaceSecondary:focus-within {
  background-color: var(--accent-olive-surfaceSecondary);
}
.focus-within\:bg-accent-olive-tertiary:focus-within {
  background-color: var(--accent-olive-tertiary);
}
.focus-within\:bg-accent-orange-dark:focus-within {
  background-color: var(--accent-orange-dark);
}
.focus-within\:bg-accent-orange-onSurface:focus-within {
  background-color: var(--accent-orange-onSurface);
}
.focus-within\:bg-accent-orange-primary:focus-within {
  background-color: var(--accent-orange-primary);
}
.focus-within\:bg-accent-orange-secondary:focus-within {
  background-color: var(--accent-orange-secondary);
}
.focus-within\:bg-accent-orange-surfacePrimary:focus-within {
  background-color: var(--accent-orange-surfacePrimary);
}
.focus-within\:bg-accent-orange-surfaceSecondary:focus-within {
  background-color: var(--accent-orange-surfaceSecondary);
}
.focus-within\:bg-accent-orange-tertiary:focus-within {
  background-color: var(--accent-orange-tertiary);
}
.focus-within\:bg-accent-pink-dark:focus-within {
  background-color: var(--accent-pink-dark);
}
.focus-within\:bg-accent-pink-onSurface:focus-within {
  background-color: var(--accent-pink-onSurface);
}
.focus-within\:bg-accent-pink-primary:focus-within {
  background-color: var(--accent-pink-primary);
}
.focus-within\:bg-accent-pink-secondary:focus-within {
  background-color: var(--accent-pink-secondary);
}
.focus-within\:bg-accent-pink-surfacePrimary:focus-within {
  background-color: var(--accent-pink-surfacePrimary);
}
.focus-within\:bg-accent-pink-surfaceSecondary:focus-within {
  background-color: var(--accent-pink-surfaceSecondary);
}
.focus-within\:bg-accent-pink-tertiary:focus-within {
  background-color: var(--accent-pink-tertiary);
}
.focus-within\:bg-accent-purple-dark:focus-within {
  background-color: var(--accent-purple-dark);
}
.focus-within\:bg-accent-purple-onSurface:focus-within {
  background-color: var(--accent-purple-onSurface);
}
.focus-within\:bg-accent-purple-primary:focus-within {
  background-color: var(--accent-purple-primary);
}
.focus-within\:bg-accent-purple-secondary:focus-within {
  background-color: var(--accent-purple-secondary);
}
.focus-within\:bg-accent-purple-surfacePrimary:focus-within {
  background-color: var(--accent-purple-surfacePrimary);
}
.focus-within\:bg-accent-purple-surfaceSecondary:focus-within {
  background-color: var(--accent-purple-surfaceSecondary);
}
.focus-within\:bg-accent-purple-tertiary:focus-within {
  background-color: var(--accent-purple-tertiary);
}
.focus-within\:bg-accent-red-dark:focus-within {
  background-color: var(--accent-red-dark);
}
.focus-within\:bg-accent-red-onSurface:focus-within {
  background-color: var(--accent-red-onSurface);
}
.focus-within\:bg-accent-red-primary:focus-within {
  background-color: var(--accent-red-primary);
}
.focus-within\:bg-accent-red-secondary:focus-within {
  background-color: var(--accent-red-secondary);
}
.focus-within\:bg-accent-red-surfacePrimary:focus-within {
  background-color: var(--accent-red-surfacePrimary);
}
.focus-within\:bg-accent-red-surfaceSecondary:focus-within {
  background-color: var(--accent-red-surfaceSecondary);
}
.focus-within\:bg-accent-red-tertiary:focus-within {
  background-color: var(--accent-red-tertiary);
}
.focus-within\:bg-accent-rose-dark:focus-within {
  background-color: var(--accent-rose-dark);
}
.focus-within\:bg-accent-rose-onSurface:focus-within {
  background-color: var(--accent-rose-onSurface);
}
.focus-within\:bg-accent-rose-primary:focus-within {
  background-color: var(--accent-rose-primary);
}
.focus-within\:bg-accent-rose-secondary:focus-within {
  background-color: var(--accent-rose-secondary);
}
.focus-within\:bg-accent-rose-surfacePrimary:focus-within {
  background-color: var(--accent-rose-surfacePrimary);
}
.focus-within\:bg-accent-rose-surfaceSecondary:focus-within {
  background-color: var(--accent-rose-surfaceSecondary);
}
.focus-within\:bg-accent-rose-tertiary:focus-within {
  background-color: var(--accent-rose-tertiary);
}
.focus-within\:bg-accent-sky-dark:focus-within {
  background-color: var(--accent-sky-dark);
}
.focus-within\:bg-accent-sky-onSurface:focus-within {
  background-color: var(--accent-sky-onSurface);
}
.focus-within\:bg-accent-sky-primary:focus-within {
  background-color: var(--accent-sky-primary);
}
.focus-within\:bg-accent-sky-secondary:focus-within {
  background-color: var(--accent-sky-secondary);
}
.focus-within\:bg-accent-sky-surfacePrimary:focus-within {
  background-color: var(--accent-sky-surfacePrimary);
}
.focus-within\:bg-accent-sky-surfaceSecondary:focus-within {
  background-color: var(--accent-sky-surfaceSecondary);
}
.focus-within\:bg-accent-sky-tertiary:focus-within {
  background-color: var(--accent-sky-tertiary);
}
.focus-within\:bg-accent-teal-dark:focus-within {
  background-color: var(--accent-teal-dark);
}
.focus-within\:bg-accent-teal-onSurface:focus-within {
  background-color: var(--accent-teal-onSurface);
}
.focus-within\:bg-accent-teal-primary:focus-within {
  background-color: var(--accent-teal-primary);
}
.focus-within\:bg-accent-teal-secondary:focus-within {
  background-color: var(--accent-teal-secondary);
}
.focus-within\:bg-accent-teal-surfacePrimary:focus-within {
  background-color: var(--accent-teal-surfacePrimary);
}
.focus-within\:bg-accent-teal-surfaceSecondary:focus-within {
  background-color: var(--accent-teal-surfaceSecondary);
}
.focus-within\:bg-accent-teal-tertiary:focus-within {
  background-color: var(--accent-teal-tertiary);
}
.focus-within\:bg-accent-violet-dark:focus-within {
  background-color: var(--accent-violet-dark);
}
.focus-within\:bg-accent-violet-onSurface:focus-within {
  background-color: var(--accent-violet-onSurface);
}
.focus-within\:bg-accent-violet-primary:focus-within {
  background-color: var(--accent-violet-primary);
}
.focus-within\:bg-accent-violet-secondary:focus-within {
  background-color: var(--accent-violet-secondary);
}
.focus-within\:bg-accent-violet-surfacePrimary:focus-within {
  background-color: var(--accent-violet-surfacePrimary);
}
.focus-within\:bg-accent-violet-surfaceSecondary:focus-within {
  background-color: var(--accent-violet-surfaceSecondary);
}
.focus-within\:bg-accent-violet-tertiary:focus-within {
  background-color: var(--accent-violet-tertiary);
}
.focus-within\:bg-accent-yellow-dark:focus-within {
  background-color: var(--accent-yellow-dark);
}
.focus-within\:bg-accent-yellow-onSurface:focus-within {
  background-color: var(--accent-yellow-onSurface);
}
.focus-within\:bg-accent-yellow-primary:focus-within {
  background-color: var(--accent-yellow-primary);
}
.focus-within\:bg-accent-yellow-secondary:focus-within {
  background-color: var(--accent-yellow-secondary);
}
.focus-within\:bg-accent-yellow-surfacePrimary:focus-within {
  background-color: var(--accent-yellow-surfacePrimary);
}
.focus-within\:bg-accent-yellow-surfaceSecondary:focus-within {
  background-color: var(--accent-yellow-surfaceSecondary);
}
.focus-within\:bg-accent-yellow-tertiary:focus-within {
  background-color: var(--accent-yellow-tertiary);
}
.focus-within\:\!from-accent-amber-primary:focus-within {
  --tw-gradient-from: var(--accent-amber-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-amber-secondary:focus-within {
  --tw-gradient-from: var(--accent-amber-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-amber-tertiary:focus-within {
  --tw-gradient-from: var(--accent-amber-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-blue-primary:focus-within {
  --tw-gradient-from: var(--accent-blue-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-blue-secondary:focus-within {
  --tw-gradient-from: var(--accent-blue-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-blue-tertiary:focus-within {
  --tw-gradient-from: var(--accent-blue-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-brown-primary:focus-within {
  --tw-gradient-from: var(--accent-brown-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-brown-secondary:focus-within {
  --tw-gradient-from: var(--accent-brown-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-brown-tertiary:focus-within {
  --tw-gradient-from: var(--accent-brown-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-cyan-primary:focus-within {
  --tw-gradient-from: var(--accent-cyan-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-cyan-secondary:focus-within {
  --tw-gradient-from: var(--accent-cyan-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-cyan-tertiary:focus-within {
  --tw-gradient-from: var(--accent-cyan-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-emerald-primary:focus-within {
  --tw-gradient-from: var(--accent-emerald-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-emerald-secondary:focus-within {
  --tw-gradient-from: var(--accent-emerald-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-emerald-tertiary:focus-within {
  --tw-gradient-from: var(--accent-emerald-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-fuchsia-primary:focus-within {
  --tw-gradient-from: var(--accent-fuchsia-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-fuchsia-secondary:focus-within {
  --tw-gradient-from: var(--accent-fuchsia-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-fuchsia-tertiary:focus-within {
  --tw-gradient-from: var(--accent-fuchsia-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-gray-primary:focus-within {
  --tw-gradient-from: var(--accent-gray-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-gray-secondary:focus-within {
  --tw-gradient-from: var(--accent-gray-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-gray-tertiary:focus-within {
  --tw-gradient-from: var(--accent-gray-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-green-primary:focus-within {
  --tw-gradient-from: var(--accent-green-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-green-secondary:focus-within {
  --tw-gradient-from: var(--accent-green-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-green-tertiary:focus-within {
  --tw-gradient-from: var(--accent-green-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-indigo-primary:focus-within {
  --tw-gradient-from: var(--accent-indigo-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-indigo-secondary:focus-within {
  --tw-gradient-from: var(--accent-indigo-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-indigo-tertiary:focus-within {
  --tw-gradient-from: var(--accent-indigo-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-lime-primary:focus-within {
  --tw-gradient-from: var(--accent-lime-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-lime-secondary:focus-within {
  --tw-gradient-from: var(--accent-lime-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-lime-tertiary:focus-within {
  --tw-gradient-from: var(--accent-lime-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-olive-primary:focus-within {
  --tw-gradient-from: var(--accent-olive-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-olive-secondary:focus-within {
  --tw-gradient-from: var(--accent-olive-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-olive-tertiary:focus-within {
  --tw-gradient-from: var(--accent-olive-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-orange-primary:focus-within {
  --tw-gradient-from: var(--accent-orange-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-orange-secondary:focus-within {
  --tw-gradient-from: var(--accent-orange-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-orange-tertiary:focus-within {
  --tw-gradient-from: var(--accent-orange-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-pink-primary:focus-within {
  --tw-gradient-from: var(--accent-pink-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-pink-secondary:focus-within {
  --tw-gradient-from: var(--accent-pink-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-pink-tertiary:focus-within {
  --tw-gradient-from: var(--accent-pink-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-purple-primary:focus-within {
  --tw-gradient-from: var(--accent-purple-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-purple-secondary:focus-within {
  --tw-gradient-from: var(--accent-purple-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-purple-tertiary:focus-within {
  --tw-gradient-from: var(--accent-purple-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-red-primary:focus-within {
  --tw-gradient-from: var(--accent-red-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-red-secondary:focus-within {
  --tw-gradient-from: var(--accent-red-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-red-tertiary:focus-within {
  --tw-gradient-from: var(--accent-red-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-rose-primary:focus-within {
  --tw-gradient-from: var(--accent-rose-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-rose-secondary:focus-within {
  --tw-gradient-from: var(--accent-rose-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-rose-tertiary:focus-within {
  --tw-gradient-from: var(--accent-rose-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-sky-primary:focus-within {
  --tw-gradient-from: var(--accent-sky-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-sky-secondary:focus-within {
  --tw-gradient-from: var(--accent-sky-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-sky-tertiary:focus-within {
  --tw-gradient-from: var(--accent-sky-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-teal-primary:focus-within {
  --tw-gradient-from: var(--accent-teal-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-teal-secondary:focus-within {
  --tw-gradient-from: var(--accent-teal-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-teal-tertiary:focus-within {
  --tw-gradient-from: var(--accent-teal-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-violet-primary:focus-within {
  --tw-gradient-from: var(--accent-violet-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-violet-secondary:focus-within {
  --tw-gradient-from: var(--accent-violet-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-violet-tertiary:focus-within {
  --tw-gradient-from: var(--accent-violet-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-yellow-primary:focus-within {
  --tw-gradient-from: var(--accent-yellow-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-yellow-secondary:focus-within {
  --tw-gradient-from: var(--accent-yellow-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:\!from-accent-yellow-tertiary:focus-within {
  --tw-gradient-from: var(--accent-yellow-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.focus-within\:from-accent-amber-primary:focus-within {
  --tw-gradient-from: var(--accent-amber-primary) 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-within\:from-accent-amber-secondary:focus-within {
  --tw-gradient-from: var(--accent-amber-secondary) 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-within\:from-accent-amber-tertiary:focus-within {
  --tw-gradient-from: var(--accent-amber-tertiary) 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-within\:from-accent-blue-primary:focus-within {
  --tw-gradient-from: var(--accent-blue-primary) 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-within\:from-accent-blue-secondary:focus-within {
  --tw-gradient-from: var(--accent-blue-secondary) 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-within\:from-accent-blue-tertiary:focus-within {
  --tw-gradient-from: var(--accent-blue-tertiary) 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-within\:from-accent-brown-primary:focus-within {
  --tw-gradient-from: var(--accent-brown-primary) 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-within\:from-accent-brown-secondary:focus-within {
  --tw-gradient-from: var(--accent-brown-secondary) 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-within\:from-accent-brown-tertiary:focus-within {
  --tw-gradient-from: var(--accent-brown-tertiary) 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-within\:from-accent-cyan-primary:focus-within {
  --tw-gradient-from: var(--accent-cyan-primary) 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-within\:from-accent-cyan-secondary:focus-within {
  --tw-gradient-from: var(--accent-cyan-secondary) 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-within\:from-accent-cyan-tertiary:focus-within {
  --tw-gradient-from: var(--accent-cyan-tertiary) 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-within\:from-accent-emerald-primary:focus-within {
  --tw-gradient-from: var(--accent-emerald-primary) 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-within\:from-accent-emerald-secondary:focus-within {
  --tw-gradient-from: var(--accent-emerald-secondary) 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-within\:from-accent-emerald-tertiary:focus-within {
  --tw-gradient-from: var(--accent-emerald-tertiary) 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-within\:from-accent-fuchsia-primary:focus-within {
  --tw-gradient-from: var(--accent-fuchsia-primary) 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-within\:from-accent-fuchsia-secondary:focus-within {
  --tw-gradient-from: var(--accent-fuchsia-secondary) 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-within\:from-accent-fuchsia-tertiary:focus-within {
  --tw-gradient-from: var(--accent-fuchsia-tertiary) 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-within\:from-accent-gray-primary:focus-within {
  --tw-gradient-from: var(--accent-gray-primary) 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-within\:from-accent-gray-secondary:focus-within {
  --tw-gradient-from: var(--accent-gray-secondary) 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-within\:from-accent-gray-tertiary:focus-within {
  --tw-gradient-from: var(--accent-gray-tertiary) 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-within\:from-accent-green-primary:focus-within {
  --tw-gradient-from: var(--accent-green-primary) 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-within\:from-accent-green-secondary:focus-within {
  --tw-gradient-from: var(--accent-green-secondary) 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-within\:from-accent-green-tertiary:focus-within {
  --tw-gradient-from: var(--accent-green-tertiary) 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-within\:from-accent-indigo-primary:focus-within {
  --tw-gradient-from: var(--accent-indigo-primary) 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-within\:from-accent-indigo-secondary:focus-within {
  --tw-gradient-from: var(--accent-indigo-secondary) 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-within\:from-accent-indigo-tertiary:focus-within {
  --tw-gradient-from: var(--accent-indigo-tertiary) 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-within\:from-accent-lime-primary:focus-within {
  --tw-gradient-from: var(--accent-lime-primary) 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-within\:from-accent-lime-secondary:focus-within {
  --tw-gradient-from: var(--accent-lime-secondary) 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-within\:from-accent-lime-tertiary:focus-within {
  --tw-gradient-from: var(--accent-lime-tertiary) 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-within\:from-accent-olive-primary:focus-within {
  --tw-gradient-from: var(--accent-olive-primary) 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-within\:from-accent-olive-secondary:focus-within {
  --tw-gradient-from: var(--accent-olive-secondary) 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-within\:from-accent-olive-tertiary:focus-within {
  --tw-gradient-from: var(--accent-olive-tertiary) 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-within\:from-accent-orange-primary:focus-within {
  --tw-gradient-from: var(--accent-orange-primary) 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-within\:from-accent-orange-secondary:focus-within {
  --tw-gradient-from: var(--accent-orange-secondary) 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-within\:from-accent-orange-tertiary:focus-within {
  --tw-gradient-from: var(--accent-orange-tertiary) 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-within\:from-accent-pink-primary:focus-within {
  --tw-gradient-from: var(--accent-pink-primary) 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-within\:from-accent-pink-secondary:focus-within {
  --tw-gradient-from: var(--accent-pink-secondary) 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-within\:from-accent-pink-tertiary:focus-within {
  --tw-gradient-from: var(--accent-pink-tertiary) 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-within\:from-accent-purple-primary:focus-within {
  --tw-gradient-from: var(--accent-purple-primary) 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-within\:from-accent-purple-secondary:focus-within {
  --tw-gradient-from: var(--accent-purple-secondary) 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-within\:from-accent-purple-tertiary:focus-within {
  --tw-gradient-from: var(--accent-purple-tertiary) 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-within\:from-accent-red-primary:focus-within {
  --tw-gradient-from: var(--accent-red-primary) 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-within\:from-accent-red-secondary:focus-within {
  --tw-gradient-from: var(--accent-red-secondary) 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-within\:from-accent-red-tertiary:focus-within {
  --tw-gradient-from: var(--accent-red-tertiary) 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-within\:from-accent-rose-primary:focus-within {
  --tw-gradient-from: var(--accent-rose-primary) 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-within\:from-accent-rose-secondary:focus-within {
  --tw-gradient-from: var(--accent-rose-secondary) 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-within\:from-accent-rose-tertiary:focus-within {
  --tw-gradient-from: var(--accent-rose-tertiary) 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-within\:from-accent-sky-primary:focus-within {
  --tw-gradient-from: var(--accent-sky-primary) 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-within\:from-accent-sky-secondary:focus-within {
  --tw-gradient-from: var(--accent-sky-secondary) 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-within\:from-accent-sky-tertiary:focus-within {
  --tw-gradient-from: var(--accent-sky-tertiary) 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-within\:from-accent-teal-primary:focus-within {
  --tw-gradient-from: var(--accent-teal-primary) 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-within\:from-accent-teal-secondary:focus-within {
  --tw-gradient-from: var(--accent-teal-secondary) 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-within\:from-accent-teal-tertiary:focus-within {
  --tw-gradient-from: var(--accent-teal-tertiary) 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-within\:from-accent-violet-primary:focus-within {
  --tw-gradient-from: var(--accent-violet-primary) 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-within\:from-accent-violet-secondary:focus-within {
  --tw-gradient-from: var(--accent-violet-secondary) 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-within\:from-accent-violet-tertiary:focus-within {
  --tw-gradient-from: var(--accent-violet-tertiary) 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-within\:from-accent-yellow-primary:focus-within {
  --tw-gradient-from: var(--accent-yellow-primary) 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-within\:from-accent-yellow-secondary:focus-within {
  --tw-gradient-from: var(--accent-yellow-secondary) 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-within\:from-accent-yellow-tertiary:focus-within {
  --tw-gradient-from: var(--accent-yellow-tertiary) 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-within\:\!to-accent-amber-primary:focus-within {
  --tw-gradient-to: var(--accent-amber-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-amber-secondary:focus-within {
  --tw-gradient-to: var(--accent-amber-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-amber-tertiary:focus-within {
  --tw-gradient-to: var(--accent-amber-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-blue-primary:focus-within {
  --tw-gradient-to: var(--accent-blue-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-blue-secondary:focus-within {
  --tw-gradient-to: var(--accent-blue-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-blue-tertiary:focus-within {
  --tw-gradient-to: var(--accent-blue-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-brown-primary:focus-within {
  --tw-gradient-to: var(--accent-brown-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-brown-secondary:focus-within {
  --tw-gradient-to: var(--accent-brown-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-brown-tertiary:focus-within {
  --tw-gradient-to: var(--accent-brown-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-cyan-primary:focus-within {
  --tw-gradient-to: var(--accent-cyan-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-cyan-secondary:focus-within {
  --tw-gradient-to: var(--accent-cyan-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-cyan-tertiary:focus-within {
  --tw-gradient-to: var(--accent-cyan-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-emerald-primary:focus-within {
  --tw-gradient-to: var(--accent-emerald-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-emerald-secondary:focus-within {
  --tw-gradient-to: var(--accent-emerald-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-emerald-tertiary:focus-within {
  --tw-gradient-to: var(--accent-emerald-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-fuchsia-primary:focus-within {
  --tw-gradient-to: var(--accent-fuchsia-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-fuchsia-secondary:focus-within {
  --tw-gradient-to: var(--accent-fuchsia-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-fuchsia-tertiary:focus-within {
  --tw-gradient-to: var(--accent-fuchsia-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-gray-primary:focus-within {
  --tw-gradient-to: var(--accent-gray-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-gray-secondary:focus-within {
  --tw-gradient-to: var(--accent-gray-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-gray-tertiary:focus-within {
  --tw-gradient-to: var(--accent-gray-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-green-primary:focus-within {
  --tw-gradient-to: var(--accent-green-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-green-secondary:focus-within {
  --tw-gradient-to: var(--accent-green-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-green-tertiary:focus-within {
  --tw-gradient-to: var(--accent-green-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-indigo-primary:focus-within {
  --tw-gradient-to: var(--accent-indigo-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-indigo-secondary:focus-within {
  --tw-gradient-to: var(--accent-indigo-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-indigo-tertiary:focus-within {
  --tw-gradient-to: var(--accent-indigo-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-lime-primary:focus-within {
  --tw-gradient-to: var(--accent-lime-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-lime-secondary:focus-within {
  --tw-gradient-to: var(--accent-lime-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-lime-tertiary:focus-within {
  --tw-gradient-to: var(--accent-lime-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-olive-primary:focus-within {
  --tw-gradient-to: var(--accent-olive-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-olive-secondary:focus-within {
  --tw-gradient-to: var(--accent-olive-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-olive-tertiary:focus-within {
  --tw-gradient-to: var(--accent-olive-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-orange-primary:focus-within {
  --tw-gradient-to: var(--accent-orange-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-orange-secondary:focus-within {
  --tw-gradient-to: var(--accent-orange-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-orange-tertiary:focus-within {
  --tw-gradient-to: var(--accent-orange-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-pink-primary:focus-within {
  --tw-gradient-to: var(--accent-pink-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-pink-secondary:focus-within {
  --tw-gradient-to: var(--accent-pink-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-pink-tertiary:focus-within {
  --tw-gradient-to: var(--accent-pink-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-purple-primary:focus-within {
  --tw-gradient-to: var(--accent-purple-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-purple-secondary:focus-within {
  --tw-gradient-to: var(--accent-purple-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-purple-tertiary:focus-within {
  --tw-gradient-to: var(--accent-purple-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-red-primary:focus-within {
  --tw-gradient-to: var(--accent-red-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-red-secondary:focus-within {
  --tw-gradient-to: var(--accent-red-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-red-tertiary:focus-within {
  --tw-gradient-to: var(--accent-red-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-rose-primary:focus-within {
  --tw-gradient-to: var(--accent-rose-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-rose-secondary:focus-within {
  --tw-gradient-to: var(--accent-rose-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-rose-tertiary:focus-within {
  --tw-gradient-to: var(--accent-rose-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-sky-primary:focus-within {
  --tw-gradient-to: var(--accent-sky-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-sky-secondary:focus-within {
  --tw-gradient-to: var(--accent-sky-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-sky-tertiary:focus-within {
  --tw-gradient-to: var(--accent-sky-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-teal-primary:focus-within {
  --tw-gradient-to: var(--accent-teal-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-teal-secondary:focus-within {
  --tw-gradient-to: var(--accent-teal-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-teal-tertiary:focus-within {
  --tw-gradient-to: var(--accent-teal-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-violet-primary:focus-within {
  --tw-gradient-to: var(--accent-violet-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-violet-secondary:focus-within {
  --tw-gradient-to: var(--accent-violet-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-violet-tertiary:focus-within {
  --tw-gradient-to: var(--accent-violet-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-yellow-primary:focus-within {
  --tw-gradient-to: var(--accent-yellow-primary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-yellow-secondary:focus-within {
  --tw-gradient-to: var(--accent-yellow-secondary) var(--tw-gradient-to-position) !important;
}
.focus-within\:\!to-accent-yellow-tertiary:focus-within {
  --tw-gradient-to: var(--accent-yellow-tertiary) var(--tw-gradient-to-position) !important;
}
.focus-within\:to-accent-amber-primary:focus-within {
  --tw-gradient-to: var(--accent-amber-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-amber-secondary:focus-within {
  --tw-gradient-to: var(--accent-amber-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-amber-tertiary:focus-within {
  --tw-gradient-to: var(--accent-amber-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-blue-primary:focus-within {
  --tw-gradient-to: var(--accent-blue-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-blue-secondary:focus-within {
  --tw-gradient-to: var(--accent-blue-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-blue-tertiary:focus-within {
  --tw-gradient-to: var(--accent-blue-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-brown-primary:focus-within {
  --tw-gradient-to: var(--accent-brown-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-brown-secondary:focus-within {
  --tw-gradient-to: var(--accent-brown-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-brown-tertiary:focus-within {
  --tw-gradient-to: var(--accent-brown-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-cyan-primary:focus-within {
  --tw-gradient-to: var(--accent-cyan-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-cyan-secondary:focus-within {
  --tw-gradient-to: var(--accent-cyan-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-cyan-tertiary:focus-within {
  --tw-gradient-to: var(--accent-cyan-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-emerald-primary:focus-within {
  --tw-gradient-to: var(--accent-emerald-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-emerald-secondary:focus-within {
  --tw-gradient-to: var(--accent-emerald-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-emerald-tertiary:focus-within {
  --tw-gradient-to: var(--accent-emerald-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-fuchsia-primary:focus-within {
  --tw-gradient-to: var(--accent-fuchsia-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-fuchsia-secondary:focus-within {
  --tw-gradient-to: var(--accent-fuchsia-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-fuchsia-tertiary:focus-within {
  --tw-gradient-to: var(--accent-fuchsia-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-gray-primary:focus-within {
  --tw-gradient-to: var(--accent-gray-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-gray-secondary:focus-within {
  --tw-gradient-to: var(--accent-gray-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-gray-tertiary:focus-within {
  --tw-gradient-to: var(--accent-gray-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-green-primary:focus-within {
  --tw-gradient-to: var(--accent-green-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-green-secondary:focus-within {
  --tw-gradient-to: var(--accent-green-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-green-tertiary:focus-within {
  --tw-gradient-to: var(--accent-green-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-indigo-primary:focus-within {
  --tw-gradient-to: var(--accent-indigo-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-indigo-secondary:focus-within {
  --tw-gradient-to: var(--accent-indigo-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-indigo-tertiary:focus-within {
  --tw-gradient-to: var(--accent-indigo-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-lime-primary:focus-within {
  --tw-gradient-to: var(--accent-lime-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-lime-secondary:focus-within {
  --tw-gradient-to: var(--accent-lime-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-lime-tertiary:focus-within {
  --tw-gradient-to: var(--accent-lime-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-olive-primary:focus-within {
  --tw-gradient-to: var(--accent-olive-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-olive-secondary:focus-within {
  --tw-gradient-to: var(--accent-olive-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-olive-tertiary:focus-within {
  --tw-gradient-to: var(--accent-olive-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-orange-primary:focus-within {
  --tw-gradient-to: var(--accent-orange-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-orange-secondary:focus-within {
  --tw-gradient-to: var(--accent-orange-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-orange-tertiary:focus-within {
  --tw-gradient-to: var(--accent-orange-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-pink-primary:focus-within {
  --tw-gradient-to: var(--accent-pink-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-pink-secondary:focus-within {
  --tw-gradient-to: var(--accent-pink-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-pink-tertiary:focus-within {
  --tw-gradient-to: var(--accent-pink-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-purple-primary:focus-within {
  --tw-gradient-to: var(--accent-purple-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-purple-secondary:focus-within {
  --tw-gradient-to: var(--accent-purple-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-purple-tertiary:focus-within {
  --tw-gradient-to: var(--accent-purple-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-red-primary:focus-within {
  --tw-gradient-to: var(--accent-red-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-red-secondary:focus-within {
  --tw-gradient-to: var(--accent-red-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-red-tertiary:focus-within {
  --tw-gradient-to: var(--accent-red-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-rose-primary:focus-within {
  --tw-gradient-to: var(--accent-rose-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-rose-secondary:focus-within {
  --tw-gradient-to: var(--accent-rose-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-rose-tertiary:focus-within {
  --tw-gradient-to: var(--accent-rose-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-sky-primary:focus-within {
  --tw-gradient-to: var(--accent-sky-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-sky-secondary:focus-within {
  --tw-gradient-to: var(--accent-sky-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-sky-tertiary:focus-within {
  --tw-gradient-to: var(--accent-sky-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-teal-primary:focus-within {
  --tw-gradient-to: var(--accent-teal-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-teal-secondary:focus-within {
  --tw-gradient-to: var(--accent-teal-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-teal-tertiary:focus-within {
  --tw-gradient-to: var(--accent-teal-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-violet-primary:focus-within {
  --tw-gradient-to: var(--accent-violet-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-violet-secondary:focus-within {
  --tw-gradient-to: var(--accent-violet-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-violet-tertiary:focus-within {
  --tw-gradient-to: var(--accent-violet-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-yellow-primary:focus-within {
  --tw-gradient-to: var(--accent-yellow-primary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-yellow-secondary:focus-within {
  --tw-gradient-to: var(--accent-yellow-secondary) var(--tw-gradient-to-position);
}
.focus-within\:to-accent-yellow-tertiary:focus-within {
  --tw-gradient-to: var(--accent-yellow-tertiary) var(--tw-gradient-to-position);
}
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}
.focus-within\:\!ring-amber-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-amber-400\/0:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0) !important;
}
.focus-within\:\!ring-amber-400\/10:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.1) !important;
}
.focus-within\:\!ring-amber-400\/100:focus-within {
  --tw-ring-color: rgb(251 191 36 / 1) !important;
}
.focus-within\:\!ring-amber-400\/15:focus-within {
  --tw-ring-color: rgb(251 191 36 / .15) !important;
}
.focus-within\:\!ring-amber-400\/20:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.2) !important;
}
.focus-within\:\!ring-amber-400\/25:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.25) !important;
}
.focus-within\:\!ring-amber-400\/30:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.3) !important;
}
.focus-within\:\!ring-amber-400\/35:focus-within {
  --tw-ring-color: rgb(251 191 36 / .35) !important;
}
.focus-within\:\!ring-amber-400\/40:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.4) !important;
}
.focus-within\:\!ring-amber-400\/45:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.45) !important;
}
.focus-within\:\!ring-amber-400\/5:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.05) !important;
}
.focus-within\:\!ring-amber-400\/50:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.5) !important;
}
.focus-within\:\!ring-amber-400\/55:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.55) !important;
}
.focus-within\:\!ring-amber-400\/60:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.6) !important;
}
.focus-within\:\!ring-amber-400\/65:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.65) !important;
}
.focus-within\:\!ring-amber-400\/70:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.7) !important;
}
.focus-within\:\!ring-amber-400\/75:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.75) !important;
}
.focus-within\:\!ring-amber-400\/80:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.8) !important;
}
.focus-within\:\!ring-amber-400\/85:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.85) !important;
}
.focus-within\:\!ring-amber-400\/90:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.9) !important;
}
.focus-within\:\!ring-amber-400\/95:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.95) !important;
}
.focus-within\:\!ring-blue-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-blue-400\/0:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0) !important;
}
.focus-within\:\!ring-blue-400\/10:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.1) !important;
}
.focus-within\:\!ring-blue-400\/100:focus-within {
  --tw-ring-color: rgb(96 165 250 / 1) !important;
}
.focus-within\:\!ring-blue-400\/15:focus-within {
  --tw-ring-color: rgb(96 165 250 / .15) !important;
}
.focus-within\:\!ring-blue-400\/20:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.2) !important;
}
.focus-within\:\!ring-blue-400\/25:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.25) !important;
}
.focus-within\:\!ring-blue-400\/30:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.3) !important;
}
.focus-within\:\!ring-blue-400\/35:focus-within {
  --tw-ring-color: rgb(96 165 250 / .35) !important;
}
.focus-within\:\!ring-blue-400\/40:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.4) !important;
}
.focus-within\:\!ring-blue-400\/45:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.45) !important;
}
.focus-within\:\!ring-blue-400\/5:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.05) !important;
}
.focus-within\:\!ring-blue-400\/50:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.5) !important;
}
.focus-within\:\!ring-blue-400\/55:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.55) !important;
}
.focus-within\:\!ring-blue-400\/60:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.6) !important;
}
.focus-within\:\!ring-blue-400\/65:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.65) !important;
}
.focus-within\:\!ring-blue-400\/70:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.7) !important;
}
.focus-within\:\!ring-blue-400\/75:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.75) !important;
}
.focus-within\:\!ring-blue-400\/80:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.8) !important;
}
.focus-within\:\!ring-blue-400\/85:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.85) !important;
}
.focus-within\:\!ring-blue-400\/90:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.9) !important;
}
.focus-within\:\!ring-blue-400\/95:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.95) !important;
}
.focus-within\:\!ring-blueGray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-blueGray-400\/0:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0) !important;
}
.focus-within\:\!ring-blueGray-400\/10:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.1) !important;
}
.focus-within\:\!ring-blueGray-400\/100:focus-within {
  --tw-ring-color: rgb(148 163 184 / 1) !important;
}
.focus-within\:\!ring-blueGray-400\/15:focus-within {
  --tw-ring-color: rgb(148 163 184 / .15) !important;
}
.focus-within\:\!ring-blueGray-400\/20:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.2) !important;
}
.focus-within\:\!ring-blueGray-400\/25:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.25) !important;
}
.focus-within\:\!ring-blueGray-400\/30:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.3) !important;
}
.focus-within\:\!ring-blueGray-400\/35:focus-within {
  --tw-ring-color: rgb(148 163 184 / .35) !important;
}
.focus-within\:\!ring-blueGray-400\/40:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.4) !important;
}
.focus-within\:\!ring-blueGray-400\/45:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.45) !important;
}
.focus-within\:\!ring-blueGray-400\/5:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.05) !important;
}
.focus-within\:\!ring-blueGray-400\/50:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.5) !important;
}
.focus-within\:\!ring-blueGray-400\/55:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.55) !important;
}
.focus-within\:\!ring-blueGray-400\/60:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.6) !important;
}
.focus-within\:\!ring-blueGray-400\/65:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.65) !important;
}
.focus-within\:\!ring-blueGray-400\/70:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.7) !important;
}
.focus-within\:\!ring-blueGray-400\/75:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.75) !important;
}
.focus-within\:\!ring-blueGray-400\/80:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.8) !important;
}
.focus-within\:\!ring-blueGray-400\/85:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.85) !important;
}
.focus-within\:\!ring-blueGray-400\/90:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.9) !important;
}
.focus-within\:\!ring-blueGray-400\/95:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.95) !important;
}
.focus-within\:\!ring-brown-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 169 138 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-brown-400\/0:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0) !important;
}
.focus-within\:\!ring-brown-400\/10:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.1) !important;
}
.focus-within\:\!ring-brown-400\/100:focus-within {
  --tw-ring-color: rgb(192 169 138 / 1) !important;
}
.focus-within\:\!ring-brown-400\/15:focus-within {
  --tw-ring-color: rgb(192 169 138 / .15) !important;
}
.focus-within\:\!ring-brown-400\/20:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.2) !important;
}
.focus-within\:\!ring-brown-400\/25:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.25) !important;
}
.focus-within\:\!ring-brown-400\/30:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.3) !important;
}
.focus-within\:\!ring-brown-400\/35:focus-within {
  --tw-ring-color: rgb(192 169 138 / .35) !important;
}
.focus-within\:\!ring-brown-400\/40:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.4) !important;
}
.focus-within\:\!ring-brown-400\/45:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.45) !important;
}
.focus-within\:\!ring-brown-400\/5:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.05) !important;
}
.focus-within\:\!ring-brown-400\/50:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.5) !important;
}
.focus-within\:\!ring-brown-400\/55:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.55) !important;
}
.focus-within\:\!ring-brown-400\/60:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.6) !important;
}
.focus-within\:\!ring-brown-400\/65:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.65) !important;
}
.focus-within\:\!ring-brown-400\/70:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.7) !important;
}
.focus-within\:\!ring-brown-400\/75:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.75) !important;
}
.focus-within\:\!ring-brown-400\/80:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.8) !important;
}
.focus-within\:\!ring-brown-400\/85:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.85) !important;
}
.focus-within\:\!ring-brown-400\/90:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.9) !important;
}
.focus-within\:\!ring-brown-400\/95:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.95) !important;
}
.focus-within\:\!ring-cyan-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-cyan-400\/0:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0) !important;
}
.focus-within\:\!ring-cyan-400\/10:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.1) !important;
}
.focus-within\:\!ring-cyan-400\/100:focus-within {
  --tw-ring-color: rgb(34 211 238 / 1) !important;
}
.focus-within\:\!ring-cyan-400\/15:focus-within {
  --tw-ring-color: rgb(34 211 238 / .15) !important;
}
.focus-within\:\!ring-cyan-400\/20:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.2) !important;
}
.focus-within\:\!ring-cyan-400\/25:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.25) !important;
}
.focus-within\:\!ring-cyan-400\/30:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.3) !important;
}
.focus-within\:\!ring-cyan-400\/35:focus-within {
  --tw-ring-color: rgb(34 211 238 / .35) !important;
}
.focus-within\:\!ring-cyan-400\/40:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.4) !important;
}
.focus-within\:\!ring-cyan-400\/45:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.45) !important;
}
.focus-within\:\!ring-cyan-400\/5:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.05) !important;
}
.focus-within\:\!ring-cyan-400\/50:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.5) !important;
}
.focus-within\:\!ring-cyan-400\/55:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.55) !important;
}
.focus-within\:\!ring-cyan-400\/60:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.6) !important;
}
.focus-within\:\!ring-cyan-400\/65:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.65) !important;
}
.focus-within\:\!ring-cyan-400\/70:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.7) !important;
}
.focus-within\:\!ring-cyan-400\/75:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.75) !important;
}
.focus-within\:\!ring-cyan-400\/80:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.8) !important;
}
.focus-within\:\!ring-cyan-400\/85:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.85) !important;
}
.focus-within\:\!ring-cyan-400\/90:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.9) !important;
}
.focus-within\:\!ring-cyan-400\/95:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.95) !important;
}
.focus-within\:\!ring-emerald-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-emerald-400\/0:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0) !important;
}
.focus-within\:\!ring-emerald-400\/10:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.1) !important;
}
.focus-within\:\!ring-emerald-400\/100:focus-within {
  --tw-ring-color: rgb(52 211 153 / 1) !important;
}
.focus-within\:\!ring-emerald-400\/15:focus-within {
  --tw-ring-color: rgb(52 211 153 / .15) !important;
}
.focus-within\:\!ring-emerald-400\/20:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.2) !important;
}
.focus-within\:\!ring-emerald-400\/25:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.25) !important;
}
.focus-within\:\!ring-emerald-400\/30:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.3) !important;
}
.focus-within\:\!ring-emerald-400\/35:focus-within {
  --tw-ring-color: rgb(52 211 153 / .35) !important;
}
.focus-within\:\!ring-emerald-400\/40:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.4) !important;
}
.focus-within\:\!ring-emerald-400\/45:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.45) !important;
}
.focus-within\:\!ring-emerald-400\/5:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.05) !important;
}
.focus-within\:\!ring-emerald-400\/50:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.5) !important;
}
.focus-within\:\!ring-emerald-400\/55:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.55) !important;
}
.focus-within\:\!ring-emerald-400\/60:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.6) !important;
}
.focus-within\:\!ring-emerald-400\/65:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.65) !important;
}
.focus-within\:\!ring-emerald-400\/70:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.7) !important;
}
.focus-within\:\!ring-emerald-400\/75:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.75) !important;
}
.focus-within\:\!ring-emerald-400\/80:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.8) !important;
}
.focus-within\:\!ring-emerald-400\/85:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.85) !important;
}
.focus-within\:\!ring-emerald-400\/90:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.9) !important;
}
.focus-within\:\!ring-emerald-400\/95:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.95) !important;
}
.focus-within\:\!ring-fuchsia-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-fuchsia-400\/0:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0) !important;
}
.focus-within\:\!ring-fuchsia-400\/10:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.1) !important;
}
.focus-within\:\!ring-fuchsia-400\/100:focus-within {
  --tw-ring-color: rgb(232 121 249 / 1) !important;
}
.focus-within\:\!ring-fuchsia-400\/15:focus-within {
  --tw-ring-color: rgb(232 121 249 / .15) !important;
}
.focus-within\:\!ring-fuchsia-400\/20:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.2) !important;
}
.focus-within\:\!ring-fuchsia-400\/25:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.25) !important;
}
.focus-within\:\!ring-fuchsia-400\/30:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.3) !important;
}
.focus-within\:\!ring-fuchsia-400\/35:focus-within {
  --tw-ring-color: rgb(232 121 249 / .35) !important;
}
.focus-within\:\!ring-fuchsia-400\/40:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.4) !important;
}
.focus-within\:\!ring-fuchsia-400\/45:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.45) !important;
}
.focus-within\:\!ring-fuchsia-400\/5:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.05) !important;
}
.focus-within\:\!ring-fuchsia-400\/50:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.5) !important;
}
.focus-within\:\!ring-fuchsia-400\/55:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.55) !important;
}
.focus-within\:\!ring-fuchsia-400\/60:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.6) !important;
}
.focus-within\:\!ring-fuchsia-400\/65:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.65) !important;
}
.focus-within\:\!ring-fuchsia-400\/70:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.7) !important;
}
.focus-within\:\!ring-fuchsia-400\/75:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.75) !important;
}
.focus-within\:\!ring-fuchsia-400\/80:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.8) !important;
}
.focus-within\:\!ring-fuchsia-400\/85:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.85) !important;
}
.focus-within\:\!ring-fuchsia-400\/90:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.9) !important;
}
.focus-within\:\!ring-fuchsia-400\/95:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.95) !important;
}
.focus-within\:\!ring-gray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-gray-400\/0:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0) !important;
}
.focus-within\:\!ring-gray-400\/10:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.1) !important;
}
.focus-within\:\!ring-gray-400\/100:focus-within {
  --tw-ring-color: rgb(156 163 175 / 1) !important;
}
.focus-within\:\!ring-gray-400\/15:focus-within {
  --tw-ring-color: rgb(156 163 175 / .15) !important;
}
.focus-within\:\!ring-gray-400\/20:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.2) !important;
}
.focus-within\:\!ring-gray-400\/25:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.25) !important;
}
.focus-within\:\!ring-gray-400\/30:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.3) !important;
}
.focus-within\:\!ring-gray-400\/35:focus-within {
  --tw-ring-color: rgb(156 163 175 / .35) !important;
}
.focus-within\:\!ring-gray-400\/40:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.4) !important;
}
.focus-within\:\!ring-gray-400\/45:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.45) !important;
}
.focus-within\:\!ring-gray-400\/5:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.05) !important;
}
.focus-within\:\!ring-gray-400\/50:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.5) !important;
}
.focus-within\:\!ring-gray-400\/55:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.55) !important;
}
.focus-within\:\!ring-gray-400\/60:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.6) !important;
}
.focus-within\:\!ring-gray-400\/65:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.65) !important;
}
.focus-within\:\!ring-gray-400\/70:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.7) !important;
}
.focus-within\:\!ring-gray-400\/75:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.75) !important;
}
.focus-within\:\!ring-gray-400\/80:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.8) !important;
}
.focus-within\:\!ring-gray-400\/85:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.85) !important;
}
.focus-within\:\!ring-gray-400\/90:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.9) !important;
}
.focus-within\:\!ring-gray-400\/95:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.95) !important;
}
.focus-within\:\!ring-green-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-green-400\/0:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0) !important;
}
.focus-within\:\!ring-green-400\/10:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.1) !important;
}
.focus-within\:\!ring-green-400\/100:focus-within {
  --tw-ring-color: rgb(74 222 128 / 1) !important;
}
.focus-within\:\!ring-green-400\/15:focus-within {
  --tw-ring-color: rgb(74 222 128 / .15) !important;
}
.focus-within\:\!ring-green-400\/20:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.2) !important;
}
.focus-within\:\!ring-green-400\/25:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.25) !important;
}
.focus-within\:\!ring-green-400\/30:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.3) !important;
}
.focus-within\:\!ring-green-400\/35:focus-within {
  --tw-ring-color: rgb(74 222 128 / .35) !important;
}
.focus-within\:\!ring-green-400\/40:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.4) !important;
}
.focus-within\:\!ring-green-400\/45:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.45) !important;
}
.focus-within\:\!ring-green-400\/5:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.05) !important;
}
.focus-within\:\!ring-green-400\/50:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.5) !important;
}
.focus-within\:\!ring-green-400\/55:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.55) !important;
}
.focus-within\:\!ring-green-400\/60:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.6) !important;
}
.focus-within\:\!ring-green-400\/65:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.65) !important;
}
.focus-within\:\!ring-green-400\/70:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.7) !important;
}
.focus-within\:\!ring-green-400\/75:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.75) !important;
}
.focus-within\:\!ring-green-400\/80:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.8) !important;
}
.focus-within\:\!ring-green-400\/85:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.85) !important;
}
.focus-within\:\!ring-green-400\/90:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.9) !important;
}
.focus-within\:\!ring-green-400\/95:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.95) !important;
}
.focus-within\:\!ring-indigo-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-indigo-400\/0:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0) !important;
}
.focus-within\:\!ring-indigo-400\/10:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.1) !important;
}
.focus-within\:\!ring-indigo-400\/100:focus-within {
  --tw-ring-color: rgb(129 140 248 / 1) !important;
}
.focus-within\:\!ring-indigo-400\/15:focus-within {
  --tw-ring-color: rgb(129 140 248 / .15) !important;
}
.focus-within\:\!ring-indigo-400\/20:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.2) !important;
}
.focus-within\:\!ring-indigo-400\/25:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.25) !important;
}
.focus-within\:\!ring-indigo-400\/30:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.3) !important;
}
.focus-within\:\!ring-indigo-400\/35:focus-within {
  --tw-ring-color: rgb(129 140 248 / .35) !important;
}
.focus-within\:\!ring-indigo-400\/40:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.4) !important;
}
.focus-within\:\!ring-indigo-400\/45:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.45) !important;
}
.focus-within\:\!ring-indigo-400\/5:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.05) !important;
}
.focus-within\:\!ring-indigo-400\/50:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.5) !important;
}
.focus-within\:\!ring-indigo-400\/55:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.55) !important;
}
.focus-within\:\!ring-indigo-400\/60:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.6) !important;
}
.focus-within\:\!ring-indigo-400\/65:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.65) !important;
}
.focus-within\:\!ring-indigo-400\/70:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.7) !important;
}
.focus-within\:\!ring-indigo-400\/75:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.75) !important;
}
.focus-within\:\!ring-indigo-400\/80:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.8) !important;
}
.focus-within\:\!ring-indigo-400\/85:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.85) !important;
}
.focus-within\:\!ring-indigo-400\/90:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.9) !important;
}
.focus-within\:\!ring-indigo-400\/95:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.95) !important;
}
.focus-within\:\!ring-lime-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-lime-400\/0:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0) !important;
}
.focus-within\:\!ring-lime-400\/10:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.1) !important;
}
.focus-within\:\!ring-lime-400\/100:focus-within {
  --tw-ring-color: rgb(163 230 53 / 1) !important;
}
.focus-within\:\!ring-lime-400\/15:focus-within {
  --tw-ring-color: rgb(163 230 53 / .15) !important;
}
.focus-within\:\!ring-lime-400\/20:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.2) !important;
}
.focus-within\:\!ring-lime-400\/25:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.25) !important;
}
.focus-within\:\!ring-lime-400\/30:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.3) !important;
}
.focus-within\:\!ring-lime-400\/35:focus-within {
  --tw-ring-color: rgb(163 230 53 / .35) !important;
}
.focus-within\:\!ring-lime-400\/40:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.4) !important;
}
.focus-within\:\!ring-lime-400\/45:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.45) !important;
}
.focus-within\:\!ring-lime-400\/5:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.05) !important;
}
.focus-within\:\!ring-lime-400\/50:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.5) !important;
}
.focus-within\:\!ring-lime-400\/55:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.55) !important;
}
.focus-within\:\!ring-lime-400\/60:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.6) !important;
}
.focus-within\:\!ring-lime-400\/65:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.65) !important;
}
.focus-within\:\!ring-lime-400\/70:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.7) !important;
}
.focus-within\:\!ring-lime-400\/75:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.75) !important;
}
.focus-within\:\!ring-lime-400\/80:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.8) !important;
}
.focus-within\:\!ring-lime-400\/85:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.85) !important;
}
.focus-within\:\!ring-lime-400\/90:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.9) !important;
}
.focus-within\:\!ring-lime-400\/95:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.95) !important;
}
.focus-within\:\!ring-neutral-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-neutral-400\/0:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0) !important;
}
.focus-within\:\!ring-neutral-400\/10:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.1) !important;
}
.focus-within\:\!ring-neutral-400\/100:focus-within {
  --tw-ring-color: rgb(163 163 163 / 1) !important;
}
.focus-within\:\!ring-neutral-400\/15:focus-within {
  --tw-ring-color: rgb(163 163 163 / .15) !important;
}
.focus-within\:\!ring-neutral-400\/20:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.2) !important;
}
.focus-within\:\!ring-neutral-400\/25:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.25) !important;
}
.focus-within\:\!ring-neutral-400\/30:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.3) !important;
}
.focus-within\:\!ring-neutral-400\/35:focus-within {
  --tw-ring-color: rgb(163 163 163 / .35) !important;
}
.focus-within\:\!ring-neutral-400\/40:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.4) !important;
}
.focus-within\:\!ring-neutral-400\/45:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.45) !important;
}
.focus-within\:\!ring-neutral-400\/5:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.05) !important;
}
.focus-within\:\!ring-neutral-400\/50:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.5) !important;
}
.focus-within\:\!ring-neutral-400\/55:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.55) !important;
}
.focus-within\:\!ring-neutral-400\/60:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.6) !important;
}
.focus-within\:\!ring-neutral-400\/65:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.65) !important;
}
.focus-within\:\!ring-neutral-400\/70:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.7) !important;
}
.focus-within\:\!ring-neutral-400\/75:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.75) !important;
}
.focus-within\:\!ring-neutral-400\/80:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.8) !important;
}
.focus-within\:\!ring-neutral-400\/85:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.85) !important;
}
.focus-within\:\!ring-neutral-400\/90:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.9) !important;
}
.focus-within\:\!ring-neutral-400\/95:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.95) !important;
}
.focus-within\:\!ring-olive-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(168 180 60 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-olive-400\/0:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0) !important;
}
.focus-within\:\!ring-olive-400\/10:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.1) !important;
}
.focus-within\:\!ring-olive-400\/100:focus-within {
  --tw-ring-color: rgb(168 180 60 / 1) !important;
}
.focus-within\:\!ring-olive-400\/15:focus-within {
  --tw-ring-color: rgb(168 180 60 / .15) !important;
}
.focus-within\:\!ring-olive-400\/20:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.2) !important;
}
.focus-within\:\!ring-olive-400\/25:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.25) !important;
}
.focus-within\:\!ring-olive-400\/30:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.3) !important;
}
.focus-within\:\!ring-olive-400\/35:focus-within {
  --tw-ring-color: rgb(168 180 60 / .35) !important;
}
.focus-within\:\!ring-olive-400\/40:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.4) !important;
}
.focus-within\:\!ring-olive-400\/45:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.45) !important;
}
.focus-within\:\!ring-olive-400\/5:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.05) !important;
}
.focus-within\:\!ring-olive-400\/50:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.5) !important;
}
.focus-within\:\!ring-olive-400\/55:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.55) !important;
}
.focus-within\:\!ring-olive-400\/60:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.6) !important;
}
.focus-within\:\!ring-olive-400\/65:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.65) !important;
}
.focus-within\:\!ring-olive-400\/70:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.7) !important;
}
.focus-within\:\!ring-olive-400\/75:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.75) !important;
}
.focus-within\:\!ring-olive-400\/80:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.8) !important;
}
.focus-within\:\!ring-olive-400\/85:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.85) !important;
}
.focus-within\:\!ring-olive-400\/90:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.9) !important;
}
.focus-within\:\!ring-olive-400\/95:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.95) !important;
}
.focus-within\:\!ring-orange-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-orange-400\/0:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0) !important;
}
.focus-within\:\!ring-orange-400\/10:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.1) !important;
}
.focus-within\:\!ring-orange-400\/100:focus-within {
  --tw-ring-color: rgb(251 146 60 / 1) !important;
}
.focus-within\:\!ring-orange-400\/15:focus-within {
  --tw-ring-color: rgb(251 146 60 / .15) !important;
}
.focus-within\:\!ring-orange-400\/20:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.2) !important;
}
.focus-within\:\!ring-orange-400\/25:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.25) !important;
}
.focus-within\:\!ring-orange-400\/30:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.3) !important;
}
.focus-within\:\!ring-orange-400\/35:focus-within {
  --tw-ring-color: rgb(251 146 60 / .35) !important;
}
.focus-within\:\!ring-orange-400\/40:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.4) !important;
}
.focus-within\:\!ring-orange-400\/45:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.45) !important;
}
.focus-within\:\!ring-orange-400\/5:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.05) !important;
}
.focus-within\:\!ring-orange-400\/50:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.5) !important;
}
.focus-within\:\!ring-orange-400\/55:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.55) !important;
}
.focus-within\:\!ring-orange-400\/60:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.6) !important;
}
.focus-within\:\!ring-orange-400\/65:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.65) !important;
}
.focus-within\:\!ring-orange-400\/70:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.7) !important;
}
.focus-within\:\!ring-orange-400\/75:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.75) !important;
}
.focus-within\:\!ring-orange-400\/80:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.8) !important;
}
.focus-within\:\!ring-orange-400\/85:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.85) !important;
}
.focus-within\:\!ring-orange-400\/90:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.9) !important;
}
.focus-within\:\!ring-orange-400\/95:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.95) !important;
}
.focus-within\:\!ring-pink-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-pink-400\/0:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0) !important;
}
.focus-within\:\!ring-pink-400\/10:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.1) !important;
}
.focus-within\:\!ring-pink-400\/100:focus-within {
  --tw-ring-color: rgb(244 114 182 / 1) !important;
}
.focus-within\:\!ring-pink-400\/15:focus-within {
  --tw-ring-color: rgb(244 114 182 / .15) !important;
}
.focus-within\:\!ring-pink-400\/20:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.2) !important;
}
.focus-within\:\!ring-pink-400\/25:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.25) !important;
}
.focus-within\:\!ring-pink-400\/30:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.3) !important;
}
.focus-within\:\!ring-pink-400\/35:focus-within {
  --tw-ring-color: rgb(244 114 182 / .35) !important;
}
.focus-within\:\!ring-pink-400\/40:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.4) !important;
}
.focus-within\:\!ring-pink-400\/45:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.45) !important;
}
.focus-within\:\!ring-pink-400\/5:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.05) !important;
}
.focus-within\:\!ring-pink-400\/50:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.5) !important;
}
.focus-within\:\!ring-pink-400\/55:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.55) !important;
}
.focus-within\:\!ring-pink-400\/60:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.6) !important;
}
.focus-within\:\!ring-pink-400\/65:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.65) !important;
}
.focus-within\:\!ring-pink-400\/70:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.7) !important;
}
.focus-within\:\!ring-pink-400\/75:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.75) !important;
}
.focus-within\:\!ring-pink-400\/80:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.8) !important;
}
.focus-within\:\!ring-pink-400\/85:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.85) !important;
}
.focus-within\:\!ring-pink-400\/90:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.9) !important;
}
.focus-within\:\!ring-pink-400\/95:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.95) !important;
}
.focus-within\:\!ring-purple-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-purple-400\/0:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0) !important;
}
.focus-within\:\!ring-purple-400\/10:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.1) !important;
}
.focus-within\:\!ring-purple-400\/100:focus-within {
  --tw-ring-color: rgb(192 132 252 / 1) !important;
}
.focus-within\:\!ring-purple-400\/15:focus-within {
  --tw-ring-color: rgb(192 132 252 / .15) !important;
}
.focus-within\:\!ring-purple-400\/20:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.2) !important;
}
.focus-within\:\!ring-purple-400\/25:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.25) !important;
}
.focus-within\:\!ring-purple-400\/30:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.3) !important;
}
.focus-within\:\!ring-purple-400\/35:focus-within {
  --tw-ring-color: rgb(192 132 252 / .35) !important;
}
.focus-within\:\!ring-purple-400\/40:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.4) !important;
}
.focus-within\:\!ring-purple-400\/45:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.45) !important;
}
.focus-within\:\!ring-purple-400\/5:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.05) !important;
}
.focus-within\:\!ring-purple-400\/50:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.5) !important;
}
.focus-within\:\!ring-purple-400\/55:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.55) !important;
}
.focus-within\:\!ring-purple-400\/60:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.6) !important;
}
.focus-within\:\!ring-purple-400\/65:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.65) !important;
}
.focus-within\:\!ring-purple-400\/70:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.7) !important;
}
.focus-within\:\!ring-purple-400\/75:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.75) !important;
}
.focus-within\:\!ring-purple-400\/80:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.8) !important;
}
.focus-within\:\!ring-purple-400\/85:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.85) !important;
}
.focus-within\:\!ring-purple-400\/90:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.9) !important;
}
.focus-within\:\!ring-purple-400\/95:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.95) !important;
}
.focus-within\:\!ring-red-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-red-400\/0:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0) !important;
}
.focus-within\:\!ring-red-400\/10:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.1) !important;
}
.focus-within\:\!ring-red-400\/100:focus-within {
  --tw-ring-color: rgb(248 113 113 / 1) !important;
}
.focus-within\:\!ring-red-400\/15:focus-within {
  --tw-ring-color: rgb(248 113 113 / .15) !important;
}
.focus-within\:\!ring-red-400\/20:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.2) !important;
}
.focus-within\:\!ring-red-400\/25:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.25) !important;
}
.focus-within\:\!ring-red-400\/30:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.3) !important;
}
.focus-within\:\!ring-red-400\/35:focus-within {
  --tw-ring-color: rgb(248 113 113 / .35) !important;
}
.focus-within\:\!ring-red-400\/40:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.4) !important;
}
.focus-within\:\!ring-red-400\/45:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.45) !important;
}
.focus-within\:\!ring-red-400\/5:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.05) !important;
}
.focus-within\:\!ring-red-400\/50:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.5) !important;
}
.focus-within\:\!ring-red-400\/55:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.55) !important;
}
.focus-within\:\!ring-red-400\/60:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.6) !important;
}
.focus-within\:\!ring-red-400\/65:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.65) !important;
}
.focus-within\:\!ring-red-400\/70:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.7) !important;
}
.focus-within\:\!ring-red-400\/75:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.75) !important;
}
.focus-within\:\!ring-red-400\/80:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.8) !important;
}
.focus-within\:\!ring-red-400\/85:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.85) !important;
}
.focus-within\:\!ring-red-400\/90:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.9) !important;
}
.focus-within\:\!ring-red-400\/95:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.95) !important;
}
.focus-within\:\!ring-rose-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-rose-400\/0:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0) !important;
}
.focus-within\:\!ring-rose-400\/10:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.1) !important;
}
.focus-within\:\!ring-rose-400\/100:focus-within {
  --tw-ring-color: rgb(251 113 133 / 1) !important;
}
.focus-within\:\!ring-rose-400\/15:focus-within {
  --tw-ring-color: rgb(251 113 133 / .15) !important;
}
.focus-within\:\!ring-rose-400\/20:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.2) !important;
}
.focus-within\:\!ring-rose-400\/25:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.25) !important;
}
.focus-within\:\!ring-rose-400\/30:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.3) !important;
}
.focus-within\:\!ring-rose-400\/35:focus-within {
  --tw-ring-color: rgb(251 113 133 / .35) !important;
}
.focus-within\:\!ring-rose-400\/40:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.4) !important;
}
.focus-within\:\!ring-rose-400\/45:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.45) !important;
}
.focus-within\:\!ring-rose-400\/5:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.05) !important;
}
.focus-within\:\!ring-rose-400\/50:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.5) !important;
}
.focus-within\:\!ring-rose-400\/55:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.55) !important;
}
.focus-within\:\!ring-rose-400\/60:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.6) !important;
}
.focus-within\:\!ring-rose-400\/65:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.65) !important;
}
.focus-within\:\!ring-rose-400\/70:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.7) !important;
}
.focus-within\:\!ring-rose-400\/75:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.75) !important;
}
.focus-within\:\!ring-rose-400\/80:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.8) !important;
}
.focus-within\:\!ring-rose-400\/85:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.85) !important;
}
.focus-within\:\!ring-rose-400\/90:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.9) !important;
}
.focus-within\:\!ring-rose-400\/95:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.95) !important;
}
.focus-within\:\!ring-sky-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-sky-400\/0:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0) !important;
}
.focus-within\:\!ring-sky-400\/10:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.1) !important;
}
.focus-within\:\!ring-sky-400\/100:focus-within {
  --tw-ring-color: rgb(56 189 248 / 1) !important;
}
.focus-within\:\!ring-sky-400\/15:focus-within {
  --tw-ring-color: rgb(56 189 248 / .15) !important;
}
.focus-within\:\!ring-sky-400\/20:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.2) !important;
}
.focus-within\:\!ring-sky-400\/25:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.25) !important;
}
.focus-within\:\!ring-sky-400\/30:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.3) !important;
}
.focus-within\:\!ring-sky-400\/35:focus-within {
  --tw-ring-color: rgb(56 189 248 / .35) !important;
}
.focus-within\:\!ring-sky-400\/40:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.4) !important;
}
.focus-within\:\!ring-sky-400\/45:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.45) !important;
}
.focus-within\:\!ring-sky-400\/5:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.05) !important;
}
.focus-within\:\!ring-sky-400\/50:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.5) !important;
}
.focus-within\:\!ring-sky-400\/55:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.55) !important;
}
.focus-within\:\!ring-sky-400\/60:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.6) !important;
}
.focus-within\:\!ring-sky-400\/65:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.65) !important;
}
.focus-within\:\!ring-sky-400\/70:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.7) !important;
}
.focus-within\:\!ring-sky-400\/75:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.75) !important;
}
.focus-within\:\!ring-sky-400\/80:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.8) !important;
}
.focus-within\:\!ring-sky-400\/85:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.85) !important;
}
.focus-within\:\!ring-sky-400\/90:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.9) !important;
}
.focus-within\:\!ring-sky-400\/95:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.95) !important;
}
.focus-within\:\!ring-slate-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-slate-400\/0:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0) !important;
}
.focus-within\:\!ring-slate-400\/10:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.1) !important;
}
.focus-within\:\!ring-slate-400\/100:focus-within {
  --tw-ring-color: rgb(148 163 184 / 1) !important;
}
.focus-within\:\!ring-slate-400\/15:focus-within {
  --tw-ring-color: rgb(148 163 184 / .15) !important;
}
.focus-within\:\!ring-slate-400\/20:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.2) !important;
}
.focus-within\:\!ring-slate-400\/25:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.25) !important;
}
.focus-within\:\!ring-slate-400\/30:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.3) !important;
}
.focus-within\:\!ring-slate-400\/35:focus-within {
  --tw-ring-color: rgb(148 163 184 / .35) !important;
}
.focus-within\:\!ring-slate-400\/40:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.4) !important;
}
.focus-within\:\!ring-slate-400\/45:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.45) !important;
}
.focus-within\:\!ring-slate-400\/5:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.05) !important;
}
.focus-within\:\!ring-slate-400\/50:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.5) !important;
}
.focus-within\:\!ring-slate-400\/55:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.55) !important;
}
.focus-within\:\!ring-slate-400\/60:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.6) !important;
}
.focus-within\:\!ring-slate-400\/65:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.65) !important;
}
.focus-within\:\!ring-slate-400\/70:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.7) !important;
}
.focus-within\:\!ring-slate-400\/75:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.75) !important;
}
.focus-within\:\!ring-slate-400\/80:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.8) !important;
}
.focus-within\:\!ring-slate-400\/85:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.85) !important;
}
.focus-within\:\!ring-slate-400\/90:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.9) !important;
}
.focus-within\:\!ring-slate-400\/95:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.95) !important;
}
.focus-within\:\!ring-stone-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-stone-400\/0:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0) !important;
}
.focus-within\:\!ring-stone-400\/10:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.1) !important;
}
.focus-within\:\!ring-stone-400\/100:focus-within {
  --tw-ring-color: rgb(168 162 158 / 1) !important;
}
.focus-within\:\!ring-stone-400\/15:focus-within {
  --tw-ring-color: rgb(168 162 158 / .15) !important;
}
.focus-within\:\!ring-stone-400\/20:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.2) !important;
}
.focus-within\:\!ring-stone-400\/25:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.25) !important;
}
.focus-within\:\!ring-stone-400\/30:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.3) !important;
}
.focus-within\:\!ring-stone-400\/35:focus-within {
  --tw-ring-color: rgb(168 162 158 / .35) !important;
}
.focus-within\:\!ring-stone-400\/40:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.4) !important;
}
.focus-within\:\!ring-stone-400\/45:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.45) !important;
}
.focus-within\:\!ring-stone-400\/5:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.05) !important;
}
.focus-within\:\!ring-stone-400\/50:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.5) !important;
}
.focus-within\:\!ring-stone-400\/55:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.55) !important;
}
.focus-within\:\!ring-stone-400\/60:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.6) !important;
}
.focus-within\:\!ring-stone-400\/65:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.65) !important;
}
.focus-within\:\!ring-stone-400\/70:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.7) !important;
}
.focus-within\:\!ring-stone-400\/75:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.75) !important;
}
.focus-within\:\!ring-stone-400\/80:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.8) !important;
}
.focus-within\:\!ring-stone-400\/85:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.85) !important;
}
.focus-within\:\!ring-stone-400\/90:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.9) !important;
}
.focus-within\:\!ring-stone-400\/95:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.95) !important;
}
.focus-within\:\!ring-teal-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-teal-400\/0:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0) !important;
}
.focus-within\:\!ring-teal-400\/10:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.1) !important;
}
.focus-within\:\!ring-teal-400\/100:focus-within {
  --tw-ring-color: rgb(45 212 191 / 1) !important;
}
.focus-within\:\!ring-teal-400\/15:focus-within {
  --tw-ring-color: rgb(45 212 191 / .15) !important;
}
.focus-within\:\!ring-teal-400\/20:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.2) !important;
}
.focus-within\:\!ring-teal-400\/25:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.25) !important;
}
.focus-within\:\!ring-teal-400\/30:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.3) !important;
}
.focus-within\:\!ring-teal-400\/35:focus-within {
  --tw-ring-color: rgb(45 212 191 / .35) !important;
}
.focus-within\:\!ring-teal-400\/40:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.4) !important;
}
.focus-within\:\!ring-teal-400\/45:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.45) !important;
}
.focus-within\:\!ring-teal-400\/5:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.05) !important;
}
.focus-within\:\!ring-teal-400\/50:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.5) !important;
}
.focus-within\:\!ring-teal-400\/55:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.55) !important;
}
.focus-within\:\!ring-teal-400\/60:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.6) !important;
}
.focus-within\:\!ring-teal-400\/65:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.65) !important;
}
.focus-within\:\!ring-teal-400\/70:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.7) !important;
}
.focus-within\:\!ring-teal-400\/75:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.75) !important;
}
.focus-within\:\!ring-teal-400\/80:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.8) !important;
}
.focus-within\:\!ring-teal-400\/85:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.85) !important;
}
.focus-within\:\!ring-teal-400\/90:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.9) !important;
}
.focus-within\:\!ring-teal-400\/95:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.95) !important;
}
.focus-within\:\!ring-violet-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-violet-400\/0:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0) !important;
}
.focus-within\:\!ring-violet-400\/10:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.1) !important;
}
.focus-within\:\!ring-violet-400\/100:focus-within {
  --tw-ring-color: rgb(167 139 250 / 1) !important;
}
.focus-within\:\!ring-violet-400\/15:focus-within {
  --tw-ring-color: rgb(167 139 250 / .15) !important;
}
.focus-within\:\!ring-violet-400\/20:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.2) !important;
}
.focus-within\:\!ring-violet-400\/25:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.25) !important;
}
.focus-within\:\!ring-violet-400\/30:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.3) !important;
}
.focus-within\:\!ring-violet-400\/35:focus-within {
  --tw-ring-color: rgb(167 139 250 / .35) !important;
}
.focus-within\:\!ring-violet-400\/40:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.4) !important;
}
.focus-within\:\!ring-violet-400\/45:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.45) !important;
}
.focus-within\:\!ring-violet-400\/5:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.05) !important;
}
.focus-within\:\!ring-violet-400\/50:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.5) !important;
}
.focus-within\:\!ring-violet-400\/55:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.55) !important;
}
.focus-within\:\!ring-violet-400\/60:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.6) !important;
}
.focus-within\:\!ring-violet-400\/65:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.65) !important;
}
.focus-within\:\!ring-violet-400\/70:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.7) !important;
}
.focus-within\:\!ring-violet-400\/75:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.75) !important;
}
.focus-within\:\!ring-violet-400\/80:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.8) !important;
}
.focus-within\:\!ring-violet-400\/85:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.85) !important;
}
.focus-within\:\!ring-violet-400\/90:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.9) !important;
}
.focus-within\:\!ring-violet-400\/95:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.95) !important;
}
.focus-within\:\!ring-yellow-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-yellow-400\/0:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0) !important;
}
.focus-within\:\!ring-yellow-400\/10:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.1) !important;
}
.focus-within\:\!ring-yellow-400\/100:focus-within {
  --tw-ring-color: rgb(250 204 21 / 1) !important;
}
.focus-within\:\!ring-yellow-400\/15:focus-within {
  --tw-ring-color: rgb(250 204 21 / .15) !important;
}
.focus-within\:\!ring-yellow-400\/20:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.2) !important;
}
.focus-within\:\!ring-yellow-400\/25:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.25) !important;
}
.focus-within\:\!ring-yellow-400\/30:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.3) !important;
}
.focus-within\:\!ring-yellow-400\/35:focus-within {
  --tw-ring-color: rgb(250 204 21 / .35) !important;
}
.focus-within\:\!ring-yellow-400\/40:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.4) !important;
}
.focus-within\:\!ring-yellow-400\/45:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.45) !important;
}
.focus-within\:\!ring-yellow-400\/5:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.05) !important;
}
.focus-within\:\!ring-yellow-400\/50:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.5) !important;
}
.focus-within\:\!ring-yellow-400\/55:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.55) !important;
}
.focus-within\:\!ring-yellow-400\/60:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.6) !important;
}
.focus-within\:\!ring-yellow-400\/65:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.65) !important;
}
.focus-within\:\!ring-yellow-400\/70:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.7) !important;
}
.focus-within\:\!ring-yellow-400\/75:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.75) !important;
}
.focus-within\:\!ring-yellow-400\/80:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.8) !important;
}
.focus-within\:\!ring-yellow-400\/85:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.85) !important;
}
.focus-within\:\!ring-yellow-400\/90:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.9) !important;
}
.focus-within\:\!ring-yellow-400\/95:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.95) !important;
}
.focus-within\:\!ring-zinc-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1)) !important;
}
.focus-within\:\!ring-zinc-400\/0:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0) !important;
}
.focus-within\:\!ring-zinc-400\/10:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.1) !important;
}
.focus-within\:\!ring-zinc-400\/100:focus-within {
  --tw-ring-color: rgb(161 161 170 / 1) !important;
}
.focus-within\:\!ring-zinc-400\/15:focus-within {
  --tw-ring-color: rgb(161 161 170 / .15) !important;
}
.focus-within\:\!ring-zinc-400\/20:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.2) !important;
}
.focus-within\:\!ring-zinc-400\/25:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.25) !important;
}
.focus-within\:\!ring-zinc-400\/30:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.3) !important;
}
.focus-within\:\!ring-zinc-400\/35:focus-within {
  --tw-ring-color: rgb(161 161 170 / .35) !important;
}
.focus-within\:\!ring-zinc-400\/40:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.4) !important;
}
.focus-within\:\!ring-zinc-400\/45:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.45) !important;
}
.focus-within\:\!ring-zinc-400\/5:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.05) !important;
}
.focus-within\:\!ring-zinc-400\/50:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.5) !important;
}
.focus-within\:\!ring-zinc-400\/55:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.55) !important;
}
.focus-within\:\!ring-zinc-400\/60:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.6) !important;
}
.focus-within\:\!ring-zinc-400\/65:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.65) !important;
}
.focus-within\:\!ring-zinc-400\/70:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.7) !important;
}
.focus-within\:\!ring-zinc-400\/75:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.75) !important;
}
.focus-within\:\!ring-zinc-400\/80:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.8) !important;
}
.focus-within\:\!ring-zinc-400\/85:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.85) !important;
}
.focus-within\:\!ring-zinc-400\/90:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.9) !important;
}
.focus-within\:\!ring-zinc-400\/95:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.95) !important;
}
.focus-within\:ring-accent-amber-secondary:focus-within {
  --tw-ring-color: var(--accent-amber-secondary);
}
.focus-within\:ring-amber-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-amber-400\/0:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0);
}
.focus-within\:ring-amber-400\/10:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.1);
}
.focus-within\:ring-amber-400\/100:focus-within {
  --tw-ring-color: rgb(251 191 36 / 1);
}
.focus-within\:ring-amber-400\/15:focus-within {
  --tw-ring-color: rgb(251 191 36 / .15);
}
.focus-within\:ring-amber-400\/20:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.2);
}
.focus-within\:ring-amber-400\/25:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.25);
}
.focus-within\:ring-amber-400\/30:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.3);
}
.focus-within\:ring-amber-400\/35:focus-within {
  --tw-ring-color: rgb(251 191 36 / .35);
}
.focus-within\:ring-amber-400\/40:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.4);
}
.focus-within\:ring-amber-400\/45:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.45);
}
.focus-within\:ring-amber-400\/5:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.05);
}
.focus-within\:ring-amber-400\/50:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.5);
}
.focus-within\:ring-amber-400\/55:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.55);
}
.focus-within\:ring-amber-400\/60:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.6);
}
.focus-within\:ring-amber-400\/65:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.65);
}
.focus-within\:ring-amber-400\/70:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.7);
}
.focus-within\:ring-amber-400\/75:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.75);
}
.focus-within\:ring-amber-400\/80:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.8);
}
.focus-within\:ring-amber-400\/85:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.85);
}
.focus-within\:ring-amber-400\/90:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.9);
}
.focus-within\:ring-amber-400\/95:focus-within {
  --tw-ring-color: rgb(251 191 36 / 0.95);
}
.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-blue-400\/0:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0);
}
.focus-within\:ring-blue-400\/10:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}
.focus-within\:ring-blue-400\/100:focus-within {
  --tw-ring-color: rgb(96 165 250 / 1);
}
.focus-within\:ring-blue-400\/15:focus-within {
  --tw-ring-color: rgb(96 165 250 / .15);
}
.focus-within\:ring-blue-400\/20:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}
.focus-within\:ring-blue-400\/25:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.25);
}
.focus-within\:ring-blue-400\/30:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.3);
}
.focus-within\:ring-blue-400\/35:focus-within {
  --tw-ring-color: rgb(96 165 250 / .35);
}
.focus-within\:ring-blue-400\/40:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.4);
}
.focus-within\:ring-blue-400\/45:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.45);
}
.focus-within\:ring-blue-400\/5:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.05);
}
.focus-within\:ring-blue-400\/50:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.5);
}
.focus-within\:ring-blue-400\/55:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.55);
}
.focus-within\:ring-blue-400\/60:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.6);
}
.focus-within\:ring-blue-400\/65:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.65);
}
.focus-within\:ring-blue-400\/70:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.7);
}
.focus-within\:ring-blue-400\/75:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.75);
}
.focus-within\:ring-blue-400\/80:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.8);
}
.focus-within\:ring-blue-400\/85:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.85);
}
.focus-within\:ring-blue-400\/90:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.9);
}
.focus-within\:ring-blue-400\/95:focus-within {
  --tw-ring-color: rgb(96 165 250 / 0.95);
}
.focus-within\:ring-blueGray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-blueGray-400\/0:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0);
}
.focus-within\:ring-blueGray-400\/10:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.1);
}
.focus-within\:ring-blueGray-400\/100:focus-within {
  --tw-ring-color: rgb(148 163 184 / 1);
}
.focus-within\:ring-blueGray-400\/15:focus-within {
  --tw-ring-color: rgb(148 163 184 / .15);
}
.focus-within\:ring-blueGray-400\/20:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.2);
}
.focus-within\:ring-blueGray-400\/25:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.25);
}
.focus-within\:ring-blueGray-400\/30:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.3);
}
.focus-within\:ring-blueGray-400\/35:focus-within {
  --tw-ring-color: rgb(148 163 184 / .35);
}
.focus-within\:ring-blueGray-400\/40:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}
.focus-within\:ring-blueGray-400\/45:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.45);
}
.focus-within\:ring-blueGray-400\/5:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.05);
}
.focus-within\:ring-blueGray-400\/50:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.5);
}
.focus-within\:ring-blueGray-400\/55:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.55);
}
.focus-within\:ring-blueGray-400\/60:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.6);
}
.focus-within\:ring-blueGray-400\/65:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.65);
}
.focus-within\:ring-blueGray-400\/70:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.7);
}
.focus-within\:ring-blueGray-400\/75:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.75);
}
.focus-within\:ring-blueGray-400\/80:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.8);
}
.focus-within\:ring-blueGray-400\/85:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.85);
}
.focus-within\:ring-blueGray-400\/90:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.9);
}
.focus-within\:ring-blueGray-400\/95:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.95);
}
.focus-within\:ring-brown-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 169 138 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-brown-400\/0:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0);
}
.focus-within\:ring-brown-400\/10:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.1);
}
.focus-within\:ring-brown-400\/100:focus-within {
  --tw-ring-color: rgb(192 169 138 / 1);
}
.focus-within\:ring-brown-400\/15:focus-within {
  --tw-ring-color: rgb(192 169 138 / .15);
}
.focus-within\:ring-brown-400\/20:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.2);
}
.focus-within\:ring-brown-400\/25:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.25);
}
.focus-within\:ring-brown-400\/30:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.3);
}
.focus-within\:ring-brown-400\/35:focus-within {
  --tw-ring-color: rgb(192 169 138 / .35);
}
.focus-within\:ring-brown-400\/40:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.4);
}
.focus-within\:ring-brown-400\/45:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.45);
}
.focus-within\:ring-brown-400\/5:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.05);
}
.focus-within\:ring-brown-400\/50:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.5);
}
.focus-within\:ring-brown-400\/55:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.55);
}
.focus-within\:ring-brown-400\/60:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.6);
}
.focus-within\:ring-brown-400\/65:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.65);
}
.focus-within\:ring-brown-400\/70:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.7);
}
.focus-within\:ring-brown-400\/75:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.75);
}
.focus-within\:ring-brown-400\/80:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.8);
}
.focus-within\:ring-brown-400\/85:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.85);
}
.focus-within\:ring-brown-400\/90:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.9);
}
.focus-within\:ring-brown-400\/95:focus-within {
  --tw-ring-color: rgb(192 169 138 / 0.95);
}
.focus-within\:ring-cyan-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-cyan-400\/0:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0);
}
.focus-within\:ring-cyan-400\/10:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.1);
}
.focus-within\:ring-cyan-400\/100:focus-within {
  --tw-ring-color: rgb(34 211 238 / 1);
}
.focus-within\:ring-cyan-400\/15:focus-within {
  --tw-ring-color: rgb(34 211 238 / .15);
}
.focus-within\:ring-cyan-400\/20:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}
.focus-within\:ring-cyan-400\/25:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.25);
}
.focus-within\:ring-cyan-400\/30:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.3);
}
.focus-within\:ring-cyan-400\/35:focus-within {
  --tw-ring-color: rgb(34 211 238 / .35);
}
.focus-within\:ring-cyan-400\/40:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.4);
}
.focus-within\:ring-cyan-400\/45:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.45);
}
.focus-within\:ring-cyan-400\/5:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.05);
}
.focus-within\:ring-cyan-400\/50:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.5);
}
.focus-within\:ring-cyan-400\/55:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.55);
}
.focus-within\:ring-cyan-400\/60:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.6);
}
.focus-within\:ring-cyan-400\/65:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.65);
}
.focus-within\:ring-cyan-400\/70:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.7);
}
.focus-within\:ring-cyan-400\/75:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.75);
}
.focus-within\:ring-cyan-400\/80:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.8);
}
.focus-within\:ring-cyan-400\/85:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.85);
}
.focus-within\:ring-cyan-400\/90:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.9);
}
.focus-within\:ring-cyan-400\/95:focus-within {
  --tw-ring-color: rgb(34 211 238 / 0.95);
}
.focus-within\:ring-emerald-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-emerald-400\/0:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0);
}
.focus-within\:ring-emerald-400\/10:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.1);
}
.focus-within\:ring-emerald-400\/100:focus-within {
  --tw-ring-color: rgb(52 211 153 / 1);
}
.focus-within\:ring-emerald-400\/15:focus-within {
  --tw-ring-color: rgb(52 211 153 / .15);
}
.focus-within\:ring-emerald-400\/20:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.2);
}
.focus-within\:ring-emerald-400\/25:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.25);
}
.focus-within\:ring-emerald-400\/30:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.3);
}
.focus-within\:ring-emerald-400\/35:focus-within {
  --tw-ring-color: rgb(52 211 153 / .35);
}
.focus-within\:ring-emerald-400\/40:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.4);
}
.focus-within\:ring-emerald-400\/45:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.45);
}
.focus-within\:ring-emerald-400\/5:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.05);
}
.focus-within\:ring-emerald-400\/50:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.5);
}
.focus-within\:ring-emerald-400\/55:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.55);
}
.focus-within\:ring-emerald-400\/60:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.6);
}
.focus-within\:ring-emerald-400\/65:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.65);
}
.focus-within\:ring-emerald-400\/70:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.7);
}
.focus-within\:ring-emerald-400\/75:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.75);
}
.focus-within\:ring-emerald-400\/80:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.8);
}
.focus-within\:ring-emerald-400\/85:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.85);
}
.focus-within\:ring-emerald-400\/90:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.9);
}
.focus-within\:ring-emerald-400\/95:focus-within {
  --tw-ring-color: rgb(52 211 153 / 0.95);
}
.focus-within\:ring-fuchsia-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-fuchsia-400\/0:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0);
}
.focus-within\:ring-fuchsia-400\/10:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.1);
}
.focus-within\:ring-fuchsia-400\/100:focus-within {
  --tw-ring-color: rgb(232 121 249 / 1);
}
.focus-within\:ring-fuchsia-400\/15:focus-within {
  --tw-ring-color: rgb(232 121 249 / .15);
}
.focus-within\:ring-fuchsia-400\/20:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.2);
}
.focus-within\:ring-fuchsia-400\/25:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.25);
}
.focus-within\:ring-fuchsia-400\/30:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.3);
}
.focus-within\:ring-fuchsia-400\/35:focus-within {
  --tw-ring-color: rgb(232 121 249 / .35);
}
.focus-within\:ring-fuchsia-400\/40:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.4);
}
.focus-within\:ring-fuchsia-400\/45:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.45);
}
.focus-within\:ring-fuchsia-400\/5:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.05);
}
.focus-within\:ring-fuchsia-400\/50:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.5);
}
.focus-within\:ring-fuchsia-400\/55:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.55);
}
.focus-within\:ring-fuchsia-400\/60:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.6);
}
.focus-within\:ring-fuchsia-400\/65:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.65);
}
.focus-within\:ring-fuchsia-400\/70:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.7);
}
.focus-within\:ring-fuchsia-400\/75:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.75);
}
.focus-within\:ring-fuchsia-400\/80:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.8);
}
.focus-within\:ring-fuchsia-400\/85:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.85);
}
.focus-within\:ring-fuchsia-400\/90:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.9);
}
.focus-within\:ring-fuchsia-400\/95:focus-within {
  --tw-ring-color: rgb(232 121 249 / 0.95);
}
.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-gray-400\/0:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0);
}
.focus-within\:ring-gray-400\/10:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}
.focus-within\:ring-gray-400\/100:focus-within {
  --tw-ring-color: rgb(156 163 175 / 1);
}
.focus-within\:ring-gray-400\/15:focus-within {
  --tw-ring-color: rgb(156 163 175 / .15);
}
.focus-within\:ring-gray-400\/20:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.2);
}
.focus-within\:ring-gray-400\/25:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.25);
}
.focus-within\:ring-gray-400\/30:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.3);
}
.focus-within\:ring-gray-400\/35:focus-within {
  --tw-ring-color: rgb(156 163 175 / .35);
}
.focus-within\:ring-gray-400\/40:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.4);
}
.focus-within\:ring-gray-400\/45:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.45);
}
.focus-within\:ring-gray-400\/5:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.05);
}
.focus-within\:ring-gray-400\/50:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}
.focus-within\:ring-gray-400\/55:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.55);
}
.focus-within\:ring-gray-400\/60:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.6);
}
.focus-within\:ring-gray-400\/65:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.65);
}
.focus-within\:ring-gray-400\/70:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.7);
}
.focus-within\:ring-gray-400\/75:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.75);
}
.focus-within\:ring-gray-400\/80:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.8);
}
.focus-within\:ring-gray-400\/85:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.85);
}
.focus-within\:ring-gray-400\/90:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.9);
}
.focus-within\:ring-gray-400\/95:focus-within {
  --tw-ring-color: rgb(156 163 175 / 0.95);
}
.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-green-400\/0:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0);
}
.focus-within\:ring-green-400\/10:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.1);
}
.focus-within\:ring-green-400\/100:focus-within {
  --tw-ring-color: rgb(74 222 128 / 1);
}
.focus-within\:ring-green-400\/15:focus-within {
  --tw-ring-color: rgb(74 222 128 / .15);
}
.focus-within\:ring-green-400\/20:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.2);
}
.focus-within\:ring-green-400\/25:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.25);
}
.focus-within\:ring-green-400\/30:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.3);
}
.focus-within\:ring-green-400\/35:focus-within {
  --tw-ring-color: rgb(74 222 128 / .35);
}
.focus-within\:ring-green-400\/40:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.4);
}
.focus-within\:ring-green-400\/45:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.45);
}
.focus-within\:ring-green-400\/5:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.05);
}
.focus-within\:ring-green-400\/50:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.5);
}
.focus-within\:ring-green-400\/55:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.55);
}
.focus-within\:ring-green-400\/60:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.6);
}
.focus-within\:ring-green-400\/65:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.65);
}
.focus-within\:ring-green-400\/70:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.7);
}
.focus-within\:ring-green-400\/75:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.75);
}
.focus-within\:ring-green-400\/80:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.8);
}
.focus-within\:ring-green-400\/85:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.85);
}
.focus-within\:ring-green-400\/90:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.9);
}
.focus-within\:ring-green-400\/95:focus-within {
  --tw-ring-color: rgb(74 222 128 / 0.95);
}
.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-indigo-400\/0:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0);
}
.focus-within\:ring-indigo-400\/10:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.1);
}
.focus-within\:ring-indigo-400\/100:focus-within {
  --tw-ring-color: rgb(129 140 248 / 1);
}
.focus-within\:ring-indigo-400\/15:focus-within {
  --tw-ring-color: rgb(129 140 248 / .15);
}
.focus-within\:ring-indigo-400\/20:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.2);
}
.focus-within\:ring-indigo-400\/25:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.25);
}
.focus-within\:ring-indigo-400\/30:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.3);
}
.focus-within\:ring-indigo-400\/35:focus-within {
  --tw-ring-color: rgb(129 140 248 / .35);
}
.focus-within\:ring-indigo-400\/40:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.4);
}
.focus-within\:ring-indigo-400\/45:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.45);
}
.focus-within\:ring-indigo-400\/5:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.05);
}
.focus-within\:ring-indigo-400\/50:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.5);
}
.focus-within\:ring-indigo-400\/55:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.55);
}
.focus-within\:ring-indigo-400\/60:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.6);
}
.focus-within\:ring-indigo-400\/65:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.65);
}
.focus-within\:ring-indigo-400\/70:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.7);
}
.focus-within\:ring-indigo-400\/75:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.75);
}
.focus-within\:ring-indigo-400\/80:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.8);
}
.focus-within\:ring-indigo-400\/85:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.85);
}
.focus-within\:ring-indigo-400\/90:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.9);
}
.focus-within\:ring-indigo-400\/95:focus-within {
  --tw-ring-color: rgb(129 140 248 / 0.95);
}
.focus-within\:ring-lime-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-lime-400\/0:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0);
}
.focus-within\:ring-lime-400\/10:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.1);
}
.focus-within\:ring-lime-400\/100:focus-within {
  --tw-ring-color: rgb(163 230 53 / 1);
}
.focus-within\:ring-lime-400\/15:focus-within {
  --tw-ring-color: rgb(163 230 53 / .15);
}
.focus-within\:ring-lime-400\/20:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.2);
}
.focus-within\:ring-lime-400\/25:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.25);
}
.focus-within\:ring-lime-400\/30:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.3);
}
.focus-within\:ring-lime-400\/35:focus-within {
  --tw-ring-color: rgb(163 230 53 / .35);
}
.focus-within\:ring-lime-400\/40:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.4);
}
.focus-within\:ring-lime-400\/45:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.45);
}
.focus-within\:ring-lime-400\/5:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.05);
}
.focus-within\:ring-lime-400\/50:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.5);
}
.focus-within\:ring-lime-400\/55:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.55);
}
.focus-within\:ring-lime-400\/60:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.6);
}
.focus-within\:ring-lime-400\/65:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.65);
}
.focus-within\:ring-lime-400\/70:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.7);
}
.focus-within\:ring-lime-400\/75:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.75);
}
.focus-within\:ring-lime-400\/80:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.8);
}
.focus-within\:ring-lime-400\/85:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.85);
}
.focus-within\:ring-lime-400\/90:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.9);
}
.focus-within\:ring-lime-400\/95:focus-within {
  --tw-ring-color: rgb(163 230 53 / 0.95);
}
.focus-within\:ring-neutral-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-neutral-400\/0:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0);
}
.focus-within\:ring-neutral-400\/10:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.1);
}
.focus-within\:ring-neutral-400\/100:focus-within {
  --tw-ring-color: rgb(163 163 163 / 1);
}
.focus-within\:ring-neutral-400\/15:focus-within {
  --tw-ring-color: rgb(163 163 163 / .15);
}
.focus-within\:ring-neutral-400\/20:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.2);
}
.focus-within\:ring-neutral-400\/25:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.25);
}
.focus-within\:ring-neutral-400\/30:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.3);
}
.focus-within\:ring-neutral-400\/35:focus-within {
  --tw-ring-color: rgb(163 163 163 / .35);
}
.focus-within\:ring-neutral-400\/40:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.4);
}
.focus-within\:ring-neutral-400\/45:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.45);
}
.focus-within\:ring-neutral-400\/5:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.05);
}
.focus-within\:ring-neutral-400\/50:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.5);
}
.focus-within\:ring-neutral-400\/55:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.55);
}
.focus-within\:ring-neutral-400\/60:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.6);
}
.focus-within\:ring-neutral-400\/65:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.65);
}
.focus-within\:ring-neutral-400\/70:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.7);
}
.focus-within\:ring-neutral-400\/75:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.75);
}
.focus-within\:ring-neutral-400\/80:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.8);
}
.focus-within\:ring-neutral-400\/85:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.85);
}
.focus-within\:ring-neutral-400\/90:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.9);
}
.focus-within\:ring-neutral-400\/95:focus-within {
  --tw-ring-color: rgb(163 163 163 / 0.95);
}
.focus-within\:ring-olive-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 180 60 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-olive-400\/0:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0);
}
.focus-within\:ring-olive-400\/10:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.1);
}
.focus-within\:ring-olive-400\/100:focus-within {
  --tw-ring-color: rgb(168 180 60 / 1);
}
.focus-within\:ring-olive-400\/15:focus-within {
  --tw-ring-color: rgb(168 180 60 / .15);
}
.focus-within\:ring-olive-400\/20:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.2);
}
.focus-within\:ring-olive-400\/25:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.25);
}
.focus-within\:ring-olive-400\/30:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.3);
}
.focus-within\:ring-olive-400\/35:focus-within {
  --tw-ring-color: rgb(168 180 60 / .35);
}
.focus-within\:ring-olive-400\/40:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.4);
}
.focus-within\:ring-olive-400\/45:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.45);
}
.focus-within\:ring-olive-400\/5:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.05);
}
.focus-within\:ring-olive-400\/50:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.5);
}
.focus-within\:ring-olive-400\/55:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.55);
}
.focus-within\:ring-olive-400\/60:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.6);
}
.focus-within\:ring-olive-400\/65:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.65);
}
.focus-within\:ring-olive-400\/70:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.7);
}
.focus-within\:ring-olive-400\/75:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.75);
}
.focus-within\:ring-olive-400\/80:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.8);
}
.focus-within\:ring-olive-400\/85:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.85);
}
.focus-within\:ring-olive-400\/90:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.9);
}
.focus-within\:ring-olive-400\/95:focus-within {
  --tw-ring-color: rgb(168 180 60 / 0.95);
}
.focus-within\:ring-orange-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-orange-400\/0:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0);
}
.focus-within\:ring-orange-400\/10:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.1);
}
.focus-within\:ring-orange-400\/100:focus-within {
  --tw-ring-color: rgb(251 146 60 / 1);
}
.focus-within\:ring-orange-400\/15:focus-within {
  --tw-ring-color: rgb(251 146 60 / .15);
}
.focus-within\:ring-orange-400\/20:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.2);
}
.focus-within\:ring-orange-400\/25:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.25);
}
.focus-within\:ring-orange-400\/30:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.3);
}
.focus-within\:ring-orange-400\/35:focus-within {
  --tw-ring-color: rgb(251 146 60 / .35);
}
.focus-within\:ring-orange-400\/40:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.4);
}
.focus-within\:ring-orange-400\/45:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.45);
}
.focus-within\:ring-orange-400\/5:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.05);
}
.focus-within\:ring-orange-400\/50:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.5);
}
.focus-within\:ring-orange-400\/55:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.55);
}
.focus-within\:ring-orange-400\/60:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.6);
}
.focus-within\:ring-orange-400\/65:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.65);
}
.focus-within\:ring-orange-400\/70:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.7);
}
.focus-within\:ring-orange-400\/75:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.75);
}
.focus-within\:ring-orange-400\/80:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.8);
}
.focus-within\:ring-orange-400\/85:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.85);
}
.focus-within\:ring-orange-400\/90:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.9);
}
.focus-within\:ring-orange-400\/95:focus-within {
  --tw-ring-color: rgb(251 146 60 / 0.95);
}
.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-pink-400\/0:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0);
}
.focus-within\:ring-pink-400\/10:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.1);
}
.focus-within\:ring-pink-400\/100:focus-within {
  --tw-ring-color: rgb(244 114 182 / 1);
}
.focus-within\:ring-pink-400\/15:focus-within {
  --tw-ring-color: rgb(244 114 182 / .15);
}
.focus-within\:ring-pink-400\/20:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.2);
}
.focus-within\:ring-pink-400\/25:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.25);
}
.focus-within\:ring-pink-400\/30:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.3);
}
.focus-within\:ring-pink-400\/35:focus-within {
  --tw-ring-color: rgb(244 114 182 / .35);
}
.focus-within\:ring-pink-400\/40:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.4);
}
.focus-within\:ring-pink-400\/45:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.45);
}
.focus-within\:ring-pink-400\/5:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.05);
}
.focus-within\:ring-pink-400\/50:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.5);
}
.focus-within\:ring-pink-400\/55:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.55);
}
.focus-within\:ring-pink-400\/60:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.6);
}
.focus-within\:ring-pink-400\/65:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.65);
}
.focus-within\:ring-pink-400\/70:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.7);
}
.focus-within\:ring-pink-400\/75:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.75);
}
.focus-within\:ring-pink-400\/80:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.8);
}
.focus-within\:ring-pink-400\/85:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.85);
}
.focus-within\:ring-pink-400\/90:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.9);
}
.focus-within\:ring-pink-400\/95:focus-within {
  --tw-ring-color: rgb(244 114 182 / 0.95);
}
.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-purple-400\/0:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0);
}
.focus-within\:ring-purple-400\/10:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.1);
}
.focus-within\:ring-purple-400\/100:focus-within {
  --tw-ring-color: rgb(192 132 252 / 1);
}
.focus-within\:ring-purple-400\/15:focus-within {
  --tw-ring-color: rgb(192 132 252 / .15);
}
.focus-within\:ring-purple-400\/20:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.2);
}
.focus-within\:ring-purple-400\/25:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.25);
}
.focus-within\:ring-purple-400\/30:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.3);
}
.focus-within\:ring-purple-400\/35:focus-within {
  --tw-ring-color: rgb(192 132 252 / .35);
}
.focus-within\:ring-purple-400\/40:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.4);
}
.focus-within\:ring-purple-400\/45:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.45);
}
.focus-within\:ring-purple-400\/5:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.05);
}
.focus-within\:ring-purple-400\/50:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.5);
}
.focus-within\:ring-purple-400\/55:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.55);
}
.focus-within\:ring-purple-400\/60:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.6);
}
.focus-within\:ring-purple-400\/65:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.65);
}
.focus-within\:ring-purple-400\/70:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.7);
}
.focus-within\:ring-purple-400\/75:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.75);
}
.focus-within\:ring-purple-400\/80:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.8);
}
.focus-within\:ring-purple-400\/85:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.85);
}
.focus-within\:ring-purple-400\/90:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.9);
}
.focus-within\:ring-purple-400\/95:focus-within {
  --tw-ring-color: rgb(192 132 252 / 0.95);
}
.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-red-400\/0:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0);
}
.focus-within\:ring-red-400\/10:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}
.focus-within\:ring-red-400\/100:focus-within {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.focus-within\:ring-red-400\/15:focus-within {
  --tw-ring-color: rgb(248 113 113 / .15);
}
.focus-within\:ring-red-400\/20:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}
.focus-within\:ring-red-400\/25:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}
.focus-within\:ring-red-400\/30:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}
.focus-within\:ring-red-400\/35:focus-within {
  --tw-ring-color: rgb(248 113 113 / .35);
}
.focus-within\:ring-red-400\/40:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}
.focus-within\:ring-red-400\/45:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.45);
}
.focus-within\:ring-red-400\/5:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}
.focus-within\:ring-red-400\/50:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.focus-within\:ring-red-400\/55:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.55);
}
.focus-within\:ring-red-400\/60:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}
.focus-within\:ring-red-400\/65:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.65);
}
.focus-within\:ring-red-400\/70:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}
.focus-within\:ring-red-400\/75:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}
.focus-within\:ring-red-400\/80:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}
.focus-within\:ring-red-400\/85:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.85);
}
.focus-within\:ring-red-400\/90:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}
.focus-within\:ring-red-400\/95:focus-within {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}
.focus-within\:ring-rose-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-rose-400\/0:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0);
}
.focus-within\:ring-rose-400\/10:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.1);
}
.focus-within\:ring-rose-400\/100:focus-within {
  --tw-ring-color: rgb(251 113 133 / 1);
}
.focus-within\:ring-rose-400\/15:focus-within {
  --tw-ring-color: rgb(251 113 133 / .15);
}
.focus-within\:ring-rose-400\/20:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.2);
}
.focus-within\:ring-rose-400\/25:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.25);
}
.focus-within\:ring-rose-400\/30:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.3);
}
.focus-within\:ring-rose-400\/35:focus-within {
  --tw-ring-color: rgb(251 113 133 / .35);
}
.focus-within\:ring-rose-400\/40:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.4);
}
.focus-within\:ring-rose-400\/45:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.45);
}
.focus-within\:ring-rose-400\/5:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.05);
}
.focus-within\:ring-rose-400\/50:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.5);
}
.focus-within\:ring-rose-400\/55:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.55);
}
.focus-within\:ring-rose-400\/60:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.6);
}
.focus-within\:ring-rose-400\/65:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.65);
}
.focus-within\:ring-rose-400\/70:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.7);
}
.focus-within\:ring-rose-400\/75:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.75);
}
.focus-within\:ring-rose-400\/80:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.8);
}
.focus-within\:ring-rose-400\/85:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.85);
}
.focus-within\:ring-rose-400\/90:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.9);
}
.focus-within\:ring-rose-400\/95:focus-within {
  --tw-ring-color: rgb(251 113 133 / 0.95);
}
.focus-within\:ring-sky-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-sky-400\/0:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0);
}
.focus-within\:ring-sky-400\/10:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.1);
}
.focus-within\:ring-sky-400\/100:focus-within {
  --tw-ring-color: rgb(56 189 248 / 1);
}
.focus-within\:ring-sky-400\/15:focus-within {
  --tw-ring-color: rgb(56 189 248 / .15);
}
.focus-within\:ring-sky-400\/20:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.2);
}
.focus-within\:ring-sky-400\/25:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.25);
}
.focus-within\:ring-sky-400\/30:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.3);
}
.focus-within\:ring-sky-400\/35:focus-within {
  --tw-ring-color: rgb(56 189 248 / .35);
}
.focus-within\:ring-sky-400\/40:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.4);
}
.focus-within\:ring-sky-400\/45:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.45);
}
.focus-within\:ring-sky-400\/5:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.05);
}
.focus-within\:ring-sky-400\/50:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.5);
}
.focus-within\:ring-sky-400\/55:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.55);
}
.focus-within\:ring-sky-400\/60:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.6);
}
.focus-within\:ring-sky-400\/65:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.65);
}
.focus-within\:ring-sky-400\/70:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.7);
}
.focus-within\:ring-sky-400\/75:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.75);
}
.focus-within\:ring-sky-400\/80:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.8);
}
.focus-within\:ring-sky-400\/85:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.85);
}
.focus-within\:ring-sky-400\/90:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.9);
}
.focus-within\:ring-sky-400\/95:focus-within {
  --tw-ring-color: rgb(56 189 248 / 0.95);
}
.focus-within\:ring-slate-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-slate-400\/0:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0);
}
.focus-within\:ring-slate-400\/10:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.1);
}
.focus-within\:ring-slate-400\/100:focus-within {
  --tw-ring-color: rgb(148 163 184 / 1);
}
.focus-within\:ring-slate-400\/15:focus-within {
  --tw-ring-color: rgb(148 163 184 / .15);
}
.focus-within\:ring-slate-400\/20:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.2);
}
.focus-within\:ring-slate-400\/25:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.25);
}
.focus-within\:ring-slate-400\/30:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.3);
}
.focus-within\:ring-slate-400\/35:focus-within {
  --tw-ring-color: rgb(148 163 184 / .35);
}
.focus-within\:ring-slate-400\/40:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}
.focus-within\:ring-slate-400\/45:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.45);
}
.focus-within\:ring-slate-400\/5:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.05);
}
.focus-within\:ring-slate-400\/50:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.5);
}
.focus-within\:ring-slate-400\/55:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.55);
}
.focus-within\:ring-slate-400\/60:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.6);
}
.focus-within\:ring-slate-400\/65:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.65);
}
.focus-within\:ring-slate-400\/70:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.7);
}
.focus-within\:ring-slate-400\/75:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.75);
}
.focus-within\:ring-slate-400\/80:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.8);
}
.focus-within\:ring-slate-400\/85:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.85);
}
.focus-within\:ring-slate-400\/90:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.9);
}
.focus-within\:ring-slate-400\/95:focus-within {
  --tw-ring-color: rgb(148 163 184 / 0.95);
}
.focus-within\:ring-stone-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-stone-400\/0:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0);
}
.focus-within\:ring-stone-400\/10:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.1);
}
.focus-within\:ring-stone-400\/100:focus-within {
  --tw-ring-color: rgb(168 162 158 / 1);
}
.focus-within\:ring-stone-400\/15:focus-within {
  --tw-ring-color: rgb(168 162 158 / .15);
}
.focus-within\:ring-stone-400\/20:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.2);
}
.focus-within\:ring-stone-400\/25:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.25);
}
.focus-within\:ring-stone-400\/30:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.3);
}
.focus-within\:ring-stone-400\/35:focus-within {
  --tw-ring-color: rgb(168 162 158 / .35);
}
.focus-within\:ring-stone-400\/40:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.4);
}
.focus-within\:ring-stone-400\/45:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.45);
}
.focus-within\:ring-stone-400\/5:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.05);
}
.focus-within\:ring-stone-400\/50:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.5);
}
.focus-within\:ring-stone-400\/55:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.55);
}
.focus-within\:ring-stone-400\/60:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.6);
}
.focus-within\:ring-stone-400\/65:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.65);
}
.focus-within\:ring-stone-400\/70:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.7);
}
.focus-within\:ring-stone-400\/75:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.75);
}
.focus-within\:ring-stone-400\/80:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.8);
}
.focus-within\:ring-stone-400\/85:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.85);
}
.focus-within\:ring-stone-400\/90:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.9);
}
.focus-within\:ring-stone-400\/95:focus-within {
  --tw-ring-color: rgb(168 162 158 / 0.95);
}
.focus-within\:ring-teal-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-teal-400\/0:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0);
}
.focus-within\:ring-teal-400\/10:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.1);
}
.focus-within\:ring-teal-400\/100:focus-within {
  --tw-ring-color: rgb(45 212 191 / 1);
}
.focus-within\:ring-teal-400\/15:focus-within {
  --tw-ring-color: rgb(45 212 191 / .15);
}
.focus-within\:ring-teal-400\/20:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.2);
}
.focus-within\:ring-teal-400\/25:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.25);
}
.focus-within\:ring-teal-400\/30:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.3);
}
.focus-within\:ring-teal-400\/35:focus-within {
  --tw-ring-color: rgb(45 212 191 / .35);
}
.focus-within\:ring-teal-400\/40:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.4);
}
.focus-within\:ring-teal-400\/45:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.45);
}
.focus-within\:ring-teal-400\/5:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.05);
}
.focus-within\:ring-teal-400\/50:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.5);
}
.focus-within\:ring-teal-400\/55:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.55);
}
.focus-within\:ring-teal-400\/60:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.6);
}
.focus-within\:ring-teal-400\/65:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.65);
}
.focus-within\:ring-teal-400\/70:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.7);
}
.focus-within\:ring-teal-400\/75:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.75);
}
.focus-within\:ring-teal-400\/80:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.8);
}
.focus-within\:ring-teal-400\/85:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.85);
}
.focus-within\:ring-teal-400\/90:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.9);
}
.focus-within\:ring-teal-400\/95:focus-within {
  --tw-ring-color: rgb(45 212 191 / 0.95);
}
.focus-within\:ring-violet-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-violet-400\/0:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0);
}
.focus-within\:ring-violet-400\/10:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.1);
}
.focus-within\:ring-violet-400\/100:focus-within {
  --tw-ring-color: rgb(167 139 250 / 1);
}
.focus-within\:ring-violet-400\/15:focus-within {
  --tw-ring-color: rgb(167 139 250 / .15);
}
.focus-within\:ring-violet-400\/20:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.2);
}
.focus-within\:ring-violet-400\/25:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.25);
}
.focus-within\:ring-violet-400\/30:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.3);
}
.focus-within\:ring-violet-400\/35:focus-within {
  --tw-ring-color: rgb(167 139 250 / .35);
}
.focus-within\:ring-violet-400\/40:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.4);
}
.focus-within\:ring-violet-400\/45:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.45);
}
.focus-within\:ring-violet-400\/5:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.05);
}
.focus-within\:ring-violet-400\/50:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.5);
}
.focus-within\:ring-violet-400\/55:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.55);
}
.focus-within\:ring-violet-400\/60:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.6);
}
.focus-within\:ring-violet-400\/65:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.65);
}
.focus-within\:ring-violet-400\/70:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.7);
}
.focus-within\:ring-violet-400\/75:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.75);
}
.focus-within\:ring-violet-400\/80:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.8);
}
.focus-within\:ring-violet-400\/85:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.85);
}
.focus-within\:ring-violet-400\/90:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.9);
}
.focus-within\:ring-violet-400\/95:focus-within {
  --tw-ring-color: rgb(167 139 250 / 0.95);
}
.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-yellow-400\/0:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0);
}
.focus-within\:ring-yellow-400\/10:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}
.focus-within\:ring-yellow-400\/100:focus-within {
  --tw-ring-color: rgb(250 204 21 / 1);
}
.focus-within\:ring-yellow-400\/15:focus-within {
  --tw-ring-color: rgb(250 204 21 / .15);
}
.focus-within\:ring-yellow-400\/20:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}
.focus-within\:ring-yellow-400\/25:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}
.focus-within\:ring-yellow-400\/30:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}
.focus-within\:ring-yellow-400\/35:focus-within {
  --tw-ring-color: rgb(250 204 21 / .35);
}
.focus-within\:ring-yellow-400\/40:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}
.focus-within\:ring-yellow-400\/45:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}
.focus-within\:ring-yellow-400\/5:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}
.focus-within\:ring-yellow-400\/50:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}
.focus-within\:ring-yellow-400\/55:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}
.focus-within\:ring-yellow-400\/60:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}
.focus-within\:ring-yellow-400\/65:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}
.focus-within\:ring-yellow-400\/70:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}
.focus-within\:ring-yellow-400\/75:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}
.focus-within\:ring-yellow-400\/80:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}
.focus-within\:ring-yellow-400\/85:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}
.focus-within\:ring-yellow-400\/90:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}
.focus-within\:ring-yellow-400\/95:focus-within {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}
.focus-within\:ring-zinc-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-zinc-400\/0:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0);
}
.focus-within\:ring-zinc-400\/10:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.1);
}
.focus-within\:ring-zinc-400\/100:focus-within {
  --tw-ring-color: rgb(161 161 170 / 1);
}
.focus-within\:ring-zinc-400\/15:focus-within {
  --tw-ring-color: rgb(161 161 170 / .15);
}
.focus-within\:ring-zinc-400\/20:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.2);
}
.focus-within\:ring-zinc-400\/25:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.25);
}
.focus-within\:ring-zinc-400\/30:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.3);
}
.focus-within\:ring-zinc-400\/35:focus-within {
  --tw-ring-color: rgb(161 161 170 / .35);
}
.focus-within\:ring-zinc-400\/40:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.4);
}
.focus-within\:ring-zinc-400\/45:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.45);
}
.focus-within\:ring-zinc-400\/5:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.05);
}
.focus-within\:ring-zinc-400\/50:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.5);
}
.focus-within\:ring-zinc-400\/55:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.55);
}
.focus-within\:ring-zinc-400\/60:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.6);
}
.focus-within\:ring-zinc-400\/65:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.65);
}
.focus-within\:ring-zinc-400\/70:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.7);
}
.focus-within\:ring-zinc-400\/75:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.75);
}
.focus-within\:ring-zinc-400\/80:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.8);
}
.focus-within\:ring-zinc-400\/85:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.85);
}
.focus-within\:ring-zinc-400\/90:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.9);
}
.focus-within\:ring-zinc-400\/95:focus-within {
  --tw-ring-color: rgb(161 161 170 / 0.95);
}
.hover\:z-10:hover {
  z-index: 10;
}
.hover\:z-20:hover {
  z-index: 20;
}
.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\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:\!border-accent-amber-dark:hover {
  border-color: var(--accent-amber-dark) !important;
}
.hover\:\!border-accent-amber-onSurface:hover {
  border-color: var(--accent-amber-onSurface) !important;
}
.hover\:\!border-accent-amber-primary:hover {
  border-color: var(--accent-amber-primary) !important;
}
.hover\:\!border-accent-amber-secondary:hover {
  border-color: var(--accent-amber-secondary) !important;
}
.hover\:\!border-accent-amber-surfacePrimary:hover {
  border-color: var(--accent-amber-surfacePrimary) !important;
}
.hover\:\!border-accent-amber-surfaceSecondary:hover {
  border-color: var(--accent-amber-surfaceSecondary) !important;
}
.hover\:\!border-accent-amber-tertiary:hover {
  border-color: var(--accent-amber-tertiary) !important;
}
.hover\:\!border-accent-blue-dark:hover {
  border-color: var(--accent-blue-dark) !important;
}
.hover\:\!border-accent-blue-onSurface:hover {
  border-color: var(--accent-blue-onSurface) !important;
}
.hover\:\!border-accent-blue-primary:hover {
  border-color: var(--accent-blue-primary) !important;
}
.hover\:\!border-accent-blue-secondary:hover {
  border-color: var(--accent-blue-secondary) !important;
}
.hover\:\!border-accent-blue-surfacePrimary:hover {
  border-color: var(--accent-blue-surfacePrimary) !important;
}
.hover\:\!border-accent-blue-surfaceSecondary:hover {
  border-color: var(--accent-blue-surfaceSecondary) !important;
}
.hover\:\!border-accent-blue-tertiary:hover {
  border-color: var(--accent-blue-tertiary) !important;
}
.hover\:\!border-accent-brown-dark:hover {
  border-color: var(--accent-brown-dark) !important;
}
.hover\:\!border-accent-brown-onSurface:hover {
  border-color: var(--accent-brown-onSurface) !important;
}
.hover\:\!border-accent-brown-primary:hover {
  border-color: var(--accent-brown-primary) !important;
}
.hover\:\!border-accent-brown-secondary:hover {
  border-color: var(--accent-brown-secondary) !important;
}
.hover\:\!border-accent-brown-surfacePrimary:hover {
  border-color: var(--accent-brown-surfacePrimary) !important;
}
.hover\:\!border-accent-brown-surfaceSecondary:hover {
  border-color: var(--accent-brown-surfaceSecondary) !important;
}
.hover\:\!border-accent-brown-tertiary:hover {
  border-color: var(--accent-brown-tertiary) !important;
}
.hover\:\!border-accent-cyan-dark:hover {
  border-color: var(--accent-cyan-dark) !important;
}
.hover\:\!border-accent-cyan-onSurface:hover {
  border-color: var(--accent-cyan-onSurface) !important;
}
.hover\:\!border-accent-cyan-primary:hover {
  border-color: var(--accent-cyan-primary) !important;
}
.hover\:\!border-accent-cyan-secondary:hover {
  border-color: var(--accent-cyan-secondary) !important;
}
.hover\:\!border-accent-cyan-surfacePrimary:hover {
  border-color: var(--accent-cyan-surfacePrimary) !important;
}
.hover\:\!border-accent-cyan-surfaceSecondary:hover {
  border-color: var(--accent-cyan-surfaceSecondary) !important;
}
.hover\:\!border-accent-cyan-tertiary:hover {
  border-color: var(--accent-cyan-tertiary) !important;
}
.hover\:\!border-accent-emerald-dark:hover {
  border-color: var(--accent-emerald-dark) !important;
}
.hover\:\!border-accent-emerald-onSurface:hover {
  border-color: var(--accent-emerald-onSurface) !important;
}
.hover\:\!border-accent-emerald-primary:hover {
  border-color: var(--accent-emerald-primary) !important;
}
.hover\:\!border-accent-emerald-secondary:hover {
  border-color: var(--accent-emerald-secondary) !important;
}
.hover\:\!border-accent-emerald-surfacePrimary:hover {
  border-color: var(--accent-emerald-surfacePrimary) !important;
}
.hover\:\!border-accent-emerald-surfaceSecondary:hover {
  border-color: var(--accent-emerald-surfaceSecondary) !important;
}
.hover\:\!border-accent-emerald-tertiary:hover {
  border-color: var(--accent-emerald-tertiary) !important;
}
.hover\:\!border-accent-fuchsia-dark:hover {
  border-color: var(--accent-fuchsia-dark) !important;
}
.hover\:\!border-accent-fuchsia-onSurface:hover {
  border-color: var(--accent-fuchsia-onSurface) !important;
}
.hover\:\!border-accent-fuchsia-primary:hover {
  border-color: var(--accent-fuchsia-primary) !important;
}
.hover\:\!border-accent-fuchsia-secondary:hover {
  border-color: var(--accent-fuchsia-secondary) !important;
}
.hover\:\!border-accent-fuchsia-surfacePrimary:hover {
  border-color: var(--accent-fuchsia-surfacePrimary) !important;
}
.hover\:\!border-accent-fuchsia-surfaceSecondary:hover {
  border-color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.hover\:\!border-accent-fuchsia-tertiary:hover {
  border-color: var(--accent-fuchsia-tertiary) !important;
}
.hover\:\!border-accent-gray-dark:hover {
  border-color: var(--accent-gray-dark) !important;
}
.hover\:\!border-accent-gray-onSurface:hover {
  border-color: var(--accent-gray-onSurface) !important;
}
.hover\:\!border-accent-gray-primary:hover {
  border-color: var(--accent-gray-primary) !important;
}
.hover\:\!border-accent-gray-secondary:hover {
  border-color: var(--accent-gray-secondary) !important;
}
.hover\:\!border-accent-gray-surfacePrimary:hover {
  border-color: var(--accent-gray-surfacePrimary) !important;
}
.hover\:\!border-accent-gray-surfaceSecondary:hover {
  border-color: var(--accent-gray-surfaceSecondary) !important;
}
.hover\:\!border-accent-gray-tertiary:hover {
  border-color: var(--accent-gray-tertiary) !important;
}
.hover\:\!border-accent-green-dark:hover {
  border-color: var(--accent-green-dark) !important;
}
.hover\:\!border-accent-green-onSurface:hover {
  border-color: var(--accent-green-onSurface) !important;
}
.hover\:\!border-accent-green-primary:hover {
  border-color: var(--accent-green-primary) !important;
}
.hover\:\!border-accent-green-secondary:hover {
  border-color: var(--accent-green-secondary) !important;
}
.hover\:\!border-accent-green-surfacePrimary:hover {
  border-color: var(--accent-green-surfacePrimary) !important;
}
.hover\:\!border-accent-green-surfaceSecondary:hover {
  border-color: var(--accent-green-surfaceSecondary) !important;
}
.hover\:\!border-accent-green-tertiary:hover {
  border-color: var(--accent-green-tertiary) !important;
}
.hover\:\!border-accent-indigo-dark:hover {
  border-color: var(--accent-indigo-dark) !important;
}
.hover\:\!border-accent-indigo-onSurface:hover {
  border-color: var(--accent-indigo-onSurface) !important;
}
.hover\:\!border-accent-indigo-primary:hover {
  border-color: var(--accent-indigo-primary) !important;
}
.hover\:\!border-accent-indigo-secondary:hover {
  border-color: var(--accent-indigo-secondary) !important;
}
.hover\:\!border-accent-indigo-surfacePrimary:hover {
  border-color: var(--accent-indigo-surfacePrimary) !important;
}
.hover\:\!border-accent-indigo-surfaceSecondary:hover {
  border-color: var(--accent-indigo-surfaceSecondary) !important;
}
.hover\:\!border-accent-indigo-tertiary:hover {
  border-color: var(--accent-indigo-tertiary) !important;
}
.hover\:\!border-accent-lime-dark:hover {
  border-color: var(--accent-lime-dark) !important;
}
.hover\:\!border-accent-lime-onSurface:hover {
  border-color: var(--accent-lime-onSurface) !important;
}
.hover\:\!border-accent-lime-primary:hover {
  border-color: var(--accent-lime-primary) !important;
}
.hover\:\!border-accent-lime-secondary:hover {
  border-color: var(--accent-lime-secondary) !important;
}
.hover\:\!border-accent-lime-surfacePrimary:hover {
  border-color: var(--accent-lime-surfacePrimary) !important;
}
.hover\:\!border-accent-lime-surfaceSecondary:hover {
  border-color: var(--accent-lime-surfaceSecondary) !important;
}
.hover\:\!border-accent-lime-tertiary:hover {
  border-color: var(--accent-lime-tertiary) !important;
}
.hover\:\!border-accent-olive-dark:hover {
  border-color: var(--accent-olive-dark) !important;
}
.hover\:\!border-accent-olive-onSurface:hover {
  border-color: var(--accent-olive-onSurface) !important;
}
.hover\:\!border-accent-olive-primary:hover {
  border-color: var(--accent-olive-primary) !important;
}
.hover\:\!border-accent-olive-secondary:hover {
  border-color: var(--accent-olive-secondary) !important;
}
.hover\:\!border-accent-olive-surfacePrimary:hover {
  border-color: var(--accent-olive-surfacePrimary) !important;
}
.hover\:\!border-accent-olive-surfaceSecondary:hover {
  border-color: var(--accent-olive-surfaceSecondary) !important;
}
.hover\:\!border-accent-olive-tertiary:hover {
  border-color: var(--accent-olive-tertiary) !important;
}
.hover\:\!border-accent-orange-dark:hover {
  border-color: var(--accent-orange-dark) !important;
}
.hover\:\!border-accent-orange-onSurface:hover {
  border-color: var(--accent-orange-onSurface) !important;
}
.hover\:\!border-accent-orange-primary:hover {
  border-color: var(--accent-orange-primary) !important;
}
.hover\:\!border-accent-orange-secondary:hover {
  border-color: var(--accent-orange-secondary) !important;
}
.hover\:\!border-accent-orange-surfacePrimary:hover {
  border-color: var(--accent-orange-surfacePrimary) !important;
}
.hover\:\!border-accent-orange-surfaceSecondary:hover {
  border-color: var(--accent-orange-surfaceSecondary) !important;
}
.hover\:\!border-accent-orange-tertiary:hover {
  border-color: var(--accent-orange-tertiary) !important;
}
.hover\:\!border-accent-pink-dark:hover {
  border-color: var(--accent-pink-dark) !important;
}
.hover\:\!border-accent-pink-onSurface:hover {
  border-color: var(--accent-pink-onSurface) !important;
}
.hover\:\!border-accent-pink-primary:hover {
  border-color: var(--accent-pink-primary) !important;
}
.hover\:\!border-accent-pink-secondary:hover {
  border-color: var(--accent-pink-secondary) !important;
}
.hover\:\!border-accent-pink-surfacePrimary:hover {
  border-color: var(--accent-pink-surfacePrimary) !important;
}
.hover\:\!border-accent-pink-surfaceSecondary:hover {
  border-color: var(--accent-pink-surfaceSecondary) !important;
}
.hover\:\!border-accent-pink-tertiary:hover {
  border-color: var(--accent-pink-tertiary) !important;
}
.hover\:\!border-accent-purple-dark:hover {
  border-color: var(--accent-purple-dark) !important;
}
.hover\:\!border-accent-purple-onSurface:hover {
  border-color: var(--accent-purple-onSurface) !important;
}
.hover\:\!border-accent-purple-primary:hover {
  border-color: var(--accent-purple-primary) !important;
}
.hover\:\!border-accent-purple-secondary:hover {
  border-color: var(--accent-purple-secondary) !important;
}
.hover\:\!border-accent-purple-surfacePrimary:hover {
  border-color: var(--accent-purple-surfacePrimary) !important;
}
.hover\:\!border-accent-purple-surfaceSecondary:hover {
  border-color: var(--accent-purple-surfaceSecondary) !important;
}
.hover\:\!border-accent-purple-tertiary:hover {
  border-color: var(--accent-purple-tertiary) !important;
}
.hover\:\!border-accent-red-dark:hover {
  border-color: var(--accent-red-dark) !important;
}
.hover\:\!border-accent-red-onSurface:hover {
  border-color: var(--accent-red-onSurface) !important;
}
.hover\:\!border-accent-red-primary:hover {
  border-color: var(--accent-red-primary) !important;
}
.hover\:\!border-accent-red-secondary:hover {
  border-color: var(--accent-red-secondary) !important;
}
.hover\:\!border-accent-red-surfacePrimary:hover {
  border-color: var(--accent-red-surfacePrimary) !important;
}
.hover\:\!border-accent-red-surfaceSecondary:hover {
  border-color: var(--accent-red-surfaceSecondary) !important;
}
.hover\:\!border-accent-red-tertiary:hover {
  border-color: var(--accent-red-tertiary) !important;
}
.hover\:\!border-accent-rose-dark:hover {
  border-color: var(--accent-rose-dark) !important;
}
.hover\:\!border-accent-rose-onSurface:hover {
  border-color: var(--accent-rose-onSurface) !important;
}
.hover\:\!border-accent-rose-primary:hover {
  border-color: var(--accent-rose-primary) !important;
}
.hover\:\!border-accent-rose-secondary:hover {
  border-color: var(--accent-rose-secondary) !important;
}
.hover\:\!border-accent-rose-surfacePrimary:hover {
  border-color: var(--accent-rose-surfacePrimary) !important;
}
.hover\:\!border-accent-rose-surfaceSecondary:hover {
  border-color: var(--accent-rose-surfaceSecondary) !important;
}
.hover\:\!border-accent-rose-tertiary:hover {
  border-color: var(--accent-rose-tertiary) !important;
}
.hover\:\!border-accent-sky-dark:hover {
  border-color: var(--accent-sky-dark) !important;
}
.hover\:\!border-accent-sky-onSurface:hover {
  border-color: var(--accent-sky-onSurface) !important;
}
.hover\:\!border-accent-sky-primary:hover {
  border-color: var(--accent-sky-primary) !important;
}
.hover\:\!border-accent-sky-secondary:hover {
  border-color: var(--accent-sky-secondary) !important;
}
.hover\:\!border-accent-sky-surfacePrimary:hover {
  border-color: var(--accent-sky-surfacePrimary) !important;
}
.hover\:\!border-accent-sky-surfaceSecondary:hover {
  border-color: var(--accent-sky-surfaceSecondary) !important;
}
.hover\:\!border-accent-sky-tertiary:hover {
  border-color: var(--accent-sky-tertiary) !important;
}
.hover\:\!border-accent-teal-dark:hover {
  border-color: var(--accent-teal-dark) !important;
}
.hover\:\!border-accent-teal-onSurface:hover {
  border-color: var(--accent-teal-onSurface) !important;
}
.hover\:\!border-accent-teal-primary:hover {
  border-color: var(--accent-teal-primary) !important;
}
.hover\:\!border-accent-teal-secondary:hover {
  border-color: var(--accent-teal-secondary) !important;
}
.hover\:\!border-accent-teal-surfacePrimary:hover {
  border-color: var(--accent-teal-surfacePrimary) !important;
}
.hover\:\!border-accent-teal-surfaceSecondary:hover {
  border-color: var(--accent-teal-surfaceSecondary) !important;
}
.hover\:\!border-accent-teal-tertiary:hover {
  border-color: var(--accent-teal-tertiary) !important;
}
.hover\:\!border-accent-violet-dark:hover {
  border-color: var(--accent-violet-dark) !important;
}
.hover\:\!border-accent-violet-onSurface:hover {
  border-color: var(--accent-violet-onSurface) !important;
}
.hover\:\!border-accent-violet-primary:hover {
  border-color: var(--accent-violet-primary) !important;
}
.hover\:\!border-accent-violet-secondary:hover {
  border-color: var(--accent-violet-secondary) !important;
}
.hover\:\!border-accent-violet-surfacePrimary:hover {
  border-color: var(--accent-violet-surfacePrimary) !important;
}
.hover\:\!border-accent-violet-surfaceSecondary:hover {
  border-color: var(--accent-violet-surfaceSecondary) !important;
}
.hover\:\!border-accent-violet-tertiary:hover {
  border-color: var(--accent-violet-tertiary) !important;
}
.hover\:\!border-accent-yellow-dark:hover {
  border-color: var(--accent-yellow-dark) !important;
}
.hover\:\!border-accent-yellow-onSurface:hover {
  border-color: var(--accent-yellow-onSurface) !important;
}
.hover\:\!border-accent-yellow-primary:hover {
  border-color: var(--accent-yellow-primary) !important;
}
.hover\:\!border-accent-yellow-secondary:hover {
  border-color: var(--accent-yellow-secondary) !important;
}
.hover\:\!border-accent-yellow-surfacePrimary:hover {
  border-color: var(--accent-yellow-surfacePrimary) !important;
}
.hover\:\!border-accent-yellow-surfaceSecondary:hover {
  border-color: var(--accent-yellow-surfaceSecondary) !important;
}
.hover\:\!border-accent-yellow-tertiary:hover {
  border-color: var(--accent-yellow-tertiary) !important;
}
.hover\:border-accent-amber-dark:hover {
  border-color: var(--accent-amber-dark);
}
.hover\:border-accent-amber-onSurface:hover {
  border-color: var(--accent-amber-onSurface);
}
.hover\:border-accent-amber-primary:hover {
  border-color: var(--accent-amber-primary);
}
.hover\:border-accent-amber-secondary:hover {
  border-color: var(--accent-amber-secondary);
}
.hover\:border-accent-amber-surfacePrimary:hover {
  border-color: var(--accent-amber-surfacePrimary);
}
.hover\:border-accent-amber-surfaceSecondary:hover {
  border-color: var(--accent-amber-surfaceSecondary);
}
.hover\:border-accent-amber-tertiary:hover {
  border-color: var(--accent-amber-tertiary);
}
.hover\:border-accent-blue-dark:hover {
  border-color: var(--accent-blue-dark);
}
.hover\:border-accent-blue-onSurface:hover {
  border-color: var(--accent-blue-onSurface);
}
.hover\:border-accent-blue-primary:hover {
  border-color: var(--accent-blue-primary);
}
.hover\:border-accent-blue-secondary:hover {
  border-color: var(--accent-blue-secondary);
}
.hover\:border-accent-blue-surfacePrimary:hover {
  border-color: var(--accent-blue-surfacePrimary);
}
.hover\:border-accent-blue-surfaceSecondary:hover {
  border-color: var(--accent-blue-surfaceSecondary);
}
.hover\:border-accent-blue-tertiary:hover {
  border-color: var(--accent-blue-tertiary);
}
.hover\:border-accent-brown-dark:hover {
  border-color: var(--accent-brown-dark);
}
.hover\:border-accent-brown-onSurface:hover {
  border-color: var(--accent-brown-onSurface);
}
.hover\:border-accent-brown-primary:hover {
  border-color: var(--accent-brown-primary);
}
.hover\:border-accent-brown-secondary:hover {
  border-color: var(--accent-brown-secondary);
}
.hover\:border-accent-brown-surfacePrimary:hover {
  border-color: var(--accent-brown-surfacePrimary);
}
.hover\:border-accent-brown-surfaceSecondary:hover {
  border-color: var(--accent-brown-surfaceSecondary);
}
.hover\:border-accent-brown-tertiary:hover {
  border-color: var(--accent-brown-tertiary);
}
.hover\:border-accent-cyan-dark:hover {
  border-color: var(--accent-cyan-dark);
}
.hover\:border-accent-cyan-onSurface:hover {
  border-color: var(--accent-cyan-onSurface);
}
.hover\:border-accent-cyan-primary:hover {
  border-color: var(--accent-cyan-primary);
}
.hover\:border-accent-cyan-secondary:hover {
  border-color: var(--accent-cyan-secondary);
}
.hover\:border-accent-cyan-surfacePrimary:hover {
  border-color: var(--accent-cyan-surfacePrimary);
}
.hover\:border-accent-cyan-surfaceSecondary:hover {
  border-color: var(--accent-cyan-surfaceSecondary);
}
.hover\:border-accent-cyan-tertiary:hover {
  border-color: var(--accent-cyan-tertiary);
}
.hover\:border-accent-emerald-dark:hover {
  border-color: var(--accent-emerald-dark);
}
.hover\:border-accent-emerald-onSurface:hover {
  border-color: var(--accent-emerald-onSurface);
}
.hover\:border-accent-emerald-primary:hover {
  border-color: var(--accent-emerald-primary);
}
.hover\:border-accent-emerald-secondary:hover {
  border-color: var(--accent-emerald-secondary);
}
.hover\:border-accent-emerald-surfacePrimary:hover {
  border-color: var(--accent-emerald-surfacePrimary);
}
.hover\:border-accent-emerald-surfaceSecondary:hover {
  border-color: var(--accent-emerald-surfaceSecondary);
}
.hover\:border-accent-emerald-tertiary:hover {
  border-color: var(--accent-emerald-tertiary);
}
.hover\:border-accent-fuchsia-dark:hover {
  border-color: var(--accent-fuchsia-dark);
}
.hover\:border-accent-fuchsia-onSurface:hover {
  border-color: var(--accent-fuchsia-onSurface);
}
.hover\:border-accent-fuchsia-primary:hover {
  border-color: var(--accent-fuchsia-primary);
}
.hover\:border-accent-fuchsia-secondary:hover {
  border-color: var(--accent-fuchsia-secondary);
}
.hover\:border-accent-fuchsia-surfacePrimary:hover {
  border-color: var(--accent-fuchsia-surfacePrimary);
}
.hover\:border-accent-fuchsia-surfaceSecondary:hover {
  border-color: var(--accent-fuchsia-surfaceSecondary);
}
.hover\:border-accent-fuchsia-tertiary:hover {
  border-color: var(--accent-fuchsia-tertiary);
}
.hover\:border-accent-gray-dark:hover {
  border-color: var(--accent-gray-dark);
}
.hover\:border-accent-gray-onSurface:hover {
  border-color: var(--accent-gray-onSurface);
}
.hover\:border-accent-gray-primary:hover {
  border-color: var(--accent-gray-primary);
}
.hover\:border-accent-gray-secondary:hover {
  border-color: var(--accent-gray-secondary);
}
.hover\:border-accent-gray-surfacePrimary:hover {
  border-color: var(--accent-gray-surfacePrimary);
}
.hover\:border-accent-gray-surfaceSecondary:hover {
  border-color: var(--accent-gray-surfaceSecondary);
}
.hover\:border-accent-gray-tertiary:hover {
  border-color: var(--accent-gray-tertiary);
}
.hover\:border-accent-green-dark:hover {
  border-color: var(--accent-green-dark);
}
.hover\:border-accent-green-onSurface:hover {
  border-color: var(--accent-green-onSurface);
}
.hover\:border-accent-green-primary:hover {
  border-color: var(--accent-green-primary);
}
.hover\:border-accent-green-secondary:hover {
  border-color: var(--accent-green-secondary);
}
.hover\:border-accent-green-surfacePrimary:hover {
  border-color: var(--accent-green-surfacePrimary);
}
.hover\:border-accent-green-surfaceSecondary:hover {
  border-color: var(--accent-green-surfaceSecondary);
}
.hover\:border-accent-green-tertiary:hover {
  border-color: var(--accent-green-tertiary);
}
.hover\:border-accent-indigo-dark:hover {
  border-color: var(--accent-indigo-dark);
}
.hover\:border-accent-indigo-onSurface:hover {
  border-color: var(--accent-indigo-onSurface);
}
.hover\:border-accent-indigo-primary:hover {
  border-color: var(--accent-indigo-primary);
}
.hover\:border-accent-indigo-secondary:hover {
  border-color: var(--accent-indigo-secondary);
}
.hover\:border-accent-indigo-surfacePrimary:hover {
  border-color: var(--accent-indigo-surfacePrimary);
}
.hover\:border-accent-indigo-surfaceSecondary:hover {
  border-color: var(--accent-indigo-surfaceSecondary);
}
.hover\:border-accent-indigo-tertiary:hover {
  border-color: var(--accent-indigo-tertiary);
}
.hover\:border-accent-lime-dark:hover {
  border-color: var(--accent-lime-dark);
}
.hover\:border-accent-lime-onSurface:hover {
  border-color: var(--accent-lime-onSurface);
}
.hover\:border-accent-lime-primary:hover {
  border-color: var(--accent-lime-primary);
}
.hover\:border-accent-lime-secondary:hover {
  border-color: var(--accent-lime-secondary);
}
.hover\:border-accent-lime-surfacePrimary:hover {
  border-color: var(--accent-lime-surfacePrimary);
}
.hover\:border-accent-lime-surfaceSecondary:hover {
  border-color: var(--accent-lime-surfaceSecondary);
}
.hover\:border-accent-lime-tertiary:hover {
  border-color: var(--accent-lime-tertiary);
}
.hover\:border-accent-olive-dark:hover {
  border-color: var(--accent-olive-dark);
}
.hover\:border-accent-olive-onSurface:hover {
  border-color: var(--accent-olive-onSurface);
}
.hover\:border-accent-olive-primary:hover {
  border-color: var(--accent-olive-primary);
}
.hover\:border-accent-olive-secondary:hover {
  border-color: var(--accent-olive-secondary);
}
.hover\:border-accent-olive-surfacePrimary:hover {
  border-color: var(--accent-olive-surfacePrimary);
}
.hover\:border-accent-olive-surfaceSecondary:hover {
  border-color: var(--accent-olive-surfaceSecondary);
}
.hover\:border-accent-olive-tertiary:hover {
  border-color: var(--accent-olive-tertiary);
}
.hover\:border-accent-orange-dark:hover {
  border-color: var(--accent-orange-dark);
}
.hover\:border-accent-orange-onSurface:hover {
  border-color: var(--accent-orange-onSurface);
}
.hover\:border-accent-orange-primary:hover {
  border-color: var(--accent-orange-primary);
}
.hover\:border-accent-orange-secondary:hover {
  border-color: var(--accent-orange-secondary);
}
.hover\:border-accent-orange-surfacePrimary:hover {
  border-color: var(--accent-orange-surfacePrimary);
}
.hover\:border-accent-orange-surfaceSecondary:hover {
  border-color: var(--accent-orange-surfaceSecondary);
}
.hover\:border-accent-orange-tertiary:hover {
  border-color: var(--accent-orange-tertiary);
}
.hover\:border-accent-pink-dark:hover {
  border-color: var(--accent-pink-dark);
}
.hover\:border-accent-pink-onSurface:hover {
  border-color: var(--accent-pink-onSurface);
}
.hover\:border-accent-pink-primary:hover {
  border-color: var(--accent-pink-primary);
}
.hover\:border-accent-pink-secondary:hover {
  border-color: var(--accent-pink-secondary);
}
.hover\:border-accent-pink-surfacePrimary:hover {
  border-color: var(--accent-pink-surfacePrimary);
}
.hover\:border-accent-pink-surfaceSecondary:hover {
  border-color: var(--accent-pink-surfaceSecondary);
}
.hover\:border-accent-pink-tertiary:hover {
  border-color: var(--accent-pink-tertiary);
}
.hover\:border-accent-purple-dark:hover {
  border-color: var(--accent-purple-dark);
}
.hover\:border-accent-purple-onSurface:hover {
  border-color: var(--accent-purple-onSurface);
}
.hover\:border-accent-purple-primary:hover {
  border-color: var(--accent-purple-primary);
}
.hover\:border-accent-purple-secondary:hover {
  border-color: var(--accent-purple-secondary);
}
.hover\:border-accent-purple-surfacePrimary:hover {
  border-color: var(--accent-purple-surfacePrimary);
}
.hover\:border-accent-purple-surfaceSecondary:hover {
  border-color: var(--accent-purple-surfaceSecondary);
}
.hover\:border-accent-purple-tertiary:hover {
  border-color: var(--accent-purple-tertiary);
}
.hover\:border-accent-red-dark:hover {
  border-color: var(--accent-red-dark);
}
.hover\:border-accent-red-onSurface:hover {
  border-color: var(--accent-red-onSurface);
}
.hover\:border-accent-red-primary:hover {
  border-color: var(--accent-red-primary);
}
.hover\:border-accent-red-secondary:hover {
  border-color: var(--accent-red-secondary);
}
.hover\:border-accent-red-surfacePrimary:hover {
  border-color: var(--accent-red-surfacePrimary);
}
.hover\:border-accent-red-surfaceSecondary:hover {
  border-color: var(--accent-red-surfaceSecondary);
}
.hover\:border-accent-red-tertiary:hover {
  border-color: var(--accent-red-tertiary);
}
.hover\:border-accent-rose-dark:hover {
  border-color: var(--accent-rose-dark);
}
.hover\:border-accent-rose-onSurface:hover {
  border-color: var(--accent-rose-onSurface);
}
.hover\:border-accent-rose-primary:hover {
  border-color: var(--accent-rose-primary);
}
.hover\:border-accent-rose-secondary:hover {
  border-color: var(--accent-rose-secondary);
}
.hover\:border-accent-rose-surfacePrimary:hover {
  border-color: var(--accent-rose-surfacePrimary);
}
.hover\:border-accent-rose-surfaceSecondary:hover {
  border-color: var(--accent-rose-surfaceSecondary);
}
.hover\:border-accent-rose-tertiary:hover {
  border-color: var(--accent-rose-tertiary);
}
.hover\:border-accent-sky-dark:hover {
  border-color: var(--accent-sky-dark);
}
.hover\:border-accent-sky-onSurface:hover {
  border-color: var(--accent-sky-onSurface);
}
.hover\:border-accent-sky-primary:hover {
  border-color: var(--accent-sky-primary);
}
.hover\:border-accent-sky-secondary:hover {
  border-color: var(--accent-sky-secondary);
}
.hover\:border-accent-sky-surfacePrimary:hover {
  border-color: var(--accent-sky-surfacePrimary);
}
.hover\:border-accent-sky-surfaceSecondary:hover {
  border-color: var(--accent-sky-surfaceSecondary);
}
.hover\:border-accent-sky-tertiary:hover {
  border-color: var(--accent-sky-tertiary);
}
.hover\:border-accent-teal-dark:hover {
  border-color: var(--accent-teal-dark);
}
.hover\:border-accent-teal-onSurface:hover {
  border-color: var(--accent-teal-onSurface);
}
.hover\:border-accent-teal-primary:hover {
  border-color: var(--accent-teal-primary);
}
.hover\:border-accent-teal-secondary:hover {
  border-color: var(--accent-teal-secondary);
}
.hover\:border-accent-teal-surfacePrimary:hover {
  border-color: var(--accent-teal-surfacePrimary);
}
.hover\:border-accent-teal-surfaceSecondary:hover {
  border-color: var(--accent-teal-surfaceSecondary);
}
.hover\:border-accent-teal-tertiary:hover {
  border-color: var(--accent-teal-tertiary);
}
.hover\:border-accent-violet-dark:hover {
  border-color: var(--accent-violet-dark);
}
.hover\:border-accent-violet-onSurface:hover {
  border-color: var(--accent-violet-onSurface);
}
.hover\:border-accent-violet-primary:hover {
  border-color: var(--accent-violet-primary);
}
.hover\:border-accent-violet-secondary:hover {
  border-color: var(--accent-violet-secondary);
}
.hover\:border-accent-violet-surfacePrimary:hover {
  border-color: var(--accent-violet-surfacePrimary);
}
.hover\:border-accent-violet-surfaceSecondary:hover {
  border-color: var(--accent-violet-surfaceSecondary);
}
.hover\:border-accent-violet-tertiary:hover {
  border-color: var(--accent-violet-tertiary);
}
.hover\:border-accent-yellow-dark:hover {
  border-color: var(--accent-yellow-dark);
}
.hover\:border-accent-yellow-onSurface:hover {
  border-color: var(--accent-yellow-onSurface);
}
.hover\:border-accent-yellow-primary:hover {
  border-color: var(--accent-yellow-primary);
}
.hover\:border-accent-yellow-secondary:hover {
  border-color: var(--accent-yellow-secondary);
}
.hover\:border-accent-yellow-surfacePrimary:hover {
  border-color: var(--accent-yellow-surfacePrimary);
}
.hover\:border-accent-yellow-surfaceSecondary:hover {
  border-color: var(--accent-yellow-surfaceSecondary);
}
.hover\:border-accent-yellow-tertiary:hover {
  border-color: var(--accent-yellow-tertiary);
}
.hover\:border-black\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}
.hover\:\!bg-accent-amber-dark:hover {
  background-color: var(--accent-amber-dark) !important;
}
.hover\:\!bg-accent-amber-onSurface:hover {
  background-color: var(--accent-amber-onSurface) !important;
}
.hover\:\!bg-accent-amber-primary:hover {
  background-color: var(--accent-amber-primary) !important;
}
.hover\:\!bg-accent-amber-secondary:hover {
  background-color: var(--accent-amber-secondary) !important;
}
.hover\:\!bg-accent-amber-surfacePrimary:hover {
  background-color: var(--accent-amber-surfacePrimary) !important;
}
.hover\:\!bg-accent-amber-surfaceSecondary:hover {
  background-color: var(--accent-amber-surfaceSecondary) !important;
}
.hover\:\!bg-accent-amber-tertiary:hover {
  background-color: var(--accent-amber-tertiary) !important;
}
.hover\:\!bg-accent-blue-dark:hover {
  background-color: var(--accent-blue-dark) !important;
}
.hover\:\!bg-accent-blue-onSurface:hover {
  background-color: var(--accent-blue-onSurface) !important;
}
.hover\:\!bg-accent-blue-primary:hover {
  background-color: var(--accent-blue-primary) !important;
}
.hover\:\!bg-accent-blue-secondary:hover {
  background-color: var(--accent-blue-secondary) !important;
}
.hover\:\!bg-accent-blue-surfacePrimary:hover {
  background-color: var(--accent-blue-surfacePrimary) !important;
}
.hover\:\!bg-accent-blue-surfaceSecondary:hover {
  background-color: var(--accent-blue-surfaceSecondary) !important;
}
.hover\:\!bg-accent-blue-tertiary:hover {
  background-color: var(--accent-blue-tertiary) !important;
}
.hover\:\!bg-accent-brown-dark:hover {
  background-color: var(--accent-brown-dark) !important;
}
.hover\:\!bg-accent-brown-onSurface:hover {
  background-color: var(--accent-brown-onSurface) !important;
}
.hover\:\!bg-accent-brown-primary:hover {
  background-color: var(--accent-brown-primary) !important;
}
.hover\:\!bg-accent-brown-secondary:hover {
  background-color: var(--accent-brown-secondary) !important;
}
.hover\:\!bg-accent-brown-surfacePrimary:hover {
  background-color: var(--accent-brown-surfacePrimary) !important;
}
.hover\:\!bg-accent-brown-surfaceSecondary:hover {
  background-color: var(--accent-brown-surfaceSecondary) !important;
}
.hover\:\!bg-accent-brown-tertiary:hover {
  background-color: var(--accent-brown-tertiary) !important;
}
.hover\:\!bg-accent-cyan-dark:hover {
  background-color: var(--accent-cyan-dark) !important;
}
.hover\:\!bg-accent-cyan-onSurface:hover {
  background-color: var(--accent-cyan-onSurface) !important;
}
.hover\:\!bg-accent-cyan-primary:hover {
  background-color: var(--accent-cyan-primary) !important;
}
.hover\:\!bg-accent-cyan-secondary:hover {
  background-color: var(--accent-cyan-secondary) !important;
}
.hover\:\!bg-accent-cyan-surfacePrimary:hover {
  background-color: var(--accent-cyan-surfacePrimary) !important;
}
.hover\:\!bg-accent-cyan-surfaceSecondary:hover {
  background-color: var(--accent-cyan-surfaceSecondary) !important;
}
.hover\:\!bg-accent-cyan-tertiary:hover {
  background-color: var(--accent-cyan-tertiary) !important;
}
.hover\:\!bg-accent-emerald-dark:hover {
  background-color: var(--accent-emerald-dark) !important;
}
.hover\:\!bg-accent-emerald-onSurface:hover {
  background-color: var(--accent-emerald-onSurface) !important;
}
.hover\:\!bg-accent-emerald-primary:hover {
  background-color: var(--accent-emerald-primary) !important;
}
.hover\:\!bg-accent-emerald-secondary:hover {
  background-color: var(--accent-emerald-secondary) !important;
}
.hover\:\!bg-accent-emerald-surfacePrimary:hover {
  background-color: var(--accent-emerald-surfacePrimary) !important;
}
.hover\:\!bg-accent-emerald-surfaceSecondary:hover {
  background-color: var(--accent-emerald-surfaceSecondary) !important;
}
.hover\:\!bg-accent-emerald-tertiary:hover {
  background-color: var(--accent-emerald-tertiary) !important;
}
.hover\:\!bg-accent-fuchsia-dark:hover {
  background-color: var(--accent-fuchsia-dark) !important;
}
.hover\:\!bg-accent-fuchsia-onSurface:hover {
  background-color: var(--accent-fuchsia-onSurface) !important;
}
.hover\:\!bg-accent-fuchsia-primary:hover {
  background-color: var(--accent-fuchsia-primary) !important;
}
.hover\:\!bg-accent-fuchsia-secondary:hover {
  background-color: var(--accent-fuchsia-secondary) !important;
}
.hover\:\!bg-accent-fuchsia-surfacePrimary:hover {
  background-color: var(--accent-fuchsia-surfacePrimary) !important;
}
.hover\:\!bg-accent-fuchsia-surfaceSecondary:hover {
  background-color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.hover\:\!bg-accent-fuchsia-tertiary:hover {
  background-color: var(--accent-fuchsia-tertiary) !important;
}
.hover\:\!bg-accent-gray-dark:hover {
  background-color: var(--accent-gray-dark) !important;
}
.hover\:\!bg-accent-gray-onSurface:hover {
  background-color: var(--accent-gray-onSurface) !important;
}
.hover\:\!bg-accent-gray-primary:hover {
  background-color: var(--accent-gray-primary) !important;
}
.hover\:\!bg-accent-gray-secondary:hover {
  background-color: var(--accent-gray-secondary) !important;
}
.hover\:\!bg-accent-gray-surfacePrimary:hover {
  background-color: var(--accent-gray-surfacePrimary) !important;
}
.hover\:\!bg-accent-gray-surfaceSecondary:hover {
  background-color: var(--accent-gray-surfaceSecondary) !important;
}
.hover\:\!bg-accent-gray-tertiary:hover {
  background-color: var(--accent-gray-tertiary) !important;
}
.hover\:\!bg-accent-green-dark:hover {
  background-color: var(--accent-green-dark) !important;
}
.hover\:\!bg-accent-green-onSurface:hover {
  background-color: var(--accent-green-onSurface) !important;
}
.hover\:\!bg-accent-green-primary:hover {
  background-color: var(--accent-green-primary) !important;
}
.hover\:\!bg-accent-green-secondary:hover {
  background-color: var(--accent-green-secondary) !important;
}
.hover\:\!bg-accent-green-surfacePrimary:hover {
  background-color: var(--accent-green-surfacePrimary) !important;
}
.hover\:\!bg-accent-green-surfaceSecondary:hover {
  background-color: var(--accent-green-surfaceSecondary) !important;
}
.hover\:\!bg-accent-green-tertiary:hover {
  background-color: var(--accent-green-tertiary) !important;
}
.hover\:\!bg-accent-indigo-dark:hover {
  background-color: var(--accent-indigo-dark) !important;
}
.hover\:\!bg-accent-indigo-onSurface:hover {
  background-color: var(--accent-indigo-onSurface) !important;
}
.hover\:\!bg-accent-indigo-primary:hover {
  background-color: var(--accent-indigo-primary) !important;
}
.hover\:\!bg-accent-indigo-secondary:hover {
  background-color: var(--accent-indigo-secondary) !important;
}
.hover\:\!bg-accent-indigo-surfacePrimary:hover {
  background-color: var(--accent-indigo-surfacePrimary) !important;
}
.hover\:\!bg-accent-indigo-surfaceSecondary:hover {
  background-color: var(--accent-indigo-surfaceSecondary) !important;
}
.hover\:\!bg-accent-indigo-tertiary:hover {
  background-color: var(--accent-indigo-tertiary) !important;
}
.hover\:\!bg-accent-lime-dark:hover {
  background-color: var(--accent-lime-dark) !important;
}
.hover\:\!bg-accent-lime-onSurface:hover {
  background-color: var(--accent-lime-onSurface) !important;
}
.hover\:\!bg-accent-lime-primary:hover {
  background-color: var(--accent-lime-primary) !important;
}
.hover\:\!bg-accent-lime-secondary:hover {
  background-color: var(--accent-lime-secondary) !important;
}
.hover\:\!bg-accent-lime-surfacePrimary:hover {
  background-color: var(--accent-lime-surfacePrimary) !important;
}
.hover\:\!bg-accent-lime-surfaceSecondary:hover {
  background-color: var(--accent-lime-surfaceSecondary) !important;
}
.hover\:\!bg-accent-lime-tertiary:hover {
  background-color: var(--accent-lime-tertiary) !important;
}
.hover\:\!bg-accent-olive-dark:hover {
  background-color: var(--accent-olive-dark) !important;
}
.hover\:\!bg-accent-olive-onSurface:hover {
  background-color: var(--accent-olive-onSurface) !important;
}
.hover\:\!bg-accent-olive-primary:hover {
  background-color: var(--accent-olive-primary) !important;
}
.hover\:\!bg-accent-olive-secondary:hover {
  background-color: var(--accent-olive-secondary) !important;
}
.hover\:\!bg-accent-olive-surfacePrimary:hover {
  background-color: var(--accent-olive-surfacePrimary) !important;
}
.hover\:\!bg-accent-olive-surfaceSecondary:hover {
  background-color: var(--accent-olive-surfaceSecondary) !important;
}
.hover\:\!bg-accent-olive-tertiary:hover {
  background-color: var(--accent-olive-tertiary) !important;
}
.hover\:\!bg-accent-orange-dark:hover {
  background-color: var(--accent-orange-dark) !important;
}
.hover\:\!bg-accent-orange-onSurface:hover {
  background-color: var(--accent-orange-onSurface) !important;
}
.hover\:\!bg-accent-orange-primary:hover {
  background-color: var(--accent-orange-primary) !important;
}
.hover\:\!bg-accent-orange-secondary:hover {
  background-color: var(--accent-orange-secondary) !important;
}
.hover\:\!bg-accent-orange-surfacePrimary:hover {
  background-color: var(--accent-orange-surfacePrimary) !important;
}
.hover\:\!bg-accent-orange-surfaceSecondary:hover {
  background-color: var(--accent-orange-surfaceSecondary) !important;
}
.hover\:\!bg-accent-orange-tertiary:hover {
  background-color: var(--accent-orange-tertiary) !important;
}
.hover\:\!bg-accent-pink-dark:hover {
  background-color: var(--accent-pink-dark) !important;
}
.hover\:\!bg-accent-pink-onSurface:hover {
  background-color: var(--accent-pink-onSurface) !important;
}
.hover\:\!bg-accent-pink-primary:hover {
  background-color: var(--accent-pink-primary) !important;
}
.hover\:\!bg-accent-pink-secondary:hover {
  background-color: var(--accent-pink-secondary) !important;
}
.hover\:\!bg-accent-pink-surfacePrimary:hover {
  background-color: var(--accent-pink-surfacePrimary) !important;
}
.hover\:\!bg-accent-pink-surfaceSecondary:hover {
  background-color: var(--accent-pink-surfaceSecondary) !important;
}
.hover\:\!bg-accent-pink-tertiary:hover {
  background-color: var(--accent-pink-tertiary) !important;
}
.hover\:\!bg-accent-purple-dark:hover {
  background-color: var(--accent-purple-dark) !important;
}
.hover\:\!bg-accent-purple-onSurface:hover {
  background-color: var(--accent-purple-onSurface) !important;
}
.hover\:\!bg-accent-purple-primary:hover {
  background-color: var(--accent-purple-primary) !important;
}
.hover\:\!bg-accent-purple-secondary:hover {
  background-color: var(--accent-purple-secondary) !important;
}
.hover\:\!bg-accent-purple-surfacePrimary:hover {
  background-color: var(--accent-purple-surfacePrimary) !important;
}
.hover\:\!bg-accent-purple-surfaceSecondary:hover {
  background-color: var(--accent-purple-surfaceSecondary) !important;
}
.hover\:\!bg-accent-purple-tertiary:hover {
  background-color: var(--accent-purple-tertiary) !important;
}
.hover\:\!bg-accent-red-dark:hover {
  background-color: var(--accent-red-dark) !important;
}
.hover\:\!bg-accent-red-onSurface:hover {
  background-color: var(--accent-red-onSurface) !important;
}
.hover\:\!bg-accent-red-primary:hover {
  background-color: var(--accent-red-primary) !important;
}
.hover\:\!bg-accent-red-secondary:hover {
  background-color: var(--accent-red-secondary) !important;
}
.hover\:\!bg-accent-red-surfacePrimary:hover {
  background-color: var(--accent-red-surfacePrimary) !important;
}
.hover\:\!bg-accent-red-surfaceSecondary:hover {
  background-color: var(--accent-red-surfaceSecondary) !important;
}
.hover\:\!bg-accent-red-tertiary:hover {
  background-color: var(--accent-red-tertiary) !important;
}
.hover\:\!bg-accent-rose-dark:hover {
  background-color: var(--accent-rose-dark) !important;
}
.hover\:\!bg-accent-rose-onSurface:hover {
  background-color: var(--accent-rose-onSurface) !important;
}
.hover\:\!bg-accent-rose-primary:hover {
  background-color: var(--accent-rose-primary) !important;
}
.hover\:\!bg-accent-rose-secondary:hover {
  background-color: var(--accent-rose-secondary) !important;
}
.hover\:\!bg-accent-rose-surfacePrimary:hover {
  background-color: var(--accent-rose-surfacePrimary) !important;
}
.hover\:\!bg-accent-rose-surfaceSecondary:hover {
  background-color: var(--accent-rose-surfaceSecondary) !important;
}
.hover\:\!bg-accent-rose-tertiary:hover {
  background-color: var(--accent-rose-tertiary) !important;
}
.hover\:\!bg-accent-sky-dark:hover {
  background-color: var(--accent-sky-dark) !important;
}
.hover\:\!bg-accent-sky-onSurface:hover {
  background-color: var(--accent-sky-onSurface) !important;
}
.hover\:\!bg-accent-sky-primary:hover {
  background-color: var(--accent-sky-primary) !important;
}
.hover\:\!bg-accent-sky-secondary:hover {
  background-color: var(--accent-sky-secondary) !important;
}
.hover\:\!bg-accent-sky-surfacePrimary:hover {
  background-color: var(--accent-sky-surfacePrimary) !important;
}
.hover\:\!bg-accent-sky-surfaceSecondary:hover {
  background-color: var(--accent-sky-surfaceSecondary) !important;
}
.hover\:\!bg-accent-sky-tertiary:hover {
  background-color: var(--accent-sky-tertiary) !important;
}
.hover\:\!bg-accent-teal-dark:hover {
  background-color: var(--accent-teal-dark) !important;
}
.hover\:\!bg-accent-teal-onSurface:hover {
  background-color: var(--accent-teal-onSurface) !important;
}
.hover\:\!bg-accent-teal-primary:hover {
  background-color: var(--accent-teal-primary) !important;
}
.hover\:\!bg-accent-teal-secondary:hover {
  background-color: var(--accent-teal-secondary) !important;
}
.hover\:\!bg-accent-teal-surfacePrimary:hover {
  background-color: var(--accent-teal-surfacePrimary) !important;
}
.hover\:\!bg-accent-teal-surfaceSecondary:hover {
  background-color: var(--accent-teal-surfaceSecondary) !important;
}
.hover\:\!bg-accent-teal-tertiary:hover {
  background-color: var(--accent-teal-tertiary) !important;
}
.hover\:\!bg-accent-violet-dark:hover {
  background-color: var(--accent-violet-dark) !important;
}
.hover\:\!bg-accent-violet-onSurface:hover {
  background-color: var(--accent-violet-onSurface) !important;
}
.hover\:\!bg-accent-violet-primary:hover {
  background-color: var(--accent-violet-primary) !important;
}
.hover\:\!bg-accent-violet-secondary:hover {
  background-color: var(--accent-violet-secondary) !important;
}
.hover\:\!bg-accent-violet-surfacePrimary:hover {
  background-color: var(--accent-violet-surfacePrimary) !important;
}
.hover\:\!bg-accent-violet-surfaceSecondary:hover {
  background-color: var(--accent-violet-surfaceSecondary) !important;
}
.hover\:\!bg-accent-violet-tertiary:hover {
  background-color: var(--accent-violet-tertiary) !important;
}
.hover\:\!bg-accent-yellow-dark:hover {
  background-color: var(--accent-yellow-dark) !important;
}
.hover\:\!bg-accent-yellow-onSurface:hover {
  background-color: var(--accent-yellow-onSurface) !important;
}
.hover\:\!bg-accent-yellow-primary:hover {
  background-color: var(--accent-yellow-primary) !important;
}
.hover\:\!bg-accent-yellow-secondary:hover {
  background-color: var(--accent-yellow-secondary) !important;
}
.hover\:\!bg-accent-yellow-surfacePrimary:hover {
  background-color: var(--accent-yellow-surfacePrimary) !important;
}
.hover\:\!bg-accent-yellow-surfaceSecondary:hover {
  background-color: var(--accent-yellow-surfaceSecondary) !important;
}
.hover\:\!bg-accent-yellow-tertiary:hover {
  background-color: var(--accent-yellow-tertiary) !important;
}
.hover\:\!bg-fill-quaternary:hover {
  background-color: var(--fill-quaternary) !important;
}
.hover\:bg-accent-amber-dark:hover {
  background-color: var(--accent-amber-dark);
}
.hover\:bg-accent-amber-onSurface:hover {
  background-color: var(--accent-amber-onSurface);
}
.hover\:bg-accent-amber-primary:hover {
  background-color: var(--accent-amber-primary);
}
.hover\:bg-accent-amber-secondary:hover {
  background-color: var(--accent-amber-secondary);
}
.hover\:bg-accent-amber-surfacePrimary:hover {
  background-color: var(--accent-amber-surfacePrimary);
}
.hover\:bg-accent-amber-surfaceSecondary:hover {
  background-color: var(--accent-amber-surfaceSecondary);
}
.hover\:bg-accent-amber-tertiary:hover {
  background-color: var(--accent-amber-tertiary);
}
.hover\:bg-accent-blue-dark:hover {
  background-color: var(--accent-blue-dark);
}
.hover\:bg-accent-blue-onSurface:hover {
  background-color: var(--accent-blue-onSurface);
}
.hover\:bg-accent-blue-primary:hover {
  background-color: var(--accent-blue-primary);
}
.hover\:bg-accent-blue-secondary:hover {
  background-color: var(--accent-blue-secondary);
}
.hover\:bg-accent-blue-surfacePrimary:hover {
  background-color: var(--accent-blue-surfacePrimary);
}
.hover\:bg-accent-blue-surfaceSecondary:hover {
  background-color: var(--accent-blue-surfaceSecondary);
}
.hover\:bg-accent-blue-tertiary:hover {
  background-color: var(--accent-blue-tertiary);
}
.hover\:bg-accent-brown-dark:hover {
  background-color: var(--accent-brown-dark);
}
.hover\:bg-accent-brown-onSurface:hover {
  background-color: var(--accent-brown-onSurface);
}
.hover\:bg-accent-brown-primary:hover {
  background-color: var(--accent-brown-primary);
}
.hover\:bg-accent-brown-secondary:hover {
  background-color: var(--accent-brown-secondary);
}
.hover\:bg-accent-brown-surfacePrimary:hover {
  background-color: var(--accent-brown-surfacePrimary);
}
.hover\:bg-accent-brown-surfaceSecondary:hover {
  background-color: var(--accent-brown-surfaceSecondary);
}
.hover\:bg-accent-brown-tertiary:hover {
  background-color: var(--accent-brown-tertiary);
}
.hover\:bg-accent-cyan-dark:hover {
  background-color: var(--accent-cyan-dark);
}
.hover\:bg-accent-cyan-onSurface:hover {
  background-color: var(--accent-cyan-onSurface);
}
.hover\:bg-accent-cyan-primary:hover {
  background-color: var(--accent-cyan-primary);
}
.hover\:bg-accent-cyan-secondary:hover {
  background-color: var(--accent-cyan-secondary);
}
.hover\:bg-accent-cyan-surfacePrimary:hover {
  background-color: var(--accent-cyan-surfacePrimary);
}
.hover\:bg-accent-cyan-surfaceSecondary:hover {
  background-color: var(--accent-cyan-surfaceSecondary);
}
.hover\:bg-accent-cyan-tertiary:hover {
  background-color: var(--accent-cyan-tertiary);
}
.hover\:bg-accent-emerald-dark:hover {
  background-color: var(--accent-emerald-dark);
}
.hover\:bg-accent-emerald-onSurface:hover {
  background-color: var(--accent-emerald-onSurface);
}
.hover\:bg-accent-emerald-primary:hover {
  background-color: var(--accent-emerald-primary);
}
.hover\:bg-accent-emerald-secondary:hover {
  background-color: var(--accent-emerald-secondary);
}
.hover\:bg-accent-emerald-surfacePrimary:hover {
  background-color: var(--accent-emerald-surfacePrimary);
}
.hover\:bg-accent-emerald-surfaceSecondary:hover {
  background-color: var(--accent-emerald-surfaceSecondary);
}
.hover\:bg-accent-emerald-tertiary:hover {
  background-color: var(--accent-emerald-tertiary);
}
.hover\:bg-accent-fuchsia-dark:hover {
  background-color: var(--accent-fuchsia-dark);
}
.hover\:bg-accent-fuchsia-onSurface:hover {
  background-color: var(--accent-fuchsia-onSurface);
}
.hover\:bg-accent-fuchsia-primary:hover {
  background-color: var(--accent-fuchsia-primary);
}
.hover\:bg-accent-fuchsia-secondary:hover {
  background-color: var(--accent-fuchsia-secondary);
}
.hover\:bg-accent-fuchsia-surfacePrimary:hover {
  background-color: var(--accent-fuchsia-surfacePrimary);
}
.hover\:bg-accent-fuchsia-surfaceSecondary:hover {
  background-color: var(--accent-fuchsia-surfaceSecondary);
}
.hover\:bg-accent-fuchsia-tertiary:hover {
  background-color: var(--accent-fuchsia-tertiary);
}
.hover\:bg-accent-gray-dark:hover {
  background-color: var(--accent-gray-dark);
}
.hover\:bg-accent-gray-onSurface:hover {
  background-color: var(--accent-gray-onSurface);
}
.hover\:bg-accent-gray-primary:hover {
  background-color: var(--accent-gray-primary);
}
.hover\:bg-accent-gray-secondary:hover {
  background-color: var(--accent-gray-secondary);
}
.hover\:bg-accent-gray-surfacePrimary:hover {
  background-color: var(--accent-gray-surfacePrimary);
}
.hover\:bg-accent-gray-surfaceSecondary:hover {
  background-color: var(--accent-gray-surfaceSecondary);
}
.hover\:bg-accent-gray-tertiary:hover {
  background-color: var(--accent-gray-tertiary);
}
.hover\:bg-accent-green-dark:hover {
  background-color: var(--accent-green-dark);
}
.hover\:bg-accent-green-onSurface:hover {
  background-color: var(--accent-green-onSurface);
}
.hover\:bg-accent-green-primary:hover {
  background-color: var(--accent-green-primary);
}
.hover\:bg-accent-green-secondary:hover {
  background-color: var(--accent-green-secondary);
}
.hover\:bg-accent-green-surfacePrimary:hover {
  background-color: var(--accent-green-surfacePrimary);
}
.hover\:bg-accent-green-surfaceSecondary:hover {
  background-color: var(--accent-green-surfaceSecondary);
}
.hover\:bg-accent-green-tertiary:hover {
  background-color: var(--accent-green-tertiary);
}
.hover\:bg-accent-indigo-dark:hover {
  background-color: var(--accent-indigo-dark);
}
.hover\:bg-accent-indigo-onSurface:hover {
  background-color: var(--accent-indigo-onSurface);
}
.hover\:bg-accent-indigo-primary:hover {
  background-color: var(--accent-indigo-primary);
}
.hover\:bg-accent-indigo-secondary:hover {
  background-color: var(--accent-indigo-secondary);
}
.hover\:bg-accent-indigo-surfacePrimary:hover {
  background-color: var(--accent-indigo-surfacePrimary);
}
.hover\:bg-accent-indigo-surfaceSecondary:hover {
  background-color: var(--accent-indigo-surfaceSecondary);
}
.hover\:bg-accent-indigo-tertiary:hover {
  background-color: var(--accent-indigo-tertiary);
}
.hover\:bg-accent-lime-dark:hover {
  background-color: var(--accent-lime-dark);
}
.hover\:bg-accent-lime-onSurface:hover {
  background-color: var(--accent-lime-onSurface);
}
.hover\:bg-accent-lime-primary:hover {
  background-color: var(--accent-lime-primary);
}
.hover\:bg-accent-lime-secondary:hover {
  background-color: var(--accent-lime-secondary);
}
.hover\:bg-accent-lime-surfacePrimary:hover {
  background-color: var(--accent-lime-surfacePrimary);
}
.hover\:bg-accent-lime-surfaceSecondary:hover {
  background-color: var(--accent-lime-surfaceSecondary);
}
.hover\:bg-accent-lime-tertiary:hover {
  background-color: var(--accent-lime-tertiary);
}
.hover\:bg-accent-olive-dark:hover {
  background-color: var(--accent-olive-dark);
}
.hover\:bg-accent-olive-onSurface:hover {
  background-color: var(--accent-olive-onSurface);
}
.hover\:bg-accent-olive-primary:hover {
  background-color: var(--accent-olive-primary);
}
.hover\:bg-accent-olive-secondary:hover {
  background-color: var(--accent-olive-secondary);
}
.hover\:bg-accent-olive-surfacePrimary:hover {
  background-color: var(--accent-olive-surfacePrimary);
}
.hover\:bg-accent-olive-surfaceSecondary:hover {
  background-color: var(--accent-olive-surfaceSecondary);
}
.hover\:bg-accent-olive-tertiary:hover {
  background-color: var(--accent-olive-tertiary);
}
.hover\:bg-accent-orange-dark:hover {
  background-color: var(--accent-orange-dark);
}
.hover\:bg-accent-orange-onSurface:hover {
  background-color: var(--accent-orange-onSurface);
}
.hover\:bg-accent-orange-primary:hover {
  background-color: var(--accent-orange-primary);
}
.hover\:bg-accent-orange-secondary:hover {
  background-color: var(--accent-orange-secondary);
}
.hover\:bg-accent-orange-surfacePrimary:hover {
  background-color: var(--accent-orange-surfacePrimary);
}
.hover\:bg-accent-orange-surfaceSecondary:hover {
  background-color: var(--accent-orange-surfaceSecondary);
}
.hover\:bg-accent-orange-tertiary:hover {
  background-color: var(--accent-orange-tertiary);
}
.hover\:bg-accent-pink-dark:hover {
  background-color: var(--accent-pink-dark);
}
.hover\:bg-accent-pink-onSurface:hover {
  background-color: var(--accent-pink-onSurface);
}
.hover\:bg-accent-pink-primary:hover {
  background-color: var(--accent-pink-primary);
}
.hover\:bg-accent-pink-secondary:hover {
  background-color: var(--accent-pink-secondary);
}
.hover\:bg-accent-pink-surfacePrimary:hover {
  background-color: var(--accent-pink-surfacePrimary);
}
.hover\:bg-accent-pink-surfaceSecondary:hover {
  background-color: var(--accent-pink-surfaceSecondary);
}
.hover\:bg-accent-pink-tertiary:hover {
  background-color: var(--accent-pink-tertiary);
}
.hover\:bg-accent-purple-dark:hover {
  background-color: var(--accent-purple-dark);
}
.hover\:bg-accent-purple-onSurface:hover {
  background-color: var(--accent-purple-onSurface);
}
.hover\:bg-accent-purple-primary:hover {
  background-color: var(--accent-purple-primary);
}
.hover\:bg-accent-purple-secondary:hover {
  background-color: var(--accent-purple-secondary);
}
.hover\:bg-accent-purple-surfacePrimary:hover {
  background-color: var(--accent-purple-surfacePrimary);
}
.hover\:bg-accent-purple-surfaceSecondary:hover {
  background-color: var(--accent-purple-surfaceSecondary);
}
.hover\:bg-accent-purple-tertiary:hover {
  background-color: var(--accent-purple-tertiary);
}
.hover\:bg-accent-red-dark:hover {
  background-color: var(--accent-red-dark);
}
.hover\:bg-accent-red-onSurface:hover {
  background-color: var(--accent-red-onSurface);
}
.hover\:bg-accent-red-primary:hover {
  background-color: var(--accent-red-primary);
}
.hover\:bg-accent-red-secondary:hover {
  background-color: var(--accent-red-secondary);
}
.hover\:bg-accent-red-surfacePrimary:hover {
  background-color: var(--accent-red-surfacePrimary);
}
.hover\:bg-accent-red-surfaceSecondary:hover {
  background-color: var(--accent-red-surfaceSecondary);
}
.hover\:bg-accent-red-tertiary:hover {
  background-color: var(--accent-red-tertiary);
}
.hover\:bg-accent-rose-dark:hover {
  background-color: var(--accent-rose-dark);
}
.hover\:bg-accent-rose-onSurface:hover {
  background-color: var(--accent-rose-onSurface);
}
.hover\:bg-accent-rose-primary:hover {
  background-color: var(--accent-rose-primary);
}
.hover\:bg-accent-rose-secondary:hover {
  background-color: var(--accent-rose-secondary);
}
.hover\:bg-accent-rose-surfacePrimary:hover {
  background-color: var(--accent-rose-surfacePrimary);
}
.hover\:bg-accent-rose-surfaceSecondary:hover {
  background-color: var(--accent-rose-surfaceSecondary);
}
.hover\:bg-accent-rose-tertiary:hover {
  background-color: var(--accent-rose-tertiary);
}
.hover\:bg-accent-sky-dark:hover {
  background-color: var(--accent-sky-dark);
}
.hover\:bg-accent-sky-onSurface:hover {
  background-color: var(--accent-sky-onSurface);
}
.hover\:bg-accent-sky-primary:hover {
  background-color: var(--accent-sky-primary);
}
.hover\:bg-accent-sky-secondary:hover {
  background-color: var(--accent-sky-secondary);
}
.hover\:bg-accent-sky-surfacePrimary:hover {
  background-color: var(--accent-sky-surfacePrimary);
}
.hover\:bg-accent-sky-surfaceSecondary:hover {
  background-color: var(--accent-sky-surfaceSecondary);
}
.hover\:bg-accent-sky-tertiary:hover {
  background-color: var(--accent-sky-tertiary);
}
.hover\:bg-accent-teal-dark:hover {
  background-color: var(--accent-teal-dark);
}
.hover\:bg-accent-teal-onSurface:hover {
  background-color: var(--accent-teal-onSurface);
}
.hover\:bg-accent-teal-primary:hover {
  background-color: var(--accent-teal-primary);
}
.hover\:bg-accent-teal-secondary:hover {
  background-color: var(--accent-teal-secondary);
}
.hover\:bg-accent-teal-surfacePrimary:hover {
  background-color: var(--accent-teal-surfacePrimary);
}
.hover\:bg-accent-teal-surfaceSecondary:hover {
  background-color: var(--accent-teal-surfaceSecondary);
}
.hover\:bg-accent-teal-tertiary:hover {
  background-color: var(--accent-teal-tertiary);
}
.hover\:bg-accent-violet-dark:hover {
  background-color: var(--accent-violet-dark);
}
.hover\:bg-accent-violet-onSurface:hover {
  background-color: var(--accent-violet-onSurface);
}
.hover\:bg-accent-violet-primary:hover {
  background-color: var(--accent-violet-primary);
}
.hover\:bg-accent-violet-secondary:hover {
  background-color: var(--accent-violet-secondary);
}
.hover\:bg-accent-violet-surfacePrimary:hover {
  background-color: var(--accent-violet-surfacePrimary);
}
.hover\:bg-accent-violet-surfaceSecondary:hover {
  background-color: var(--accent-violet-surfaceSecondary);
}
.hover\:bg-accent-violet-tertiary:hover {
  background-color: var(--accent-violet-tertiary);
}
.hover\:bg-accent-yellow-dark:hover {
  background-color: var(--accent-yellow-dark);
}
.hover\:bg-accent-yellow-onSurface:hover {
  background-color: var(--accent-yellow-onSurface);
}
.hover\:bg-accent-yellow-primary:hover {
  background-color: var(--accent-yellow-primary);
}
.hover\:bg-accent-yellow-secondary:hover {
  background-color: var(--accent-yellow-secondary);
}
.hover\:bg-accent-yellow-surfacePrimary:hover {
  background-color: var(--accent-yellow-surfacePrimary);
}
.hover\:bg-accent-yellow-surfaceSecondary:hover {
  background-color: var(--accent-yellow-surfaceSecondary);
}
.hover\:bg-accent-yellow-tertiary:hover {
  background-color: var(--accent-yellow-tertiary);
}
.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-fill-quaternary:hover {
  background-color: var(--fill-quaternary);
}
.hover\:bg-fill-secondary:hover {
  background-color: var(--fill-secondary);
}
.hover\:bg-fill-tertiary:hover {
  background-color: var(--fill-tertiary);
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 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-primary:hover {
  background-color: var(--background-primary);
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / 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-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:\!from-accent-amber-primary:hover {
  --tw-gradient-from: var(--accent-amber-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-amber-secondary:hover {
  --tw-gradient-from: var(--accent-amber-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-amber-tertiary:hover {
  --tw-gradient-from: var(--accent-amber-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-blue-primary:hover {
  --tw-gradient-from: var(--accent-blue-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-blue-secondary:hover {
  --tw-gradient-from: var(--accent-blue-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-blue-tertiary:hover {
  --tw-gradient-from: var(--accent-blue-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-brown-primary:hover {
  --tw-gradient-from: var(--accent-brown-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-brown-secondary:hover {
  --tw-gradient-from: var(--accent-brown-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-brown-tertiary:hover {
  --tw-gradient-from: var(--accent-brown-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-cyan-primary:hover {
  --tw-gradient-from: var(--accent-cyan-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-cyan-secondary:hover {
  --tw-gradient-from: var(--accent-cyan-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-cyan-tertiary:hover {
  --tw-gradient-from: var(--accent-cyan-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-emerald-primary:hover {
  --tw-gradient-from: var(--accent-emerald-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-emerald-secondary:hover {
  --tw-gradient-from: var(--accent-emerald-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-emerald-tertiary:hover {
  --tw-gradient-from: var(--accent-emerald-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-fuchsia-primary:hover {
  --tw-gradient-from: var(--accent-fuchsia-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-fuchsia-secondary:hover {
  --tw-gradient-from: var(--accent-fuchsia-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-fuchsia-tertiary:hover {
  --tw-gradient-from: var(--accent-fuchsia-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-gray-primary:hover {
  --tw-gradient-from: var(--accent-gray-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-gray-secondary:hover {
  --tw-gradient-from: var(--accent-gray-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-gray-tertiary:hover {
  --tw-gradient-from: var(--accent-gray-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-green-primary:hover {
  --tw-gradient-from: var(--accent-green-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-green-secondary:hover {
  --tw-gradient-from: var(--accent-green-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-green-tertiary:hover {
  --tw-gradient-from: var(--accent-green-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-indigo-primary:hover {
  --tw-gradient-from: var(--accent-indigo-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-indigo-secondary:hover {
  --tw-gradient-from: var(--accent-indigo-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-indigo-tertiary:hover {
  --tw-gradient-from: var(--accent-indigo-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-lime-primary:hover {
  --tw-gradient-from: var(--accent-lime-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-lime-secondary:hover {
  --tw-gradient-from: var(--accent-lime-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-lime-tertiary:hover {
  --tw-gradient-from: var(--accent-lime-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-olive-primary:hover {
  --tw-gradient-from: var(--accent-olive-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-olive-secondary:hover {
  --tw-gradient-from: var(--accent-olive-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-olive-tertiary:hover {
  --tw-gradient-from: var(--accent-olive-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-orange-primary:hover {
  --tw-gradient-from: var(--accent-orange-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-orange-secondary:hover {
  --tw-gradient-from: var(--accent-orange-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-orange-tertiary:hover {
  --tw-gradient-from: var(--accent-orange-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-pink-primary:hover {
  --tw-gradient-from: var(--accent-pink-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-pink-secondary:hover {
  --tw-gradient-from: var(--accent-pink-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-pink-tertiary:hover {
  --tw-gradient-from: var(--accent-pink-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-purple-primary:hover {
  --tw-gradient-from: var(--accent-purple-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-purple-secondary:hover {
  --tw-gradient-from: var(--accent-purple-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-purple-tertiary:hover {
  --tw-gradient-from: var(--accent-purple-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-red-primary:hover {
  --tw-gradient-from: var(--accent-red-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-red-secondary:hover {
  --tw-gradient-from: var(--accent-red-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-red-tertiary:hover {
  --tw-gradient-from: var(--accent-red-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-rose-primary:hover {
  --tw-gradient-from: var(--accent-rose-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-rose-secondary:hover {
  --tw-gradient-from: var(--accent-rose-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-rose-tertiary:hover {
  --tw-gradient-from: var(--accent-rose-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-sky-primary:hover {
  --tw-gradient-from: var(--accent-sky-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-sky-secondary:hover {
  --tw-gradient-from: var(--accent-sky-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-sky-tertiary:hover {
  --tw-gradient-from: var(--accent-sky-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-teal-primary:hover {
  --tw-gradient-from: var(--accent-teal-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-teal-secondary:hover {
  --tw-gradient-from: var(--accent-teal-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-teal-tertiary:hover {
  --tw-gradient-from: var(--accent-teal-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-violet-primary:hover {
  --tw-gradient-from: var(--accent-violet-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-violet-secondary:hover {
  --tw-gradient-from: var(--accent-violet-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-violet-tertiary:hover {
  --tw-gradient-from: var(--accent-violet-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-yellow-primary:hover {
  --tw-gradient-from: var(--accent-yellow-primary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-yellow-secondary:hover {
  --tw-gradient-from: var(--accent-yellow-secondary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:\!from-accent-yellow-tertiary:hover {
  --tw-gradient-from: var(--accent-yellow-tertiary) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.hover\:from-accent-amber-primary:hover {
  --tw-gradient-from: var(--accent-amber-primary) 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-accent-amber-secondary:hover {
  --tw-gradient-from: var(--accent-amber-secondary) 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-accent-amber-tertiary:hover {
  --tw-gradient-from: var(--accent-amber-tertiary) 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-accent-blue-primary:hover {
  --tw-gradient-from: var(--accent-blue-primary) 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-accent-blue-secondary:hover {
  --tw-gradient-from: var(--accent-blue-secondary) 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-accent-blue-tertiary:hover {
  --tw-gradient-from: var(--accent-blue-tertiary) 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-accent-brown-primary:hover {
  --tw-gradient-from: var(--accent-brown-primary) 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-accent-brown-secondary:hover {
  --tw-gradient-from: var(--accent-brown-secondary) 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-accent-brown-tertiary:hover {
  --tw-gradient-from: var(--accent-brown-tertiary) 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-accent-cyan-primary:hover {
  --tw-gradient-from: var(--accent-cyan-primary) 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-accent-cyan-secondary:hover {
  --tw-gradient-from: var(--accent-cyan-secondary) 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-accent-cyan-tertiary:hover {
  --tw-gradient-from: var(--accent-cyan-tertiary) 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-accent-emerald-primary:hover {
  --tw-gradient-from: var(--accent-emerald-primary) 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-accent-emerald-secondary:hover {
  --tw-gradient-from: var(--accent-emerald-secondary) 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-accent-emerald-tertiary:hover {
  --tw-gradient-from: var(--accent-emerald-tertiary) 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-accent-fuchsia-primary:hover {
  --tw-gradient-from: var(--accent-fuchsia-primary) 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-accent-fuchsia-secondary:hover {
  --tw-gradient-from: var(--accent-fuchsia-secondary) 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-accent-fuchsia-tertiary:hover {
  --tw-gradient-from: var(--accent-fuchsia-tertiary) 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-accent-gray-primary:hover {
  --tw-gradient-from: var(--accent-gray-primary) 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-accent-gray-secondary:hover {
  --tw-gradient-from: var(--accent-gray-secondary) 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-accent-gray-tertiary:hover {
  --tw-gradient-from: var(--accent-gray-tertiary) 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-accent-green-primary:hover {
  --tw-gradient-from: var(--accent-green-primary) 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-accent-green-secondary:hover {
  --tw-gradient-from: var(--accent-green-secondary) 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-accent-green-tertiary:hover {
  --tw-gradient-from: var(--accent-green-tertiary) 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-accent-indigo-primary:hover {
  --tw-gradient-from: var(--accent-indigo-primary) 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-accent-indigo-secondary:hover {
  --tw-gradient-from: var(--accent-indigo-secondary) 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-accent-indigo-tertiary:hover {
  --tw-gradient-from: var(--accent-indigo-tertiary) 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-accent-lime-primary:hover {
  --tw-gradient-from: var(--accent-lime-primary) 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-accent-lime-secondary:hover {
  --tw-gradient-from: var(--accent-lime-secondary) 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-accent-lime-tertiary:hover {
  --tw-gradient-from: var(--accent-lime-tertiary) 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-accent-olive-primary:hover {
  --tw-gradient-from: var(--accent-olive-primary) 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-accent-olive-secondary:hover {
  --tw-gradient-from: var(--accent-olive-secondary) 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-accent-olive-tertiary:hover {
  --tw-gradient-from: var(--accent-olive-tertiary) 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-accent-orange-primary:hover {
  --tw-gradient-from: var(--accent-orange-primary) 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-accent-orange-secondary:hover {
  --tw-gradient-from: var(--accent-orange-secondary) 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-accent-orange-tertiary:hover {
  --tw-gradient-from: var(--accent-orange-tertiary) 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-accent-pink-primary:hover {
  --tw-gradient-from: var(--accent-pink-primary) 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-accent-pink-secondary:hover {
  --tw-gradient-from: var(--accent-pink-secondary) 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-accent-pink-tertiary:hover {
  --tw-gradient-from: var(--accent-pink-tertiary) 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-accent-purple-primary:hover {
  --tw-gradient-from: var(--accent-purple-primary) 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-accent-purple-secondary:hover {
  --tw-gradient-from: var(--accent-purple-secondary) 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-accent-purple-tertiary:hover {
  --tw-gradient-from: var(--accent-purple-tertiary) 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-accent-red-primary:hover {
  --tw-gradient-from: var(--accent-red-primary) 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-accent-red-secondary:hover {
  --tw-gradient-from: var(--accent-red-secondary) 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-accent-red-tertiary:hover {
  --tw-gradient-from: var(--accent-red-tertiary) 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-accent-rose-primary:hover {
  --tw-gradient-from: var(--accent-rose-primary) 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-accent-rose-secondary:hover {
  --tw-gradient-from: var(--accent-rose-secondary) 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-accent-rose-tertiary:hover {
  --tw-gradient-from: var(--accent-rose-tertiary) 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-accent-sky-primary:hover {
  --tw-gradient-from: var(--accent-sky-primary) 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-accent-sky-secondary:hover {
  --tw-gradient-from: var(--accent-sky-secondary) 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-accent-sky-tertiary:hover {
  --tw-gradient-from: var(--accent-sky-tertiary) 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-accent-teal-primary:hover {
  --tw-gradient-from: var(--accent-teal-primary) 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-accent-teal-secondary:hover {
  --tw-gradient-from: var(--accent-teal-secondary) 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-accent-teal-tertiary:hover {
  --tw-gradient-from: var(--accent-teal-tertiary) 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-accent-violet-primary:hover {
  --tw-gradient-from: var(--accent-violet-primary) 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-accent-violet-secondary:hover {
  --tw-gradient-from: var(--accent-violet-secondary) 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-accent-violet-tertiary:hover {
  --tw-gradient-from: var(--accent-violet-tertiary) 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-accent-yellow-primary:hover {
  --tw-gradient-from: var(--accent-yellow-primary) 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-accent-yellow-secondary:hover {
  --tw-gradient-from: var(--accent-yellow-secondary) 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-accent-yellow-tertiary:hover {
  --tw-gradient-from: var(--accent-yellow-tertiary) 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\:\!to-accent-amber-primary:hover {
  --tw-gradient-to: var(--accent-amber-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-amber-secondary:hover {
  --tw-gradient-to: var(--accent-amber-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-amber-tertiary:hover {
  --tw-gradient-to: var(--accent-amber-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-blue-primary:hover {
  --tw-gradient-to: var(--accent-blue-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-blue-secondary:hover {
  --tw-gradient-to: var(--accent-blue-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-blue-tertiary:hover {
  --tw-gradient-to: var(--accent-blue-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-brown-primary:hover {
  --tw-gradient-to: var(--accent-brown-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-brown-secondary:hover {
  --tw-gradient-to: var(--accent-brown-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-brown-tertiary:hover {
  --tw-gradient-to: var(--accent-brown-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-cyan-primary:hover {
  --tw-gradient-to: var(--accent-cyan-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-cyan-secondary:hover {
  --tw-gradient-to: var(--accent-cyan-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-cyan-tertiary:hover {
  --tw-gradient-to: var(--accent-cyan-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-emerald-primary:hover {
  --tw-gradient-to: var(--accent-emerald-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-emerald-secondary:hover {
  --tw-gradient-to: var(--accent-emerald-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-emerald-tertiary:hover {
  --tw-gradient-to: var(--accent-emerald-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-fuchsia-primary:hover {
  --tw-gradient-to: var(--accent-fuchsia-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-fuchsia-secondary:hover {
  --tw-gradient-to: var(--accent-fuchsia-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-fuchsia-tertiary:hover {
  --tw-gradient-to: var(--accent-fuchsia-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-gray-primary:hover {
  --tw-gradient-to: var(--accent-gray-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-gray-secondary:hover {
  --tw-gradient-to: var(--accent-gray-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-gray-tertiary:hover {
  --tw-gradient-to: var(--accent-gray-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-green-primary:hover {
  --tw-gradient-to: var(--accent-green-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-green-secondary:hover {
  --tw-gradient-to: var(--accent-green-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-green-tertiary:hover {
  --tw-gradient-to: var(--accent-green-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-indigo-primary:hover {
  --tw-gradient-to: var(--accent-indigo-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-indigo-secondary:hover {
  --tw-gradient-to: var(--accent-indigo-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-indigo-tertiary:hover {
  --tw-gradient-to: var(--accent-indigo-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-lime-primary:hover {
  --tw-gradient-to: var(--accent-lime-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-lime-secondary:hover {
  --tw-gradient-to: var(--accent-lime-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-lime-tertiary:hover {
  --tw-gradient-to: var(--accent-lime-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-olive-primary:hover {
  --tw-gradient-to: var(--accent-olive-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-olive-secondary:hover {
  --tw-gradient-to: var(--accent-olive-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-olive-tertiary:hover {
  --tw-gradient-to: var(--accent-olive-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-orange-primary:hover {
  --tw-gradient-to: var(--accent-orange-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-orange-secondary:hover {
  --tw-gradient-to: var(--accent-orange-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-orange-tertiary:hover {
  --tw-gradient-to: var(--accent-orange-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-pink-primary:hover {
  --tw-gradient-to: var(--accent-pink-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-pink-secondary:hover {
  --tw-gradient-to: var(--accent-pink-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-pink-tertiary:hover {
  --tw-gradient-to: var(--accent-pink-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-purple-primary:hover {
  --tw-gradient-to: var(--accent-purple-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-purple-secondary:hover {
  --tw-gradient-to: var(--accent-purple-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-purple-tertiary:hover {
  --tw-gradient-to: var(--accent-purple-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-red-primary:hover {
  --tw-gradient-to: var(--accent-red-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-red-secondary:hover {
  --tw-gradient-to: var(--accent-red-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-red-tertiary:hover {
  --tw-gradient-to: var(--accent-red-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-rose-primary:hover {
  --tw-gradient-to: var(--accent-rose-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-rose-secondary:hover {
  --tw-gradient-to: var(--accent-rose-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-rose-tertiary:hover {
  --tw-gradient-to: var(--accent-rose-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-sky-primary:hover {
  --tw-gradient-to: var(--accent-sky-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-sky-secondary:hover {
  --tw-gradient-to: var(--accent-sky-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-sky-tertiary:hover {
  --tw-gradient-to: var(--accent-sky-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-teal-primary:hover {
  --tw-gradient-to: var(--accent-teal-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-teal-secondary:hover {
  --tw-gradient-to: var(--accent-teal-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-teal-tertiary:hover {
  --tw-gradient-to: var(--accent-teal-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-violet-primary:hover {
  --tw-gradient-to: var(--accent-violet-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-violet-secondary:hover {
  --tw-gradient-to: var(--accent-violet-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-violet-tertiary:hover {
  --tw-gradient-to: var(--accent-violet-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-yellow-primary:hover {
  --tw-gradient-to: var(--accent-yellow-primary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-yellow-secondary:hover {
  --tw-gradient-to: var(--accent-yellow-secondary) var(--tw-gradient-to-position) !important;
}
.hover\:\!to-accent-yellow-tertiary:hover {
  --tw-gradient-to: var(--accent-yellow-tertiary) var(--tw-gradient-to-position) !important;
}
.hover\:to-accent-amber-primary:hover {
  --tw-gradient-to: var(--accent-amber-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-amber-secondary:hover {
  --tw-gradient-to: var(--accent-amber-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-amber-tertiary:hover {
  --tw-gradient-to: var(--accent-amber-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-blue-primary:hover {
  --tw-gradient-to: var(--accent-blue-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-blue-secondary:hover {
  --tw-gradient-to: var(--accent-blue-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-blue-tertiary:hover {
  --tw-gradient-to: var(--accent-blue-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-brown-primary:hover {
  --tw-gradient-to: var(--accent-brown-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-brown-secondary:hover {
  --tw-gradient-to: var(--accent-brown-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-brown-tertiary:hover {
  --tw-gradient-to: var(--accent-brown-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-cyan-primary:hover {
  --tw-gradient-to: var(--accent-cyan-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-cyan-secondary:hover {
  --tw-gradient-to: var(--accent-cyan-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-cyan-tertiary:hover {
  --tw-gradient-to: var(--accent-cyan-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-emerald-primary:hover {
  --tw-gradient-to: var(--accent-emerald-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-emerald-secondary:hover {
  --tw-gradient-to: var(--accent-emerald-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-emerald-tertiary:hover {
  --tw-gradient-to: var(--accent-emerald-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-fuchsia-primary:hover {
  --tw-gradient-to: var(--accent-fuchsia-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-fuchsia-secondary:hover {
  --tw-gradient-to: var(--accent-fuchsia-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-fuchsia-tertiary:hover {
  --tw-gradient-to: var(--accent-fuchsia-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-gray-primary:hover {
  --tw-gradient-to: var(--accent-gray-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-gray-secondary:hover {
  --tw-gradient-to: var(--accent-gray-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-gray-tertiary:hover {
  --tw-gradient-to: var(--accent-gray-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-green-primary:hover {
  --tw-gradient-to: var(--accent-green-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-green-secondary:hover {
  --tw-gradient-to: var(--accent-green-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-green-tertiary:hover {
  --tw-gradient-to: var(--accent-green-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-indigo-primary:hover {
  --tw-gradient-to: var(--accent-indigo-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-indigo-secondary:hover {
  --tw-gradient-to: var(--accent-indigo-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-indigo-tertiary:hover {
  --tw-gradient-to: var(--accent-indigo-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-lime-primary:hover {
  --tw-gradient-to: var(--accent-lime-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-lime-secondary:hover {
  --tw-gradient-to: var(--accent-lime-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-lime-tertiary:hover {
  --tw-gradient-to: var(--accent-lime-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-olive-primary:hover {
  --tw-gradient-to: var(--accent-olive-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-olive-secondary:hover {
  --tw-gradient-to: var(--accent-olive-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-olive-tertiary:hover {
  --tw-gradient-to: var(--accent-olive-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-orange-primary:hover {
  --tw-gradient-to: var(--accent-orange-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-orange-secondary:hover {
  --tw-gradient-to: var(--accent-orange-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-orange-tertiary:hover {
  --tw-gradient-to: var(--accent-orange-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-pink-primary:hover {
  --tw-gradient-to: var(--accent-pink-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-pink-secondary:hover {
  --tw-gradient-to: var(--accent-pink-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-pink-tertiary:hover {
  --tw-gradient-to: var(--accent-pink-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-purple-primary:hover {
  --tw-gradient-to: var(--accent-purple-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-purple-secondary:hover {
  --tw-gradient-to: var(--accent-purple-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-purple-tertiary:hover {
  --tw-gradient-to: var(--accent-purple-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-red-primary:hover {
  --tw-gradient-to: var(--accent-red-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-red-secondary:hover {
  --tw-gradient-to: var(--accent-red-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-red-tertiary:hover {
  --tw-gradient-to: var(--accent-red-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-rose-primary:hover {
  --tw-gradient-to: var(--accent-rose-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-rose-secondary:hover {
  --tw-gradient-to: var(--accent-rose-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-rose-tertiary:hover {
  --tw-gradient-to: var(--accent-rose-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-sky-primary:hover {
  --tw-gradient-to: var(--accent-sky-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-sky-secondary:hover {
  --tw-gradient-to: var(--accent-sky-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-sky-tertiary:hover {
  --tw-gradient-to: var(--accent-sky-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-teal-primary:hover {
  --tw-gradient-to: var(--accent-teal-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-teal-secondary:hover {
  --tw-gradient-to: var(--accent-teal-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-teal-tertiary:hover {
  --tw-gradient-to: var(--accent-teal-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-violet-primary:hover {
  --tw-gradient-to: var(--accent-violet-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-violet-secondary:hover {
  --tw-gradient-to: var(--accent-violet-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-violet-tertiary:hover {
  --tw-gradient-to: var(--accent-violet-tertiary) var(--tw-gradient-to-position);
}
.hover\:to-accent-yellow-primary:hover {
  --tw-gradient-to: var(--accent-yellow-primary) var(--tw-gradient-to-position);
}
.hover\:to-accent-yellow-secondary:hover {
  --tw-gradient-to: var(--accent-yellow-secondary) var(--tw-gradient-to-position);
}
.hover\:to-accent-yellow-tertiary:hover {
  --tw-gradient-to: var(--accent-yellow-tertiary) var(--tw-gradient-to-position);
}
.hover\:px-2:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.hover\:\!text-label-primary:hover {
  color: var(--label-primary) !important;
}
.hover\:text-label-primary:hover {
  color: var(--label-primary);
}
.hover\:text-label-secondary:hover {
  color: var(--label-secondary);
}
.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow:hover {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 2px 0px 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: 0px 4px 12px rgba(0, 0, 0, 0.03), 0px 7px 25px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color), 0px 7px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 1px 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\:ring-4:hover {
  --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);
}
.hover\:ring-fill-tertiary:hover {
  --tw-ring-color: var(--fill-tertiary);
}
.focus\:border-sky-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-amber-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-amber-400\/0:focus {
  --tw-ring-color: rgb(251 191 36 / 0) !important;
}
.focus\:\!ring-amber-400\/10:focus {
  --tw-ring-color: rgb(251 191 36 / 0.1) !important;
}
.focus\:\!ring-amber-400\/100:focus {
  --tw-ring-color: rgb(251 191 36 / 1) !important;
}
.focus\:\!ring-amber-400\/15:focus {
  --tw-ring-color: rgb(251 191 36 / .15) !important;
}
.focus\:\!ring-amber-400\/20:focus {
  --tw-ring-color: rgb(251 191 36 / 0.2) !important;
}
.focus\:\!ring-amber-400\/25:focus {
  --tw-ring-color: rgb(251 191 36 / 0.25) !important;
}
.focus\:\!ring-amber-400\/30:focus {
  --tw-ring-color: rgb(251 191 36 / 0.3) !important;
}
.focus\:\!ring-amber-400\/35:focus {
  --tw-ring-color: rgb(251 191 36 / .35) !important;
}
.focus\:\!ring-amber-400\/40:focus {
  --tw-ring-color: rgb(251 191 36 / 0.4) !important;
}
.focus\:\!ring-amber-400\/45:focus {
  --tw-ring-color: rgb(251 191 36 / 0.45) !important;
}
.focus\:\!ring-amber-400\/5:focus {
  --tw-ring-color: rgb(251 191 36 / 0.05) !important;
}
.focus\:\!ring-amber-400\/50:focus {
  --tw-ring-color: rgb(251 191 36 / 0.5) !important;
}
.focus\:\!ring-amber-400\/55:focus {
  --tw-ring-color: rgb(251 191 36 / 0.55) !important;
}
.focus\:\!ring-amber-400\/60:focus {
  --tw-ring-color: rgb(251 191 36 / 0.6) !important;
}
.focus\:\!ring-amber-400\/65:focus {
  --tw-ring-color: rgb(251 191 36 / 0.65) !important;
}
.focus\:\!ring-amber-400\/70:focus {
  --tw-ring-color: rgb(251 191 36 / 0.7) !important;
}
.focus\:\!ring-amber-400\/75:focus {
  --tw-ring-color: rgb(251 191 36 / 0.75) !important;
}
.focus\:\!ring-amber-400\/80:focus {
  --tw-ring-color: rgb(251 191 36 / 0.8) !important;
}
.focus\:\!ring-amber-400\/85:focus {
  --tw-ring-color: rgb(251 191 36 / 0.85) !important;
}
.focus\:\!ring-amber-400\/90:focus {
  --tw-ring-color: rgb(251 191 36 / 0.9) !important;
}
.focus\:\!ring-amber-400\/95:focus {
  --tw-ring-color: rgb(251 191 36 / 0.95) !important;
}
.focus\:\!ring-blue-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-blue-400\/0:focus {
  --tw-ring-color: rgb(96 165 250 / 0) !important;
}
.focus\:\!ring-blue-400\/10:focus {
  --tw-ring-color: rgb(96 165 250 / 0.1) !important;
}
.focus\:\!ring-blue-400\/100:focus {
  --tw-ring-color: rgb(96 165 250 / 1) !important;
}
.focus\:\!ring-blue-400\/15:focus {
  --tw-ring-color: rgb(96 165 250 / .15) !important;
}
.focus\:\!ring-blue-400\/20:focus {
  --tw-ring-color: rgb(96 165 250 / 0.2) !important;
}
.focus\:\!ring-blue-400\/25:focus {
  --tw-ring-color: rgb(96 165 250 / 0.25) !important;
}
.focus\:\!ring-blue-400\/30:focus {
  --tw-ring-color: rgb(96 165 250 / 0.3) !important;
}
.focus\:\!ring-blue-400\/35:focus {
  --tw-ring-color: rgb(96 165 250 / .35) !important;
}
.focus\:\!ring-blue-400\/40:focus {
  --tw-ring-color: rgb(96 165 250 / 0.4) !important;
}
.focus\:\!ring-blue-400\/45:focus {
  --tw-ring-color: rgb(96 165 250 / 0.45) !important;
}
.focus\:\!ring-blue-400\/5:focus {
  --tw-ring-color: rgb(96 165 250 / 0.05) !important;
}
.focus\:\!ring-blue-400\/50:focus {
  --tw-ring-color: rgb(96 165 250 / 0.5) !important;
}
.focus\:\!ring-blue-400\/55:focus {
  --tw-ring-color: rgb(96 165 250 / 0.55) !important;
}
.focus\:\!ring-blue-400\/60:focus {
  --tw-ring-color: rgb(96 165 250 / 0.6) !important;
}
.focus\:\!ring-blue-400\/65:focus {
  --tw-ring-color: rgb(96 165 250 / 0.65) !important;
}
.focus\:\!ring-blue-400\/70:focus {
  --tw-ring-color: rgb(96 165 250 / 0.7) !important;
}
.focus\:\!ring-blue-400\/75:focus {
  --tw-ring-color: rgb(96 165 250 / 0.75) !important;
}
.focus\:\!ring-blue-400\/80:focus {
  --tw-ring-color: rgb(96 165 250 / 0.8) !important;
}
.focus\:\!ring-blue-400\/85:focus {
  --tw-ring-color: rgb(96 165 250 / 0.85) !important;
}
.focus\:\!ring-blue-400\/90:focus {
  --tw-ring-color: rgb(96 165 250 / 0.9) !important;
}
.focus\:\!ring-blue-400\/95:focus {
  --tw-ring-color: rgb(96 165 250 / 0.95) !important;
}
.focus\:\!ring-blueGray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-blueGray-400\/0:focus {
  --tw-ring-color: rgb(148 163 184 / 0) !important;
}
.focus\:\!ring-blueGray-400\/10:focus {
  --tw-ring-color: rgb(148 163 184 / 0.1) !important;
}
.focus\:\!ring-blueGray-400\/100:focus {
  --tw-ring-color: rgb(148 163 184 / 1) !important;
}
.focus\:\!ring-blueGray-400\/15:focus {
  --tw-ring-color: rgb(148 163 184 / .15) !important;
}
.focus\:\!ring-blueGray-400\/20:focus {
  --tw-ring-color: rgb(148 163 184 / 0.2) !important;
}
.focus\:\!ring-blueGray-400\/25:focus {
  --tw-ring-color: rgb(148 163 184 / 0.25) !important;
}
.focus\:\!ring-blueGray-400\/30:focus {
  --tw-ring-color: rgb(148 163 184 / 0.3) !important;
}
.focus\:\!ring-blueGray-400\/35:focus {
  --tw-ring-color: rgb(148 163 184 / .35) !important;
}
.focus\:\!ring-blueGray-400\/40:focus {
  --tw-ring-color: rgb(148 163 184 / 0.4) !important;
}
.focus\:\!ring-blueGray-400\/45:focus {
  --tw-ring-color: rgb(148 163 184 / 0.45) !important;
}
.focus\:\!ring-blueGray-400\/5:focus {
  --tw-ring-color: rgb(148 163 184 / 0.05) !important;
}
.focus\:\!ring-blueGray-400\/50:focus {
  --tw-ring-color: rgb(148 163 184 / 0.5) !important;
}
.focus\:\!ring-blueGray-400\/55:focus {
  --tw-ring-color: rgb(148 163 184 / 0.55) !important;
}
.focus\:\!ring-blueGray-400\/60:focus {
  --tw-ring-color: rgb(148 163 184 / 0.6) !important;
}
.focus\:\!ring-blueGray-400\/65:focus {
  --tw-ring-color: rgb(148 163 184 / 0.65) !important;
}
.focus\:\!ring-blueGray-400\/70:focus {
  --tw-ring-color: rgb(148 163 184 / 0.7) !important;
}
.focus\:\!ring-blueGray-400\/75:focus {
  --tw-ring-color: rgb(148 163 184 / 0.75) !important;
}
.focus\:\!ring-blueGray-400\/80:focus {
  --tw-ring-color: rgb(148 163 184 / 0.8) !important;
}
.focus\:\!ring-blueGray-400\/85:focus {
  --tw-ring-color: rgb(148 163 184 / 0.85) !important;
}
.focus\:\!ring-blueGray-400\/90:focus {
  --tw-ring-color: rgb(148 163 184 / 0.9) !important;
}
.focus\:\!ring-blueGray-400\/95:focus {
  --tw-ring-color: rgb(148 163 184 / 0.95) !important;
}
.focus\:\!ring-brown-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 169 138 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-brown-400\/0:focus {
  --tw-ring-color: rgb(192 169 138 / 0) !important;
}
.focus\:\!ring-brown-400\/10:focus {
  --tw-ring-color: rgb(192 169 138 / 0.1) !important;
}
.focus\:\!ring-brown-400\/100:focus {
  --tw-ring-color: rgb(192 169 138 / 1) !important;
}
.focus\:\!ring-brown-400\/15:focus {
  --tw-ring-color: rgb(192 169 138 / .15) !important;
}
.focus\:\!ring-brown-400\/20:focus {
  --tw-ring-color: rgb(192 169 138 / 0.2) !important;
}
.focus\:\!ring-brown-400\/25:focus {
  --tw-ring-color: rgb(192 169 138 / 0.25) !important;
}
.focus\:\!ring-brown-400\/30:focus {
  --tw-ring-color: rgb(192 169 138 / 0.3) !important;
}
.focus\:\!ring-brown-400\/35:focus {
  --tw-ring-color: rgb(192 169 138 / .35) !important;
}
.focus\:\!ring-brown-400\/40:focus {
  --tw-ring-color: rgb(192 169 138 / 0.4) !important;
}
.focus\:\!ring-brown-400\/45:focus {
  --tw-ring-color: rgb(192 169 138 / 0.45) !important;
}
.focus\:\!ring-brown-400\/5:focus {
  --tw-ring-color: rgb(192 169 138 / 0.05) !important;
}
.focus\:\!ring-brown-400\/50:focus {
  --tw-ring-color: rgb(192 169 138 / 0.5) !important;
}
.focus\:\!ring-brown-400\/55:focus {
  --tw-ring-color: rgb(192 169 138 / 0.55) !important;
}
.focus\:\!ring-brown-400\/60:focus {
  --tw-ring-color: rgb(192 169 138 / 0.6) !important;
}
.focus\:\!ring-brown-400\/65:focus {
  --tw-ring-color: rgb(192 169 138 / 0.65) !important;
}
.focus\:\!ring-brown-400\/70:focus {
  --tw-ring-color: rgb(192 169 138 / 0.7) !important;
}
.focus\:\!ring-brown-400\/75:focus {
  --tw-ring-color: rgb(192 169 138 / 0.75) !important;
}
.focus\:\!ring-brown-400\/80:focus {
  --tw-ring-color: rgb(192 169 138 / 0.8) !important;
}
.focus\:\!ring-brown-400\/85:focus {
  --tw-ring-color: rgb(192 169 138 / 0.85) !important;
}
.focus\:\!ring-brown-400\/90:focus {
  --tw-ring-color: rgb(192 169 138 / 0.9) !important;
}
.focus\:\!ring-brown-400\/95:focus {
  --tw-ring-color: rgb(192 169 138 / 0.95) !important;
}
.focus\:\!ring-cyan-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-cyan-400\/0:focus {
  --tw-ring-color: rgb(34 211 238 / 0) !important;
}
.focus\:\!ring-cyan-400\/10:focus {
  --tw-ring-color: rgb(34 211 238 / 0.1) !important;
}
.focus\:\!ring-cyan-400\/100:focus {
  --tw-ring-color: rgb(34 211 238 / 1) !important;
}
.focus\:\!ring-cyan-400\/15:focus {
  --tw-ring-color: rgb(34 211 238 / .15) !important;
}
.focus\:\!ring-cyan-400\/20:focus {
  --tw-ring-color: rgb(34 211 238 / 0.2) !important;
}
.focus\:\!ring-cyan-400\/25:focus {
  --tw-ring-color: rgb(34 211 238 / 0.25) !important;
}
.focus\:\!ring-cyan-400\/30:focus {
  --tw-ring-color: rgb(34 211 238 / 0.3) !important;
}
.focus\:\!ring-cyan-400\/35:focus {
  --tw-ring-color: rgb(34 211 238 / .35) !important;
}
.focus\:\!ring-cyan-400\/40:focus {
  --tw-ring-color: rgb(34 211 238 / 0.4) !important;
}
.focus\:\!ring-cyan-400\/45:focus {
  --tw-ring-color: rgb(34 211 238 / 0.45) !important;
}
.focus\:\!ring-cyan-400\/5:focus {
  --tw-ring-color: rgb(34 211 238 / 0.05) !important;
}
.focus\:\!ring-cyan-400\/50:focus {
  --tw-ring-color: rgb(34 211 238 / 0.5) !important;
}
.focus\:\!ring-cyan-400\/55:focus {
  --tw-ring-color: rgb(34 211 238 / 0.55) !important;
}
.focus\:\!ring-cyan-400\/60:focus {
  --tw-ring-color: rgb(34 211 238 / 0.6) !important;
}
.focus\:\!ring-cyan-400\/65:focus {
  --tw-ring-color: rgb(34 211 238 / 0.65) !important;
}
.focus\:\!ring-cyan-400\/70:focus {
  --tw-ring-color: rgb(34 211 238 / 0.7) !important;
}
.focus\:\!ring-cyan-400\/75:focus {
  --tw-ring-color: rgb(34 211 238 / 0.75) !important;
}
.focus\:\!ring-cyan-400\/80:focus {
  --tw-ring-color: rgb(34 211 238 / 0.8) !important;
}
.focus\:\!ring-cyan-400\/85:focus {
  --tw-ring-color: rgb(34 211 238 / 0.85) !important;
}
.focus\:\!ring-cyan-400\/90:focus {
  --tw-ring-color: rgb(34 211 238 / 0.9) !important;
}
.focus\:\!ring-cyan-400\/95:focus {
  --tw-ring-color: rgb(34 211 238 / 0.95) !important;
}
.focus\:\!ring-emerald-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-emerald-400\/0:focus {
  --tw-ring-color: rgb(52 211 153 / 0) !important;
}
.focus\:\!ring-emerald-400\/10:focus {
  --tw-ring-color: rgb(52 211 153 / 0.1) !important;
}
.focus\:\!ring-emerald-400\/100:focus {
  --tw-ring-color: rgb(52 211 153 / 1) !important;
}
.focus\:\!ring-emerald-400\/15:focus {
  --tw-ring-color: rgb(52 211 153 / .15) !important;
}
.focus\:\!ring-emerald-400\/20:focus {
  --tw-ring-color: rgb(52 211 153 / 0.2) !important;
}
.focus\:\!ring-emerald-400\/25:focus {
  --tw-ring-color: rgb(52 211 153 / 0.25) !important;
}
.focus\:\!ring-emerald-400\/30:focus {
  --tw-ring-color: rgb(52 211 153 / 0.3) !important;
}
.focus\:\!ring-emerald-400\/35:focus {
  --tw-ring-color: rgb(52 211 153 / .35) !important;
}
.focus\:\!ring-emerald-400\/40:focus {
  --tw-ring-color: rgb(52 211 153 / 0.4) !important;
}
.focus\:\!ring-emerald-400\/45:focus {
  --tw-ring-color: rgb(52 211 153 / 0.45) !important;
}
.focus\:\!ring-emerald-400\/5:focus {
  --tw-ring-color: rgb(52 211 153 / 0.05) !important;
}
.focus\:\!ring-emerald-400\/50:focus {
  --tw-ring-color: rgb(52 211 153 / 0.5) !important;
}
.focus\:\!ring-emerald-400\/55:focus {
  --tw-ring-color: rgb(52 211 153 / 0.55) !important;
}
.focus\:\!ring-emerald-400\/60:focus {
  --tw-ring-color: rgb(52 211 153 / 0.6) !important;
}
.focus\:\!ring-emerald-400\/65:focus {
  --tw-ring-color: rgb(52 211 153 / 0.65) !important;
}
.focus\:\!ring-emerald-400\/70:focus {
  --tw-ring-color: rgb(52 211 153 / 0.7) !important;
}
.focus\:\!ring-emerald-400\/75:focus {
  --tw-ring-color: rgb(52 211 153 / 0.75) !important;
}
.focus\:\!ring-emerald-400\/80:focus {
  --tw-ring-color: rgb(52 211 153 / 0.8) !important;
}
.focus\:\!ring-emerald-400\/85:focus {
  --tw-ring-color: rgb(52 211 153 / 0.85) !important;
}
.focus\:\!ring-emerald-400\/90:focus {
  --tw-ring-color: rgb(52 211 153 / 0.9) !important;
}
.focus\:\!ring-emerald-400\/95:focus {
  --tw-ring-color: rgb(52 211 153 / 0.95) !important;
}
.focus\:\!ring-fuchsia-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-fuchsia-400\/0:focus {
  --tw-ring-color: rgb(232 121 249 / 0) !important;
}
.focus\:\!ring-fuchsia-400\/10:focus {
  --tw-ring-color: rgb(232 121 249 / 0.1) !important;
}
.focus\:\!ring-fuchsia-400\/100:focus {
  --tw-ring-color: rgb(232 121 249 / 1) !important;
}
.focus\:\!ring-fuchsia-400\/15:focus {
  --tw-ring-color: rgb(232 121 249 / .15) !important;
}
.focus\:\!ring-fuchsia-400\/20:focus {
  --tw-ring-color: rgb(232 121 249 / 0.2) !important;
}
.focus\:\!ring-fuchsia-400\/25:focus {
  --tw-ring-color: rgb(232 121 249 / 0.25) !important;
}
.focus\:\!ring-fuchsia-400\/30:focus {
  --tw-ring-color: rgb(232 121 249 / 0.3) !important;
}
.focus\:\!ring-fuchsia-400\/35:focus {
  --tw-ring-color: rgb(232 121 249 / .35) !important;
}
.focus\:\!ring-fuchsia-400\/40:focus {
  --tw-ring-color: rgb(232 121 249 / 0.4) !important;
}
.focus\:\!ring-fuchsia-400\/45:focus {
  --tw-ring-color: rgb(232 121 249 / 0.45) !important;
}
.focus\:\!ring-fuchsia-400\/5:focus {
  --tw-ring-color: rgb(232 121 249 / 0.05) !important;
}
.focus\:\!ring-fuchsia-400\/50:focus {
  --tw-ring-color: rgb(232 121 249 / 0.5) !important;
}
.focus\:\!ring-fuchsia-400\/55:focus {
  --tw-ring-color: rgb(232 121 249 / 0.55) !important;
}
.focus\:\!ring-fuchsia-400\/60:focus {
  --tw-ring-color: rgb(232 121 249 / 0.6) !important;
}
.focus\:\!ring-fuchsia-400\/65:focus {
  --tw-ring-color: rgb(232 121 249 / 0.65) !important;
}
.focus\:\!ring-fuchsia-400\/70:focus {
  --tw-ring-color: rgb(232 121 249 / 0.7) !important;
}
.focus\:\!ring-fuchsia-400\/75:focus {
  --tw-ring-color: rgb(232 121 249 / 0.75) !important;
}
.focus\:\!ring-fuchsia-400\/80:focus {
  --tw-ring-color: rgb(232 121 249 / 0.8) !important;
}
.focus\:\!ring-fuchsia-400\/85:focus {
  --tw-ring-color: rgb(232 121 249 / 0.85) !important;
}
.focus\:\!ring-fuchsia-400\/90:focus {
  --tw-ring-color: rgb(232 121 249 / 0.9) !important;
}
.focus\:\!ring-fuchsia-400\/95:focus {
  --tw-ring-color: rgb(232 121 249 / 0.95) !important;
}
.focus\:\!ring-gray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-gray-400\/0:focus {
  --tw-ring-color: rgb(156 163 175 / 0) !important;
}
.focus\:\!ring-gray-400\/10:focus {
  --tw-ring-color: rgb(156 163 175 / 0.1) !important;
}
.focus\:\!ring-gray-400\/100:focus {
  --tw-ring-color: rgb(156 163 175 / 1) !important;
}
.focus\:\!ring-gray-400\/15:focus {
  --tw-ring-color: rgb(156 163 175 / .15) !important;
}
.focus\:\!ring-gray-400\/20:focus {
  --tw-ring-color: rgb(156 163 175 / 0.2) !important;
}
.focus\:\!ring-gray-400\/25:focus {
  --tw-ring-color: rgb(156 163 175 / 0.25) !important;
}
.focus\:\!ring-gray-400\/30:focus {
  --tw-ring-color: rgb(156 163 175 / 0.3) !important;
}
.focus\:\!ring-gray-400\/35:focus {
  --tw-ring-color: rgb(156 163 175 / .35) !important;
}
.focus\:\!ring-gray-400\/40:focus {
  --tw-ring-color: rgb(156 163 175 / 0.4) !important;
}
.focus\:\!ring-gray-400\/45:focus {
  --tw-ring-color: rgb(156 163 175 / 0.45) !important;
}
.focus\:\!ring-gray-400\/5:focus {
  --tw-ring-color: rgb(156 163 175 / 0.05) !important;
}
.focus\:\!ring-gray-400\/50:focus {
  --tw-ring-color: rgb(156 163 175 / 0.5) !important;
}
.focus\:\!ring-gray-400\/55:focus {
  --tw-ring-color: rgb(156 163 175 / 0.55) !important;
}
.focus\:\!ring-gray-400\/60:focus {
  --tw-ring-color: rgb(156 163 175 / 0.6) !important;
}
.focus\:\!ring-gray-400\/65:focus {
  --tw-ring-color: rgb(156 163 175 / 0.65) !important;
}
.focus\:\!ring-gray-400\/70:focus {
  --tw-ring-color: rgb(156 163 175 / 0.7) !important;
}
.focus\:\!ring-gray-400\/75:focus {
  --tw-ring-color: rgb(156 163 175 / 0.75) !important;
}
.focus\:\!ring-gray-400\/80:focus {
  --tw-ring-color: rgb(156 163 175 / 0.8) !important;
}
.focus\:\!ring-gray-400\/85:focus {
  --tw-ring-color: rgb(156 163 175 / 0.85) !important;
}
.focus\:\!ring-gray-400\/90:focus {
  --tw-ring-color: rgb(156 163 175 / 0.9) !important;
}
.focus\:\!ring-gray-400\/95:focus {
  --tw-ring-color: rgb(156 163 175 / 0.95) !important;
}
.focus\:\!ring-green-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-green-400\/0:focus {
  --tw-ring-color: rgb(74 222 128 / 0) !important;
}
.focus\:\!ring-green-400\/10:focus {
  --tw-ring-color: rgb(74 222 128 / 0.1) !important;
}
.focus\:\!ring-green-400\/100:focus {
  --tw-ring-color: rgb(74 222 128 / 1) !important;
}
.focus\:\!ring-green-400\/15:focus {
  --tw-ring-color: rgb(74 222 128 / .15) !important;
}
.focus\:\!ring-green-400\/20:focus {
  --tw-ring-color: rgb(74 222 128 / 0.2) !important;
}
.focus\:\!ring-green-400\/25:focus {
  --tw-ring-color: rgb(74 222 128 / 0.25) !important;
}
.focus\:\!ring-green-400\/30:focus {
  --tw-ring-color: rgb(74 222 128 / 0.3) !important;
}
.focus\:\!ring-green-400\/35:focus {
  --tw-ring-color: rgb(74 222 128 / .35) !important;
}
.focus\:\!ring-green-400\/40:focus {
  --tw-ring-color: rgb(74 222 128 / 0.4) !important;
}
.focus\:\!ring-green-400\/45:focus {
  --tw-ring-color: rgb(74 222 128 / 0.45) !important;
}
.focus\:\!ring-green-400\/5:focus {
  --tw-ring-color: rgb(74 222 128 / 0.05) !important;
}
.focus\:\!ring-green-400\/50:focus {
  --tw-ring-color: rgb(74 222 128 / 0.5) !important;
}
.focus\:\!ring-green-400\/55:focus {
  --tw-ring-color: rgb(74 222 128 / 0.55) !important;
}
.focus\:\!ring-green-400\/60:focus {
  --tw-ring-color: rgb(74 222 128 / 0.6) !important;
}
.focus\:\!ring-green-400\/65:focus {
  --tw-ring-color: rgb(74 222 128 / 0.65) !important;
}
.focus\:\!ring-green-400\/70:focus {
  --tw-ring-color: rgb(74 222 128 / 0.7) !important;
}
.focus\:\!ring-green-400\/75:focus {
  --tw-ring-color: rgb(74 222 128 / 0.75) !important;
}
.focus\:\!ring-green-400\/80:focus {
  --tw-ring-color: rgb(74 222 128 / 0.8) !important;
}
.focus\:\!ring-green-400\/85:focus {
  --tw-ring-color: rgb(74 222 128 / 0.85) !important;
}
.focus\:\!ring-green-400\/90:focus {
  --tw-ring-color: rgb(74 222 128 / 0.9) !important;
}
.focus\:\!ring-green-400\/95:focus {
  --tw-ring-color: rgb(74 222 128 / 0.95) !important;
}
.focus\:\!ring-indigo-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-indigo-400\/0:focus {
  --tw-ring-color: rgb(129 140 248 / 0) !important;
}
.focus\:\!ring-indigo-400\/10:focus {
  --tw-ring-color: rgb(129 140 248 / 0.1) !important;
}
.focus\:\!ring-indigo-400\/100:focus {
  --tw-ring-color: rgb(129 140 248 / 1) !important;
}
.focus\:\!ring-indigo-400\/15:focus {
  --tw-ring-color: rgb(129 140 248 / .15) !important;
}
.focus\:\!ring-indigo-400\/20:focus {
  --tw-ring-color: rgb(129 140 248 / 0.2) !important;
}
.focus\:\!ring-indigo-400\/25:focus {
  --tw-ring-color: rgb(129 140 248 / 0.25) !important;
}
.focus\:\!ring-indigo-400\/30:focus {
  --tw-ring-color: rgb(129 140 248 / 0.3) !important;
}
.focus\:\!ring-indigo-400\/35:focus {
  --tw-ring-color: rgb(129 140 248 / .35) !important;
}
.focus\:\!ring-indigo-400\/40:focus {
  --tw-ring-color: rgb(129 140 248 / 0.4) !important;
}
.focus\:\!ring-indigo-400\/45:focus {
  --tw-ring-color: rgb(129 140 248 / 0.45) !important;
}
.focus\:\!ring-indigo-400\/5:focus {
  --tw-ring-color: rgb(129 140 248 / 0.05) !important;
}
.focus\:\!ring-indigo-400\/50:focus {
  --tw-ring-color: rgb(129 140 248 / 0.5) !important;
}
.focus\:\!ring-indigo-400\/55:focus {
  --tw-ring-color: rgb(129 140 248 / 0.55) !important;
}
.focus\:\!ring-indigo-400\/60:focus {
  --tw-ring-color: rgb(129 140 248 / 0.6) !important;
}
.focus\:\!ring-indigo-400\/65:focus {
  --tw-ring-color: rgb(129 140 248 / 0.65) !important;
}
.focus\:\!ring-indigo-400\/70:focus {
  --tw-ring-color: rgb(129 140 248 / 0.7) !important;
}
.focus\:\!ring-indigo-400\/75:focus {
  --tw-ring-color: rgb(129 140 248 / 0.75) !important;
}
.focus\:\!ring-indigo-400\/80:focus {
  --tw-ring-color: rgb(129 140 248 / 0.8) !important;
}
.focus\:\!ring-indigo-400\/85:focus {
  --tw-ring-color: rgb(129 140 248 / 0.85) !important;
}
.focus\:\!ring-indigo-400\/90:focus {
  --tw-ring-color: rgb(129 140 248 / 0.9) !important;
}
.focus\:\!ring-indigo-400\/95:focus {
  --tw-ring-color: rgb(129 140 248 / 0.95) !important;
}
.focus\:\!ring-lime-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-lime-400\/0:focus {
  --tw-ring-color: rgb(163 230 53 / 0) !important;
}
.focus\:\!ring-lime-400\/10:focus {
  --tw-ring-color: rgb(163 230 53 / 0.1) !important;
}
.focus\:\!ring-lime-400\/100:focus {
  --tw-ring-color: rgb(163 230 53 / 1) !important;
}
.focus\:\!ring-lime-400\/15:focus {
  --tw-ring-color: rgb(163 230 53 / .15) !important;
}
.focus\:\!ring-lime-400\/20:focus {
  --tw-ring-color: rgb(163 230 53 / 0.2) !important;
}
.focus\:\!ring-lime-400\/25:focus {
  --tw-ring-color: rgb(163 230 53 / 0.25) !important;
}
.focus\:\!ring-lime-400\/30:focus {
  --tw-ring-color: rgb(163 230 53 / 0.3) !important;
}
.focus\:\!ring-lime-400\/35:focus {
  --tw-ring-color: rgb(163 230 53 / .35) !important;
}
.focus\:\!ring-lime-400\/40:focus {
  --tw-ring-color: rgb(163 230 53 / 0.4) !important;
}
.focus\:\!ring-lime-400\/45:focus {
  --tw-ring-color: rgb(163 230 53 / 0.45) !important;
}
.focus\:\!ring-lime-400\/5:focus {
  --tw-ring-color: rgb(163 230 53 / 0.05) !important;
}
.focus\:\!ring-lime-400\/50:focus {
  --tw-ring-color: rgb(163 230 53 / 0.5) !important;
}
.focus\:\!ring-lime-400\/55:focus {
  --tw-ring-color: rgb(163 230 53 / 0.55) !important;
}
.focus\:\!ring-lime-400\/60:focus {
  --tw-ring-color: rgb(163 230 53 / 0.6) !important;
}
.focus\:\!ring-lime-400\/65:focus {
  --tw-ring-color: rgb(163 230 53 / 0.65) !important;
}
.focus\:\!ring-lime-400\/70:focus {
  --tw-ring-color: rgb(163 230 53 / 0.7) !important;
}
.focus\:\!ring-lime-400\/75:focus {
  --tw-ring-color: rgb(163 230 53 / 0.75) !important;
}
.focus\:\!ring-lime-400\/80:focus {
  --tw-ring-color: rgb(163 230 53 / 0.8) !important;
}
.focus\:\!ring-lime-400\/85:focus {
  --tw-ring-color: rgb(163 230 53 / 0.85) !important;
}
.focus\:\!ring-lime-400\/90:focus {
  --tw-ring-color: rgb(163 230 53 / 0.9) !important;
}
.focus\:\!ring-lime-400\/95:focus {
  --tw-ring-color: rgb(163 230 53 / 0.95) !important;
}
.focus\:\!ring-neutral-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-neutral-400\/0:focus {
  --tw-ring-color: rgb(163 163 163 / 0) !important;
}
.focus\:\!ring-neutral-400\/10:focus {
  --tw-ring-color: rgb(163 163 163 / 0.1) !important;
}
.focus\:\!ring-neutral-400\/100:focus {
  --tw-ring-color: rgb(163 163 163 / 1) !important;
}
.focus\:\!ring-neutral-400\/15:focus {
  --tw-ring-color: rgb(163 163 163 / .15) !important;
}
.focus\:\!ring-neutral-400\/20:focus {
  --tw-ring-color: rgb(163 163 163 / 0.2) !important;
}
.focus\:\!ring-neutral-400\/25:focus {
  --tw-ring-color: rgb(163 163 163 / 0.25) !important;
}
.focus\:\!ring-neutral-400\/30:focus {
  --tw-ring-color: rgb(163 163 163 / 0.3) !important;
}
.focus\:\!ring-neutral-400\/35:focus {
  --tw-ring-color: rgb(163 163 163 / .35) !important;
}
.focus\:\!ring-neutral-400\/40:focus {
  --tw-ring-color: rgb(163 163 163 / 0.4) !important;
}
.focus\:\!ring-neutral-400\/45:focus {
  --tw-ring-color: rgb(163 163 163 / 0.45) !important;
}
.focus\:\!ring-neutral-400\/5:focus {
  --tw-ring-color: rgb(163 163 163 / 0.05) !important;
}
.focus\:\!ring-neutral-400\/50:focus {
  --tw-ring-color: rgb(163 163 163 / 0.5) !important;
}
.focus\:\!ring-neutral-400\/55:focus {
  --tw-ring-color: rgb(163 163 163 / 0.55) !important;
}
.focus\:\!ring-neutral-400\/60:focus {
  --tw-ring-color: rgb(163 163 163 / 0.6) !important;
}
.focus\:\!ring-neutral-400\/65:focus {
  --tw-ring-color: rgb(163 163 163 / 0.65) !important;
}
.focus\:\!ring-neutral-400\/70:focus {
  --tw-ring-color: rgb(163 163 163 / 0.7) !important;
}
.focus\:\!ring-neutral-400\/75:focus {
  --tw-ring-color: rgb(163 163 163 / 0.75) !important;
}
.focus\:\!ring-neutral-400\/80:focus {
  --tw-ring-color: rgb(163 163 163 / 0.8) !important;
}
.focus\:\!ring-neutral-400\/85:focus {
  --tw-ring-color: rgb(163 163 163 / 0.85) !important;
}
.focus\:\!ring-neutral-400\/90:focus {
  --tw-ring-color: rgb(163 163 163 / 0.9) !important;
}
.focus\:\!ring-neutral-400\/95:focus {
  --tw-ring-color: rgb(163 163 163 / 0.95) !important;
}
.focus\:\!ring-olive-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(168 180 60 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-olive-400\/0:focus {
  --tw-ring-color: rgb(168 180 60 / 0) !important;
}
.focus\:\!ring-olive-400\/10:focus {
  --tw-ring-color: rgb(168 180 60 / 0.1) !important;
}
.focus\:\!ring-olive-400\/100:focus {
  --tw-ring-color: rgb(168 180 60 / 1) !important;
}
.focus\:\!ring-olive-400\/15:focus {
  --tw-ring-color: rgb(168 180 60 / .15) !important;
}
.focus\:\!ring-olive-400\/20:focus {
  --tw-ring-color: rgb(168 180 60 / 0.2) !important;
}
.focus\:\!ring-olive-400\/25:focus {
  --tw-ring-color: rgb(168 180 60 / 0.25) !important;
}
.focus\:\!ring-olive-400\/30:focus {
  --tw-ring-color: rgb(168 180 60 / 0.3) !important;
}
.focus\:\!ring-olive-400\/35:focus {
  --tw-ring-color: rgb(168 180 60 / .35) !important;
}
.focus\:\!ring-olive-400\/40:focus {
  --tw-ring-color: rgb(168 180 60 / 0.4) !important;
}
.focus\:\!ring-olive-400\/45:focus {
  --tw-ring-color: rgb(168 180 60 / 0.45) !important;
}
.focus\:\!ring-olive-400\/5:focus {
  --tw-ring-color: rgb(168 180 60 / 0.05) !important;
}
.focus\:\!ring-olive-400\/50:focus {
  --tw-ring-color: rgb(168 180 60 / 0.5) !important;
}
.focus\:\!ring-olive-400\/55:focus {
  --tw-ring-color: rgb(168 180 60 / 0.55) !important;
}
.focus\:\!ring-olive-400\/60:focus {
  --tw-ring-color: rgb(168 180 60 / 0.6) !important;
}
.focus\:\!ring-olive-400\/65:focus {
  --tw-ring-color: rgb(168 180 60 / 0.65) !important;
}
.focus\:\!ring-olive-400\/70:focus {
  --tw-ring-color: rgb(168 180 60 / 0.7) !important;
}
.focus\:\!ring-olive-400\/75:focus {
  --tw-ring-color: rgb(168 180 60 / 0.75) !important;
}
.focus\:\!ring-olive-400\/80:focus {
  --tw-ring-color: rgb(168 180 60 / 0.8) !important;
}
.focus\:\!ring-olive-400\/85:focus {
  --tw-ring-color: rgb(168 180 60 / 0.85) !important;
}
.focus\:\!ring-olive-400\/90:focus {
  --tw-ring-color: rgb(168 180 60 / 0.9) !important;
}
.focus\:\!ring-olive-400\/95:focus {
  --tw-ring-color: rgb(168 180 60 / 0.95) !important;
}
.focus\:\!ring-orange-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-orange-400\/0:focus {
  --tw-ring-color: rgb(251 146 60 / 0) !important;
}
.focus\:\!ring-orange-400\/10:focus {
  --tw-ring-color: rgb(251 146 60 / 0.1) !important;
}
.focus\:\!ring-orange-400\/100:focus {
  --tw-ring-color: rgb(251 146 60 / 1) !important;
}
.focus\:\!ring-orange-400\/15:focus {
  --tw-ring-color: rgb(251 146 60 / .15) !important;
}
.focus\:\!ring-orange-400\/20:focus {
  --tw-ring-color: rgb(251 146 60 / 0.2) !important;
}
.focus\:\!ring-orange-400\/25:focus {
  --tw-ring-color: rgb(251 146 60 / 0.25) !important;
}
.focus\:\!ring-orange-400\/30:focus {
  --tw-ring-color: rgb(251 146 60 / 0.3) !important;
}
.focus\:\!ring-orange-400\/35:focus {
  --tw-ring-color: rgb(251 146 60 / .35) !important;
}
.focus\:\!ring-orange-400\/40:focus {
  --tw-ring-color: rgb(251 146 60 / 0.4) !important;
}
.focus\:\!ring-orange-400\/45:focus {
  --tw-ring-color: rgb(251 146 60 / 0.45) !important;
}
.focus\:\!ring-orange-400\/5:focus {
  --tw-ring-color: rgb(251 146 60 / 0.05) !important;
}
.focus\:\!ring-orange-400\/50:focus {
  --tw-ring-color: rgb(251 146 60 / 0.5) !important;
}
.focus\:\!ring-orange-400\/55:focus {
  --tw-ring-color: rgb(251 146 60 / 0.55) !important;
}
.focus\:\!ring-orange-400\/60:focus {
  --tw-ring-color: rgb(251 146 60 / 0.6) !important;
}
.focus\:\!ring-orange-400\/65:focus {
  --tw-ring-color: rgb(251 146 60 / 0.65) !important;
}
.focus\:\!ring-orange-400\/70:focus {
  --tw-ring-color: rgb(251 146 60 / 0.7) !important;
}
.focus\:\!ring-orange-400\/75:focus {
  --tw-ring-color: rgb(251 146 60 / 0.75) !important;
}
.focus\:\!ring-orange-400\/80:focus {
  --tw-ring-color: rgb(251 146 60 / 0.8) !important;
}
.focus\:\!ring-orange-400\/85:focus {
  --tw-ring-color: rgb(251 146 60 / 0.85) !important;
}
.focus\:\!ring-orange-400\/90:focus {
  --tw-ring-color: rgb(251 146 60 / 0.9) !important;
}
.focus\:\!ring-orange-400\/95:focus {
  --tw-ring-color: rgb(251 146 60 / 0.95) !important;
}
.focus\:\!ring-pink-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-pink-400\/0:focus {
  --tw-ring-color: rgb(244 114 182 / 0) !important;
}
.focus\:\!ring-pink-400\/10:focus {
  --tw-ring-color: rgb(244 114 182 / 0.1) !important;
}
.focus\:\!ring-pink-400\/100:focus {
  --tw-ring-color: rgb(244 114 182 / 1) !important;
}
.focus\:\!ring-pink-400\/15:focus {
  --tw-ring-color: rgb(244 114 182 / .15) !important;
}
.focus\:\!ring-pink-400\/20:focus {
  --tw-ring-color: rgb(244 114 182 / 0.2) !important;
}
.focus\:\!ring-pink-400\/25:focus {
  --tw-ring-color: rgb(244 114 182 / 0.25) !important;
}
.focus\:\!ring-pink-400\/30:focus {
  --tw-ring-color: rgb(244 114 182 / 0.3) !important;
}
.focus\:\!ring-pink-400\/35:focus {
  --tw-ring-color: rgb(244 114 182 / .35) !important;
}
.focus\:\!ring-pink-400\/40:focus {
  --tw-ring-color: rgb(244 114 182 / 0.4) !important;
}
.focus\:\!ring-pink-400\/45:focus {
  --tw-ring-color: rgb(244 114 182 / 0.45) !important;
}
.focus\:\!ring-pink-400\/5:focus {
  --tw-ring-color: rgb(244 114 182 / 0.05) !important;
}
.focus\:\!ring-pink-400\/50:focus {
  --tw-ring-color: rgb(244 114 182 / 0.5) !important;
}
.focus\:\!ring-pink-400\/55:focus {
  --tw-ring-color: rgb(244 114 182 / 0.55) !important;
}
.focus\:\!ring-pink-400\/60:focus {
  --tw-ring-color: rgb(244 114 182 / 0.6) !important;
}
.focus\:\!ring-pink-400\/65:focus {
  --tw-ring-color: rgb(244 114 182 / 0.65) !important;
}
.focus\:\!ring-pink-400\/70:focus {
  --tw-ring-color: rgb(244 114 182 / 0.7) !important;
}
.focus\:\!ring-pink-400\/75:focus {
  --tw-ring-color: rgb(244 114 182 / 0.75) !important;
}
.focus\:\!ring-pink-400\/80:focus {
  --tw-ring-color: rgb(244 114 182 / 0.8) !important;
}
.focus\:\!ring-pink-400\/85:focus {
  --tw-ring-color: rgb(244 114 182 / 0.85) !important;
}
.focus\:\!ring-pink-400\/90:focus {
  --tw-ring-color: rgb(244 114 182 / 0.9) !important;
}
.focus\:\!ring-pink-400\/95:focus {
  --tw-ring-color: rgb(244 114 182 / 0.95) !important;
}
.focus\:\!ring-purple-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-purple-400\/0:focus {
  --tw-ring-color: rgb(192 132 252 / 0) !important;
}
.focus\:\!ring-purple-400\/10:focus {
  --tw-ring-color: rgb(192 132 252 / 0.1) !important;
}
.focus\:\!ring-purple-400\/100:focus {
  --tw-ring-color: rgb(192 132 252 / 1) !important;
}
.focus\:\!ring-purple-400\/15:focus {
  --tw-ring-color: rgb(192 132 252 / .15) !important;
}
.focus\:\!ring-purple-400\/20:focus {
  --tw-ring-color: rgb(192 132 252 / 0.2) !important;
}
.focus\:\!ring-purple-400\/25:focus {
  --tw-ring-color: rgb(192 132 252 / 0.25) !important;
}
.focus\:\!ring-purple-400\/30:focus {
  --tw-ring-color: rgb(192 132 252 / 0.3) !important;
}
.focus\:\!ring-purple-400\/35:focus {
  --tw-ring-color: rgb(192 132 252 / .35) !important;
}
.focus\:\!ring-purple-400\/40:focus {
  --tw-ring-color: rgb(192 132 252 / 0.4) !important;
}
.focus\:\!ring-purple-400\/45:focus {
  --tw-ring-color: rgb(192 132 252 / 0.45) !important;
}
.focus\:\!ring-purple-400\/5:focus {
  --tw-ring-color: rgb(192 132 252 / 0.05) !important;
}
.focus\:\!ring-purple-400\/50:focus {
  --tw-ring-color: rgb(192 132 252 / 0.5) !important;
}
.focus\:\!ring-purple-400\/55:focus {
  --tw-ring-color: rgb(192 132 252 / 0.55) !important;
}
.focus\:\!ring-purple-400\/60:focus {
  --tw-ring-color: rgb(192 132 252 / 0.6) !important;
}
.focus\:\!ring-purple-400\/65:focus {
  --tw-ring-color: rgb(192 132 252 / 0.65) !important;
}
.focus\:\!ring-purple-400\/70:focus {
  --tw-ring-color: rgb(192 132 252 / 0.7) !important;
}
.focus\:\!ring-purple-400\/75:focus {
  --tw-ring-color: rgb(192 132 252 / 0.75) !important;
}
.focus\:\!ring-purple-400\/80:focus {
  --tw-ring-color: rgb(192 132 252 / 0.8) !important;
}
.focus\:\!ring-purple-400\/85:focus {
  --tw-ring-color: rgb(192 132 252 / 0.85) !important;
}
.focus\:\!ring-purple-400\/90:focus {
  --tw-ring-color: rgb(192 132 252 / 0.9) !important;
}
.focus\:\!ring-purple-400\/95:focus {
  --tw-ring-color: rgb(192 132 252 / 0.95) !important;
}
.focus\:\!ring-red-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-red-400\/0:focus {
  --tw-ring-color: rgb(248 113 113 / 0) !important;
}
.focus\:\!ring-red-400\/10:focus {
  --tw-ring-color: rgb(248 113 113 / 0.1) !important;
}
.focus\:\!ring-red-400\/100:focus {
  --tw-ring-color: rgb(248 113 113 / 1) !important;
}
.focus\:\!ring-red-400\/15:focus {
  --tw-ring-color: rgb(248 113 113 / .15) !important;
}
.focus\:\!ring-red-400\/20:focus {
  --tw-ring-color: rgb(248 113 113 / 0.2) !important;
}
.focus\:\!ring-red-400\/25:focus {
  --tw-ring-color: rgb(248 113 113 / 0.25) !important;
}
.focus\:\!ring-red-400\/30:focus {
  --tw-ring-color: rgb(248 113 113 / 0.3) !important;
}
.focus\:\!ring-red-400\/35:focus {
  --tw-ring-color: rgb(248 113 113 / .35) !important;
}
.focus\:\!ring-red-400\/40:focus {
  --tw-ring-color: rgb(248 113 113 / 0.4) !important;
}
.focus\:\!ring-red-400\/45:focus {
  --tw-ring-color: rgb(248 113 113 / 0.45) !important;
}
.focus\:\!ring-red-400\/5:focus {
  --tw-ring-color: rgb(248 113 113 / 0.05) !important;
}
.focus\:\!ring-red-400\/50:focus {
  --tw-ring-color: rgb(248 113 113 / 0.5) !important;
}
.focus\:\!ring-red-400\/55:focus {
  --tw-ring-color: rgb(248 113 113 / 0.55) !important;
}
.focus\:\!ring-red-400\/60:focus {
  --tw-ring-color: rgb(248 113 113 / 0.6) !important;
}
.focus\:\!ring-red-400\/65:focus {
  --tw-ring-color: rgb(248 113 113 / 0.65) !important;
}
.focus\:\!ring-red-400\/70:focus {
  --tw-ring-color: rgb(248 113 113 / 0.7) !important;
}
.focus\:\!ring-red-400\/75:focus {
  --tw-ring-color: rgb(248 113 113 / 0.75) !important;
}
.focus\:\!ring-red-400\/80:focus {
  --tw-ring-color: rgb(248 113 113 / 0.8) !important;
}
.focus\:\!ring-red-400\/85:focus {
  --tw-ring-color: rgb(248 113 113 / 0.85) !important;
}
.focus\:\!ring-red-400\/90:focus {
  --tw-ring-color: rgb(248 113 113 / 0.9) !important;
}
.focus\:\!ring-red-400\/95:focus {
  --tw-ring-color: rgb(248 113 113 / 0.95) !important;
}
.focus\:\!ring-rose-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-rose-400\/0:focus {
  --tw-ring-color: rgb(251 113 133 / 0) !important;
}
.focus\:\!ring-rose-400\/10:focus {
  --tw-ring-color: rgb(251 113 133 / 0.1) !important;
}
.focus\:\!ring-rose-400\/100:focus {
  --tw-ring-color: rgb(251 113 133 / 1) !important;
}
.focus\:\!ring-rose-400\/15:focus {
  --tw-ring-color: rgb(251 113 133 / .15) !important;
}
.focus\:\!ring-rose-400\/20:focus {
  --tw-ring-color: rgb(251 113 133 / 0.2) !important;
}
.focus\:\!ring-rose-400\/25:focus {
  --tw-ring-color: rgb(251 113 133 / 0.25) !important;
}
.focus\:\!ring-rose-400\/30:focus {
  --tw-ring-color: rgb(251 113 133 / 0.3) !important;
}
.focus\:\!ring-rose-400\/35:focus {
  --tw-ring-color: rgb(251 113 133 / .35) !important;
}
.focus\:\!ring-rose-400\/40:focus {
  --tw-ring-color: rgb(251 113 133 / 0.4) !important;
}
.focus\:\!ring-rose-400\/45:focus {
  --tw-ring-color: rgb(251 113 133 / 0.45) !important;
}
.focus\:\!ring-rose-400\/5:focus {
  --tw-ring-color: rgb(251 113 133 / 0.05) !important;
}
.focus\:\!ring-rose-400\/50:focus {
  --tw-ring-color: rgb(251 113 133 / 0.5) !important;
}
.focus\:\!ring-rose-400\/55:focus {
  --tw-ring-color: rgb(251 113 133 / 0.55) !important;
}
.focus\:\!ring-rose-400\/60:focus {
  --tw-ring-color: rgb(251 113 133 / 0.6) !important;
}
.focus\:\!ring-rose-400\/65:focus {
  --tw-ring-color: rgb(251 113 133 / 0.65) !important;
}
.focus\:\!ring-rose-400\/70:focus {
  --tw-ring-color: rgb(251 113 133 / 0.7) !important;
}
.focus\:\!ring-rose-400\/75:focus {
  --tw-ring-color: rgb(251 113 133 / 0.75) !important;
}
.focus\:\!ring-rose-400\/80:focus {
  --tw-ring-color: rgb(251 113 133 / 0.8) !important;
}
.focus\:\!ring-rose-400\/85:focus {
  --tw-ring-color: rgb(251 113 133 / 0.85) !important;
}
.focus\:\!ring-rose-400\/90:focus {
  --tw-ring-color: rgb(251 113 133 / 0.9) !important;
}
.focus\:\!ring-rose-400\/95:focus {
  --tw-ring-color: rgb(251 113 133 / 0.95) !important;
}
.focus\:\!ring-sky-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-sky-400\/0:focus {
  --tw-ring-color: rgb(56 189 248 / 0) !important;
}
.focus\:\!ring-sky-400\/10:focus {
  --tw-ring-color: rgb(56 189 248 / 0.1) !important;
}
.focus\:\!ring-sky-400\/100:focus {
  --tw-ring-color: rgb(56 189 248 / 1) !important;
}
.focus\:\!ring-sky-400\/15:focus {
  --tw-ring-color: rgb(56 189 248 / .15) !important;
}
.focus\:\!ring-sky-400\/20:focus {
  --tw-ring-color: rgb(56 189 248 / 0.2) !important;
}
.focus\:\!ring-sky-400\/25:focus {
  --tw-ring-color: rgb(56 189 248 / 0.25) !important;
}
.focus\:\!ring-sky-400\/30:focus {
  --tw-ring-color: rgb(56 189 248 / 0.3) !important;
}
.focus\:\!ring-sky-400\/35:focus {
  --tw-ring-color: rgb(56 189 248 / .35) !important;
}
.focus\:\!ring-sky-400\/40:focus {
  --tw-ring-color: rgb(56 189 248 / 0.4) !important;
}
.focus\:\!ring-sky-400\/45:focus {
  --tw-ring-color: rgb(56 189 248 / 0.45) !important;
}
.focus\:\!ring-sky-400\/5:focus {
  --tw-ring-color: rgb(56 189 248 / 0.05) !important;
}
.focus\:\!ring-sky-400\/50:focus {
  --tw-ring-color: rgb(56 189 248 / 0.5) !important;
}
.focus\:\!ring-sky-400\/55:focus {
  --tw-ring-color: rgb(56 189 248 / 0.55) !important;
}
.focus\:\!ring-sky-400\/60:focus {
  --tw-ring-color: rgb(56 189 248 / 0.6) !important;
}
.focus\:\!ring-sky-400\/65:focus {
  --tw-ring-color: rgb(56 189 248 / 0.65) !important;
}
.focus\:\!ring-sky-400\/70:focus {
  --tw-ring-color: rgb(56 189 248 / 0.7) !important;
}
.focus\:\!ring-sky-400\/75:focus {
  --tw-ring-color: rgb(56 189 248 / 0.75) !important;
}
.focus\:\!ring-sky-400\/80:focus {
  --tw-ring-color: rgb(56 189 248 / 0.8) !important;
}
.focus\:\!ring-sky-400\/85:focus {
  --tw-ring-color: rgb(56 189 248 / 0.85) !important;
}
.focus\:\!ring-sky-400\/90:focus {
  --tw-ring-color: rgb(56 189 248 / 0.9) !important;
}
.focus\:\!ring-sky-400\/95:focus {
  --tw-ring-color: rgb(56 189 248 / 0.95) !important;
}
.focus\:\!ring-slate-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-slate-400\/0:focus {
  --tw-ring-color: rgb(148 163 184 / 0) !important;
}
.focus\:\!ring-slate-400\/10:focus {
  --tw-ring-color: rgb(148 163 184 / 0.1) !important;
}
.focus\:\!ring-slate-400\/100:focus {
  --tw-ring-color: rgb(148 163 184 / 1) !important;
}
.focus\:\!ring-slate-400\/15:focus {
  --tw-ring-color: rgb(148 163 184 / .15) !important;
}
.focus\:\!ring-slate-400\/20:focus {
  --tw-ring-color: rgb(148 163 184 / 0.2) !important;
}
.focus\:\!ring-slate-400\/25:focus {
  --tw-ring-color: rgb(148 163 184 / 0.25) !important;
}
.focus\:\!ring-slate-400\/30:focus {
  --tw-ring-color: rgb(148 163 184 / 0.3) !important;
}
.focus\:\!ring-slate-400\/35:focus {
  --tw-ring-color: rgb(148 163 184 / .35) !important;
}
.focus\:\!ring-slate-400\/40:focus {
  --tw-ring-color: rgb(148 163 184 / 0.4) !important;
}
.focus\:\!ring-slate-400\/45:focus {
  --tw-ring-color: rgb(148 163 184 / 0.45) !important;
}
.focus\:\!ring-slate-400\/5:focus {
  --tw-ring-color: rgb(148 163 184 / 0.05) !important;
}
.focus\:\!ring-slate-400\/50:focus {
  --tw-ring-color: rgb(148 163 184 / 0.5) !important;
}
.focus\:\!ring-slate-400\/55:focus {
  --tw-ring-color: rgb(148 163 184 / 0.55) !important;
}
.focus\:\!ring-slate-400\/60:focus {
  --tw-ring-color: rgb(148 163 184 / 0.6) !important;
}
.focus\:\!ring-slate-400\/65:focus {
  --tw-ring-color: rgb(148 163 184 / 0.65) !important;
}
.focus\:\!ring-slate-400\/70:focus {
  --tw-ring-color: rgb(148 163 184 / 0.7) !important;
}
.focus\:\!ring-slate-400\/75:focus {
  --tw-ring-color: rgb(148 163 184 / 0.75) !important;
}
.focus\:\!ring-slate-400\/80:focus {
  --tw-ring-color: rgb(148 163 184 / 0.8) !important;
}
.focus\:\!ring-slate-400\/85:focus {
  --tw-ring-color: rgb(148 163 184 / 0.85) !important;
}
.focus\:\!ring-slate-400\/90:focus {
  --tw-ring-color: rgb(148 163 184 / 0.9) !important;
}
.focus\:\!ring-slate-400\/95:focus {
  --tw-ring-color: rgb(148 163 184 / 0.95) !important;
}
.focus\:\!ring-stone-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-stone-400\/0:focus {
  --tw-ring-color: rgb(168 162 158 / 0) !important;
}
.focus\:\!ring-stone-400\/10:focus {
  --tw-ring-color: rgb(168 162 158 / 0.1) !important;
}
.focus\:\!ring-stone-400\/100:focus {
  --tw-ring-color: rgb(168 162 158 / 1) !important;
}
.focus\:\!ring-stone-400\/15:focus {
  --tw-ring-color: rgb(168 162 158 / .15) !important;
}
.focus\:\!ring-stone-400\/20:focus {
  --tw-ring-color: rgb(168 162 158 / 0.2) !important;
}
.focus\:\!ring-stone-400\/25:focus {
  --tw-ring-color: rgb(168 162 158 / 0.25) !important;
}
.focus\:\!ring-stone-400\/30:focus {
  --tw-ring-color: rgb(168 162 158 / 0.3) !important;
}
.focus\:\!ring-stone-400\/35:focus {
  --tw-ring-color: rgb(168 162 158 / .35) !important;
}
.focus\:\!ring-stone-400\/40:focus {
  --tw-ring-color: rgb(168 162 158 / 0.4) !important;
}
.focus\:\!ring-stone-400\/45:focus {
  --tw-ring-color: rgb(168 162 158 / 0.45) !important;
}
.focus\:\!ring-stone-400\/5:focus {
  --tw-ring-color: rgb(168 162 158 / 0.05) !important;
}
.focus\:\!ring-stone-400\/50:focus {
  --tw-ring-color: rgb(168 162 158 / 0.5) !important;
}
.focus\:\!ring-stone-400\/55:focus {
  --tw-ring-color: rgb(168 162 158 / 0.55) !important;
}
.focus\:\!ring-stone-400\/60:focus {
  --tw-ring-color: rgb(168 162 158 / 0.6) !important;
}
.focus\:\!ring-stone-400\/65:focus {
  --tw-ring-color: rgb(168 162 158 / 0.65) !important;
}
.focus\:\!ring-stone-400\/70:focus {
  --tw-ring-color: rgb(168 162 158 / 0.7) !important;
}
.focus\:\!ring-stone-400\/75:focus {
  --tw-ring-color: rgb(168 162 158 / 0.75) !important;
}
.focus\:\!ring-stone-400\/80:focus {
  --tw-ring-color: rgb(168 162 158 / 0.8) !important;
}
.focus\:\!ring-stone-400\/85:focus {
  --tw-ring-color: rgb(168 162 158 / 0.85) !important;
}
.focus\:\!ring-stone-400\/90:focus {
  --tw-ring-color: rgb(168 162 158 / 0.9) !important;
}
.focus\:\!ring-stone-400\/95:focus {
  --tw-ring-color: rgb(168 162 158 / 0.95) !important;
}
.focus\:\!ring-teal-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-teal-400\/0:focus {
  --tw-ring-color: rgb(45 212 191 / 0) !important;
}
.focus\:\!ring-teal-400\/10:focus {
  --tw-ring-color: rgb(45 212 191 / 0.1) !important;
}
.focus\:\!ring-teal-400\/100:focus {
  --tw-ring-color: rgb(45 212 191 / 1) !important;
}
.focus\:\!ring-teal-400\/15:focus {
  --tw-ring-color: rgb(45 212 191 / .15) !important;
}
.focus\:\!ring-teal-400\/20:focus {
  --tw-ring-color: rgb(45 212 191 / 0.2) !important;
}
.focus\:\!ring-teal-400\/25:focus {
  --tw-ring-color: rgb(45 212 191 / 0.25) !important;
}
.focus\:\!ring-teal-400\/30:focus {
  --tw-ring-color: rgb(45 212 191 / 0.3) !important;
}
.focus\:\!ring-teal-400\/35:focus {
  --tw-ring-color: rgb(45 212 191 / .35) !important;
}
.focus\:\!ring-teal-400\/40:focus {
  --tw-ring-color: rgb(45 212 191 / 0.4) !important;
}
.focus\:\!ring-teal-400\/45:focus {
  --tw-ring-color: rgb(45 212 191 / 0.45) !important;
}
.focus\:\!ring-teal-400\/5:focus {
  --tw-ring-color: rgb(45 212 191 / 0.05) !important;
}
.focus\:\!ring-teal-400\/50:focus {
  --tw-ring-color: rgb(45 212 191 / 0.5) !important;
}
.focus\:\!ring-teal-400\/55:focus {
  --tw-ring-color: rgb(45 212 191 / 0.55) !important;
}
.focus\:\!ring-teal-400\/60:focus {
  --tw-ring-color: rgb(45 212 191 / 0.6) !important;
}
.focus\:\!ring-teal-400\/65:focus {
  --tw-ring-color: rgb(45 212 191 / 0.65) !important;
}
.focus\:\!ring-teal-400\/70:focus {
  --tw-ring-color: rgb(45 212 191 / 0.7) !important;
}
.focus\:\!ring-teal-400\/75:focus {
  --tw-ring-color: rgb(45 212 191 / 0.75) !important;
}
.focus\:\!ring-teal-400\/80:focus {
  --tw-ring-color: rgb(45 212 191 / 0.8) !important;
}
.focus\:\!ring-teal-400\/85:focus {
  --tw-ring-color: rgb(45 212 191 / 0.85) !important;
}
.focus\:\!ring-teal-400\/90:focus {
  --tw-ring-color: rgb(45 212 191 / 0.9) !important;
}
.focus\:\!ring-teal-400\/95:focus {
  --tw-ring-color: rgb(45 212 191 / 0.95) !important;
}
.focus\:\!ring-violet-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-violet-400\/0:focus {
  --tw-ring-color: rgb(167 139 250 / 0) !important;
}
.focus\:\!ring-violet-400\/10:focus {
  --tw-ring-color: rgb(167 139 250 / 0.1) !important;
}
.focus\:\!ring-violet-400\/100:focus {
  --tw-ring-color: rgb(167 139 250 / 1) !important;
}
.focus\:\!ring-violet-400\/15:focus {
  --tw-ring-color: rgb(167 139 250 / .15) !important;
}
.focus\:\!ring-violet-400\/20:focus {
  --tw-ring-color: rgb(167 139 250 / 0.2) !important;
}
.focus\:\!ring-violet-400\/25:focus {
  --tw-ring-color: rgb(167 139 250 / 0.25) !important;
}
.focus\:\!ring-violet-400\/30:focus {
  --tw-ring-color: rgb(167 139 250 / 0.3) !important;
}
.focus\:\!ring-violet-400\/35:focus {
  --tw-ring-color: rgb(167 139 250 / .35) !important;
}
.focus\:\!ring-violet-400\/40:focus {
  --tw-ring-color: rgb(167 139 250 / 0.4) !important;
}
.focus\:\!ring-violet-400\/45:focus {
  --tw-ring-color: rgb(167 139 250 / 0.45) !important;
}
.focus\:\!ring-violet-400\/5:focus {
  --tw-ring-color: rgb(167 139 250 / 0.05) !important;
}
.focus\:\!ring-violet-400\/50:focus {
  --tw-ring-color: rgb(167 139 250 / 0.5) !important;
}
.focus\:\!ring-violet-400\/55:focus {
  --tw-ring-color: rgb(167 139 250 / 0.55) !important;
}
.focus\:\!ring-violet-400\/60:focus {
  --tw-ring-color: rgb(167 139 250 / 0.6) !important;
}
.focus\:\!ring-violet-400\/65:focus {
  --tw-ring-color: rgb(167 139 250 / 0.65) !important;
}
.focus\:\!ring-violet-400\/70:focus {
  --tw-ring-color: rgb(167 139 250 / 0.7) !important;
}
.focus\:\!ring-violet-400\/75:focus {
  --tw-ring-color: rgb(167 139 250 / 0.75) !important;
}
.focus\:\!ring-violet-400\/80:focus {
  --tw-ring-color: rgb(167 139 250 / 0.8) !important;
}
.focus\:\!ring-violet-400\/85:focus {
  --tw-ring-color: rgb(167 139 250 / 0.85) !important;
}
.focus\:\!ring-violet-400\/90:focus {
  --tw-ring-color: rgb(167 139 250 / 0.9) !important;
}
.focus\:\!ring-violet-400\/95:focus {
  --tw-ring-color: rgb(167 139 250 / 0.95) !important;
}
.focus\:\!ring-yellow-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-yellow-400\/0:focus {
  --tw-ring-color: rgb(250 204 21 / 0) !important;
}
.focus\:\!ring-yellow-400\/10:focus {
  --tw-ring-color: rgb(250 204 21 / 0.1) !important;
}
.focus\:\!ring-yellow-400\/100:focus {
  --tw-ring-color: rgb(250 204 21 / 1) !important;
}
.focus\:\!ring-yellow-400\/15:focus {
  --tw-ring-color: rgb(250 204 21 / .15) !important;
}
.focus\:\!ring-yellow-400\/20:focus {
  --tw-ring-color: rgb(250 204 21 / 0.2) !important;
}
.focus\:\!ring-yellow-400\/25:focus {
  --tw-ring-color: rgb(250 204 21 / 0.25) !important;
}
.focus\:\!ring-yellow-400\/30:focus {
  --tw-ring-color: rgb(250 204 21 / 0.3) !important;
}
.focus\:\!ring-yellow-400\/35:focus {
  --tw-ring-color: rgb(250 204 21 / .35) !important;
}
.focus\:\!ring-yellow-400\/40:focus {
  --tw-ring-color: rgb(250 204 21 / 0.4) !important;
}
.focus\:\!ring-yellow-400\/45:focus {
  --tw-ring-color: rgb(250 204 21 / 0.45) !important;
}
.focus\:\!ring-yellow-400\/5:focus {
  --tw-ring-color: rgb(250 204 21 / 0.05) !important;
}
.focus\:\!ring-yellow-400\/50:focus {
  --tw-ring-color: rgb(250 204 21 / 0.5) !important;
}
.focus\:\!ring-yellow-400\/55:focus {
  --tw-ring-color: rgb(250 204 21 / 0.55) !important;
}
.focus\:\!ring-yellow-400\/60:focus {
  --tw-ring-color: rgb(250 204 21 / 0.6) !important;
}
.focus\:\!ring-yellow-400\/65:focus {
  --tw-ring-color: rgb(250 204 21 / 0.65) !important;
}
.focus\:\!ring-yellow-400\/70:focus {
  --tw-ring-color: rgb(250 204 21 / 0.7) !important;
}
.focus\:\!ring-yellow-400\/75:focus {
  --tw-ring-color: rgb(250 204 21 / 0.75) !important;
}
.focus\:\!ring-yellow-400\/80:focus {
  --tw-ring-color: rgb(250 204 21 / 0.8) !important;
}
.focus\:\!ring-yellow-400\/85:focus {
  --tw-ring-color: rgb(250 204 21 / 0.85) !important;
}
.focus\:\!ring-yellow-400\/90:focus {
  --tw-ring-color: rgb(250 204 21 / 0.9) !important;
}
.focus\:\!ring-yellow-400\/95:focus {
  --tw-ring-color: rgb(250 204 21 / 0.95) !important;
}
.focus\:\!ring-zinc-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1)) !important;
}
.focus\:\!ring-zinc-400\/0:focus {
  --tw-ring-color: rgb(161 161 170 / 0) !important;
}
.focus\:\!ring-zinc-400\/10:focus {
  --tw-ring-color: rgb(161 161 170 / 0.1) !important;
}
.focus\:\!ring-zinc-400\/100:focus {
  --tw-ring-color: rgb(161 161 170 / 1) !important;
}
.focus\:\!ring-zinc-400\/15:focus {
  --tw-ring-color: rgb(161 161 170 / .15) !important;
}
.focus\:\!ring-zinc-400\/20:focus {
  --tw-ring-color: rgb(161 161 170 / 0.2) !important;
}
.focus\:\!ring-zinc-400\/25:focus {
  --tw-ring-color: rgb(161 161 170 / 0.25) !important;
}
.focus\:\!ring-zinc-400\/30:focus {
  --tw-ring-color: rgb(161 161 170 / 0.3) !important;
}
.focus\:\!ring-zinc-400\/35:focus {
  --tw-ring-color: rgb(161 161 170 / .35) !important;
}
.focus\:\!ring-zinc-400\/40:focus {
  --tw-ring-color: rgb(161 161 170 / 0.4) !important;
}
.focus\:\!ring-zinc-400\/45:focus {
  --tw-ring-color: rgb(161 161 170 / 0.45) !important;
}
.focus\:\!ring-zinc-400\/5:focus {
  --tw-ring-color: rgb(161 161 170 / 0.05) !important;
}
.focus\:\!ring-zinc-400\/50:focus {
  --tw-ring-color: rgb(161 161 170 / 0.5) !important;
}
.focus\:\!ring-zinc-400\/55:focus {
  --tw-ring-color: rgb(161 161 170 / 0.55) !important;
}
.focus\:\!ring-zinc-400\/60:focus {
  --tw-ring-color: rgb(161 161 170 / 0.6) !important;
}
.focus\:\!ring-zinc-400\/65:focus {
  --tw-ring-color: rgb(161 161 170 / 0.65) !important;
}
.focus\:\!ring-zinc-400\/70:focus {
  --tw-ring-color: rgb(161 161 170 / 0.7) !important;
}
.focus\:\!ring-zinc-400\/75:focus {
  --tw-ring-color: rgb(161 161 170 / 0.75) !important;
}
.focus\:\!ring-zinc-400\/80:focus {
  --tw-ring-color: rgb(161 161 170 / 0.8) !important;
}
.focus\:\!ring-zinc-400\/85:focus {
  --tw-ring-color: rgb(161 161 170 / 0.85) !important;
}
.focus\:\!ring-zinc-400\/90:focus {
  --tw-ring-color: rgb(161 161 170 / 0.9) !important;
}
.focus\:\!ring-zinc-400\/95:focus {
  --tw-ring-color: rgb(161 161 170 / 0.95) !important;
}
.focus\:ring-amber-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-400\/0:focus {
  --tw-ring-color: rgb(251 191 36 / 0);
}
.focus\:ring-amber-400\/10:focus {
  --tw-ring-color: rgb(251 191 36 / 0.1);
}
.focus\:ring-amber-400\/100:focus {
  --tw-ring-color: rgb(251 191 36 / 1);
}
.focus\:ring-amber-400\/15:focus {
  --tw-ring-color: rgb(251 191 36 / .15);
}
.focus\:ring-amber-400\/20:focus {
  --tw-ring-color: rgb(251 191 36 / 0.2);
}
.focus\:ring-amber-400\/25:focus {
  --tw-ring-color: rgb(251 191 36 / 0.25);
}
.focus\:ring-amber-400\/30:focus {
  --tw-ring-color: rgb(251 191 36 / 0.3);
}
.focus\:ring-amber-400\/35:focus {
  --tw-ring-color: rgb(251 191 36 / .35);
}
.focus\:ring-amber-400\/40:focus {
  --tw-ring-color: rgb(251 191 36 / 0.4);
}
.focus\:ring-amber-400\/45:focus {
  --tw-ring-color: rgb(251 191 36 / 0.45);
}
.focus\:ring-amber-400\/5:focus {
  --tw-ring-color: rgb(251 191 36 / 0.05);
}
.focus\:ring-amber-400\/50:focus {
  --tw-ring-color: rgb(251 191 36 / 0.5);
}
.focus\:ring-amber-400\/55:focus {
  --tw-ring-color: rgb(251 191 36 / 0.55);
}
.focus\:ring-amber-400\/60:focus {
  --tw-ring-color: rgb(251 191 36 / 0.6);
}
.focus\:ring-amber-400\/65:focus {
  --tw-ring-color: rgb(251 191 36 / 0.65);
}
.focus\:ring-amber-400\/70:focus {
  --tw-ring-color: rgb(251 191 36 / 0.7);
}
.focus\:ring-amber-400\/75:focus {
  --tw-ring-color: rgb(251 191 36 / 0.75);
}
.focus\:ring-amber-400\/80:focus {
  --tw-ring-color: rgb(251 191 36 / 0.8);
}
.focus\:ring-amber-400\/85:focus {
  --tw-ring-color: rgb(251 191 36 / 0.85);
}
.focus\:ring-amber-400\/90:focus {
  --tw-ring-color: rgb(251 191 36 / 0.9);
}
.focus\:ring-amber-400\/95:focus {
  --tw-ring-color: rgb(251 191 36 / 0.95);
}
.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-400\/0:focus {
  --tw-ring-color: rgb(96 165 250 / 0);
}
.focus\:ring-blue-400\/10:focus {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}
.focus\:ring-blue-400\/100:focus {
  --tw-ring-color: rgb(96 165 250 / 1);
}
.focus\:ring-blue-400\/15:focus {
  --tw-ring-color: rgb(96 165 250 / .15);
}
.focus\:ring-blue-400\/20:focus {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}
.focus\:ring-blue-400\/25:focus {
  --tw-ring-color: rgb(96 165 250 / 0.25);
}
.focus\:ring-blue-400\/30:focus {
  --tw-ring-color: rgb(96 165 250 / 0.3);
}
.focus\:ring-blue-400\/35:focus {
  --tw-ring-color: rgb(96 165 250 / .35);
}
.focus\:ring-blue-400\/40:focus {
  --tw-ring-color: rgb(96 165 250 / 0.4);
}
.focus\:ring-blue-400\/45:focus {
  --tw-ring-color: rgb(96 165 250 / 0.45);
}
.focus\:ring-blue-400\/5:focus {
  --tw-ring-color: rgb(96 165 250 / 0.05);
}
.focus\:ring-blue-400\/50:focus {
  --tw-ring-color: rgb(96 165 250 / 0.5);
}
.focus\:ring-blue-400\/55:focus {
  --tw-ring-color: rgb(96 165 250 / 0.55);
}
.focus\:ring-blue-400\/60:focus {
  --tw-ring-color: rgb(96 165 250 / 0.6);
}
.focus\:ring-blue-400\/65:focus {
  --tw-ring-color: rgb(96 165 250 / 0.65);
}
.focus\:ring-blue-400\/70:focus {
  --tw-ring-color: rgb(96 165 250 / 0.7);
}
.focus\:ring-blue-400\/75:focus {
  --tw-ring-color: rgb(96 165 250 / 0.75);
}
.focus\:ring-blue-400\/80:focus {
  --tw-ring-color: rgb(96 165 250 / 0.8);
}
.focus\:ring-blue-400\/85:focus {
  --tw-ring-color: rgb(96 165 250 / 0.85);
}
.focus\:ring-blue-400\/90:focus {
  --tw-ring-color: rgb(96 165 250 / 0.9);
}
.focus\:ring-blue-400\/95:focus {
  --tw-ring-color: rgb(96 165 250 / 0.95);
}
.focus\:ring-blueGray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blueGray-400\/0:focus {
  --tw-ring-color: rgb(148 163 184 / 0);
}
.focus\:ring-blueGray-400\/10:focus {
  --tw-ring-color: rgb(148 163 184 / 0.1);
}
.focus\:ring-blueGray-400\/100:focus {
  --tw-ring-color: rgb(148 163 184 / 1);
}
.focus\:ring-blueGray-400\/15:focus {
  --tw-ring-color: rgb(148 163 184 / .15);
}
.focus\:ring-blueGray-400\/20:focus {
  --tw-ring-color: rgb(148 163 184 / 0.2);
}
.focus\:ring-blueGray-400\/25:focus {
  --tw-ring-color: rgb(148 163 184 / 0.25);
}
.focus\:ring-blueGray-400\/30:focus {
  --tw-ring-color: rgb(148 163 184 / 0.3);
}
.focus\:ring-blueGray-400\/35:focus {
  --tw-ring-color: rgb(148 163 184 / .35);
}
.focus\:ring-blueGray-400\/40:focus {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}
.focus\:ring-blueGray-400\/45:focus {
  --tw-ring-color: rgb(148 163 184 / 0.45);
}
.focus\:ring-blueGray-400\/5:focus {
  --tw-ring-color: rgb(148 163 184 / 0.05);
}
.focus\:ring-blueGray-400\/50:focus {
  --tw-ring-color: rgb(148 163 184 / 0.5);
}
.focus\:ring-blueGray-400\/55:focus {
  --tw-ring-color: rgb(148 163 184 / 0.55);
}
.focus\:ring-blueGray-400\/60:focus {
  --tw-ring-color: rgb(148 163 184 / 0.6);
}
.focus\:ring-blueGray-400\/65:focus {
  --tw-ring-color: rgb(148 163 184 / 0.65);
}
.focus\:ring-blueGray-400\/70:focus {
  --tw-ring-color: rgb(148 163 184 / 0.7);
}
.focus\:ring-blueGray-400\/75:focus {
  --tw-ring-color: rgb(148 163 184 / 0.75);
}
.focus\:ring-blueGray-400\/80:focus {
  --tw-ring-color: rgb(148 163 184 / 0.8);
}
.focus\:ring-blueGray-400\/85:focus {
  --tw-ring-color: rgb(148 163 184 / 0.85);
}
.focus\:ring-blueGray-400\/90:focus {
  --tw-ring-color: rgb(148 163 184 / 0.9);
}
.focus\:ring-blueGray-400\/95:focus {
  --tw-ring-color: rgb(148 163 184 / 0.95);
}
.focus\:ring-brown-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 169 138 / var(--tw-ring-opacity, 1));
}
.focus\:ring-brown-400\/0:focus {
  --tw-ring-color: rgb(192 169 138 / 0);
}
.focus\:ring-brown-400\/10:focus {
  --tw-ring-color: rgb(192 169 138 / 0.1);
}
.focus\:ring-brown-400\/100:focus {
  --tw-ring-color: rgb(192 169 138 / 1);
}
.focus\:ring-brown-400\/15:focus {
  --tw-ring-color: rgb(192 169 138 / .15);
}
.focus\:ring-brown-400\/20:focus {
  --tw-ring-color: rgb(192 169 138 / 0.2);
}
.focus\:ring-brown-400\/25:focus {
  --tw-ring-color: rgb(192 169 138 / 0.25);
}
.focus\:ring-brown-400\/30:focus {
  --tw-ring-color: rgb(192 169 138 / 0.3);
}
.focus\:ring-brown-400\/35:focus {
  --tw-ring-color: rgb(192 169 138 / .35);
}
.focus\:ring-brown-400\/40:focus {
  --tw-ring-color: rgb(192 169 138 / 0.4);
}
.focus\:ring-brown-400\/45:focus {
  --tw-ring-color: rgb(192 169 138 / 0.45);
}
.focus\:ring-brown-400\/5:focus {
  --tw-ring-color: rgb(192 169 138 / 0.05);
}
.focus\:ring-brown-400\/50:focus {
  --tw-ring-color: rgb(192 169 138 / 0.5);
}
.focus\:ring-brown-400\/55:focus {
  --tw-ring-color: rgb(192 169 138 / 0.55);
}
.focus\:ring-brown-400\/60:focus {
  --tw-ring-color: rgb(192 169 138 / 0.6);
}
.focus\:ring-brown-400\/65:focus {
  --tw-ring-color: rgb(192 169 138 / 0.65);
}
.focus\:ring-brown-400\/70:focus {
  --tw-ring-color: rgb(192 169 138 / 0.7);
}
.focus\:ring-brown-400\/75:focus {
  --tw-ring-color: rgb(192 169 138 / 0.75);
}
.focus\:ring-brown-400\/80:focus {
  --tw-ring-color: rgb(192 169 138 / 0.8);
}
.focus\:ring-brown-400\/85:focus {
  --tw-ring-color: rgb(192 169 138 / 0.85);
}
.focus\:ring-brown-400\/90:focus {
  --tw-ring-color: rgb(192 169 138 / 0.9);
}
.focus\:ring-brown-400\/95:focus {
  --tw-ring-color: rgb(192 169 138 / 0.95);
}
.focus\:ring-cyan-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-400\/0:focus {
  --tw-ring-color: rgb(34 211 238 / 0);
}
.focus\:ring-cyan-400\/10:focus {
  --tw-ring-color: rgb(34 211 238 / 0.1);
}
.focus\:ring-cyan-400\/100:focus {
  --tw-ring-color: rgb(34 211 238 / 1);
}
.focus\:ring-cyan-400\/15:focus {
  --tw-ring-color: rgb(34 211 238 / .15);
}
.focus\:ring-cyan-400\/20:focus {
  --tw-ring-color: rgb(34 211 238 / 0.2);
}
.focus\:ring-cyan-400\/25:focus {
  --tw-ring-color: rgb(34 211 238 / 0.25);
}
.focus\:ring-cyan-400\/30:focus {
  --tw-ring-color: rgb(34 211 238 / 0.3);
}
.focus\:ring-cyan-400\/35:focus {
  --tw-ring-color: rgb(34 211 238 / .35);
}
.focus\:ring-cyan-400\/40:focus {
  --tw-ring-color: rgb(34 211 238 / 0.4);
}
.focus\:ring-cyan-400\/45:focus {
  --tw-ring-color: rgb(34 211 238 / 0.45);
}
.focus\:ring-cyan-400\/5:focus {
  --tw-ring-color: rgb(34 211 238 / 0.05);
}
.focus\:ring-cyan-400\/50:focus {
  --tw-ring-color: rgb(34 211 238 / 0.5);
}
.focus\:ring-cyan-400\/55:focus {
  --tw-ring-color: rgb(34 211 238 / 0.55);
}
.focus\:ring-cyan-400\/60:focus {
  --tw-ring-color: rgb(34 211 238 / 0.6);
}
.focus\:ring-cyan-400\/65:focus {
  --tw-ring-color: rgb(34 211 238 / 0.65);
}
.focus\:ring-cyan-400\/70:focus {
  --tw-ring-color: rgb(34 211 238 / 0.7);
}
.focus\:ring-cyan-400\/75:focus {
  --tw-ring-color: rgb(34 211 238 / 0.75);
}
.focus\:ring-cyan-400\/80:focus {
  --tw-ring-color: rgb(34 211 238 / 0.8);
}
.focus\:ring-cyan-400\/85:focus {
  --tw-ring-color: rgb(34 211 238 / 0.85);
}
.focus\:ring-cyan-400\/90:focus {
  --tw-ring-color: rgb(34 211 238 / 0.9);
}
.focus\:ring-cyan-400\/95:focus {
  --tw-ring-color: rgb(34 211 238 / 0.95);
}
.focus\:ring-emerald-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-400\/0:focus {
  --tw-ring-color: rgb(52 211 153 / 0);
}
.focus\:ring-emerald-400\/10:focus {
  --tw-ring-color: rgb(52 211 153 / 0.1);
}
.focus\:ring-emerald-400\/100:focus {
  --tw-ring-color: rgb(52 211 153 / 1);
}
.focus\:ring-emerald-400\/15:focus {
  --tw-ring-color: rgb(52 211 153 / .15);
}
.focus\:ring-emerald-400\/20:focus {
  --tw-ring-color: rgb(52 211 153 / 0.2);
}
.focus\:ring-emerald-400\/25:focus {
  --tw-ring-color: rgb(52 211 153 / 0.25);
}
.focus\:ring-emerald-400\/30:focus {
  --tw-ring-color: rgb(52 211 153 / 0.3);
}
.focus\:ring-emerald-400\/35:focus {
  --tw-ring-color: rgb(52 211 153 / .35);
}
.focus\:ring-emerald-400\/40:focus {
  --tw-ring-color: rgb(52 211 153 / 0.4);
}
.focus\:ring-emerald-400\/45:focus {
  --tw-ring-color: rgb(52 211 153 / 0.45);
}
.focus\:ring-emerald-400\/5:focus {
  --tw-ring-color: rgb(52 211 153 / 0.05);
}
.focus\:ring-emerald-400\/50:focus {
  --tw-ring-color: rgb(52 211 153 / 0.5);
}
.focus\:ring-emerald-400\/55:focus {
  --tw-ring-color: rgb(52 211 153 / 0.55);
}
.focus\:ring-emerald-400\/60:focus {
  --tw-ring-color: rgb(52 211 153 / 0.6);
}
.focus\:ring-emerald-400\/65:focus {
  --tw-ring-color: rgb(52 211 153 / 0.65);
}
.focus\:ring-emerald-400\/70:focus {
  --tw-ring-color: rgb(52 211 153 / 0.7);
}
.focus\:ring-emerald-400\/75:focus {
  --tw-ring-color: rgb(52 211 153 / 0.75);
}
.focus\:ring-emerald-400\/80:focus {
  --tw-ring-color: rgb(52 211 153 / 0.8);
}
.focus\:ring-emerald-400\/85:focus {
  --tw-ring-color: rgb(52 211 153 / 0.85);
}
.focus\:ring-emerald-400\/90:focus {
  --tw-ring-color: rgb(52 211 153 / 0.9);
}
.focus\:ring-emerald-400\/95:focus {
  --tw-ring-color: rgb(52 211 153 / 0.95);
}
.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-400\/0:focus {
  --tw-ring-color: rgb(232 121 249 / 0);
}
.focus\:ring-fuchsia-400\/10:focus {
  --tw-ring-color: rgb(232 121 249 / 0.1);
}
.focus\:ring-fuchsia-400\/100:focus {
  --tw-ring-color: rgb(232 121 249 / 1);
}
.focus\:ring-fuchsia-400\/15:focus {
  --tw-ring-color: rgb(232 121 249 / .15);
}
.focus\:ring-fuchsia-400\/20:focus {
  --tw-ring-color: rgb(232 121 249 / 0.2);
}
.focus\:ring-fuchsia-400\/25:focus {
  --tw-ring-color: rgb(232 121 249 / 0.25);
}
.focus\:ring-fuchsia-400\/30:focus {
  --tw-ring-color: rgb(232 121 249 / 0.3);
}
.focus\:ring-fuchsia-400\/35:focus {
  --tw-ring-color: rgb(232 121 249 / .35);
}
.focus\:ring-fuchsia-400\/40:focus {
  --tw-ring-color: rgb(232 121 249 / 0.4);
}
.focus\:ring-fuchsia-400\/45:focus {
  --tw-ring-color: rgb(232 121 249 / 0.45);
}
.focus\:ring-fuchsia-400\/5:focus {
  --tw-ring-color: rgb(232 121 249 / 0.05);
}
.focus\:ring-fuchsia-400\/50:focus {
  --tw-ring-color: rgb(232 121 249 / 0.5);
}
.focus\:ring-fuchsia-400\/55:focus {
  --tw-ring-color: rgb(232 121 249 / 0.55);
}
.focus\:ring-fuchsia-400\/60:focus {
  --tw-ring-color: rgb(232 121 249 / 0.6);
}
.focus\:ring-fuchsia-400\/65:focus {
  --tw-ring-color: rgb(232 121 249 / 0.65);
}
.focus\:ring-fuchsia-400\/70:focus {
  --tw-ring-color: rgb(232 121 249 / 0.7);
}
.focus\:ring-fuchsia-400\/75:focus {
  --tw-ring-color: rgb(232 121 249 / 0.75);
}
.focus\:ring-fuchsia-400\/80:focus {
  --tw-ring-color: rgb(232 121 249 / 0.8);
}
.focus\:ring-fuchsia-400\/85:focus {
  --tw-ring-color: rgb(232 121 249 / 0.85);
}
.focus\:ring-fuchsia-400\/90:focus {
  --tw-ring-color: rgb(232 121 249 / 0.9);
}
.focus\:ring-fuchsia-400\/95:focus {
  --tw-ring-color: rgb(232 121 249 / 0.95);
}
.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-400\/0:focus {
  --tw-ring-color: rgb(156 163 175 / 0);
}
.focus\:ring-gray-400\/10:focus {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}
.focus\:ring-gray-400\/100:focus {
  --tw-ring-color: rgb(156 163 175 / 1);
}
.focus\:ring-gray-400\/15:focus {
  --tw-ring-color: rgb(156 163 175 / .15);
}
.focus\:ring-gray-400\/20:focus {
  --tw-ring-color: rgb(156 163 175 / 0.2);
}
.focus\:ring-gray-400\/25:focus {
  --tw-ring-color: rgb(156 163 175 / 0.25);
}
.focus\:ring-gray-400\/30:focus {
  --tw-ring-color: rgb(156 163 175 / 0.3);
}
.focus\:ring-gray-400\/35:focus {
  --tw-ring-color: rgb(156 163 175 / .35);
}
.focus\:ring-gray-400\/40:focus {
  --tw-ring-color: rgb(156 163 175 / 0.4);
}
.focus\:ring-gray-400\/45:focus {
  --tw-ring-color: rgb(156 163 175 / 0.45);
}
.focus\:ring-gray-400\/5:focus {
  --tw-ring-color: rgb(156 163 175 / 0.05);
}
.focus\:ring-gray-400\/50:focus {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}
.focus\:ring-gray-400\/55:focus {
  --tw-ring-color: rgb(156 163 175 / 0.55);
}
.focus\:ring-gray-400\/60:focus {
  --tw-ring-color: rgb(156 163 175 / 0.6);
}
.focus\:ring-gray-400\/65:focus {
  --tw-ring-color: rgb(156 163 175 / 0.65);
}
.focus\:ring-gray-400\/70:focus {
  --tw-ring-color: rgb(156 163 175 / 0.7);
}
.focus\:ring-gray-400\/75:focus {
  --tw-ring-color: rgb(156 163 175 / 0.75);
}
.focus\:ring-gray-400\/80:focus {
  --tw-ring-color: rgb(156 163 175 / 0.8);
}
.focus\:ring-gray-400\/85:focus {
  --tw-ring-color: rgb(156 163 175 / 0.85);
}
.focus\:ring-gray-400\/90:focus {
  --tw-ring-color: rgb(156 163 175 / 0.9);
}
.focus\:ring-gray-400\/95:focus {
  --tw-ring-color: rgb(156 163 175 / 0.95);
}
.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-400\/0:focus {
  --tw-ring-color: rgb(74 222 128 / 0);
}
.focus\:ring-green-400\/10:focus {
  --tw-ring-color: rgb(74 222 128 / 0.1);
}
.focus\:ring-green-400\/100:focus {
  --tw-ring-color: rgb(74 222 128 / 1);
}
.focus\:ring-green-400\/15:focus {
  --tw-ring-color: rgb(74 222 128 / .15);
}
.focus\:ring-green-400\/20:focus {
  --tw-ring-color: rgb(74 222 128 / 0.2);
}
.focus\:ring-green-400\/25:focus {
  --tw-ring-color: rgb(74 222 128 / 0.25);
}
.focus\:ring-green-400\/30:focus {
  --tw-ring-color: rgb(74 222 128 / 0.3);
}
.focus\:ring-green-400\/35:focus {
  --tw-ring-color: rgb(74 222 128 / .35);
}
.focus\:ring-green-400\/40:focus {
  --tw-ring-color: rgb(74 222 128 / 0.4);
}
.focus\:ring-green-400\/45:focus {
  --tw-ring-color: rgb(74 222 128 / 0.45);
}
.focus\:ring-green-400\/5:focus {
  --tw-ring-color: rgb(74 222 128 / 0.05);
}
.focus\:ring-green-400\/50:focus {
  --tw-ring-color: rgb(74 222 128 / 0.5);
}
.focus\:ring-green-400\/55:focus {
  --tw-ring-color: rgb(74 222 128 / 0.55);
}
.focus\:ring-green-400\/60:focus {
  --tw-ring-color: rgb(74 222 128 / 0.6);
}
.focus\:ring-green-400\/65:focus {
  --tw-ring-color: rgb(74 222 128 / 0.65);
}
.focus\:ring-green-400\/70:focus {
  --tw-ring-color: rgb(74 222 128 / 0.7);
}
.focus\:ring-green-400\/75:focus {
  --tw-ring-color: rgb(74 222 128 / 0.75);
}
.focus\:ring-green-400\/80:focus {
  --tw-ring-color: rgb(74 222 128 / 0.8);
}
.focus\:ring-green-400\/85:focus {
  --tw-ring-color: rgb(74 222 128 / 0.85);
}
.focus\:ring-green-400\/90:focus {
  --tw-ring-color: rgb(74 222 128 / 0.9);
}
.focus\:ring-green-400\/95:focus {
  --tw-ring-color: rgb(74 222 128 / 0.95);
}
.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-400\/0:focus {
  --tw-ring-color: rgb(129 140 248 / 0);
}
.focus\:ring-indigo-400\/10:focus {
  --tw-ring-color: rgb(129 140 248 / 0.1);
}
.focus\:ring-indigo-400\/100:focus {
  --tw-ring-color: rgb(129 140 248 / 1);
}
.focus\:ring-indigo-400\/15:focus {
  --tw-ring-color: rgb(129 140 248 / .15);
}
.focus\:ring-indigo-400\/20:focus {
  --tw-ring-color: rgb(129 140 248 / 0.2);
}
.focus\:ring-indigo-400\/25:focus {
  --tw-ring-color: rgb(129 140 248 / 0.25);
}
.focus\:ring-indigo-400\/30:focus {
  --tw-ring-color: rgb(129 140 248 / 0.3);
}
.focus\:ring-indigo-400\/35:focus {
  --tw-ring-color: rgb(129 140 248 / .35);
}
.focus\:ring-indigo-400\/40:focus {
  --tw-ring-color: rgb(129 140 248 / 0.4);
}
.focus\:ring-indigo-400\/45:focus {
  --tw-ring-color: rgb(129 140 248 / 0.45);
}
.focus\:ring-indigo-400\/5:focus {
  --tw-ring-color: rgb(129 140 248 / 0.05);
}
.focus\:ring-indigo-400\/50:focus {
  --tw-ring-color: rgb(129 140 248 / 0.5);
}
.focus\:ring-indigo-400\/55:focus {
  --tw-ring-color: rgb(129 140 248 / 0.55);
}
.focus\:ring-indigo-400\/60:focus {
  --tw-ring-color: rgb(129 140 248 / 0.6);
}
.focus\:ring-indigo-400\/65:focus {
  --tw-ring-color: rgb(129 140 248 / 0.65);
}
.focus\:ring-indigo-400\/70:focus {
  --tw-ring-color: rgb(129 140 248 / 0.7);
}
.focus\:ring-indigo-400\/75:focus {
  --tw-ring-color: rgb(129 140 248 / 0.75);
}
.focus\:ring-indigo-400\/80:focus {
  --tw-ring-color: rgb(129 140 248 / 0.8);
}
.focus\:ring-indigo-400\/85:focus {
  --tw-ring-color: rgb(129 140 248 / 0.85);
}
.focus\:ring-indigo-400\/90:focus {
  --tw-ring-color: rgb(129 140 248 / 0.9);
}
.focus\:ring-indigo-400\/95:focus {
  --tw-ring-color: rgb(129 140 248 / 0.95);
}
.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-400\/0:focus {
  --tw-ring-color: rgb(163 230 53 / 0);
}
.focus\:ring-lime-400\/10:focus {
  --tw-ring-color: rgb(163 230 53 / 0.1);
}
.focus\:ring-lime-400\/100:focus {
  --tw-ring-color: rgb(163 230 53 / 1);
}
.focus\:ring-lime-400\/15:focus {
  --tw-ring-color: rgb(163 230 53 / .15);
}
.focus\:ring-lime-400\/20:focus {
  --tw-ring-color: rgb(163 230 53 / 0.2);
}
.focus\:ring-lime-400\/25:focus {
  --tw-ring-color: rgb(163 230 53 / 0.25);
}
.focus\:ring-lime-400\/30:focus {
  --tw-ring-color: rgb(163 230 53 / 0.3);
}
.focus\:ring-lime-400\/35:focus {
  --tw-ring-color: rgb(163 230 53 / .35);
}
.focus\:ring-lime-400\/40:focus {
  --tw-ring-color: rgb(163 230 53 / 0.4);
}
.focus\:ring-lime-400\/45:focus {
  --tw-ring-color: rgb(163 230 53 / 0.45);
}
.focus\:ring-lime-400\/5:focus {
  --tw-ring-color: rgb(163 230 53 / 0.05);
}
.focus\:ring-lime-400\/50:focus {
  --tw-ring-color: rgb(163 230 53 / 0.5);
}
.focus\:ring-lime-400\/55:focus {
  --tw-ring-color: rgb(163 230 53 / 0.55);
}
.focus\:ring-lime-400\/60:focus {
  --tw-ring-color: rgb(163 230 53 / 0.6);
}
.focus\:ring-lime-400\/65:focus {
  --tw-ring-color: rgb(163 230 53 / 0.65);
}
.focus\:ring-lime-400\/70:focus {
  --tw-ring-color: rgb(163 230 53 / 0.7);
}
.focus\:ring-lime-400\/75:focus {
  --tw-ring-color: rgb(163 230 53 / 0.75);
}
.focus\:ring-lime-400\/80:focus {
  --tw-ring-color: rgb(163 230 53 / 0.8);
}
.focus\:ring-lime-400\/85:focus {
  --tw-ring-color: rgb(163 230 53 / 0.85);
}
.focus\:ring-lime-400\/90:focus {
  --tw-ring-color: rgb(163 230 53 / 0.9);
}
.focus\:ring-lime-400\/95:focus {
  --tw-ring-color: rgb(163 230 53 / 0.95);
}
.focus\:ring-neutral-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-400\/0:focus {
  --tw-ring-color: rgb(163 163 163 / 0);
}
.focus\:ring-neutral-400\/10:focus {
  --tw-ring-color: rgb(163 163 163 / 0.1);
}
.focus\:ring-neutral-400\/100:focus {
  --tw-ring-color: rgb(163 163 163 / 1);
}
.focus\:ring-neutral-400\/15:focus {
  --tw-ring-color: rgb(163 163 163 / .15);
}
.focus\:ring-neutral-400\/20:focus {
  --tw-ring-color: rgb(163 163 163 / 0.2);
}
.focus\:ring-neutral-400\/25:focus {
  --tw-ring-color: rgb(163 163 163 / 0.25);
}
.focus\:ring-neutral-400\/30:focus {
  --tw-ring-color: rgb(163 163 163 / 0.3);
}
.focus\:ring-neutral-400\/35:focus {
  --tw-ring-color: rgb(163 163 163 / .35);
}
.focus\:ring-neutral-400\/40:focus {
  --tw-ring-color: rgb(163 163 163 / 0.4);
}
.focus\:ring-neutral-400\/45:focus {
  --tw-ring-color: rgb(163 163 163 / 0.45);
}
.focus\:ring-neutral-400\/5:focus {
  --tw-ring-color: rgb(163 163 163 / 0.05);
}
.focus\:ring-neutral-400\/50:focus {
  --tw-ring-color: rgb(163 163 163 / 0.5);
}
.focus\:ring-neutral-400\/55:focus {
  --tw-ring-color: rgb(163 163 163 / 0.55);
}
.focus\:ring-neutral-400\/60:focus {
  --tw-ring-color: rgb(163 163 163 / 0.6);
}
.focus\:ring-neutral-400\/65:focus {
  --tw-ring-color: rgb(163 163 163 / 0.65);
}
.focus\:ring-neutral-400\/70:focus {
  --tw-ring-color: rgb(163 163 163 / 0.7);
}
.focus\:ring-neutral-400\/75:focus {
  --tw-ring-color: rgb(163 163 163 / 0.75);
}
.focus\:ring-neutral-400\/80:focus {
  --tw-ring-color: rgb(163 163 163 / 0.8);
}
.focus\:ring-neutral-400\/85:focus {
  --tw-ring-color: rgb(163 163 163 / 0.85);
}
.focus\:ring-neutral-400\/90:focus {
  --tw-ring-color: rgb(163 163 163 / 0.9);
}
.focus\:ring-neutral-400\/95:focus {
  --tw-ring-color: rgb(163 163 163 / 0.95);
}
.focus\:ring-olive-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 180 60 / var(--tw-ring-opacity, 1));
}
.focus\:ring-olive-400\/0:focus {
  --tw-ring-color: rgb(168 180 60 / 0);
}
.focus\:ring-olive-400\/10:focus {
  --tw-ring-color: rgb(168 180 60 / 0.1);
}
.focus\:ring-olive-400\/100:focus {
  --tw-ring-color: rgb(168 180 60 / 1);
}
.focus\:ring-olive-400\/15:focus {
  --tw-ring-color: rgb(168 180 60 / .15);
}
.focus\:ring-olive-400\/20:focus {
  --tw-ring-color: rgb(168 180 60 / 0.2);
}
.focus\:ring-olive-400\/25:focus {
  --tw-ring-color: rgb(168 180 60 / 0.25);
}
.focus\:ring-olive-400\/30:focus {
  --tw-ring-color: rgb(168 180 60 / 0.3);
}
.focus\:ring-olive-400\/35:focus {
  --tw-ring-color: rgb(168 180 60 / .35);
}
.focus\:ring-olive-400\/40:focus {
  --tw-ring-color: rgb(168 180 60 / 0.4);
}
.focus\:ring-olive-400\/45:focus {
  --tw-ring-color: rgb(168 180 60 / 0.45);
}
.focus\:ring-olive-400\/5:focus {
  --tw-ring-color: rgb(168 180 60 / 0.05);
}
.focus\:ring-olive-400\/50:focus {
  --tw-ring-color: rgb(168 180 60 / 0.5);
}
.focus\:ring-olive-400\/55:focus {
  --tw-ring-color: rgb(168 180 60 / 0.55);
}
.focus\:ring-olive-400\/60:focus {
  --tw-ring-color: rgb(168 180 60 / 0.6);
}
.focus\:ring-olive-400\/65:focus {
  --tw-ring-color: rgb(168 180 60 / 0.65);
}
.focus\:ring-olive-400\/70:focus {
  --tw-ring-color: rgb(168 180 60 / 0.7);
}
.focus\:ring-olive-400\/75:focus {
  --tw-ring-color: rgb(168 180 60 / 0.75);
}
.focus\:ring-olive-400\/80:focus {
  --tw-ring-color: rgb(168 180 60 / 0.8);
}
.focus\:ring-olive-400\/85:focus {
  --tw-ring-color: rgb(168 180 60 / 0.85);
}
.focus\:ring-olive-400\/90:focus {
  --tw-ring-color: rgb(168 180 60 / 0.9);
}
.focus\:ring-olive-400\/95:focus {
  --tw-ring-color: rgb(168 180 60 / 0.95);
}
.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-400\/0:focus {
  --tw-ring-color: rgb(251 146 60 / 0);
}
.focus\:ring-orange-400\/10:focus {
  --tw-ring-color: rgb(251 146 60 / 0.1);
}
.focus\:ring-orange-400\/100:focus {
  --tw-ring-color: rgb(251 146 60 / 1);
}
.focus\:ring-orange-400\/15:focus {
  --tw-ring-color: rgb(251 146 60 / .15);
}
.focus\:ring-orange-400\/20:focus {
  --tw-ring-color: rgb(251 146 60 / 0.2);
}
.focus\:ring-orange-400\/25:focus {
  --tw-ring-color: rgb(251 146 60 / 0.25);
}
.focus\:ring-orange-400\/30:focus {
  --tw-ring-color: rgb(251 146 60 / 0.3);
}
.focus\:ring-orange-400\/35:focus {
  --tw-ring-color: rgb(251 146 60 / .35);
}
.focus\:ring-orange-400\/40:focus {
  --tw-ring-color: rgb(251 146 60 / 0.4);
}
.focus\:ring-orange-400\/45:focus {
  --tw-ring-color: rgb(251 146 60 / 0.45);
}
.focus\:ring-orange-400\/5:focus {
  --tw-ring-color: rgb(251 146 60 / 0.05);
}
.focus\:ring-orange-400\/50:focus {
  --tw-ring-color: rgb(251 146 60 / 0.5);
}
.focus\:ring-orange-400\/55:focus {
  --tw-ring-color: rgb(251 146 60 / 0.55);
}
.focus\:ring-orange-400\/60:focus {
  --tw-ring-color: rgb(251 146 60 / 0.6);
}
.focus\:ring-orange-400\/65:focus {
  --tw-ring-color: rgb(251 146 60 / 0.65);
}
.focus\:ring-orange-400\/70:focus {
  --tw-ring-color: rgb(251 146 60 / 0.7);
}
.focus\:ring-orange-400\/75:focus {
  --tw-ring-color: rgb(251 146 60 / 0.75);
}
.focus\:ring-orange-400\/80:focus {
  --tw-ring-color: rgb(251 146 60 / 0.8);
}
.focus\:ring-orange-400\/85:focus {
  --tw-ring-color: rgb(251 146 60 / 0.85);
}
.focus\:ring-orange-400\/90:focus {
  --tw-ring-color: rgb(251 146 60 / 0.9);
}
.focus\:ring-orange-400\/95:focus {
  --tw-ring-color: rgb(251 146 60 / 0.95);
}
.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-400\/0:focus {
  --tw-ring-color: rgb(244 114 182 / 0);
}
.focus\:ring-pink-400\/10:focus {
  --tw-ring-color: rgb(244 114 182 / 0.1);
}
.focus\:ring-pink-400\/100:focus {
  --tw-ring-color: rgb(244 114 182 / 1);
}
.focus\:ring-pink-400\/15:focus {
  --tw-ring-color: rgb(244 114 182 / .15);
}
.focus\:ring-pink-400\/20:focus {
  --tw-ring-color: rgb(244 114 182 / 0.2);
}
.focus\:ring-pink-400\/25:focus {
  --tw-ring-color: rgb(244 114 182 / 0.25);
}
.focus\:ring-pink-400\/30:focus {
  --tw-ring-color: rgb(244 114 182 / 0.3);
}
.focus\:ring-pink-400\/35:focus {
  --tw-ring-color: rgb(244 114 182 / .35);
}
.focus\:ring-pink-400\/40:focus {
  --tw-ring-color: rgb(244 114 182 / 0.4);
}
.focus\:ring-pink-400\/45:focus {
  --tw-ring-color: rgb(244 114 182 / 0.45);
}
.focus\:ring-pink-400\/5:focus {
  --tw-ring-color: rgb(244 114 182 / 0.05);
}
.focus\:ring-pink-400\/50:focus {
  --tw-ring-color: rgb(244 114 182 / 0.5);
}
.focus\:ring-pink-400\/55:focus {
  --tw-ring-color: rgb(244 114 182 / 0.55);
}
.focus\:ring-pink-400\/60:focus {
  --tw-ring-color: rgb(244 114 182 / 0.6);
}
.focus\:ring-pink-400\/65:focus {
  --tw-ring-color: rgb(244 114 182 / 0.65);
}
.focus\:ring-pink-400\/70:focus {
  --tw-ring-color: rgb(244 114 182 / 0.7);
}
.focus\:ring-pink-400\/75:focus {
  --tw-ring-color: rgb(244 114 182 / 0.75);
}
.focus\:ring-pink-400\/80:focus {
  --tw-ring-color: rgb(244 114 182 / 0.8);
}
.focus\:ring-pink-400\/85:focus {
  --tw-ring-color: rgb(244 114 182 / 0.85);
}
.focus\:ring-pink-400\/90:focus {
  --tw-ring-color: rgb(244 114 182 / 0.9);
}
.focus\:ring-pink-400\/95:focus {
  --tw-ring-color: rgb(244 114 182 / 0.95);
}
.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-400\/0:focus {
  --tw-ring-color: rgb(192 132 252 / 0);
}
.focus\:ring-purple-400\/10:focus {
  --tw-ring-color: rgb(192 132 252 / 0.1);
}
.focus\:ring-purple-400\/100:focus {
  --tw-ring-color: rgb(192 132 252 / 1);
}
.focus\:ring-purple-400\/15:focus {
  --tw-ring-color: rgb(192 132 252 / .15);
}
.focus\:ring-purple-400\/20:focus {
  --tw-ring-color: rgb(192 132 252 / 0.2);
}
.focus\:ring-purple-400\/25:focus {
  --tw-ring-color: rgb(192 132 252 / 0.25);
}
.focus\:ring-purple-400\/30:focus {
  --tw-ring-color: rgb(192 132 252 / 0.3);
}
.focus\:ring-purple-400\/35:focus {
  --tw-ring-color: rgb(192 132 252 / .35);
}
.focus\:ring-purple-400\/40:focus {
  --tw-ring-color: rgb(192 132 252 / 0.4);
}
.focus\:ring-purple-400\/45:focus {
  --tw-ring-color: rgb(192 132 252 / 0.45);
}
.focus\:ring-purple-400\/5:focus {
  --tw-ring-color: rgb(192 132 252 / 0.05);
}
.focus\:ring-purple-400\/50:focus {
  --tw-ring-color: rgb(192 132 252 / 0.5);
}
.focus\:ring-purple-400\/55:focus {
  --tw-ring-color: rgb(192 132 252 / 0.55);
}
.focus\:ring-purple-400\/60:focus {
  --tw-ring-color: rgb(192 132 252 / 0.6);
}
.focus\:ring-purple-400\/65:focus {
  --tw-ring-color: rgb(192 132 252 / 0.65);
}
.focus\:ring-purple-400\/70:focus {
  --tw-ring-color: rgb(192 132 252 / 0.7);
}
.focus\:ring-purple-400\/75:focus {
  --tw-ring-color: rgb(192 132 252 / 0.75);
}
.focus\:ring-purple-400\/80:focus {
  --tw-ring-color: rgb(192 132 252 / 0.8);
}
.focus\:ring-purple-400\/85:focus {
  --tw-ring-color: rgb(192 132 252 / 0.85);
}
.focus\:ring-purple-400\/90:focus {
  --tw-ring-color: rgb(192 132 252 / 0.9);
}
.focus\:ring-purple-400\/95:focus {
  --tw-ring-color: rgb(192 132 252 / 0.95);
}
.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-400\/0:focus {
  --tw-ring-color: rgb(248 113 113 / 0);
}
.focus\:ring-red-400\/10:focus {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}
.focus\:ring-red-400\/100:focus {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.focus\:ring-red-400\/15:focus {
  --tw-ring-color: rgb(248 113 113 / .15);
}
.focus\:ring-red-400\/20:focus {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}
.focus\:ring-red-400\/25:focus {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}
.focus\:ring-red-400\/30:focus {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}
.focus\:ring-red-400\/35:focus {
  --tw-ring-color: rgb(248 113 113 / .35);
}
.focus\:ring-red-400\/40:focus {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}
.focus\:ring-red-400\/45:focus {
  --tw-ring-color: rgb(248 113 113 / 0.45);
}
.focus\:ring-red-400\/5:focus {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}
.focus\:ring-red-400\/50:focus {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.focus\:ring-red-400\/55:focus {
  --tw-ring-color: rgb(248 113 113 / 0.55);
}
.focus\:ring-red-400\/60:focus {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}
.focus\:ring-red-400\/65:focus {
  --tw-ring-color: rgb(248 113 113 / 0.65);
}
.focus\:ring-red-400\/70:focus {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}
.focus\:ring-red-400\/75:focus {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}
.focus\:ring-red-400\/80:focus {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}
.focus\:ring-red-400\/85:focus {
  --tw-ring-color: rgb(248 113 113 / 0.85);
}
.focus\:ring-red-400\/90:focus {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}
.focus\:ring-red-400\/95:focus {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}
.focus\:ring-rose-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-400\/0:focus {
  --tw-ring-color: rgb(251 113 133 / 0);
}
.focus\:ring-rose-400\/10:focus {
  --tw-ring-color: rgb(251 113 133 / 0.1);
}
.focus\:ring-rose-400\/100:focus {
  --tw-ring-color: rgb(251 113 133 / 1);
}
.focus\:ring-rose-400\/15:focus {
  --tw-ring-color: rgb(251 113 133 / .15);
}
.focus\:ring-rose-400\/20:focus {
  --tw-ring-color: rgb(251 113 133 / 0.2);
}
.focus\:ring-rose-400\/25:focus {
  --tw-ring-color: rgb(251 113 133 / 0.25);
}
.focus\:ring-rose-400\/30:focus {
  --tw-ring-color: rgb(251 113 133 / 0.3);
}
.focus\:ring-rose-400\/35:focus {
  --tw-ring-color: rgb(251 113 133 / .35);
}
.focus\:ring-rose-400\/40:focus {
  --tw-ring-color: rgb(251 113 133 / 0.4);
}
.focus\:ring-rose-400\/45:focus {
  --tw-ring-color: rgb(251 113 133 / 0.45);
}
.focus\:ring-rose-400\/5:focus {
  --tw-ring-color: rgb(251 113 133 / 0.05);
}
.focus\:ring-rose-400\/50:focus {
  --tw-ring-color: rgb(251 113 133 / 0.5);
}
.focus\:ring-rose-400\/55:focus {
  --tw-ring-color: rgb(251 113 133 / 0.55);
}
.focus\:ring-rose-400\/60:focus {
  --tw-ring-color: rgb(251 113 133 / 0.6);
}
.focus\:ring-rose-400\/65:focus {
  --tw-ring-color: rgb(251 113 133 / 0.65);
}
.focus\:ring-rose-400\/70:focus {
  --tw-ring-color: rgb(251 113 133 / 0.7);
}
.focus\:ring-rose-400\/75:focus {
  --tw-ring-color: rgb(251 113 133 / 0.75);
}
.focus\:ring-rose-400\/80:focus {
  --tw-ring-color: rgb(251 113 133 / 0.8);
}
.focus\:ring-rose-400\/85:focus {
  --tw-ring-color: rgb(251 113 133 / 0.85);
}
.focus\:ring-rose-400\/90:focus {
  --tw-ring-color: rgb(251 113 133 / 0.9);
}
.focus\:ring-rose-400\/95:focus {
  --tw-ring-color: rgb(251 113 133 / 0.95);
}
.focus\:ring-sky-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / 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-400\/0:focus {
  --tw-ring-color: rgb(56 189 248 / 0);
}
.focus\:ring-sky-400\/10:focus {
  --tw-ring-color: rgb(56 189 248 / 0.1);
}
.focus\:ring-sky-400\/100:focus {
  --tw-ring-color: rgb(56 189 248 / 1);
}
.focus\:ring-sky-400\/15:focus {
  --tw-ring-color: rgb(56 189 248 / .15);
}
.focus\:ring-sky-400\/20:focus {
  --tw-ring-color: rgb(56 189 248 / 0.2);
}
.focus\:ring-sky-400\/25:focus {
  --tw-ring-color: rgb(56 189 248 / 0.25);
}
.focus\:ring-sky-400\/30:focus {
  --tw-ring-color: rgb(56 189 248 / 0.3);
}
.focus\:ring-sky-400\/35:focus {
  --tw-ring-color: rgb(56 189 248 / .35);
}
.focus\:ring-sky-400\/40:focus {
  --tw-ring-color: rgb(56 189 248 / 0.4);
}
.focus\:ring-sky-400\/45:focus {
  --tw-ring-color: rgb(56 189 248 / 0.45);
}
.focus\:ring-sky-400\/5:focus {
  --tw-ring-color: rgb(56 189 248 / 0.05);
}
.focus\:ring-sky-400\/50:focus {
  --tw-ring-color: rgb(56 189 248 / 0.5);
}
.focus\:ring-sky-400\/55:focus {
  --tw-ring-color: rgb(56 189 248 / 0.55);
}
.focus\:ring-sky-400\/60:focus {
  --tw-ring-color: rgb(56 189 248 / 0.6);
}
.focus\:ring-sky-400\/65:focus {
  --tw-ring-color: rgb(56 189 248 / 0.65);
}
.focus\:ring-sky-400\/70:focus {
  --tw-ring-color: rgb(56 189 248 / 0.7);
}
.focus\:ring-sky-400\/75:focus {
  --tw-ring-color: rgb(56 189 248 / 0.75);
}
.focus\:ring-sky-400\/80:focus {
  --tw-ring-color: rgb(56 189 248 / 0.8);
}
.focus\:ring-sky-400\/85:focus {
  --tw-ring-color: rgb(56 189 248 / 0.85);
}
.focus\:ring-sky-400\/90:focus {
  --tw-ring-color: rgb(56 189 248 / 0.9);
}
.focus\:ring-sky-400\/95:focus {
  --tw-ring-color: rgb(56 189 248 / 0.95);
}
.focus\:ring-slate-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-400\/0:focus {
  --tw-ring-color: rgb(148 163 184 / 0);
}
.focus\:ring-slate-400\/10:focus {
  --tw-ring-color: rgb(148 163 184 / 0.1);
}
.focus\:ring-slate-400\/100:focus {
  --tw-ring-color: rgb(148 163 184 / 1);
}
.focus\:ring-slate-400\/15:focus {
  --tw-ring-color: rgb(148 163 184 / .15);
}
.focus\:ring-slate-400\/20:focus {
  --tw-ring-color: rgb(148 163 184 / 0.2);
}
.focus\:ring-slate-400\/25:focus {
  --tw-ring-color: rgb(148 163 184 / 0.25);
}
.focus\:ring-slate-400\/30:focus {
  --tw-ring-color: rgb(148 163 184 / 0.3);
}
.focus\:ring-slate-400\/35:focus {
  --tw-ring-color: rgb(148 163 184 / .35);
}
.focus\:ring-slate-400\/40:focus {
  --tw-ring-color: rgb(148 163 184 / 0.4);
}
.focus\:ring-slate-400\/45:focus {
  --tw-ring-color: rgb(148 163 184 / 0.45);
}
.focus\:ring-slate-400\/5:focus {
  --tw-ring-color: rgb(148 163 184 / 0.05);
}
.focus\:ring-slate-400\/50:focus {
  --tw-ring-color: rgb(148 163 184 / 0.5);
}
.focus\:ring-slate-400\/55:focus {
  --tw-ring-color: rgb(148 163 184 / 0.55);
}
.focus\:ring-slate-400\/60:focus {
  --tw-ring-color: rgb(148 163 184 / 0.6);
}
.focus\:ring-slate-400\/65:focus {
  --tw-ring-color: rgb(148 163 184 / 0.65);
}
.focus\:ring-slate-400\/70:focus {
  --tw-ring-color: rgb(148 163 184 / 0.7);
}
.focus\:ring-slate-400\/75:focus {
  --tw-ring-color: rgb(148 163 184 / 0.75);
}
.focus\:ring-slate-400\/80:focus {
  --tw-ring-color: rgb(148 163 184 / 0.8);
}
.focus\:ring-slate-400\/85:focus {
  --tw-ring-color: rgb(148 163 184 / 0.85);
}
.focus\:ring-slate-400\/90:focus {
  --tw-ring-color: rgb(148 163 184 / 0.9);
}
.focus\:ring-slate-400\/95:focus {
  --tw-ring-color: rgb(148 163 184 / 0.95);
}
.focus\:ring-stone-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-400\/0:focus {
  --tw-ring-color: rgb(168 162 158 / 0);
}
.focus\:ring-stone-400\/10:focus {
  --tw-ring-color: rgb(168 162 158 / 0.1);
}
.focus\:ring-stone-400\/100:focus {
  --tw-ring-color: rgb(168 162 158 / 1);
}
.focus\:ring-stone-400\/15:focus {
  --tw-ring-color: rgb(168 162 158 / .15);
}
.focus\:ring-stone-400\/20:focus {
  --tw-ring-color: rgb(168 162 158 / 0.2);
}
.focus\:ring-stone-400\/25:focus {
  --tw-ring-color: rgb(168 162 158 / 0.25);
}
.focus\:ring-stone-400\/30:focus {
  --tw-ring-color: rgb(168 162 158 / 0.3);
}
.focus\:ring-stone-400\/35:focus {
  --tw-ring-color: rgb(168 162 158 / .35);
}
.focus\:ring-stone-400\/40:focus {
  --tw-ring-color: rgb(168 162 158 / 0.4);
}
.focus\:ring-stone-400\/45:focus {
  --tw-ring-color: rgb(168 162 158 / 0.45);
}
.focus\:ring-stone-400\/5:focus {
  --tw-ring-color: rgb(168 162 158 / 0.05);
}
.focus\:ring-stone-400\/50:focus {
  --tw-ring-color: rgb(168 162 158 / 0.5);
}
.focus\:ring-stone-400\/55:focus {
  --tw-ring-color: rgb(168 162 158 / 0.55);
}
.focus\:ring-stone-400\/60:focus {
  --tw-ring-color: rgb(168 162 158 / 0.6);
}
.focus\:ring-stone-400\/65:focus {
  --tw-ring-color: rgb(168 162 158 / 0.65);
}
.focus\:ring-stone-400\/70:focus {
  --tw-ring-color: rgb(168 162 158 / 0.7);
}
.focus\:ring-stone-400\/75:focus {
  --tw-ring-color: rgb(168 162 158 / 0.75);
}
.focus\:ring-stone-400\/80:focus {
  --tw-ring-color: rgb(168 162 158 / 0.8);
}
.focus\:ring-stone-400\/85:focus {
  --tw-ring-color: rgb(168 162 158 / 0.85);
}
.focus\:ring-stone-400\/90:focus {
  --tw-ring-color: rgb(168 162 158 / 0.9);
}
.focus\:ring-stone-400\/95:focus {
  --tw-ring-color: rgb(168 162 158 / 0.95);
}
.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-400\/0:focus {
  --tw-ring-color: rgb(45 212 191 / 0);
}
.focus\:ring-teal-400\/10:focus {
  --tw-ring-color: rgb(45 212 191 / 0.1);
}
.focus\:ring-teal-400\/100:focus {
  --tw-ring-color: rgb(45 212 191 / 1);
}
.focus\:ring-teal-400\/15:focus {
  --tw-ring-color: rgb(45 212 191 / .15);
}
.focus\:ring-teal-400\/20:focus {
  --tw-ring-color: rgb(45 212 191 / 0.2);
}
.focus\:ring-teal-400\/25:focus {
  --tw-ring-color: rgb(45 212 191 / 0.25);
}
.focus\:ring-teal-400\/30:focus {
  --tw-ring-color: rgb(45 212 191 / 0.3);
}
.focus\:ring-teal-400\/35:focus {
  --tw-ring-color: rgb(45 212 191 / .35);
}
.focus\:ring-teal-400\/40:focus {
  --tw-ring-color: rgb(45 212 191 / 0.4);
}
.focus\:ring-teal-400\/45:focus {
  --tw-ring-color: rgb(45 212 191 / 0.45);
}
.focus\:ring-teal-400\/5:focus {
  --tw-ring-color: rgb(45 212 191 / 0.05);
}
.focus\:ring-teal-400\/50:focus {
  --tw-ring-color: rgb(45 212 191 / 0.5);
}
.focus\:ring-teal-400\/55:focus {
  --tw-ring-color: rgb(45 212 191 / 0.55);
}
.focus\:ring-teal-400\/60:focus {
  --tw-ring-color: rgb(45 212 191 / 0.6);
}
.focus\:ring-teal-400\/65:focus {
  --tw-ring-color: rgb(45 212 191 / 0.65);
}
.focus\:ring-teal-400\/70:focus {
  --tw-ring-color: rgb(45 212 191 / 0.7);
}
.focus\:ring-teal-400\/75:focus {
  --tw-ring-color: rgb(45 212 191 / 0.75);
}
.focus\:ring-teal-400\/80:focus {
  --tw-ring-color: rgb(45 212 191 / 0.8);
}
.focus\:ring-teal-400\/85:focus {
  --tw-ring-color: rgb(45 212 191 / 0.85);
}
.focus\:ring-teal-400\/90:focus {
  --tw-ring-color: rgb(45 212 191 / 0.9);
}
.focus\:ring-teal-400\/95:focus {
  --tw-ring-color: rgb(45 212 191 / 0.95);
}
.focus\:ring-violet-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-400\/0:focus {
  --tw-ring-color: rgb(167 139 250 / 0);
}
.focus\:ring-violet-400\/10:focus {
  --tw-ring-color: rgb(167 139 250 / 0.1);
}
.focus\:ring-violet-400\/100:focus {
  --tw-ring-color: rgb(167 139 250 / 1);
}
.focus\:ring-violet-400\/15:focus {
  --tw-ring-color: rgb(167 139 250 / .15);
}
.focus\:ring-violet-400\/20:focus {
  --tw-ring-color: rgb(167 139 250 / 0.2);
}
.focus\:ring-violet-400\/25:focus {
  --tw-ring-color: rgb(167 139 250 / 0.25);
}
.focus\:ring-violet-400\/30:focus {
  --tw-ring-color: rgb(167 139 250 / 0.3);
}
.focus\:ring-violet-400\/35:focus {
  --tw-ring-color: rgb(167 139 250 / .35);
}
.focus\:ring-violet-400\/40:focus {
  --tw-ring-color: rgb(167 139 250 / 0.4);
}
.focus\:ring-violet-400\/45:focus {
  --tw-ring-color: rgb(167 139 250 / 0.45);
}
.focus\:ring-violet-400\/5:focus {
  --tw-ring-color: rgb(167 139 250 / 0.05);
}
.focus\:ring-violet-400\/50:focus {
  --tw-ring-color: rgb(167 139 250 / 0.5);
}
.focus\:ring-violet-400\/55:focus {
  --tw-ring-color: rgb(167 139 250 / 0.55);
}
.focus\:ring-violet-400\/60:focus {
  --tw-ring-color: rgb(167 139 250 / 0.6);
}
.focus\:ring-violet-400\/65:focus {
  --tw-ring-color: rgb(167 139 250 / 0.65);
}
.focus\:ring-violet-400\/70:focus {
  --tw-ring-color: rgb(167 139 250 / 0.7);
}
.focus\:ring-violet-400\/75:focus {
  --tw-ring-color: rgb(167 139 250 / 0.75);
}
.focus\:ring-violet-400\/80:focus {
  --tw-ring-color: rgb(167 139 250 / 0.8);
}
.focus\:ring-violet-400\/85:focus {
  --tw-ring-color: rgb(167 139 250 / 0.85);
}
.focus\:ring-violet-400\/90:focus {
  --tw-ring-color: rgb(167 139 250 / 0.9);
}
.focus\:ring-violet-400\/95:focus {
  --tw-ring-color: rgb(167 139 250 / 0.95);
}
.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-400\/0:focus {
  --tw-ring-color: rgb(250 204 21 / 0);
}
.focus\:ring-yellow-400\/10:focus {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}
.focus\:ring-yellow-400\/100:focus {
  --tw-ring-color: rgb(250 204 21 / 1);
}
.focus\:ring-yellow-400\/15:focus {
  --tw-ring-color: rgb(250 204 21 / .15);
}
.focus\:ring-yellow-400\/20:focus {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}
.focus\:ring-yellow-400\/25:focus {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}
.focus\:ring-yellow-400\/30:focus {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}
.focus\:ring-yellow-400\/35:focus {
  --tw-ring-color: rgb(250 204 21 / .35);
}
.focus\:ring-yellow-400\/40:focus {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}
.focus\:ring-yellow-400\/45:focus {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}
.focus\:ring-yellow-400\/5:focus {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}
.focus\:ring-yellow-400\/50:focus {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}
.focus\:ring-yellow-400\/55:focus {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}
.focus\:ring-yellow-400\/60:focus {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}
.focus\:ring-yellow-400\/65:focus {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}
.focus\:ring-yellow-400\/70:focus {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}
.focus\:ring-yellow-400\/75:focus {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}
.focus\:ring-yellow-400\/80:focus {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}
.focus\:ring-yellow-400\/85:focus {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}
.focus\:ring-yellow-400\/90:focus {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}
.focus\:ring-yellow-400\/95:focus {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}
.focus\:ring-zinc-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-400\/0:focus {
  --tw-ring-color: rgb(161 161 170 / 0);
}
.focus\:ring-zinc-400\/10:focus {
  --tw-ring-color: rgb(161 161 170 / 0.1);
}
.focus\:ring-zinc-400\/100:focus {
  --tw-ring-color: rgb(161 161 170 / 1);
}
.focus\:ring-zinc-400\/15:focus {
  --tw-ring-color: rgb(161 161 170 / .15);
}
.focus\:ring-zinc-400\/20:focus {
  --tw-ring-color: rgb(161 161 170 / 0.2);
}
.focus\:ring-zinc-400\/25:focus {
  --tw-ring-color: rgb(161 161 170 / 0.25);
}
.focus\:ring-zinc-400\/30:focus {
  --tw-ring-color: rgb(161 161 170 / 0.3);
}
.focus\:ring-zinc-400\/35:focus {
  --tw-ring-color: rgb(161 161 170 / .35);
}
.focus\:ring-zinc-400\/40:focus {
  --tw-ring-color: rgb(161 161 170 / 0.4);
}
.focus\:ring-zinc-400\/45:focus {
  --tw-ring-color: rgb(161 161 170 / 0.45);
}
.focus\:ring-zinc-400\/5:focus {
  --tw-ring-color: rgb(161 161 170 / 0.05);
}
.focus\:ring-zinc-400\/50:focus {
  --tw-ring-color: rgb(161 161 170 / 0.5);
}
.focus\:ring-zinc-400\/55:focus {
  --tw-ring-color: rgb(161 161 170 / 0.55);
}
.focus\:ring-zinc-400\/60:focus {
  --tw-ring-color: rgb(161 161 170 / 0.6);
}
.focus\:ring-zinc-400\/65:focus {
  --tw-ring-color: rgb(161 161 170 / 0.65);
}
.focus\:ring-zinc-400\/70:focus {
  --tw-ring-color: rgb(161 161 170 / 0.7);
}
.focus\:ring-zinc-400\/75:focus {
  --tw-ring-color: rgb(161 161 170 / 0.75);
}
.focus\:ring-zinc-400\/80:focus {
  --tw-ring-color: rgb(161 161 170 / 0.8);
}
.focus\:ring-zinc-400\/85:focus {
  --tw-ring-color: rgb(161 161 170 / 0.85);
}
.focus\:ring-zinc-400\/90:focus {
  --tw-ring-color: rgb(161 161 170 / 0.9);
}
.focus\:ring-zinc-400\/95:focus {
  --tw-ring-color: rgb(161 161 170 / 0.95);
}
.focus\:transition:focus {
  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;
}
.focus\:duration-500:focus {
  transition-duration: 500ms;
}
.focus\:ease-in-out:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:bg-accent-sky-surfaceSecondary:active {
  background-color: var(--accent-sky-surfaceSecondary);
}
.active\:bg-black\/\[\.15\]:active {
  background-color: rgb(0 0 0 / .15);
}
.active\:bg-fill-tertiary:active {
  background-color: var(--fill-tertiary);
}
.active\:bg-orange-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary:active {
  background-color: var(--background-primary);
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border:disabled {
  border-width: 1px;
}
.disabled\:border-secondary:disabled {
  border-color: var(--border-secondary);
}
.disabled\:bg-fill-quaternary:disabled {
  background-color: var(--fill-quaternary);
}
.disabled\:bg-transparent:disabled {
  background-color: transparent;
}
.disabled\:text-label-tertiary:disabled {
  color: var(--label-tertiary);
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.disabled\:placeholder\:text-label-tertiary:disabled::-moz-placeholder {
  color: var(--label-tertiary);
}
.disabled\:placeholder\:text-label-tertiary:disabled::placeholder {
  color: var(--label-tertiary);
}
.group:focus-within .group-focus-within\:\!text-accent-amber-dark {
  color: var(--accent-amber-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-amber-onSurface {
  color: var(--accent-amber-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-amber-primary {
  color: var(--accent-amber-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-amber-secondary {
  color: var(--accent-amber-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-amber-surfacePrimary {
  color: var(--accent-amber-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-amber-surfaceSecondary {
  color: var(--accent-amber-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-amber-tertiary {
  color: var(--accent-amber-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-blue-dark {
  color: var(--accent-blue-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-blue-onSurface {
  color: var(--accent-blue-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-blue-primary {
  color: var(--accent-blue-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-blue-secondary {
  color: var(--accent-blue-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-blue-surfacePrimary {
  color: var(--accent-blue-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-blue-surfaceSecondary {
  color: var(--accent-blue-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-blue-tertiary {
  color: var(--accent-blue-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-brown-dark {
  color: var(--accent-brown-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-brown-onSurface {
  color: var(--accent-brown-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-brown-primary {
  color: var(--accent-brown-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-brown-secondary {
  color: var(--accent-brown-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-brown-surfacePrimary {
  color: var(--accent-brown-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-brown-surfaceSecondary {
  color: var(--accent-brown-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-brown-tertiary {
  color: var(--accent-brown-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-cyan-dark {
  color: var(--accent-cyan-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-cyan-onSurface {
  color: var(--accent-cyan-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-cyan-primary {
  color: var(--accent-cyan-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-cyan-secondary {
  color: var(--accent-cyan-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-cyan-surfacePrimary {
  color: var(--accent-cyan-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-cyan-surfaceSecondary {
  color: var(--accent-cyan-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-cyan-tertiary {
  color: var(--accent-cyan-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-emerald-dark {
  color: var(--accent-emerald-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-emerald-onSurface {
  color: var(--accent-emerald-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-emerald-primary {
  color: var(--accent-emerald-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-emerald-secondary {
  color: var(--accent-emerald-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-emerald-surfacePrimary {
  color: var(--accent-emerald-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-emerald-surfaceSecondary {
  color: var(--accent-emerald-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-emerald-tertiary {
  color: var(--accent-emerald-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-fuchsia-dark {
  color: var(--accent-fuchsia-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-fuchsia-onSurface {
  color: var(--accent-fuchsia-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-fuchsia-primary {
  color: var(--accent-fuchsia-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-fuchsia-secondary {
  color: var(--accent-fuchsia-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-fuchsia-surfacePrimary {
  color: var(--accent-fuchsia-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-fuchsia-surfaceSecondary {
  color: var(--accent-fuchsia-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-fuchsia-tertiary {
  color: var(--accent-fuchsia-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-gray-dark {
  color: var(--accent-gray-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-gray-onSurface {
  color: var(--accent-gray-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-gray-primary {
  color: var(--accent-gray-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-gray-secondary {
  color: var(--accent-gray-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-gray-surfacePrimary {
  color: var(--accent-gray-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-gray-surfaceSecondary {
  color: var(--accent-gray-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-gray-tertiary {
  color: var(--accent-gray-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-green-dark {
  color: var(--accent-green-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-green-onSurface {
  color: var(--accent-green-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-green-primary {
  color: var(--accent-green-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-green-secondary {
  color: var(--accent-green-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-green-surfacePrimary {
  color: var(--accent-green-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-green-surfaceSecondary {
  color: var(--accent-green-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-green-tertiary {
  color: var(--accent-green-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-indigo-dark {
  color: var(--accent-indigo-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-indigo-onSurface {
  color: var(--accent-indigo-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-indigo-primary {
  color: var(--accent-indigo-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-indigo-secondary {
  color: var(--accent-indigo-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-indigo-surfacePrimary {
  color: var(--accent-indigo-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-indigo-surfaceSecondary {
  color: var(--accent-indigo-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-indigo-tertiary {
  color: var(--accent-indigo-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-lime-dark {
  color: var(--accent-lime-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-lime-onSurface {
  color: var(--accent-lime-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-lime-primary {
  color: var(--accent-lime-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-lime-secondary {
  color: var(--accent-lime-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-lime-surfacePrimary {
  color: var(--accent-lime-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-lime-surfaceSecondary {
  color: var(--accent-lime-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-lime-tertiary {
  color: var(--accent-lime-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-olive-dark {
  color: var(--accent-olive-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-olive-onSurface {
  color: var(--accent-olive-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-olive-primary {
  color: var(--accent-olive-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-olive-secondary {
  color: var(--accent-olive-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-olive-surfacePrimary {
  color: var(--accent-olive-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-olive-surfaceSecondary {
  color: var(--accent-olive-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-olive-tertiary {
  color: var(--accent-olive-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-orange-dark {
  color: var(--accent-orange-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-orange-onSurface {
  color: var(--accent-orange-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-orange-primary {
  color: var(--accent-orange-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-orange-secondary {
  color: var(--accent-orange-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-orange-surfacePrimary {
  color: var(--accent-orange-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-orange-surfaceSecondary {
  color: var(--accent-orange-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-orange-tertiary {
  color: var(--accent-orange-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-pink-dark {
  color: var(--accent-pink-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-pink-onSurface {
  color: var(--accent-pink-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-pink-primary {
  color: var(--accent-pink-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-pink-secondary {
  color: var(--accent-pink-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-pink-surfacePrimary {
  color: var(--accent-pink-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-pink-surfaceSecondary {
  color: var(--accent-pink-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-pink-tertiary {
  color: var(--accent-pink-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-purple-dark {
  color: var(--accent-purple-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-purple-onSurface {
  color: var(--accent-purple-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-purple-primary {
  color: var(--accent-purple-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-purple-secondary {
  color: var(--accent-purple-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-purple-surfacePrimary {
  color: var(--accent-purple-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-purple-surfaceSecondary {
  color: var(--accent-purple-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-purple-tertiary {
  color: var(--accent-purple-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-red-dark {
  color: var(--accent-red-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-red-onSurface {
  color: var(--accent-red-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-red-primary {
  color: var(--accent-red-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-red-secondary {
  color: var(--accent-red-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-red-surfacePrimary {
  color: var(--accent-red-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-red-surfaceSecondary {
  color: var(--accent-red-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-red-tertiary {
  color: var(--accent-red-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-rose-dark {
  color: var(--accent-rose-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-rose-onSurface {
  color: var(--accent-rose-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-rose-primary {
  color: var(--accent-rose-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-rose-secondary {
  color: var(--accent-rose-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-rose-surfacePrimary {
  color: var(--accent-rose-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-rose-surfaceSecondary {
  color: var(--accent-rose-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-rose-tertiary {
  color: var(--accent-rose-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-sky-dark {
  color: var(--accent-sky-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-sky-onSurface {
  color: var(--accent-sky-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-sky-primary {
  color: var(--accent-sky-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-sky-secondary {
  color: var(--accent-sky-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-sky-surfacePrimary {
  color: var(--accent-sky-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-sky-surfaceSecondary {
  color: var(--accent-sky-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-sky-tertiary {
  color: var(--accent-sky-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-teal-dark {
  color: var(--accent-teal-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-teal-onSurface {
  color: var(--accent-teal-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-teal-primary {
  color: var(--accent-teal-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-teal-secondary {
  color: var(--accent-teal-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-teal-surfacePrimary {
  color: var(--accent-teal-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-teal-surfaceSecondary {
  color: var(--accent-teal-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-teal-tertiary {
  color: var(--accent-teal-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-violet-dark {
  color: var(--accent-violet-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-violet-onSurface {
  color: var(--accent-violet-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-violet-primary {
  color: var(--accent-violet-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-violet-secondary {
  color: var(--accent-violet-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-violet-surfacePrimary {
  color: var(--accent-violet-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-violet-surfaceSecondary {
  color: var(--accent-violet-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-violet-tertiary {
  color: var(--accent-violet-tertiary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-yellow-dark {
  color: var(--accent-yellow-dark) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-yellow-onSurface {
  color: var(--accent-yellow-onSurface) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-yellow-primary {
  color: var(--accent-yellow-primary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-yellow-secondary {
  color: var(--accent-yellow-secondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-yellow-surfacePrimary {
  color: var(--accent-yellow-surfacePrimary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-yellow-surfaceSecondary {
  color: var(--accent-yellow-surfaceSecondary) !important;
}
.group:focus-within .group-focus-within\:\!text-accent-yellow-tertiary {
  color: var(--accent-yellow-tertiary) !important;
}
.group:focus-within .group-focus-within\:text-accent-amber-dark {
  color: var(--accent-amber-dark);
}
.group:focus-within .group-focus-within\:text-accent-amber-onSurface {
  color: var(--accent-amber-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-amber-primary {
  color: var(--accent-amber-primary);
}
.group:focus-within .group-focus-within\:text-accent-amber-secondary {
  color: var(--accent-amber-secondary);
}
.group:focus-within .group-focus-within\:text-accent-amber-surfacePrimary {
  color: var(--accent-amber-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-amber-surfaceSecondary {
  color: var(--accent-amber-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-amber-tertiary {
  color: var(--accent-amber-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-blue-dark {
  color: var(--accent-blue-dark);
}
.group:focus-within .group-focus-within\:text-accent-blue-onSurface {
  color: var(--accent-blue-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-blue-primary {
  color: var(--accent-blue-primary);
}
.group:focus-within .group-focus-within\:text-accent-blue-secondary {
  color: var(--accent-blue-secondary);
}
.group:focus-within .group-focus-within\:text-accent-blue-surfacePrimary {
  color: var(--accent-blue-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-blue-surfaceSecondary {
  color: var(--accent-blue-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-blue-tertiary {
  color: var(--accent-blue-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-brown-dark {
  color: var(--accent-brown-dark);
}
.group:focus-within .group-focus-within\:text-accent-brown-onSurface {
  color: var(--accent-brown-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-brown-primary {
  color: var(--accent-brown-primary);
}
.group:focus-within .group-focus-within\:text-accent-brown-secondary {
  color: var(--accent-brown-secondary);
}
.group:focus-within .group-focus-within\:text-accent-brown-surfacePrimary {
  color: var(--accent-brown-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-brown-surfaceSecondary {
  color: var(--accent-brown-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-brown-tertiary {
  color: var(--accent-brown-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-cyan-dark {
  color: var(--accent-cyan-dark);
}
.group:focus-within .group-focus-within\:text-accent-cyan-onSurface {
  color: var(--accent-cyan-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-cyan-primary {
  color: var(--accent-cyan-primary);
}
.group:focus-within .group-focus-within\:text-accent-cyan-secondary {
  color: var(--accent-cyan-secondary);
}
.group:focus-within .group-focus-within\:text-accent-cyan-surfacePrimary {
  color: var(--accent-cyan-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-cyan-surfaceSecondary {
  color: var(--accent-cyan-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-cyan-tertiary {
  color: var(--accent-cyan-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-emerald-dark {
  color: var(--accent-emerald-dark);
}
.group:focus-within .group-focus-within\:text-accent-emerald-onSurface {
  color: var(--accent-emerald-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-emerald-primary {
  color: var(--accent-emerald-primary);
}
.group:focus-within .group-focus-within\:text-accent-emerald-secondary {
  color: var(--accent-emerald-secondary);
}
.group:focus-within .group-focus-within\:text-accent-emerald-surfacePrimary {
  color: var(--accent-emerald-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-emerald-surfaceSecondary {
  color: var(--accent-emerald-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-emerald-tertiary {
  color: var(--accent-emerald-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-fuchsia-dark {
  color: var(--accent-fuchsia-dark);
}
.group:focus-within .group-focus-within\:text-accent-fuchsia-onSurface {
  color: var(--accent-fuchsia-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-fuchsia-primary {
  color: var(--accent-fuchsia-primary);
}
.group:focus-within .group-focus-within\:text-accent-fuchsia-secondary {
  color: var(--accent-fuchsia-secondary);
}
.group:focus-within .group-focus-within\:text-accent-fuchsia-surfacePrimary {
  color: var(--accent-fuchsia-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-fuchsia-surfaceSecondary {
  color: var(--accent-fuchsia-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-fuchsia-tertiary {
  color: var(--accent-fuchsia-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-gray-dark {
  color: var(--accent-gray-dark);
}
.group:focus-within .group-focus-within\:text-accent-gray-onSurface {
  color: var(--accent-gray-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-gray-primary {
  color: var(--accent-gray-primary);
}
.group:focus-within .group-focus-within\:text-accent-gray-secondary {
  color: var(--accent-gray-secondary);
}
.group:focus-within .group-focus-within\:text-accent-gray-surfacePrimary {
  color: var(--accent-gray-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-gray-surfaceSecondary {
  color: var(--accent-gray-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-gray-tertiary {
  color: var(--accent-gray-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-green-dark {
  color: var(--accent-green-dark);
}
.group:focus-within .group-focus-within\:text-accent-green-onSurface {
  color: var(--accent-green-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-green-primary {
  color: var(--accent-green-primary);
}
.group:focus-within .group-focus-within\:text-accent-green-secondary {
  color: var(--accent-green-secondary);
}
.group:focus-within .group-focus-within\:text-accent-green-surfacePrimary {
  color: var(--accent-green-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-green-surfaceSecondary {
  color: var(--accent-green-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-green-tertiary {
  color: var(--accent-green-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-indigo-dark {
  color: var(--accent-indigo-dark);
}
.group:focus-within .group-focus-within\:text-accent-indigo-onSurface {
  color: var(--accent-indigo-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-indigo-primary {
  color: var(--accent-indigo-primary);
}
.group:focus-within .group-focus-within\:text-accent-indigo-secondary {
  color: var(--accent-indigo-secondary);
}
.group:focus-within .group-focus-within\:text-accent-indigo-surfacePrimary {
  color: var(--accent-indigo-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-indigo-surfaceSecondary {
  color: var(--accent-indigo-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-indigo-tertiary {
  color: var(--accent-indigo-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-lime-dark {
  color: var(--accent-lime-dark);
}
.group:focus-within .group-focus-within\:text-accent-lime-onSurface {
  color: var(--accent-lime-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-lime-primary {
  color: var(--accent-lime-primary);
}
.group:focus-within .group-focus-within\:text-accent-lime-secondary {
  color: var(--accent-lime-secondary);
}
.group:focus-within .group-focus-within\:text-accent-lime-surfacePrimary {
  color: var(--accent-lime-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-lime-surfaceSecondary {
  color: var(--accent-lime-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-lime-tertiary {
  color: var(--accent-lime-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-olive-dark {
  color: var(--accent-olive-dark);
}
.group:focus-within .group-focus-within\:text-accent-olive-onSurface {
  color: var(--accent-olive-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-olive-primary {
  color: var(--accent-olive-primary);
}
.group:focus-within .group-focus-within\:text-accent-olive-secondary {
  color: var(--accent-olive-secondary);
}
.group:focus-within .group-focus-within\:text-accent-olive-surfacePrimary {
  color: var(--accent-olive-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-olive-surfaceSecondary {
  color: var(--accent-olive-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-olive-tertiary {
  color: var(--accent-olive-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-orange-dark {
  color: var(--accent-orange-dark);
}
.group:focus-within .group-focus-within\:text-accent-orange-onSurface {
  color: var(--accent-orange-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-orange-primary {
  color: var(--accent-orange-primary);
}
.group:focus-within .group-focus-within\:text-accent-orange-secondary {
  color: var(--accent-orange-secondary);
}
.group:focus-within .group-focus-within\:text-accent-orange-surfacePrimary {
  color: var(--accent-orange-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-orange-surfaceSecondary {
  color: var(--accent-orange-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-orange-tertiary {
  color: var(--accent-orange-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-pink-dark {
  color: var(--accent-pink-dark);
}
.group:focus-within .group-focus-within\:text-accent-pink-onSurface {
  color: var(--accent-pink-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-pink-primary {
  color: var(--accent-pink-primary);
}
.group:focus-within .group-focus-within\:text-accent-pink-secondary {
  color: var(--accent-pink-secondary);
}
.group:focus-within .group-focus-within\:text-accent-pink-surfacePrimary {
  color: var(--accent-pink-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-pink-surfaceSecondary {
  color: var(--accent-pink-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-pink-tertiary {
  color: var(--accent-pink-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-purple-dark {
  color: var(--accent-purple-dark);
}
.group:focus-within .group-focus-within\:text-accent-purple-onSurface {
  color: var(--accent-purple-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-purple-primary {
  color: var(--accent-purple-primary);
}
.group:focus-within .group-focus-within\:text-accent-purple-secondary {
  color: var(--accent-purple-secondary);
}
.group:focus-within .group-focus-within\:text-accent-purple-surfacePrimary {
  color: var(--accent-purple-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-purple-surfaceSecondary {
  color: var(--accent-purple-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-purple-tertiary {
  color: var(--accent-purple-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-red-dark {
  color: var(--accent-red-dark);
}
.group:focus-within .group-focus-within\:text-accent-red-onSurface {
  color: var(--accent-red-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-red-primary {
  color: var(--accent-red-primary);
}
.group:focus-within .group-focus-within\:text-accent-red-secondary {
  color: var(--accent-red-secondary);
}
.group:focus-within .group-focus-within\:text-accent-red-surfacePrimary {
  color: var(--accent-red-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-red-surfaceSecondary {
  color: var(--accent-red-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-red-tertiary {
  color: var(--accent-red-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-rose-dark {
  color: var(--accent-rose-dark);
}
.group:focus-within .group-focus-within\:text-accent-rose-onSurface {
  color: var(--accent-rose-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-rose-primary {
  color: var(--accent-rose-primary);
}
.group:focus-within .group-focus-within\:text-accent-rose-secondary {
  color: var(--accent-rose-secondary);
}
.group:focus-within .group-focus-within\:text-accent-rose-surfacePrimary {
  color: var(--accent-rose-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-rose-surfaceSecondary {
  color: var(--accent-rose-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-rose-tertiary {
  color: var(--accent-rose-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-sky-dark {
  color: var(--accent-sky-dark);
}
.group:focus-within .group-focus-within\:text-accent-sky-onSurface {
  color: var(--accent-sky-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-sky-primary {
  color: var(--accent-sky-primary);
}
.group:focus-within .group-focus-within\:text-accent-sky-secondary {
  color: var(--accent-sky-secondary);
}
.group:focus-within .group-focus-within\:text-accent-sky-surfacePrimary {
  color: var(--accent-sky-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-sky-surfaceSecondary {
  color: var(--accent-sky-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-sky-tertiary {
  color: var(--accent-sky-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-teal-dark {
  color: var(--accent-teal-dark);
}
.group:focus-within .group-focus-within\:text-accent-teal-onSurface {
  color: var(--accent-teal-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-teal-primary {
  color: var(--accent-teal-primary);
}
.group:focus-within .group-focus-within\:text-accent-teal-secondary {
  color: var(--accent-teal-secondary);
}
.group:focus-within .group-focus-within\:text-accent-teal-surfacePrimary {
  color: var(--accent-teal-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-teal-surfaceSecondary {
  color: var(--accent-teal-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-teal-tertiary {
  color: var(--accent-teal-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-violet-dark {
  color: var(--accent-violet-dark);
}
.group:focus-within .group-focus-within\:text-accent-violet-onSurface {
  color: var(--accent-violet-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-violet-primary {
  color: var(--accent-violet-primary);
}
.group:focus-within .group-focus-within\:text-accent-violet-secondary {
  color: var(--accent-violet-secondary);
}
.group:focus-within .group-focus-within\:text-accent-violet-surfacePrimary {
  color: var(--accent-violet-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-violet-surfaceSecondary {
  color: var(--accent-violet-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-violet-tertiary {
  color: var(--accent-violet-tertiary);
}
.group:focus-within .group-focus-within\:text-accent-yellow-dark {
  color: var(--accent-yellow-dark);
}
.group:focus-within .group-focus-within\:text-accent-yellow-onSurface {
  color: var(--accent-yellow-onSurface);
}
.group:focus-within .group-focus-within\:text-accent-yellow-primary {
  color: var(--accent-yellow-primary);
}
.group:focus-within .group-focus-within\:text-accent-yellow-secondary {
  color: var(--accent-yellow-secondary);
}
.group:focus-within .group-focus-within\:text-accent-yellow-surfacePrimary {
  color: var(--accent-yellow-surfacePrimary);
}
.group:focus-within .group-focus-within\:text-accent-yellow-surfaceSecondary {
  color: var(--accent-yellow-surfaceSecondary);
}
.group:focus-within .group-focus-within\:text-accent-yellow-tertiary {
  color: var(--accent-yellow-tertiary);
}
.group:hover .group-hover\:pointer-events-none {
  pointer-events: none;
}
.group\/comment:hover .group-hover\/comment\:pointer-events-auto {
  pointer-events: auto;
}
.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}
.group\/widget:hover .group-hover\/widget\:visible {
  visibility: visible;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group\/comment:hover .group-hover\/comment\:-top-6 {
  top: -1.5rem;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:bg-fill-secondary {
  background-color: var(--fill-secondary);
}
.group:hover .group-hover\:bg-fill-tertiary {
  background-color: var(--fill-tertiary);
}
.group:hover .group-hover\:bg-primary {
  background-color: var(--background-primary);
}
.group:hover .group-hover\:text-label-primary {
  color: var(--label-primary);
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group\/comment:hover .group-hover\/comment\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:ring-fill-tertiary {
  --tw-ring-color: var(--fill-tertiary);
}
.group:disabled .group-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.group:disabled .group-disabled\:opacity-50 {
  opacity: 0.5;
}
.group.is-editing .group-\[\.is-editing\]\:pointer-events-none {
  pointer-events: none;
}
.group.selected .group-\[\.selected\]\:visible {
  visibility: visible;
}
.group.is-editing .group-\[\.is-editing\]\:\!invisible {
  visibility: hidden !important;
}
.group.is-editing .group-\[\.is-editing\]\:invisible {
  visibility: hidden;
}
.group.is-editing .group-\[\.is-editing\]\:\!flex {
  display: flex !important;
}
.group.is-editing:not(.is-adding) .group-\[\.is-editing\:not\(\.is-adding\)\]\:h-\[calc\(72px\+24px\)\] {
  height: calc(72px + 24px);
}
.group.is-editing:not(.is-adding) .group-\[\.is-editing\:not\(\.is-adding\)\]\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes wiggle {

  0%, 100% {
    transform: rotate(-0.3deg);
  }

  50% {
    transform: rotate(0.3deg);
  }
}
.group.is-editing .group-\[\.is-editing\]\:animate-wiggle {
  animation: wiggle 400ms ease-in-out infinite;
}
.group.is-editing .group-\[\.is-editing\]\:cursor-grab {
  cursor: grab;
}
.group.is-editing .group-\[\.is-editing\]\:\!overflow-y-hidden {
  overflow-y: hidden !important;
}
.group.is-editing:not(.is-adding) .group-\[\.is-editing\:not\(\.is-adding\)\]\:opacity-100 {
  opacity: 1;
}
.group.is-editing .group-\[\.is-editing\]\:opacity-0 {
  opacity: 0;
}
.group.is-editing .group-\[\.is-editing\]\:shadow-md {
  --tw-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03), 0px 7px 25px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color), 0px 7px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer:checked ~ .peer-checked\:visible {
  visibility: visible;
}
.peer:checked ~ .peer-checked\:flex {
  display: flex;
}
.peer:checked ~ .peer-checked\:border-2 {
  border-width: 2px;
}
.peer:checked ~ .peer-checked\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-accent-sky-tertiary {
  background-color: var(--accent-sky-tertiary);
}
.peer:checked ~ .peer-checked\:text-label-secondary {
  color: var(--label-secondary);
}
.peer:checked ~ .peer-checked\:line-through {
  text-decoration-line: line-through;
}
.peer:checked ~ .peer-checked\:shadow-radio {
  --tw-shadow: 0px 0px 0px 2px var(--accent-sky-primary), inset 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color), inset 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer\/topics:empty ~ .peer-empty\/topics\:block {
  display: block;
}
.peer:empty ~ .peer-empty\:block {
  display: block;
}
.peer:empty ~ .peer-empty\:flex {
  display: flex;
}
.peer:empty ~ .peer-empty\:hidden {
  display: none;
}
.has-\[\:disabled\]\:hidden:has(:disabled) {
  display: none;
}
@container (min-width: 350px) {

  .\@\[350px\]\:block {
    display: block;
  }

  .\@\[350px\]\:hidden {
    display: none;
  }

  .\@\[350px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dark\:border-primary:is(.dark *) {
  border-color: var(--border-primary);
}
.dark\:bg-neutral-600\/25:is(.dark *) {
  background-color: rgb(82 82 82 / 0.25);
}
.dark\:bg-secondary:is(.dark *) {
  background-color: var(--background-secondary);
}
.dark\:bg-opacity-50:is(.dark *) {
  --tw-bg-opacity: 0.5;
}
@media (min-width: 640px) {

  .sm\:bottom-8 {
    bottom: 2rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:max-w-\[calc\(100\%-52px\)\] {
    max-width: calc(100% - 52px);
  }

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

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

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

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

  .sm\:self-auto {
    align-self: auto;
  }

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

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

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

  .md\:-mt-\[3\.75vw\] {
    margin-top: -3.75vw;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-\[calc\(100\%-32px\)\] {
    height: calc(100% - 32px);
  }

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

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:overflow-scroll {
    overflow: scroll;
  }

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

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .md\:text-\[10vw\] {
    font-size: 10vw;
  }

  .md\:text-\[5vw\] {
    font-size: 5vw;
  }

  .md\:leading-\[10vw\] {
    line-height: 10vw;
  }

  .md\:leading-\[5vw\] {
    line-height: 5vw;
  }
}
@media (min-width: 1024px) {

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

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

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

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

  .lg\:text-4xl {
    font-size: 36px;
    line-height: 2.5rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.\[\&\>\*\:nth-child\(4n\+1\)\]\:col-span-2>*:nth-child(4n+1) {
  grid-column: span 2 / span 2;
}
.\[\&\>\*\:nth-child\(4n\+4\)\]\:col-span-2>*:nth-child(4n+4) {
  grid-column: span 2 / span 2;
}
.\[\&\>\*\:nth-child\(7n\)\]\:border-r-0>*:nth-child(7n) {
  border-right-width: 0px;
}
.\[\&\>a\]\:underline>a {
  text-decoration-line: underline;
}
.\[\&\>b\]\:font-semibold>b {
  font-weight: 600;
}
.\[\&\>b\]\:text-label-primary>b {
  color: var(--label-primary);
}
.\[\&\>p\+p\]\:mt-3>p+p {
  margin-top: 0.75rem;
}
