*, ::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: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-5 {
  bottom: 1.25rem;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.right-5 {
  right: 1.25rem;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

.isolate {
  isolation: isolate;
}

.z-40 {
  z-index: 40;
}

.order-1 {
  order: 1;
}

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

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

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

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

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

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

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

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

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

.h-1 {
  height: 0.25rem;
}

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

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

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

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

.h-1\/5 {
  height: 20%;
}

.h-1\/6 {
  height: 16.666667%;
}

.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-2\/3 {
  height: 66.666667%;
}

.h-2\/4 {
  height: 50%;
}

.h-2\/5 {
  height: 40%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

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

.h-3\/4 {
  height: 75%;
}

.h-3\/5 {
  height: 60%;
}

.h-3\/6 {
  height: 50%;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

.w-1 {
  width: 0.25rem;
}

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

.w-1\/12 {
  width: 8.333333%;
}

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

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

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

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.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\/12 {
  width: 16.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

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

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-3\/12 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-3\/6 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-96 {
  width: 24rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.-scroll-mx-0\.5 {
  scroll-margin-left: -0.125rem;
  scroll-margin-right: -0.125rem;
}

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

.-scroll-mx-1\.5 {
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-mx-0\.5 {
  scroll-margin-left: 0.125rem;
  scroll-margin-right: 0.125rem;
}

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

.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-px-0 {
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}

.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}

.scroll-px-1 {
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}

.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}

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

.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}

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

.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}

.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}

.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}

.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}

.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}

.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}

.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}

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

.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-32 {
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}

.scroll-px-36 {
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}

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

.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}

.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

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

.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}

.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}

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

.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}

.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}

.scroll-px-7 {
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}

.scroll-px-72 {
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}

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

.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-px-9 {
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}

.scroll-px-96 {
  scroll-padding-left: 24rem;
  scroll-padding-right: 24rem;
}

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

.scroll-py-0\.5 {
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}

.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}

.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

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

.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}

.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}

.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}

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

.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}

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

.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}

.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}

.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}

.scroll-py-3 {
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}

.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}

.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}

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

.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}

.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}

.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}

.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}

.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}

.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}

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

.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}

.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}

.scroll-py-7 {
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}

.scroll-py-72 {
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}

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

.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-py-9 {
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}

.scroll-py-96 {
  scroll-padding-top: 24rem;
  scroll-padding-bottom: 24rem;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

.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-slate-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(226 232 240 / 0.6);
}

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

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0);
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1);
}

.divide-yellow-100\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 1);
}

.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15);
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2);
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25);
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3);
}

.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35);
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}

.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45);
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05);
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5);
}

.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55);
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}

.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65);
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7);
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75);
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8);
}

.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85);
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9);
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95);
}

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

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0);
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1);
}

.divide-yellow-200\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 1);
}

.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15);
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2);
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25);
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3);
}

.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35);
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}

.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45);
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05);
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5);
}

.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55);
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}

.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65);
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7);
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75);
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8);
}

.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85);
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9);
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95);
}

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

.divide-yellow-300\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0);
}

.divide-yellow-300\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.1);
}

.divide-yellow-300\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 1);
}

.divide-yellow-300\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.15);
}

.divide-yellow-300\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.2);
}

.divide-yellow-300\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.25);
}

.divide-yellow-300\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.3);
}

.divide-yellow-300\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.35);
}

.divide-yellow-300\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.4);
}

.divide-yellow-300\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.45);
}

.divide-yellow-300\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.05);
}

.divide-yellow-300\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.5);
}

.divide-yellow-300\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.55);
}

.divide-yellow-300\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.6);
}

.divide-yellow-300\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.65);
}

.divide-yellow-300\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.7);
}

.divide-yellow-300\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.75);
}

.divide-yellow-300\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.8);
}

.divide-yellow-300\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.85);
}

.divide-yellow-300\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.9);
}

.divide-yellow-300\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(253 224 71 / 0.95);
}

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

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0);
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1);
}

.divide-yellow-400\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 1);
}

.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15);
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2);
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25);
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3);
}

.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35);
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}

.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45);
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05);
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5);
}

.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55);
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}

.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65);
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7);
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75);
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8);
}

.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85);
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9);
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95);
}

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

.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0);
}

.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1);
}

.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1);
}

.divide-yellow-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.15);
}

.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2);
}

.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25);
}

.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3);
}

.divide-yellow-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.35);
}

.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}

.divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.45);
}

.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05);
}

.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5);
}

.divide-yellow-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.55);
}

.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}

.divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.65);
}

.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7);
}

.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75);
}

.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8);
}

.divide-yellow-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.85);
}

.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9);
}

.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95);
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0);
}

.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1);
}

.divide-yellow-500\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 1);
}

.divide-yellow-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.15);
}

.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2);
}

.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25);
}

.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3);
}

.divide-yellow-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.35);
}

.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}

.divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.45);
}

.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05);
}

.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5);
}

.divide-yellow-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.55);
}

.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}

.divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.65);
}

.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7);
}

.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75);
}

.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8);
}

.divide-yellow-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.85);
}

.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9);
}

.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95);
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0);
}

.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1);
}

.divide-yellow-600\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 1);
}

.divide-yellow-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.15);
}

.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2);
}

.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25);
}

.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3);
}

.divide-yellow-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.35);
}

.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}

.divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.45);
}

.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05);
}

.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5);
}

.divide-yellow-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.55);
}

.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}

.divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.65);
}

.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7);
}

.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75);
}

.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8);
}

.divide-yellow-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.85);
}

.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9);
}

.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95);
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.divide-yellow-700\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0);
}

.divide-yellow-700\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.1);
}

.divide-yellow-700\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 1);
}

.divide-yellow-700\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.15);
}

.divide-yellow-700\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.2);
}

.divide-yellow-700\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.25);
}

.divide-yellow-700\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.3);
}

.divide-yellow-700\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.35);
}

.divide-yellow-700\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.4);
}

.divide-yellow-700\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.45);
}

.divide-yellow-700\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.05);
}

.divide-yellow-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.5);
}

.divide-yellow-700\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.55);
}

.divide-yellow-700\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.6);
}

.divide-yellow-700\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.65);
}

.divide-yellow-700\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.7);
}

.divide-yellow-700\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.75);
}

.divide-yellow-700\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.8);
}

.divide-yellow-700\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.85);
}

.divide-yellow-700\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.9);
}

.divide-yellow-700\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(161 98 7 / 0.95);
}

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

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0);
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1);
}

.divide-yellow-800\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 1);
}

.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15);
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2);
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25);
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3);
}

.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35);
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}

.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45);
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05);
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5);
}

.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55);
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}

.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65);
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7);
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75);
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8);
}

.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85);
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9);
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95);
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.divide-yellow-900\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0);
}

.divide-yellow-900\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.1);
}

.divide-yellow-900\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 1);
}

.divide-yellow-900\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.15);
}

.divide-yellow-900\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.2);
}

.divide-yellow-900\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.25);
}

.divide-yellow-900\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.3);
}

.divide-yellow-900\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.35);
}

.divide-yellow-900\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.4);
}

.divide-yellow-900\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.45);
}

.divide-yellow-900\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.05);
}

.divide-yellow-900\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.5);
}

.divide-yellow-900\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.55);
}

.divide-yellow-900\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.6);
}

.divide-yellow-900\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.65);
}

.divide-yellow-900\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.7);
}

.divide-yellow-900\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.75);
}

.divide-yellow-900\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.8);
}

.divide-yellow-900\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.85);
}

.divide-yellow-900\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.9);
}

.divide-yellow-900\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(113 63 18 / 0.95);
}

.divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.divide-yellow-950\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0);
}

.divide-yellow-950\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.1);
}

.divide-yellow-950\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 1);
}

.divide-yellow-950\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.15);
}

.divide-yellow-950\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.2);
}

.divide-yellow-950\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.25);
}

.divide-yellow-950\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.3);
}

.divide-yellow-950\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.35);
}

.divide-yellow-950\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.4);
}

.divide-yellow-950\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.45);
}

.divide-yellow-950\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.05);
}

.divide-yellow-950\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.5);
}

.divide-yellow-950\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.55);
}

.divide-yellow-950\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.6);
}

.divide-yellow-950\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.65);
}

.divide-yellow-950\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.7);
}

.divide-yellow-950\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.75);
}

.divide-yellow-950\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.8);
}

.divide-yellow-950\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.85);
}

.divide-yellow-950\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.9);
}

.divide-yellow-950\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(66 32 6 / 0.95);
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

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

.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}

.border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}

.border-amber-400\/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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.border-amber-50\/0 {
  border-color: rgb(255 251 235 / 0);
}

.border-amber-50\/10 {
  border-color: rgb(255 251 235 / 0.1);
}

.border-amber-50\/100 {
  border-color: rgb(255 251 235 / 1);
}

.border-amber-50\/15 {
  border-color: rgb(255 251 235 / 0.15);
}

.border-amber-50\/20 {
  border-color: rgb(255 251 235 / 0.2);
}

.border-amber-50\/25 {
  border-color: rgb(255 251 235 / 0.25);
}

.border-amber-50\/30 {
  border-color: rgb(255 251 235 / 0.3);
}

.border-amber-50\/35 {
  border-color: rgb(255 251 235 / 0.35);
}

.border-amber-50\/40 {
  border-color: rgb(255 251 235 / 0.4);
}

.border-amber-50\/45 {
  border-color: rgb(255 251 235 / 0.45);
}

.border-amber-50\/5 {
  border-color: rgb(255 251 235 / 0.05);
}

.border-amber-50\/50 {
  border-color: rgb(255 251 235 / 0.5);
}

.border-amber-50\/55 {
  border-color: rgb(255 251 235 / 0.55);
}

.border-amber-50\/60 {
  border-color: rgb(255 251 235 / 0.6);
}

.border-amber-50\/65 {
  border-color: rgb(255 251 235 / 0.65);
}

.border-amber-50\/70 {
  border-color: rgb(255 251 235 / 0.7);
}

.border-amber-50\/75 {
  border-color: rgb(255 251 235 / 0.75);
}

.border-amber-50\/80 {
  border-color: rgb(255 251 235 / 0.8);
}

.border-amber-50\/85 {
  border-color: rgb(255 251 235 / 0.85);
}

.border-amber-50\/90 {
  border-color: rgb(255 251 235 / 0.9);
}

.border-amber-50\/95 {
  border-color: rgb(255 251 235 / 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 / 0.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 / 0.35);
}

.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}

.border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}

.border-amber-500\/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 / 0.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 / 0.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-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.border-amber-700\/0 {
  border-color: rgb(180 83 9 / 0);
}

.border-amber-700\/10 {
  border-color: rgb(180 83 9 / 0.1);
}

.border-amber-700\/100 {
  border-color: rgb(180 83 9 / 1);
}

.border-amber-700\/15 {
  border-color: rgb(180 83 9 / 0.15);
}

.border-amber-700\/20 {
  border-color: rgb(180 83 9 / 0.2);
}

.border-amber-700\/25 {
  border-color: rgb(180 83 9 / 0.25);
}

.border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}

.border-amber-700\/35 {
  border-color: rgb(180 83 9 / 0.35);
}

.border-amber-700\/40 {
  border-color: rgb(180 83 9 / 0.4);
}

.border-amber-700\/45 {
  border-color: rgb(180 83 9 / 0.45);
}

.border-amber-700\/5 {
  border-color: rgb(180 83 9 / 0.05);
}

.border-amber-700\/50 {
  border-color: rgb(180 83 9 / 0.5);
}

.border-amber-700\/55 {
  border-color: rgb(180 83 9 / 0.55);
}

.border-amber-700\/60 {
  border-color: rgb(180 83 9 / 0.6);
}

.border-amber-700\/65 {
  border-color: rgb(180 83 9 / 0.65);
}

.border-amber-700\/70 {
  border-color: rgb(180 83 9 / 0.7);
}

.border-amber-700\/75 {
  border-color: rgb(180 83 9 / 0.75);
}

.border-amber-700\/80 {
  border-color: rgb(180 83 9 / 0.8);
}

.border-amber-700\/85 {
  border-color: rgb(180 83 9 / 0.85);
}

.border-amber-700\/90 {
  border-color: rgb(180 83 9 / 0.9);
}

.border-amber-700\/95 {
  border-color: rgb(180 83 9 / 0.95);
}

.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.border-amber-800\/0 {
  border-color: rgb(146 64 14 / 0);
}

.border-amber-800\/10 {
  border-color: rgb(146 64 14 / 0.1);
}

.border-amber-800\/100 {
  border-color: rgb(146 64 14 / 1);
}

.border-amber-800\/15 {
  border-color: rgb(146 64 14 / 0.15);
}

.border-amber-800\/20 {
  border-color: rgb(146 64 14 / 0.2);
}

.border-amber-800\/25 {
  border-color: rgb(146 64 14 / 0.25);
}

.border-amber-800\/30 {
  border-color: rgb(146 64 14 / 0.3);
}

.border-amber-800\/35 {
  border-color: rgb(146 64 14 / 0.35);
}

.border-amber-800\/40 {
  border-color: rgb(146 64 14 / 0.4);
}

.border-amber-800\/45 {
  border-color: rgb(146 64 14 / 0.45);
}

.border-amber-800\/5 {
  border-color: rgb(146 64 14 / 0.05);
}

.border-amber-800\/50 {
  border-color: rgb(146 64 14 / 0.5);
}

.border-amber-800\/55 {
  border-color: rgb(146 64 14 / 0.55);
}

.border-amber-800\/60 {
  border-color: rgb(146 64 14 / 0.6);
}

.border-amber-800\/65 {
  border-color: rgb(146 64 14 / 0.65);
}

.border-amber-800\/70 {
  border-color: rgb(146 64 14 / 0.7);
}

.border-amber-800\/75 {
  border-color: rgb(146 64 14 / 0.75);
}

.border-amber-800\/80 {
  border-color: rgb(146 64 14 / 0.8);
}

.border-amber-800\/85 {
  border-color: rgb(146 64 14 / 0.85);
}

.border-amber-800\/90 {
  border-color: rgb(146 64 14 / 0.9);
}

.border-amber-800\/95 {
  border-color: rgb(146 64 14 / 0.95);
}

.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.border-amber-900\/0 {
  border-color: rgb(120 53 15 / 0);
}

.border-amber-900\/10 {
  border-color: rgb(120 53 15 / 0.1);
}

.border-amber-900\/100 {
  border-color: rgb(120 53 15 / 1);
}

.border-amber-900\/15 {
  border-color: rgb(120 53 15 / 0.15);
}

.border-amber-900\/20 {
  border-color: rgb(120 53 15 / 0.2);
}

.border-amber-900\/25 {
  border-color: rgb(120 53 15 / 0.25);
}

.border-amber-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}

.border-amber-900\/35 {
  border-color: rgb(120 53 15 / 0.35);
}

.border-amber-900\/40 {
  border-color: rgb(120 53 15 / 0.4);
}

.border-amber-900\/45 {
  border-color: rgb(120 53 15 / 0.45);
}

.border-amber-900\/5 {
  border-color: rgb(120 53 15 / 0.05);
}

.border-amber-900\/50 {
  border-color: rgb(120 53 15 / 0.5);
}

.border-amber-900\/55 {
  border-color: rgb(120 53 15 / 0.55);
}

.border-amber-900\/60 {
  border-color: rgb(120 53 15 / 0.6);
}

.border-amber-900\/65 {
  border-color: rgb(120 53 15 / 0.65);
}

.border-amber-900\/70 {
  border-color: rgb(120 53 15 / 0.7);
}

.border-amber-900\/75 {
  border-color: rgb(120 53 15 / 0.75);
}

.border-amber-900\/80 {
  border-color: rgb(120 53 15 / 0.8);
}

.border-amber-900\/85 {
  border-color: rgb(120 53 15 / 0.85);
}

.border-amber-900\/90 {
  border-color: rgb(120 53 15 / 0.9);
}

.border-amber-900\/95 {
  border-color: rgb(120 53 15 / 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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.35);
}

.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}

.border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}

.border-emerald-400\/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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.border-emerald-50\/0 {
  border-color: rgb(236 253 245 / 0);
}

.border-emerald-50\/10 {
  border-color: rgb(236 253 245 / 0.1);
}

.border-emerald-50\/100 {
  border-color: rgb(236 253 245 / 1);
}

.border-emerald-50\/15 {
  border-color: rgb(236 253 245 / 0.15);
}

.border-emerald-50\/20 {
  border-color: rgb(236 253 245 / 0.2);
}

.border-emerald-50\/25 {
  border-color: rgb(236 253 245 / 0.25);
}

.border-emerald-50\/30 {
  border-color: rgb(236 253 245 / 0.3);
}

.border-emerald-50\/35 {
  border-color: rgb(236 253 245 / 0.35);
}

.border-emerald-50\/40 {
  border-color: rgb(236 253 245 / 0.4);
}

.border-emerald-50\/45 {
  border-color: rgb(236 253 245 / 0.45);
}

.border-emerald-50\/5 {
  border-color: rgb(236 253 245 / 0.05);
}

.border-emerald-50\/50 {
  border-color: rgb(236 253 245 / 0.5);
}

.border-emerald-50\/55 {
  border-color: rgb(236 253 245 / 0.55);
}

.border-emerald-50\/60 {
  border-color: rgb(236 253 245 / 0.6);
}

.border-emerald-50\/65 {
  border-color: rgb(236 253 245 / 0.65);
}

.border-emerald-50\/70 {
  border-color: rgb(236 253 245 / 0.7);
}

.border-emerald-50\/75 {
  border-color: rgb(236 253 245 / 0.75);
}

.border-emerald-50\/80 {
  border-color: rgb(236 253 245 / 0.8);
}

.border-emerald-50\/85 {
  border-color: rgb(236 253 245 / 0.85);
}

.border-emerald-50\/90 {
  border-color: rgb(236 253 245 / 0.9);
}

.border-emerald-50\/95 {
  border-color: rgb(236 253 245 / 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 / 0.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 / 0.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 / 0.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 / 0.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-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-emerald-700\/0 {
  border-color: rgb(4 120 87 / 0);
}

.border-emerald-700\/10 {
  border-color: rgb(4 120 87 / 0.1);
}

.border-emerald-700\/100 {
  border-color: rgb(4 120 87 / 1);
}

.border-emerald-700\/15 {
  border-color: rgb(4 120 87 / 0.15);
}

.border-emerald-700\/20 {
  border-color: rgb(4 120 87 / 0.2);
}

.border-emerald-700\/25 {
  border-color: rgb(4 120 87 / 0.25);
}

.border-emerald-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}

.border-emerald-700\/35 {
  border-color: rgb(4 120 87 / 0.35);
}

.border-emerald-700\/40 {
  border-color: rgb(4 120 87 / 0.4);
}

.border-emerald-700\/45 {
  border-color: rgb(4 120 87 / 0.45);
}

.border-emerald-700\/5 {
  border-color: rgb(4 120 87 / 0.05);
}

.border-emerald-700\/50 {
  border-color: rgb(4 120 87 / 0.5);
}

.border-emerald-700\/55 {
  border-color: rgb(4 120 87 / 0.55);
}

.border-emerald-700\/60 {
  border-color: rgb(4 120 87 / 0.6);
}

.border-emerald-700\/65 {
  border-color: rgb(4 120 87 / 0.65);
}

.border-emerald-700\/70 {
  border-color: rgb(4 120 87 / 0.7);
}

.border-emerald-700\/75 {
  border-color: rgb(4 120 87 / 0.75);
}

.border-emerald-700\/80 {
  border-color: rgb(4 120 87 / 0.8);
}

.border-emerald-700\/85 {
  border-color: rgb(4 120 87 / 0.85);
}

.border-emerald-700\/90 {
  border-color: rgb(4 120 87 / 0.9);
}

.border-emerald-700\/95 {
  border-color: rgb(4 120 87 / 0.95);
}

.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.border-emerald-800\/0 {
  border-color: rgb(6 95 70 / 0);
}

.border-emerald-800\/10 {
  border-color: rgb(6 95 70 / 0.1);
}

.border-emerald-800\/100 {
  border-color: rgb(6 95 70 / 1);
}

.border-emerald-800\/15 {
  border-color: rgb(6 95 70 / 0.15);
}

.border-emerald-800\/20 {
  border-color: rgb(6 95 70 / 0.2);
}

.border-emerald-800\/25 {
  border-color: rgb(6 95 70 / 0.25);
}

.border-emerald-800\/30 {
  border-color: rgb(6 95 70 / 0.3);
}

.border-emerald-800\/35 {
  border-color: rgb(6 95 70 / 0.35);
}

.border-emerald-800\/40 {
  border-color: rgb(6 95 70 / 0.4);
}

.border-emerald-800\/45 {
  border-color: rgb(6 95 70 / 0.45);
}

.border-emerald-800\/5 {
  border-color: rgb(6 95 70 / 0.05);
}

.border-emerald-800\/50 {
  border-color: rgb(6 95 70 / 0.5);
}

.border-emerald-800\/55 {
  border-color: rgb(6 95 70 / 0.55);
}

.border-emerald-800\/60 {
  border-color: rgb(6 95 70 / 0.6);
}

.border-emerald-800\/65 {
  border-color: rgb(6 95 70 / 0.65);
}

.border-emerald-800\/70 {
  border-color: rgb(6 95 70 / 0.7);
}

.border-emerald-800\/75 {
  border-color: rgb(6 95 70 / 0.75);
}

.border-emerald-800\/80 {
  border-color: rgb(6 95 70 / 0.8);
}

.border-emerald-800\/85 {
  border-color: rgb(6 95 70 / 0.85);
}

.border-emerald-800\/90 {
  border-color: rgb(6 95 70 / 0.9);
}

.border-emerald-800\/95 {
  border-color: rgb(6 95 70 / 0.95);
}

.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.border-emerald-900\/0 {
  border-color: rgb(6 78 59 / 0);
}

.border-emerald-900\/10 {
  border-color: rgb(6 78 59 / 0.1);
}

.border-emerald-900\/100 {
  border-color: rgb(6 78 59 / 1);
}

.border-emerald-900\/15 {
  border-color: rgb(6 78 59 / 0.15);
}

.border-emerald-900\/20 {
  border-color: rgb(6 78 59 / 0.2);
}

.border-emerald-900\/25 {
  border-color: rgb(6 78 59 / 0.25);
}

.border-emerald-900\/30 {
  border-color: rgb(6 78 59 / 0.3);
}

.border-emerald-900\/35 {
  border-color: rgb(6 78 59 / 0.35);
}

.border-emerald-900\/40 {
  border-color: rgb(6 78 59 / 0.4);
}

.border-emerald-900\/45 {
  border-color: rgb(6 78 59 / 0.45);
}

.border-emerald-900\/5 {
  border-color: rgb(6 78 59 / 0.05);
}

.border-emerald-900\/50 {
  border-color: rgb(6 78 59 / 0.5);
}

.border-emerald-900\/55 {
  border-color: rgb(6 78 59 / 0.55);
}

.border-emerald-900\/60 {
  border-color: rgb(6 78 59 / 0.6);
}

.border-emerald-900\/65 {
  border-color: rgb(6 78 59 / 0.65);
}

.border-emerald-900\/70 {
  border-color: rgb(6 78 59 / 0.7);
}

.border-emerald-900\/75 {
  border-color: rgb(6 78 59 / 0.75);
}

.border-emerald-900\/80 {
  border-color: rgb(6 78 59 / 0.8);
}

.border-emerald-900\/85 {
  border-color: rgb(6 78 59 / 0.85);
}

.border-emerald-900\/90 {
  border-color: rgb(6 78 59 / 0.9);
}

.border-emerald-900\/95 {
  border-color: rgb(6 78 59 / 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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.border-indigo-50\/0 {
  border-color: rgb(238 242 255 / 0);
}

.border-indigo-50\/10 {
  border-color: rgb(238 242 255 / 0.1);
}

.border-indigo-50\/100 {
  border-color: rgb(238 242 255 / 1);
}

.border-indigo-50\/15 {
  border-color: rgb(238 242 255 / 0.15);
}

.border-indigo-50\/20 {
  border-color: rgb(238 242 255 / 0.2);
}

.border-indigo-50\/25 {
  border-color: rgb(238 242 255 / 0.25);
}

.border-indigo-50\/30 {
  border-color: rgb(238 242 255 / 0.3);
}

.border-indigo-50\/35 {
  border-color: rgb(238 242 255 / 0.35);
}

.border-indigo-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}

.border-indigo-50\/45 {
  border-color: rgb(238 242 255 / 0.45);
}

.border-indigo-50\/5 {
  border-color: rgb(238 242 255 / 0.05);
}

.border-indigo-50\/50 {
  border-color: rgb(238 242 255 / 0.5);
}

.border-indigo-50\/55 {
  border-color: rgb(238 242 255 / 0.55);
}

.border-indigo-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}

.border-indigo-50\/65 {
  border-color: rgb(238 242 255 / 0.65);
}

.border-indigo-50\/70 {
  border-color: rgb(238 242 255 / 0.7);
}

.border-indigo-50\/75 {
  border-color: rgb(238 242 255 / 0.75);
}

.border-indigo-50\/80 {
  border-color: rgb(238 242 255 / 0.8);
}

.border-indigo-50\/85 {
  border-color: rgb(238 242 255 / 0.85);
}

.border-indigo-50\/90 {
  border-color: rgb(238 242 255 / 0.9);
}

.border-indigo-50\/95 {
  border-color: rgb(238 242 255 / 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 / 0.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 / 0.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 / 0.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 / 0.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-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.border-indigo-700\/0 {
  border-color: rgb(67 56 202 / 0);
}

.border-indigo-700\/10 {
  border-color: rgb(67 56 202 / 0.1);
}

.border-indigo-700\/100 {
  border-color: rgb(67 56 202 / 1);
}

.border-indigo-700\/15 {
  border-color: rgb(67 56 202 / 0.15);
}

.border-indigo-700\/20 {
  border-color: rgb(67 56 202 / 0.2);
}

.border-indigo-700\/25 {
  border-color: rgb(67 56 202 / 0.25);
}

.border-indigo-700\/30 {
  border-color: rgb(67 56 202 / 0.3);
}

.border-indigo-700\/35 {
  border-color: rgb(67 56 202 / 0.35);
}

.border-indigo-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}

.border-indigo-700\/45 {
  border-color: rgb(67 56 202 / 0.45);
}

.border-indigo-700\/5 {
  border-color: rgb(67 56 202 / 0.05);
}

.border-indigo-700\/50 {
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-700\/55 {
  border-color: rgb(67 56 202 / 0.55);
}

.border-indigo-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}

.border-indigo-700\/65 {
  border-color: rgb(67 56 202 / 0.65);
}

.border-indigo-700\/70 {
  border-color: rgb(67 56 202 / 0.7);
}

.border-indigo-700\/75 {
  border-color: rgb(67 56 202 / 0.75);
}

.border-indigo-700\/80 {
  border-color: rgb(67 56 202 / 0.8);
}

.border-indigo-700\/85 {
  border-color: rgb(67 56 202 / 0.85);
}

.border-indigo-700\/90 {
  border-color: rgb(67 56 202 / 0.9);
}

.border-indigo-700\/95 {
  border-color: rgb(67 56 202 / 0.95);
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.border-indigo-800\/0 {
  border-color: rgb(55 48 163 / 0);
}

.border-indigo-800\/10 {
  border-color: rgb(55 48 163 / 0.1);
}

.border-indigo-800\/100 {
  border-color: rgb(55 48 163 / 1);
}

.border-indigo-800\/15 {
  border-color: rgb(55 48 163 / 0.15);
}

.border-indigo-800\/20 {
  border-color: rgb(55 48 163 / 0.2);
}

.border-indigo-800\/25 {
  border-color: rgb(55 48 163 / 0.25);
}

.border-indigo-800\/30 {
  border-color: rgb(55 48 163 / 0.3);
}

.border-indigo-800\/35 {
  border-color: rgb(55 48 163 / 0.35);
}

.border-indigo-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}

.border-indigo-800\/45 {
  border-color: rgb(55 48 163 / 0.45);
}

.border-indigo-800\/5 {
  border-color: rgb(55 48 163 / 0.05);
}

.border-indigo-800\/50 {
  border-color: rgb(55 48 163 / 0.5);
}

.border-indigo-800\/55 {
  border-color: rgb(55 48 163 / 0.55);
}

.border-indigo-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}

.border-indigo-800\/65 {
  border-color: rgb(55 48 163 / 0.65);
}

.border-indigo-800\/70 {
  border-color: rgb(55 48 163 / 0.7);
}

.border-indigo-800\/75 {
  border-color: rgb(55 48 163 / 0.75);
}

.border-indigo-800\/80 {
  border-color: rgb(55 48 163 / 0.8);
}

.border-indigo-800\/85 {
  border-color: rgb(55 48 163 / 0.85);
}

.border-indigo-800\/90 {
  border-color: rgb(55 48 163 / 0.9);
}

.border-indigo-800\/95 {
  border-color: rgb(55 48 163 / 0.95);
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.border-indigo-900\/0 {
  border-color: rgb(49 46 129 / 0);
}

.border-indigo-900\/10 {
  border-color: rgb(49 46 129 / 0.1);
}

.border-indigo-900\/100 {
  border-color: rgb(49 46 129 / 1);
}

.border-indigo-900\/15 {
  border-color: rgb(49 46 129 / 0.15);
}

.border-indigo-900\/20 {
  border-color: rgb(49 46 129 / 0.2);
}

.border-indigo-900\/25 {
  border-color: rgb(49 46 129 / 0.25);
}

.border-indigo-900\/30 {
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/35 {
  border-color: rgb(49 46 129 / 0.35);
}

.border-indigo-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/45 {
  border-color: rgb(49 46 129 / 0.45);
}

.border-indigo-900\/5 {
  border-color: rgb(49 46 129 / 0.05);
}

.border-indigo-900\/50 {
  border-color: rgb(49 46 129 / 0.5);
}

.border-indigo-900\/55 {
  border-color: rgb(49 46 129 / 0.55);
}

.border-indigo-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}

.border-indigo-900\/65 {
  border-color: rgb(49 46 129 / 0.65);
}

.border-indigo-900\/70 {
  border-color: rgb(49 46 129 / 0.7);
}

.border-indigo-900\/75 {
  border-color: rgb(49 46 129 / 0.75);
}

.border-indigo-900\/80 {
  border-color: rgb(49 46 129 / 0.8);
}

.border-indigo-900\/85 {
  border-color: rgb(49 46 129 / 0.85);
}

.border-indigo-900\/90 {
  border-color: rgb(49 46 129 / 0.9);
}

.border-indigo-900\/95 {
  border-color: rgb(49 46 129 / 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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.border-rose-50\/0 {
  border-color: rgb(255 241 242 / 0);
}

.border-rose-50\/10 {
  border-color: rgb(255 241 242 / 0.1);
}

.border-rose-50\/100 {
  border-color: rgb(255 241 242 / 1);
}

.border-rose-50\/15 {
  border-color: rgb(255 241 242 / 0.15);
}

.border-rose-50\/20 {
  border-color: rgb(255 241 242 / 0.2);
}

.border-rose-50\/25 {
  border-color: rgb(255 241 242 / 0.25);
}

.border-rose-50\/30 {
  border-color: rgb(255 241 242 / 0.3);
}

.border-rose-50\/35 {
  border-color: rgb(255 241 242 / 0.35);
}

.border-rose-50\/40 {
  border-color: rgb(255 241 242 / 0.4);
}

.border-rose-50\/45 {
  border-color: rgb(255 241 242 / 0.45);
}

.border-rose-50\/5 {
  border-color: rgb(255 241 242 / 0.05);
}

.border-rose-50\/50 {
  border-color: rgb(255 241 242 / 0.5);
}

.border-rose-50\/55 {
  border-color: rgb(255 241 242 / 0.55);
}

.border-rose-50\/60 {
  border-color: rgb(255 241 242 / 0.6);
}

.border-rose-50\/65 {
  border-color: rgb(255 241 242 / 0.65);
}

.border-rose-50\/70 {
  border-color: rgb(255 241 242 / 0.7);
}

.border-rose-50\/75 {
  border-color: rgb(255 241 242 / 0.75);
}

.border-rose-50\/80 {
  border-color: rgb(255 241 242 / 0.8);
}

.border-rose-50\/85 {
  border-color: rgb(255 241 242 / 0.85);
}

.border-rose-50\/90 {
  border-color: rgb(255 241 242 / 0.9);
}

.border-rose-50\/95 {
  border-color: rgb(255 241 242 / 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 / 0.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 / 0.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 / 0.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 / 0.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-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.border-rose-700\/0 {
  border-color: rgb(190 18 60 / 0);
}

.border-rose-700\/10 {
  border-color: rgb(190 18 60 / 0.1);
}

.border-rose-700\/100 {
  border-color: rgb(190 18 60 / 1);
}

.border-rose-700\/15 {
  border-color: rgb(190 18 60 / 0.15);
}

.border-rose-700\/20 {
  border-color: rgb(190 18 60 / 0.2);
}

.border-rose-700\/25 {
  border-color: rgb(190 18 60 / 0.25);
}

.border-rose-700\/30 {
  border-color: rgb(190 18 60 / 0.3);
}

.border-rose-700\/35 {
  border-color: rgb(190 18 60 / 0.35);
}

.border-rose-700\/40 {
  border-color: rgb(190 18 60 / 0.4);
}

.border-rose-700\/45 {
  border-color: rgb(190 18 60 / 0.45);
}

.border-rose-700\/5 {
  border-color: rgb(190 18 60 / 0.05);
}

.border-rose-700\/50 {
  border-color: rgb(190 18 60 / 0.5);
}

.border-rose-700\/55 {
  border-color: rgb(190 18 60 / 0.55);
}

.border-rose-700\/60 {
  border-color: rgb(190 18 60 / 0.6);
}

.border-rose-700\/65 {
  border-color: rgb(190 18 60 / 0.65);
}

.border-rose-700\/70 {
  border-color: rgb(190 18 60 / 0.7);
}

.border-rose-700\/75 {
  border-color: rgb(190 18 60 / 0.75);
}

.border-rose-700\/80 {
  border-color: rgb(190 18 60 / 0.8);
}

.border-rose-700\/85 {
  border-color: rgb(190 18 60 / 0.85);
}

.border-rose-700\/90 {
  border-color: rgb(190 18 60 / 0.9);
}

.border-rose-700\/95 {
  border-color: rgb(190 18 60 / 0.95);
}

.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.border-rose-800\/0 {
  border-color: rgb(159 18 57 / 0);
}

.border-rose-800\/10 {
  border-color: rgb(159 18 57 / 0.1);
}

.border-rose-800\/100 {
  border-color: rgb(159 18 57 / 1);
}

.border-rose-800\/15 {
  border-color: rgb(159 18 57 / 0.15);
}

.border-rose-800\/20 {
  border-color: rgb(159 18 57 / 0.2);
}

.border-rose-800\/25 {
  border-color: rgb(159 18 57 / 0.25);
}

.border-rose-800\/30 {
  border-color: rgb(159 18 57 / 0.3);
}

.border-rose-800\/35 {
  border-color: rgb(159 18 57 / 0.35);
}

.border-rose-800\/40 {
  border-color: rgb(159 18 57 / 0.4);
}

.border-rose-800\/45 {
  border-color: rgb(159 18 57 / 0.45);
}

.border-rose-800\/5 {
  border-color: rgb(159 18 57 / 0.05);
}

.border-rose-800\/50 {
  border-color: rgb(159 18 57 / 0.5);
}

.border-rose-800\/55 {
  border-color: rgb(159 18 57 / 0.55);
}

.border-rose-800\/60 {
  border-color: rgb(159 18 57 / 0.6);
}

.border-rose-800\/65 {
  border-color: rgb(159 18 57 / 0.65);
}

.border-rose-800\/70 {
  border-color: rgb(159 18 57 / 0.7);
}

.border-rose-800\/75 {
  border-color: rgb(159 18 57 / 0.75);
}

.border-rose-800\/80 {
  border-color: rgb(159 18 57 / 0.8);
}

.border-rose-800\/85 {
  border-color: rgb(159 18 57 / 0.85);
}

.border-rose-800\/90 {
  border-color: rgb(159 18 57 / 0.9);
}

.border-rose-800\/95 {
  border-color: rgb(159 18 57 / 0.95);
}

.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.border-rose-900\/0 {
  border-color: rgb(136 19 55 / 0);
}

.border-rose-900\/10 {
  border-color: rgb(136 19 55 / 0.1);
}

.border-rose-900\/100 {
  border-color: rgb(136 19 55 / 1);
}

.border-rose-900\/15 {
  border-color: rgb(136 19 55 / 0.15);
}

.border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2);
}

.border-rose-900\/25 {
  border-color: rgb(136 19 55 / 0.25);
}

.border-rose-900\/30 {
  border-color: rgb(136 19 55 / 0.3);
}

.border-rose-900\/35 {
  border-color: rgb(136 19 55 / 0.35);
}

.border-rose-900\/40 {
  border-color: rgb(136 19 55 / 0.4);
}

.border-rose-900\/45 {
  border-color: rgb(136 19 55 / 0.45);
}

.border-rose-900\/5 {
  border-color: rgb(136 19 55 / 0.05);
}

.border-rose-900\/50 {
  border-color: rgb(136 19 55 / 0.5);
}

.border-rose-900\/55 {
  border-color: rgb(136 19 55 / 0.55);
}

.border-rose-900\/60 {
  border-color: rgb(136 19 55 / 0.6);
}

.border-rose-900\/65 {
  border-color: rgb(136 19 55 / 0.65);
}

.border-rose-900\/70 {
  border-color: rgb(136 19 55 / 0.7);
}

.border-rose-900\/75 {
  border-color: rgb(136 19 55 / 0.75);
}

.border-rose-900\/80 {
  border-color: rgb(136 19 55 / 0.8);
}

.border-rose-900\/85 {
  border-color: rgb(136 19 55 / 0.85);
}

.border-rose-900\/90 {
  border-color: rgb(136 19 55 / 0.9);
}

.border-rose-900\/95 {
  border-color: rgb(136 19 55 / 0.95);
}

.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.border-sky-50\/0 {
  border-color: rgb(240 249 255 / 0);
}

.border-sky-50\/10 {
  border-color: rgb(240 249 255 / 0.1);
}

.border-sky-50\/100 {
  border-color: rgb(240 249 255 / 1);
}

.border-sky-50\/15 {
  border-color: rgb(240 249 255 / 0.15);
}

.border-sky-50\/20 {
  border-color: rgb(240 249 255 / 0.2);
}

.border-sky-50\/25 {
  border-color: rgb(240 249 255 / 0.25);
}

.border-sky-50\/30 {
  border-color: rgb(240 249 255 / 0.3);
}

.border-sky-50\/35 {
  border-color: rgb(240 249 255 / 0.35);
}

.border-sky-50\/40 {
  border-color: rgb(240 249 255 / 0.4);
}

.border-sky-50\/45 {
  border-color: rgb(240 249 255 / 0.45);
}

.border-sky-50\/5 {
  border-color: rgb(240 249 255 / 0.05);
}

.border-sky-50\/50 {
  border-color: rgb(240 249 255 / 0.5);
}

.border-sky-50\/55 {
  border-color: rgb(240 249 255 / 0.55);
}

.border-sky-50\/60 {
  border-color: rgb(240 249 255 / 0.6);
}

.border-sky-50\/65 {
  border-color: rgb(240 249 255 / 0.65);
}

.border-sky-50\/70 {
  border-color: rgb(240 249 255 / 0.7);
}

.border-sky-50\/75 {
  border-color: rgb(240 249 255 / 0.75);
}

.border-sky-50\/80 {
  border-color: rgb(240 249 255 / 0.8);
}

.border-sky-50\/85 {
  border-color: rgb(240 249 255 / 0.85);
}

.border-sky-50\/90 {
  border-color: rgb(240 249 255 / 0.9);
}

.border-sky-50\/95 {
  border-color: rgb(240 249 255 / 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 / 0.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 / 0.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 / 0.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 / 0.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-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.border-sky-700\/0 {
  border-color: rgb(3 105 161 / 0);
}

.border-sky-700\/10 {
  border-color: rgb(3 105 161 / 0.1);
}

.border-sky-700\/100 {
  border-color: rgb(3 105 161 / 1);
}

.border-sky-700\/15 {
  border-color: rgb(3 105 161 / 0.15);
}

.border-sky-700\/20 {
  border-color: rgb(3 105 161 / 0.2);
}

.border-sky-700\/25 {
  border-color: rgb(3 105 161 / 0.25);
}

.border-sky-700\/30 {
  border-color: rgb(3 105 161 / 0.3);
}

.border-sky-700\/35 {
  border-color: rgb(3 105 161 / 0.35);
}

.border-sky-700\/40 {
  border-color: rgb(3 105 161 / 0.4);
}

.border-sky-700\/45 {
  border-color: rgb(3 105 161 / 0.45);
}

.border-sky-700\/5 {
  border-color: rgb(3 105 161 / 0.05);
}

.border-sky-700\/50 {
  border-color: rgb(3 105 161 / 0.5);
}

.border-sky-700\/55 {
  border-color: rgb(3 105 161 / 0.55);
}

.border-sky-700\/60 {
  border-color: rgb(3 105 161 / 0.6);
}

.border-sky-700\/65 {
  border-color: rgb(3 105 161 / 0.65);
}

.border-sky-700\/70 {
  border-color: rgb(3 105 161 / 0.7);
}

.border-sky-700\/75 {
  border-color: rgb(3 105 161 / 0.75);
}

.border-sky-700\/80 {
  border-color: rgb(3 105 161 / 0.8);
}

.border-sky-700\/85 {
  border-color: rgb(3 105 161 / 0.85);
}

.border-sky-700\/90 {
  border-color: rgb(3 105 161 / 0.9);
}

.border-sky-700\/95 {
  border-color: rgb(3 105 161 / 0.95);
}

.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.border-sky-800\/0 {
  border-color: rgb(7 89 133 / 0);
}

.border-sky-800\/10 {
  border-color: rgb(7 89 133 / 0.1);
}

.border-sky-800\/100 {
  border-color: rgb(7 89 133 / 1);
}

.border-sky-800\/15 {
  border-color: rgb(7 89 133 / 0.15);
}

.border-sky-800\/20 {
  border-color: rgb(7 89 133 / 0.2);
}

.border-sky-800\/25 {
  border-color: rgb(7 89 133 / 0.25);
}

.border-sky-800\/30 {
  border-color: rgb(7 89 133 / 0.3);
}

.border-sky-800\/35 {
  border-color: rgb(7 89 133 / 0.35);
}

.border-sky-800\/40 {
  border-color: rgb(7 89 133 / 0.4);
}

.border-sky-800\/45 {
  border-color: rgb(7 89 133 / 0.45);
}

.border-sky-800\/5 {
  border-color: rgb(7 89 133 / 0.05);
}

.border-sky-800\/50 {
  border-color: rgb(7 89 133 / 0.5);
}

.border-sky-800\/55 {
  border-color: rgb(7 89 133 / 0.55);
}

.border-sky-800\/60 {
  border-color: rgb(7 89 133 / 0.6);
}

.border-sky-800\/65 {
  border-color: rgb(7 89 133 / 0.65);
}

.border-sky-800\/70 {
  border-color: rgb(7 89 133 / 0.7);
}

.border-sky-800\/75 {
  border-color: rgb(7 89 133 / 0.75);
}

.border-sky-800\/80 {
  border-color: rgb(7 89 133 / 0.8);
}

.border-sky-800\/85 {
  border-color: rgb(7 89 133 / 0.85);
}

.border-sky-800\/90 {
  border-color: rgb(7 89 133 / 0.9);
}

.border-sky-800\/95 {
  border-color: rgb(7 89 133 / 0.95);
}

.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.border-sky-900\/0 {
  border-color: rgb(12 74 110 / 0);
}

.border-sky-900\/10 {
  border-color: rgb(12 74 110 / 0.1);
}

.border-sky-900\/100 {
  border-color: rgb(12 74 110 / 1);
}

.border-sky-900\/15 {
  border-color: rgb(12 74 110 / 0.15);
}

.border-sky-900\/20 {
  border-color: rgb(12 74 110 / 0.2);
}

.border-sky-900\/25 {
  border-color: rgb(12 74 110 / 0.25);
}

.border-sky-900\/30 {
  border-color: rgb(12 74 110 / 0.3);
}

.border-sky-900\/35 {
  border-color: rgb(12 74 110 / 0.35);
}

.border-sky-900\/40 {
  border-color: rgb(12 74 110 / 0.4);
}

.border-sky-900\/45 {
  border-color: rgb(12 74 110 / 0.45);
}

.border-sky-900\/5 {
  border-color: rgb(12 74 110 / 0.05);
}

.border-sky-900\/50 {
  border-color: rgb(12 74 110 / 0.5);
}

.border-sky-900\/55 {
  border-color: rgb(12 74 110 / 0.55);
}

.border-sky-900\/60 {
  border-color: rgb(12 74 110 / 0.6);
}

.border-sky-900\/65 {
  border-color: rgb(12 74 110 / 0.65);
}

.border-sky-900\/70 {
  border-color: rgb(12 74 110 / 0.7);
}

.border-sky-900\/75 {
  border-color: rgb(12 74 110 / 0.75);
}

.border-sky-900\/80 {
  border-color: rgb(12 74 110 / 0.8);
}

.border-sky-900\/85 {
  border-color: rgb(12 74 110 / 0.85);
}

.border-sky-900\/90 {
  border-color: rgb(12 74 110 / 0.9);
}

.border-sky-900\/95 {
  border-color: rgb(12 74 110 / 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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.border-slate-50\/0 {
  border-color: rgb(248 250 252 / 0);
}

.border-slate-50\/10 {
  border-color: rgb(248 250 252 / 0.1);
}

.border-slate-50\/100 {
  border-color: rgb(248 250 252 / 1);
}

.border-slate-50\/15 {
  border-color: rgb(248 250 252 / 0.15);
}

.border-slate-50\/20 {
  border-color: rgb(248 250 252 / 0.2);
}

.border-slate-50\/25 {
  border-color: rgb(248 250 252 / 0.25);
}

.border-slate-50\/30 {
  border-color: rgb(248 250 252 / 0.3);
}

.border-slate-50\/35 {
  border-color: rgb(248 250 252 / 0.35);
}

.border-slate-50\/40 {
  border-color: rgb(248 250 252 / 0.4);
}

.border-slate-50\/45 {
  border-color: rgb(248 250 252 / 0.45);
}

.border-slate-50\/5 {
  border-color: rgb(248 250 252 / 0.05);
}

.border-slate-50\/50 {
  border-color: rgb(248 250 252 / 0.5);
}

.border-slate-50\/55 {
  border-color: rgb(248 250 252 / 0.55);
}

.border-slate-50\/60 {
  border-color: rgb(248 250 252 / 0.6);
}

.border-slate-50\/65 {
  border-color: rgb(248 250 252 / 0.65);
}

.border-slate-50\/70 {
  border-color: rgb(248 250 252 / 0.7);
}

.border-slate-50\/75 {
  border-color: rgb(248 250 252 / 0.75);
}

.border-slate-50\/80 {
  border-color: rgb(248 250 252 / 0.8);
}

.border-slate-50\/85 {
  border-color: rgb(248 250 252 / 0.85);
}

.border-slate-50\/90 {
  border-color: rgb(248 250 252 / 0.9);
}

.border-slate-50\/95 {
  border-color: rgb(248 250 252 / 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 / 0.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 / 0.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 / 0.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 / 0.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-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-700\/0 {
  border-color: rgb(51 65 85 / 0);
}

.border-slate-700\/10 {
  border-color: rgb(51 65 85 / 0.1);
}

.border-slate-700\/100 {
  border-color: rgb(51 65 85 / 1);
}

.border-slate-700\/15 {
  border-color: rgb(51 65 85 / 0.15);
}

.border-slate-700\/20 {
  border-color: rgb(51 65 85 / 0.2);
}

.border-slate-700\/25 {
  border-color: rgb(51 65 85 / 0.25);
}

.border-slate-700\/30 {
  border-color: rgb(51 65 85 / 0.3);
}

.border-slate-700\/35 {
  border-color: rgb(51 65 85 / 0.35);
}

.border-slate-700\/40 {
  border-color: rgb(51 65 85 / 0.4);
}

.border-slate-700\/45 {
  border-color: rgb(51 65 85 / 0.45);
}

.border-slate-700\/5 {
  border-color: rgb(51 65 85 / 0.05);
}

.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/55 {
  border-color: rgb(51 65 85 / 0.55);
}

.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}

.border-slate-700\/65 {
  border-color: rgb(51 65 85 / 0.65);
}

.border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-700\/75 {
  border-color: rgb(51 65 85 / 0.75);
}

.border-slate-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-700\/85 {
  border-color: rgb(51 65 85 / 0.85);
}

.border-slate-700\/90 {
  border-color: rgb(51 65 85 / 0.9);
}

.border-slate-700\/95 {
  border-color: rgb(51 65 85 / 0.95);
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-slate-800\/0 {
  border-color: rgb(30 41 59 / 0);
}

.border-slate-800\/10 {
  border-color: rgb(30 41 59 / 0.1);
}

.border-slate-800\/100 {
  border-color: rgb(30 41 59 / 1);
}

.border-slate-800\/15 {
  border-color: rgb(30 41 59 / 0.15);
}

.border-slate-800\/20 {
  border-color: rgb(30 41 59 / 0.2);
}

.border-slate-800\/25 {
  border-color: rgb(30 41 59 / 0.25);
}

.border-slate-800\/30 {
  border-color: rgb(30 41 59 / 0.3);
}

.border-slate-800\/35 {
  border-color: rgb(30 41 59 / 0.35);
}

.border-slate-800\/40 {
  border-color: rgb(30 41 59 / 0.4);
}

.border-slate-800\/45 {
  border-color: rgb(30 41 59 / 0.45);
}

.border-slate-800\/5 {
  border-color: rgb(30 41 59 / 0.05);
}

.border-slate-800\/50 {
  border-color: rgb(30 41 59 / 0.5);
}

.border-slate-800\/55 {
  border-color: rgb(30 41 59 / 0.55);
}

.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-800\/65 {
  border-color: rgb(30 41 59 / 0.65);
}

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

.border-slate-800\/75 {
  border-color: rgb(30 41 59 / 0.75);
}

.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}

.border-slate-800\/85 {
  border-color: rgb(30 41 59 / 0.85);
}

.border-slate-800\/90 {
  border-color: rgb(30 41 59 / 0.9);
}

.border-slate-800\/95 {
  border-color: rgb(30 41 59 / 0.95);
}

.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.border-slate-900\/0 {
  border-color: rgb(15 23 42 / 0);
}

.border-slate-900\/10 {
  border-color: rgb(15 23 42 / 0.1);
}

.border-slate-900\/100 {
  border-color: rgb(15 23 42 / 1);
}

.border-slate-900\/15 {
  border-color: rgb(15 23 42 / 0.15);
}

.border-slate-900\/20 {
  border-color: rgb(15 23 42 / 0.2);
}

.border-slate-900\/25 {
  border-color: rgb(15 23 42 / 0.25);
}

.border-slate-900\/30 {
  border-color: rgb(15 23 42 / 0.3);
}

.border-slate-900\/35 {
  border-color: rgb(15 23 42 / 0.35);
}

.border-slate-900\/40 {
  border-color: rgb(15 23 42 / 0.4);
}

.border-slate-900\/45 {
  border-color: rgb(15 23 42 / 0.45);
}

.border-slate-900\/5 {
  border-color: rgb(15 23 42 / 0.05);
}

.border-slate-900\/50 {
  border-color: rgb(15 23 42 / 0.5);
}

.border-slate-900\/55 {
  border-color: rgb(15 23 42 / 0.55);
}

.border-slate-900\/60 {
  border-color: rgb(15 23 42 / 0.6);
}

.border-slate-900\/65 {
  border-color: rgb(15 23 42 / 0.65);
}

.border-slate-900\/70 {
  border-color: rgb(15 23 42 / 0.7);
}

.border-slate-900\/75 {
  border-color: rgb(15 23 42 / 0.75);
}

.border-slate-900\/80 {
  border-color: rgb(15 23 42 / 0.8);
}

.border-slate-900\/85 {
  border-color: rgb(15 23 42 / 0.85);
}

.border-slate-900\/90 {
  border-color: rgb(15 23 42 / 0.9);
}

.border-slate-900\/95 {
  border-color: rgb(15 23 42 / 0.95);
}

.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 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 / 0.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 / 0.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 / 0.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 / 0.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-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-yellow-700\/0 {
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10 {
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100 {
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/15 {
  border-color: rgb(161 98 7 / 0.15);
}

.border-yellow-700\/20 {
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25 {
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/35 {
  border-color: rgb(161 98 7 / 0.35);
}

.border-yellow-700\/40 {
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/45 {
  border-color: rgb(161 98 7 / 0.45);
}

.border-yellow-700\/5 {
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50 {
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/55 {
  border-color: rgb(161 98 7 / 0.55);
}

.border-yellow-700\/60 {
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/65 {
  border-color: rgb(161 98 7 / 0.65);
}

.border-yellow-700\/70 {
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75 {
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80 {
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/85 {
  border-color: rgb(161 98 7 / 0.85);
}

.border-yellow-700\/90 {
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95 {
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-yellow-900\/0 {
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10 {
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100 {
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/15 {
  border-color: rgb(113 63 18 / 0.15);
}

.border-yellow-900\/20 {
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25 {
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30 {
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/35 {
  border-color: rgb(113 63 18 / 0.35);
}

.border-yellow-900\/40 {
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/45 {
  border-color: rgb(113 63 18 / 0.45);
}

.border-yellow-900\/5 {
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50 {
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/55 {
  border-color: rgb(113 63 18 / 0.55);
}

.border-yellow-900\/60 {
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/65 {
  border-color: rgb(113 63 18 / 0.65);
}

.border-yellow-900\/70 {
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75 {
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80 {
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/85 {
  border-color: rgb(113 63 18 / 0.85);
}

.border-yellow-900\/90 {
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95 {
  border-color: rgb(113 63 18 / 0.95);
}

.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-yellow-950\/0 {
  border-color: rgb(66 32 6 / 0);
}

.border-yellow-950\/10 {
  border-color: rgb(66 32 6 / 0.1);
}

.border-yellow-950\/100 {
  border-color: rgb(66 32 6 / 1);
}

.border-yellow-950\/15 {
  border-color: rgb(66 32 6 / 0.15);
}

.border-yellow-950\/20 {
  border-color: rgb(66 32 6 / 0.2);
}

.border-yellow-950\/25 {
  border-color: rgb(66 32 6 / 0.25);
}

.border-yellow-950\/30 {
  border-color: rgb(66 32 6 / 0.3);
}

.border-yellow-950\/35 {
  border-color: rgb(66 32 6 / 0.35);
}

.border-yellow-950\/40 {
  border-color: rgb(66 32 6 / 0.4);
}

.border-yellow-950\/45 {
  border-color: rgb(66 32 6 / 0.45);
}

.border-yellow-950\/5 {
  border-color: rgb(66 32 6 / 0.05);
}

.border-yellow-950\/50 {
  border-color: rgb(66 32 6 / 0.5);
}

.border-yellow-950\/55 {
  border-color: rgb(66 32 6 / 0.55);
}

.border-yellow-950\/60 {
  border-color: rgb(66 32 6 / 0.6);
}

.border-yellow-950\/65 {
  border-color: rgb(66 32 6 / 0.65);
}

.border-yellow-950\/70 {
  border-color: rgb(66 32 6 / 0.7);
}

.border-yellow-950\/75 {
  border-color: rgb(66 32 6 / 0.75);
}

.border-yellow-950\/80 {
  border-color: rgb(66 32 6 / 0.8);
}

.border-yellow-950\/85 {
  border-color: rgb(66 32 6 / 0.85);
}

.border-yellow-950\/90 {
  border-color: rgb(66 32 6 / 0.9);
}

.border-yellow-950\/95 {
  border-color: rgb(66 32 6 / 0.95);
}

.border-x-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-x-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-x-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-x-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
  border-right-color: rgb(253 224 71 / 0);
}

.border-x-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-x-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
  border-right-color: rgb(253 224 71 / 1);
}

.border-x-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-x-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-x-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-x-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-x-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-x-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-x-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-x-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-x-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-x-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-x-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-x-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-x-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-x-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-x-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-x-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-x-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-x-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-x-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-x-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-x-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

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

.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-x-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-x-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
  border-right-color: rgb(161 98 7 / 0);
}

.border-x-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-x-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
  border-right-color: rgb(161 98 7 / 1);
}

.border-x-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-x-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-x-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-x-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-x-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-x-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-x-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-x-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-x-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-x-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-x-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-x-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-x-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-x-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-x-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-x-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-x-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-x-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-x-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-x-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-x-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
  border-right-color: rgb(113 63 18 / 0);
}

.border-x-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-x-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
  border-right-color: rgb(113 63 18 / 1);
}

.border-x-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-x-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-x-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-x-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-x-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-x-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-x-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-x-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-x-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-x-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-x-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-x-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-x-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-x-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-x-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-x-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-x-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-x-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-x-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-x-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
  border-right-color: rgb(66 32 6 / 0);
}

.border-x-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-x-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
  border-right-color: rgb(66 32 6 / 1);
}

.border-x-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-x-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-x-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-x-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-x-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-x-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-x-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-x-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-x-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-x-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-x-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-x-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-x-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-x-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-x-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-x-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-x-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-x-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-y-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-y-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-y-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-y-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-y-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-y-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-y-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-y-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-y-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-y-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-y-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-y-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-y-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-y-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-y-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-y-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-y-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-y-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-y-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-y-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-y-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-y-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-y-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-y-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-y-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-y-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-y-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

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

.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-y-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-y-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-y-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-y-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-y-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-y-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-y-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-y-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-y-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-y-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-y-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-y-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-y-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-y-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-y-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-y-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-y-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-y-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-y-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-y-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-y-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-y-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-y-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-y-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-y-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-y-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-y-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-y-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-y-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-y-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-y-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-y-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-y-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-y-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-y-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-y-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-y-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-y-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-y-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-y-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-y-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-y-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-y-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-y-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-y-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-y-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-y-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-y-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-y-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-y-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-y-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-y-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-y-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-y-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-y-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-y-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-y-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-y-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-y-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-y-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-y-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-y-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-y-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-y-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-y-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-y-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-y-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-b-yellow-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

.border-b-yellow-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

.border-b-yellow-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-b-yellow-300\/0 {
  border-bottom-color: rgb(253 224 71 / 0);
}

.border-b-yellow-300\/10 {
  border-bottom-color: rgb(253 224 71 / 0.1);
}

.border-b-yellow-300\/100 {
  border-bottom-color: rgb(253 224 71 / 1);
}

.border-b-yellow-300\/15 {
  border-bottom-color: rgb(253 224 71 / 0.15);
}

.border-b-yellow-300\/20 {
  border-bottom-color: rgb(253 224 71 / 0.2);
}

.border-b-yellow-300\/25 {
  border-bottom-color: rgb(253 224 71 / 0.25);
}

.border-b-yellow-300\/30 {
  border-bottom-color: rgb(253 224 71 / 0.3);
}

.border-b-yellow-300\/35 {
  border-bottom-color: rgb(253 224 71 / 0.35);
}

.border-b-yellow-300\/40 {
  border-bottom-color: rgb(253 224 71 / 0.4);
}

.border-b-yellow-300\/45 {
  border-bottom-color: rgb(253 224 71 / 0.45);
}

.border-b-yellow-300\/5 {
  border-bottom-color: rgb(253 224 71 / 0.05);
}

.border-b-yellow-300\/50 {
  border-bottom-color: rgb(253 224 71 / 0.5);
}

.border-b-yellow-300\/55 {
  border-bottom-color: rgb(253 224 71 / 0.55);
}

.border-b-yellow-300\/60 {
  border-bottom-color: rgb(253 224 71 / 0.6);
}

.border-b-yellow-300\/65 {
  border-bottom-color: rgb(253 224 71 / 0.65);
}

.border-b-yellow-300\/70 {
  border-bottom-color: rgb(253 224 71 / 0.7);
}

.border-b-yellow-300\/75 {
  border-bottom-color: rgb(253 224 71 / 0.75);
}

.border-b-yellow-300\/80 {
  border-bottom-color: rgb(253 224 71 / 0.8);
}

.border-b-yellow-300\/85 {
  border-bottom-color: rgb(253 224 71 / 0.85);
}

.border-b-yellow-300\/90 {
  border-bottom-color: rgb(253 224 71 / 0.9);
}

.border-b-yellow-300\/95 {
  border-bottom-color: rgb(253 224 71 / 0.95);
}

.border-b-yellow-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

.border-b-yellow-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

.border-b-yellow-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

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

.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

.border-b-yellow-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-b-yellow-700\/0 {
  border-bottom-color: rgb(161 98 7 / 0);
}

.border-b-yellow-700\/10 {
  border-bottom-color: rgb(161 98 7 / 0.1);
}

.border-b-yellow-700\/100 {
  border-bottom-color: rgb(161 98 7 / 1);
}

.border-b-yellow-700\/15 {
  border-bottom-color: rgb(161 98 7 / 0.15);
}

.border-b-yellow-700\/20 {
  border-bottom-color: rgb(161 98 7 / 0.2);
}

.border-b-yellow-700\/25 {
  border-bottom-color: rgb(161 98 7 / 0.25);
}

.border-b-yellow-700\/30 {
  border-bottom-color: rgb(161 98 7 / 0.3);
}

.border-b-yellow-700\/35 {
  border-bottom-color: rgb(161 98 7 / 0.35);
}

.border-b-yellow-700\/40 {
  border-bottom-color: rgb(161 98 7 / 0.4);
}

.border-b-yellow-700\/45 {
  border-bottom-color: rgb(161 98 7 / 0.45);
}

.border-b-yellow-700\/5 {
  border-bottom-color: rgb(161 98 7 / 0.05);
}

.border-b-yellow-700\/50 {
  border-bottom-color: rgb(161 98 7 / 0.5);
}

.border-b-yellow-700\/55 {
  border-bottom-color: rgb(161 98 7 / 0.55);
}

.border-b-yellow-700\/60 {
  border-bottom-color: rgb(161 98 7 / 0.6);
}

.border-b-yellow-700\/65 {
  border-bottom-color: rgb(161 98 7 / 0.65);
}

.border-b-yellow-700\/70 {
  border-bottom-color: rgb(161 98 7 / 0.7);
}

.border-b-yellow-700\/75 {
  border-bottom-color: rgb(161 98 7 / 0.75);
}

.border-b-yellow-700\/80 {
  border-bottom-color: rgb(161 98 7 / 0.8);
}

.border-b-yellow-700\/85 {
  border-bottom-color: rgb(161 98 7 / 0.85);
}

.border-b-yellow-700\/90 {
  border-bottom-color: rgb(161 98 7 / 0.9);
}

.border-b-yellow-700\/95 {
  border-bottom-color: rgb(161 98 7 / 0.95);
}

.border-b-yellow-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

.border-b-yellow-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-b-yellow-900\/0 {
  border-bottom-color: rgb(113 63 18 / 0);
}

.border-b-yellow-900\/10 {
  border-bottom-color: rgb(113 63 18 / 0.1);
}

.border-b-yellow-900\/100 {
  border-bottom-color: rgb(113 63 18 / 1);
}

.border-b-yellow-900\/15 {
  border-bottom-color: rgb(113 63 18 / 0.15);
}

.border-b-yellow-900\/20 {
  border-bottom-color: rgb(113 63 18 / 0.2);
}

.border-b-yellow-900\/25 {
  border-bottom-color: rgb(113 63 18 / 0.25);
}

.border-b-yellow-900\/30 {
  border-bottom-color: rgb(113 63 18 / 0.3);
}

.border-b-yellow-900\/35 {
  border-bottom-color: rgb(113 63 18 / 0.35);
}

.border-b-yellow-900\/40 {
  border-bottom-color: rgb(113 63 18 / 0.4);
}

.border-b-yellow-900\/45 {
  border-bottom-color: rgb(113 63 18 / 0.45);
}

.border-b-yellow-900\/5 {
  border-bottom-color: rgb(113 63 18 / 0.05);
}

.border-b-yellow-900\/50 {
  border-bottom-color: rgb(113 63 18 / 0.5);
}

.border-b-yellow-900\/55 {
  border-bottom-color: rgb(113 63 18 / 0.55);
}

.border-b-yellow-900\/60 {
  border-bottom-color: rgb(113 63 18 / 0.6);
}

.border-b-yellow-900\/65 {
  border-bottom-color: rgb(113 63 18 / 0.65);
}

.border-b-yellow-900\/70 {
  border-bottom-color: rgb(113 63 18 / 0.7);
}

.border-b-yellow-900\/75 {
  border-bottom-color: rgb(113 63 18 / 0.75);
}

.border-b-yellow-900\/80 {
  border-bottom-color: rgb(113 63 18 / 0.8);
}

.border-b-yellow-900\/85 {
  border-bottom-color: rgb(113 63 18 / 0.85);
}

.border-b-yellow-900\/90 {
  border-bottom-color: rgb(113 63 18 / 0.9);
}

.border-b-yellow-900\/95 {
  border-bottom-color: rgb(113 63 18 / 0.95);
}

.border-b-yellow-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-b-yellow-950\/0 {
  border-bottom-color: rgb(66 32 6 / 0);
}

.border-b-yellow-950\/10 {
  border-bottom-color: rgb(66 32 6 / 0.1);
}

.border-b-yellow-950\/100 {
  border-bottom-color: rgb(66 32 6 / 1);
}

.border-b-yellow-950\/15 {
  border-bottom-color: rgb(66 32 6 / 0.15);
}

.border-b-yellow-950\/20 {
  border-bottom-color: rgb(66 32 6 / 0.2);
}

.border-b-yellow-950\/25 {
  border-bottom-color: rgb(66 32 6 / 0.25);
}

.border-b-yellow-950\/30 {
  border-bottom-color: rgb(66 32 6 / 0.3);
}

.border-b-yellow-950\/35 {
  border-bottom-color: rgb(66 32 6 / 0.35);
}

.border-b-yellow-950\/40 {
  border-bottom-color: rgb(66 32 6 / 0.4);
}

.border-b-yellow-950\/45 {
  border-bottom-color: rgb(66 32 6 / 0.45);
}

.border-b-yellow-950\/5 {
  border-bottom-color: rgb(66 32 6 / 0.05);
}

.border-b-yellow-950\/50 {
  border-bottom-color: rgb(66 32 6 / 0.5);
}

.border-b-yellow-950\/55 {
  border-bottom-color: rgb(66 32 6 / 0.55);
}

.border-b-yellow-950\/60 {
  border-bottom-color: rgb(66 32 6 / 0.6);
}

.border-b-yellow-950\/65 {
  border-bottom-color: rgb(66 32 6 / 0.65);
}

.border-b-yellow-950\/70 {
  border-bottom-color: rgb(66 32 6 / 0.7);
}

.border-b-yellow-950\/75 {
  border-bottom-color: rgb(66 32 6 / 0.75);
}

.border-b-yellow-950\/80 {
  border-bottom-color: rgb(66 32 6 / 0.8);
}

.border-b-yellow-950\/85 {
  border-bottom-color: rgb(66 32 6 / 0.85);
}

.border-b-yellow-950\/90 {
  border-bottom-color: rgb(66 32 6 / 0.9);
}

.border-b-yellow-950\/95 {
  border-bottom-color: rgb(66 32 6 / 0.95);
}

.border-e-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

.border-e-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

.border-e-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-e-yellow-300\/0 {
  border-inline-end-color: rgb(253 224 71 / 0);
}

.border-e-yellow-300\/10 {
  border-inline-end-color: rgb(253 224 71 / 0.1);
}

.border-e-yellow-300\/100 {
  border-inline-end-color: rgb(253 224 71 / 1);
}

.border-e-yellow-300\/15 {
  border-inline-end-color: rgb(253 224 71 / 0.15);
}

.border-e-yellow-300\/20 {
  border-inline-end-color: rgb(253 224 71 / 0.2);
}

.border-e-yellow-300\/25 {
  border-inline-end-color: rgb(253 224 71 / 0.25);
}

.border-e-yellow-300\/30 {
  border-inline-end-color: rgb(253 224 71 / 0.3);
}

.border-e-yellow-300\/35 {
  border-inline-end-color: rgb(253 224 71 / 0.35);
}

.border-e-yellow-300\/40 {
  border-inline-end-color: rgb(253 224 71 / 0.4);
}

.border-e-yellow-300\/45 {
  border-inline-end-color: rgb(253 224 71 / 0.45);
}

.border-e-yellow-300\/5 {
  border-inline-end-color: rgb(253 224 71 / 0.05);
}

.border-e-yellow-300\/50 {
  border-inline-end-color: rgb(253 224 71 / 0.5);
}

.border-e-yellow-300\/55 {
  border-inline-end-color: rgb(253 224 71 / 0.55);
}

.border-e-yellow-300\/60 {
  border-inline-end-color: rgb(253 224 71 / 0.6);
}

.border-e-yellow-300\/65 {
  border-inline-end-color: rgb(253 224 71 / 0.65);
}

.border-e-yellow-300\/70 {
  border-inline-end-color: rgb(253 224 71 / 0.7);
}

.border-e-yellow-300\/75 {
  border-inline-end-color: rgb(253 224 71 / 0.75);
}

.border-e-yellow-300\/80 {
  border-inline-end-color: rgb(253 224 71 / 0.8);
}

.border-e-yellow-300\/85 {
  border-inline-end-color: rgb(253 224 71 / 0.85);
}

.border-e-yellow-300\/90 {
  border-inline-end-color: rgb(253 224 71 / 0.9);
}

.border-e-yellow-300\/95 {
  border-inline-end-color: rgb(253 224 71 / 0.95);
}

.border-e-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

.border-e-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

.border-e-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

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

.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

.border-e-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-e-yellow-700\/0 {
  border-inline-end-color: rgb(161 98 7 / 0);
}

.border-e-yellow-700\/10 {
  border-inline-end-color: rgb(161 98 7 / 0.1);
}

.border-e-yellow-700\/100 {
  border-inline-end-color: rgb(161 98 7 / 1);
}

.border-e-yellow-700\/15 {
  border-inline-end-color: rgb(161 98 7 / 0.15);
}

.border-e-yellow-700\/20 {
  border-inline-end-color: rgb(161 98 7 / 0.2);
}

.border-e-yellow-700\/25 {
  border-inline-end-color: rgb(161 98 7 / 0.25);
}

.border-e-yellow-700\/30 {
  border-inline-end-color: rgb(161 98 7 / 0.3);
}

.border-e-yellow-700\/35 {
  border-inline-end-color: rgb(161 98 7 / 0.35);
}

.border-e-yellow-700\/40 {
  border-inline-end-color: rgb(161 98 7 / 0.4);
}

.border-e-yellow-700\/45 {
  border-inline-end-color: rgb(161 98 7 / 0.45);
}

.border-e-yellow-700\/5 {
  border-inline-end-color: rgb(161 98 7 / 0.05);
}

.border-e-yellow-700\/50 {
  border-inline-end-color: rgb(161 98 7 / 0.5);
}

.border-e-yellow-700\/55 {
  border-inline-end-color: rgb(161 98 7 / 0.55);
}

.border-e-yellow-700\/60 {
  border-inline-end-color: rgb(161 98 7 / 0.6);
}

.border-e-yellow-700\/65 {
  border-inline-end-color: rgb(161 98 7 / 0.65);
}

.border-e-yellow-700\/70 {
  border-inline-end-color: rgb(161 98 7 / 0.7);
}

.border-e-yellow-700\/75 {
  border-inline-end-color: rgb(161 98 7 / 0.75);
}

.border-e-yellow-700\/80 {
  border-inline-end-color: rgb(161 98 7 / 0.8);
}

.border-e-yellow-700\/85 {
  border-inline-end-color: rgb(161 98 7 / 0.85);
}

.border-e-yellow-700\/90 {
  border-inline-end-color: rgb(161 98 7 / 0.9);
}

.border-e-yellow-700\/95 {
  border-inline-end-color: rgb(161 98 7 / 0.95);
}

.border-e-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

.border-e-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-e-yellow-900\/0 {
  border-inline-end-color: rgb(113 63 18 / 0);
}

.border-e-yellow-900\/10 {
  border-inline-end-color: rgb(113 63 18 / 0.1);
}

.border-e-yellow-900\/100 {
  border-inline-end-color: rgb(113 63 18 / 1);
}

.border-e-yellow-900\/15 {
  border-inline-end-color: rgb(113 63 18 / 0.15);
}

.border-e-yellow-900\/20 {
  border-inline-end-color: rgb(113 63 18 / 0.2);
}

.border-e-yellow-900\/25 {
  border-inline-end-color: rgb(113 63 18 / 0.25);
}

.border-e-yellow-900\/30 {
  border-inline-end-color: rgb(113 63 18 / 0.3);
}

.border-e-yellow-900\/35 {
  border-inline-end-color: rgb(113 63 18 / 0.35);
}

.border-e-yellow-900\/40 {
  border-inline-end-color: rgb(113 63 18 / 0.4);
}

.border-e-yellow-900\/45 {
  border-inline-end-color: rgb(113 63 18 / 0.45);
}

.border-e-yellow-900\/5 {
  border-inline-end-color: rgb(113 63 18 / 0.05);
}

.border-e-yellow-900\/50 {
  border-inline-end-color: rgb(113 63 18 / 0.5);
}

.border-e-yellow-900\/55 {
  border-inline-end-color: rgb(113 63 18 / 0.55);
}

.border-e-yellow-900\/60 {
  border-inline-end-color: rgb(113 63 18 / 0.6);
}

.border-e-yellow-900\/65 {
  border-inline-end-color: rgb(113 63 18 / 0.65);
}

.border-e-yellow-900\/70 {
  border-inline-end-color: rgb(113 63 18 / 0.7);
}

.border-e-yellow-900\/75 {
  border-inline-end-color: rgb(113 63 18 / 0.75);
}

.border-e-yellow-900\/80 {
  border-inline-end-color: rgb(113 63 18 / 0.8);
}

.border-e-yellow-900\/85 {
  border-inline-end-color: rgb(113 63 18 / 0.85);
}

.border-e-yellow-900\/90 {
  border-inline-end-color: rgb(113 63 18 / 0.9);
}

.border-e-yellow-900\/95 {
  border-inline-end-color: rgb(113 63 18 / 0.95);
}

.border-e-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-e-yellow-950\/0 {
  border-inline-end-color: rgb(66 32 6 / 0);
}

.border-e-yellow-950\/10 {
  border-inline-end-color: rgb(66 32 6 / 0.1);
}

.border-e-yellow-950\/100 {
  border-inline-end-color: rgb(66 32 6 / 1);
}

.border-e-yellow-950\/15 {
  border-inline-end-color: rgb(66 32 6 / 0.15);
}

.border-e-yellow-950\/20 {
  border-inline-end-color: rgb(66 32 6 / 0.2);
}

.border-e-yellow-950\/25 {
  border-inline-end-color: rgb(66 32 6 / 0.25);
}

.border-e-yellow-950\/30 {
  border-inline-end-color: rgb(66 32 6 / 0.3);
}

.border-e-yellow-950\/35 {
  border-inline-end-color: rgb(66 32 6 / 0.35);
}

.border-e-yellow-950\/40 {
  border-inline-end-color: rgb(66 32 6 / 0.4);
}

.border-e-yellow-950\/45 {
  border-inline-end-color: rgb(66 32 6 / 0.45);
}

.border-e-yellow-950\/5 {
  border-inline-end-color: rgb(66 32 6 / 0.05);
}

.border-e-yellow-950\/50 {
  border-inline-end-color: rgb(66 32 6 / 0.5);
}

.border-e-yellow-950\/55 {
  border-inline-end-color: rgb(66 32 6 / 0.55);
}

.border-e-yellow-950\/60 {
  border-inline-end-color: rgb(66 32 6 / 0.6);
}

.border-e-yellow-950\/65 {
  border-inline-end-color: rgb(66 32 6 / 0.65);
}

.border-e-yellow-950\/70 {
  border-inline-end-color: rgb(66 32 6 / 0.7);
}

.border-e-yellow-950\/75 {
  border-inline-end-color: rgb(66 32 6 / 0.75);
}

.border-e-yellow-950\/80 {
  border-inline-end-color: rgb(66 32 6 / 0.8);
}

.border-e-yellow-950\/85 {
  border-inline-end-color: rgb(66 32 6 / 0.85);
}

.border-e-yellow-950\/90 {
  border-inline-end-color: rgb(66 32 6 / 0.9);
}

.border-e-yellow-950\/95 {
  border-inline-end-color: rgb(66 32 6 / 0.95);
}

.border-l-yellow-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}

.border-l-yellow-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}

.border-l-yellow-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-l-yellow-300\/0 {
  border-left-color: rgb(253 224 71 / 0);
}

.border-l-yellow-300\/10 {
  border-left-color: rgb(253 224 71 / 0.1);
}

.border-l-yellow-300\/100 {
  border-left-color: rgb(253 224 71 / 1);
}

.border-l-yellow-300\/15 {
  border-left-color: rgb(253 224 71 / 0.15);
}

.border-l-yellow-300\/20 {
  border-left-color: rgb(253 224 71 / 0.2);
}

.border-l-yellow-300\/25 {
  border-left-color: rgb(253 224 71 / 0.25);
}

.border-l-yellow-300\/30 {
  border-left-color: rgb(253 224 71 / 0.3);
}

.border-l-yellow-300\/35 {
  border-left-color: rgb(253 224 71 / 0.35);
}

.border-l-yellow-300\/40 {
  border-left-color: rgb(253 224 71 / 0.4);
}

.border-l-yellow-300\/45 {
  border-left-color: rgb(253 224 71 / 0.45);
}

.border-l-yellow-300\/5 {
  border-left-color: rgb(253 224 71 / 0.05);
}

.border-l-yellow-300\/50 {
  border-left-color: rgb(253 224 71 / 0.5);
}

.border-l-yellow-300\/55 {
  border-left-color: rgb(253 224 71 / 0.55);
}

.border-l-yellow-300\/60 {
  border-left-color: rgb(253 224 71 / 0.6);
}

.border-l-yellow-300\/65 {
  border-left-color: rgb(253 224 71 / 0.65);
}

.border-l-yellow-300\/70 {
  border-left-color: rgb(253 224 71 / 0.7);
}

.border-l-yellow-300\/75 {
  border-left-color: rgb(253 224 71 / 0.75);
}

.border-l-yellow-300\/80 {
  border-left-color: rgb(253 224 71 / 0.8);
}

.border-l-yellow-300\/85 {
  border-left-color: rgb(253 224 71 / 0.85);
}

.border-l-yellow-300\/90 {
  border-left-color: rgb(253 224 71 / 0.9);
}

.border-l-yellow-300\/95 {
  border-left-color: rgb(253 224 71 / 0.95);
}

.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}

.border-l-yellow-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}

.border-l-yellow-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}

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

.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}

.border-l-yellow-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-l-yellow-700\/0 {
  border-left-color: rgb(161 98 7 / 0);
}

.border-l-yellow-700\/10 {
  border-left-color: rgb(161 98 7 / 0.1);
}

.border-l-yellow-700\/100 {
  border-left-color: rgb(161 98 7 / 1);
}

.border-l-yellow-700\/15 {
  border-left-color: rgb(161 98 7 / 0.15);
}

.border-l-yellow-700\/20 {
  border-left-color: rgb(161 98 7 / 0.2);
}

.border-l-yellow-700\/25 {
  border-left-color: rgb(161 98 7 / 0.25);
}

.border-l-yellow-700\/30 {
  border-left-color: rgb(161 98 7 / 0.3);
}

.border-l-yellow-700\/35 {
  border-left-color: rgb(161 98 7 / 0.35);
}

.border-l-yellow-700\/40 {
  border-left-color: rgb(161 98 7 / 0.4);
}

.border-l-yellow-700\/45 {
  border-left-color: rgb(161 98 7 / 0.45);
}

.border-l-yellow-700\/5 {
  border-left-color: rgb(161 98 7 / 0.05);
}

.border-l-yellow-700\/50 {
  border-left-color: rgb(161 98 7 / 0.5);
}

.border-l-yellow-700\/55 {
  border-left-color: rgb(161 98 7 / 0.55);
}

.border-l-yellow-700\/60 {
  border-left-color: rgb(161 98 7 / 0.6);
}

.border-l-yellow-700\/65 {
  border-left-color: rgb(161 98 7 / 0.65);
}

.border-l-yellow-700\/70 {
  border-left-color: rgb(161 98 7 / 0.7);
}

.border-l-yellow-700\/75 {
  border-left-color: rgb(161 98 7 / 0.75);
}

.border-l-yellow-700\/80 {
  border-left-color: rgb(161 98 7 / 0.8);
}

.border-l-yellow-700\/85 {
  border-left-color: rgb(161 98 7 / 0.85);
}

.border-l-yellow-700\/90 {
  border-left-color: rgb(161 98 7 / 0.9);
}

.border-l-yellow-700\/95 {
  border-left-color: rgb(161 98 7 / 0.95);
}

.border-l-yellow-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}

.border-l-yellow-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-l-yellow-900\/0 {
  border-left-color: rgb(113 63 18 / 0);
}

.border-l-yellow-900\/10 {
  border-left-color: rgb(113 63 18 / 0.1);
}

.border-l-yellow-900\/100 {
  border-left-color: rgb(113 63 18 / 1);
}

.border-l-yellow-900\/15 {
  border-left-color: rgb(113 63 18 / 0.15);
}

.border-l-yellow-900\/20 {
  border-left-color: rgb(113 63 18 / 0.2);
}

.border-l-yellow-900\/25 {
  border-left-color: rgb(113 63 18 / 0.25);
}

.border-l-yellow-900\/30 {
  border-left-color: rgb(113 63 18 / 0.3);
}

.border-l-yellow-900\/35 {
  border-left-color: rgb(113 63 18 / 0.35);
}

.border-l-yellow-900\/40 {
  border-left-color: rgb(113 63 18 / 0.4);
}

.border-l-yellow-900\/45 {
  border-left-color: rgb(113 63 18 / 0.45);
}

.border-l-yellow-900\/5 {
  border-left-color: rgb(113 63 18 / 0.05);
}

.border-l-yellow-900\/50 {
  border-left-color: rgb(113 63 18 / 0.5);
}

.border-l-yellow-900\/55 {
  border-left-color: rgb(113 63 18 / 0.55);
}

.border-l-yellow-900\/60 {
  border-left-color: rgb(113 63 18 / 0.6);
}

.border-l-yellow-900\/65 {
  border-left-color: rgb(113 63 18 / 0.65);
}

.border-l-yellow-900\/70 {
  border-left-color: rgb(113 63 18 / 0.7);
}

.border-l-yellow-900\/75 {
  border-left-color: rgb(113 63 18 / 0.75);
}

.border-l-yellow-900\/80 {
  border-left-color: rgb(113 63 18 / 0.8);
}

.border-l-yellow-900\/85 {
  border-left-color: rgb(113 63 18 / 0.85);
}

.border-l-yellow-900\/90 {
  border-left-color: rgb(113 63 18 / 0.9);
}

.border-l-yellow-900\/95 {
  border-left-color: rgb(113 63 18 / 0.95);
}

.border-l-yellow-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-l-yellow-950\/0 {
  border-left-color: rgb(66 32 6 / 0);
}

.border-l-yellow-950\/10 {
  border-left-color: rgb(66 32 6 / 0.1);
}

.border-l-yellow-950\/100 {
  border-left-color: rgb(66 32 6 / 1);
}

.border-l-yellow-950\/15 {
  border-left-color: rgb(66 32 6 / 0.15);
}

.border-l-yellow-950\/20 {
  border-left-color: rgb(66 32 6 / 0.2);
}

.border-l-yellow-950\/25 {
  border-left-color: rgb(66 32 6 / 0.25);
}

.border-l-yellow-950\/30 {
  border-left-color: rgb(66 32 6 / 0.3);
}

.border-l-yellow-950\/35 {
  border-left-color: rgb(66 32 6 / 0.35);
}

.border-l-yellow-950\/40 {
  border-left-color: rgb(66 32 6 / 0.4);
}

.border-l-yellow-950\/45 {
  border-left-color: rgb(66 32 6 / 0.45);
}

.border-l-yellow-950\/5 {
  border-left-color: rgb(66 32 6 / 0.05);
}

.border-l-yellow-950\/50 {
  border-left-color: rgb(66 32 6 / 0.5);
}

.border-l-yellow-950\/55 {
  border-left-color: rgb(66 32 6 / 0.55);
}

.border-l-yellow-950\/60 {
  border-left-color: rgb(66 32 6 / 0.6);
}

.border-l-yellow-950\/65 {
  border-left-color: rgb(66 32 6 / 0.65);
}

.border-l-yellow-950\/70 {
  border-left-color: rgb(66 32 6 / 0.7);
}

.border-l-yellow-950\/75 {
  border-left-color: rgb(66 32 6 / 0.75);
}

.border-l-yellow-950\/80 {
  border-left-color: rgb(66 32 6 / 0.8);
}

.border-l-yellow-950\/85 {
  border-left-color: rgb(66 32 6 / 0.85);
}

.border-l-yellow-950\/90 {
  border-left-color: rgb(66 32 6 / 0.9);
}

.border-l-yellow-950\/95 {
  border-left-color: rgb(66 32 6 / 0.95);
}

.border-r-yellow-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}

.border-r-yellow-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}

.border-r-yellow-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-r-yellow-300\/0 {
  border-right-color: rgb(253 224 71 / 0);
}

.border-r-yellow-300\/10 {
  border-right-color: rgb(253 224 71 / 0.1);
}

.border-r-yellow-300\/100 {
  border-right-color: rgb(253 224 71 / 1);
}

.border-r-yellow-300\/15 {
  border-right-color: rgb(253 224 71 / 0.15);
}

.border-r-yellow-300\/20 {
  border-right-color: rgb(253 224 71 / 0.2);
}

.border-r-yellow-300\/25 {
  border-right-color: rgb(253 224 71 / 0.25);
}

.border-r-yellow-300\/30 {
  border-right-color: rgb(253 224 71 / 0.3);
}

.border-r-yellow-300\/35 {
  border-right-color: rgb(253 224 71 / 0.35);
}

.border-r-yellow-300\/40 {
  border-right-color: rgb(253 224 71 / 0.4);
}

.border-r-yellow-300\/45 {
  border-right-color: rgb(253 224 71 / 0.45);
}

.border-r-yellow-300\/5 {
  border-right-color: rgb(253 224 71 / 0.05);
}

.border-r-yellow-300\/50 {
  border-right-color: rgb(253 224 71 / 0.5);
}

.border-r-yellow-300\/55 {
  border-right-color: rgb(253 224 71 / 0.55);
}

.border-r-yellow-300\/60 {
  border-right-color: rgb(253 224 71 / 0.6);
}

.border-r-yellow-300\/65 {
  border-right-color: rgb(253 224 71 / 0.65);
}

.border-r-yellow-300\/70 {
  border-right-color: rgb(253 224 71 / 0.7);
}

.border-r-yellow-300\/75 {
  border-right-color: rgb(253 224 71 / 0.75);
}

.border-r-yellow-300\/80 {
  border-right-color: rgb(253 224 71 / 0.8);
}

.border-r-yellow-300\/85 {
  border-right-color: rgb(253 224 71 / 0.85);
}

.border-r-yellow-300\/90 {
  border-right-color: rgb(253 224 71 / 0.9);
}

.border-r-yellow-300\/95 {
  border-right-color: rgb(253 224 71 / 0.95);
}

.border-r-yellow-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}

.border-r-yellow-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}

.border-r-yellow-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}

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

.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}

.border-r-yellow-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-r-yellow-700\/0 {
  border-right-color: rgb(161 98 7 / 0);
}

.border-r-yellow-700\/10 {
  border-right-color: rgb(161 98 7 / 0.1);
}

.border-r-yellow-700\/100 {
  border-right-color: rgb(161 98 7 / 1);
}

.border-r-yellow-700\/15 {
  border-right-color: rgb(161 98 7 / 0.15);
}

.border-r-yellow-700\/20 {
  border-right-color: rgb(161 98 7 / 0.2);
}

.border-r-yellow-700\/25 {
  border-right-color: rgb(161 98 7 / 0.25);
}

.border-r-yellow-700\/30 {
  border-right-color: rgb(161 98 7 / 0.3);
}

.border-r-yellow-700\/35 {
  border-right-color: rgb(161 98 7 / 0.35);
}

.border-r-yellow-700\/40 {
  border-right-color: rgb(161 98 7 / 0.4);
}

.border-r-yellow-700\/45 {
  border-right-color: rgb(161 98 7 / 0.45);
}

.border-r-yellow-700\/5 {
  border-right-color: rgb(161 98 7 / 0.05);
}

.border-r-yellow-700\/50 {
  border-right-color: rgb(161 98 7 / 0.5);
}

.border-r-yellow-700\/55 {
  border-right-color: rgb(161 98 7 / 0.55);
}

.border-r-yellow-700\/60 {
  border-right-color: rgb(161 98 7 / 0.6);
}

.border-r-yellow-700\/65 {
  border-right-color: rgb(161 98 7 / 0.65);
}

.border-r-yellow-700\/70 {
  border-right-color: rgb(161 98 7 / 0.7);
}

.border-r-yellow-700\/75 {
  border-right-color: rgb(161 98 7 / 0.75);
}

.border-r-yellow-700\/80 {
  border-right-color: rgb(161 98 7 / 0.8);
}

.border-r-yellow-700\/85 {
  border-right-color: rgb(161 98 7 / 0.85);
}

.border-r-yellow-700\/90 {
  border-right-color: rgb(161 98 7 / 0.9);
}

.border-r-yellow-700\/95 {
  border-right-color: rgb(161 98 7 / 0.95);
}

.border-r-yellow-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}

.border-r-yellow-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-r-yellow-900\/0 {
  border-right-color: rgb(113 63 18 / 0);
}

.border-r-yellow-900\/10 {
  border-right-color: rgb(113 63 18 / 0.1);
}

.border-r-yellow-900\/100 {
  border-right-color: rgb(113 63 18 / 1);
}

.border-r-yellow-900\/15 {
  border-right-color: rgb(113 63 18 / 0.15);
}

.border-r-yellow-900\/20 {
  border-right-color: rgb(113 63 18 / 0.2);
}

.border-r-yellow-900\/25 {
  border-right-color: rgb(113 63 18 / 0.25);
}

.border-r-yellow-900\/30 {
  border-right-color: rgb(113 63 18 / 0.3);
}

.border-r-yellow-900\/35 {
  border-right-color: rgb(113 63 18 / 0.35);
}

.border-r-yellow-900\/40 {
  border-right-color: rgb(113 63 18 / 0.4);
}

.border-r-yellow-900\/45 {
  border-right-color: rgb(113 63 18 / 0.45);
}

.border-r-yellow-900\/5 {
  border-right-color: rgb(113 63 18 / 0.05);
}

.border-r-yellow-900\/50 {
  border-right-color: rgb(113 63 18 / 0.5);
}

.border-r-yellow-900\/55 {
  border-right-color: rgb(113 63 18 / 0.55);
}

.border-r-yellow-900\/60 {
  border-right-color: rgb(113 63 18 / 0.6);
}

.border-r-yellow-900\/65 {
  border-right-color: rgb(113 63 18 / 0.65);
}

.border-r-yellow-900\/70 {
  border-right-color: rgb(113 63 18 / 0.7);
}

.border-r-yellow-900\/75 {
  border-right-color: rgb(113 63 18 / 0.75);
}

.border-r-yellow-900\/80 {
  border-right-color: rgb(113 63 18 / 0.8);
}

.border-r-yellow-900\/85 {
  border-right-color: rgb(113 63 18 / 0.85);
}

.border-r-yellow-900\/90 {
  border-right-color: rgb(113 63 18 / 0.9);
}

.border-r-yellow-900\/95 {
  border-right-color: rgb(113 63 18 / 0.95);
}

.border-r-yellow-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-r-yellow-950\/0 {
  border-right-color: rgb(66 32 6 / 0);
}

.border-r-yellow-950\/10 {
  border-right-color: rgb(66 32 6 / 0.1);
}

.border-r-yellow-950\/100 {
  border-right-color: rgb(66 32 6 / 1);
}

.border-r-yellow-950\/15 {
  border-right-color: rgb(66 32 6 / 0.15);
}

.border-r-yellow-950\/20 {
  border-right-color: rgb(66 32 6 / 0.2);
}

.border-r-yellow-950\/25 {
  border-right-color: rgb(66 32 6 / 0.25);
}

.border-r-yellow-950\/30 {
  border-right-color: rgb(66 32 6 / 0.3);
}

.border-r-yellow-950\/35 {
  border-right-color: rgb(66 32 6 / 0.35);
}

.border-r-yellow-950\/40 {
  border-right-color: rgb(66 32 6 / 0.4);
}

.border-r-yellow-950\/45 {
  border-right-color: rgb(66 32 6 / 0.45);
}

.border-r-yellow-950\/5 {
  border-right-color: rgb(66 32 6 / 0.05);
}

.border-r-yellow-950\/50 {
  border-right-color: rgb(66 32 6 / 0.5);
}

.border-r-yellow-950\/55 {
  border-right-color: rgb(66 32 6 / 0.55);
}

.border-r-yellow-950\/60 {
  border-right-color: rgb(66 32 6 / 0.6);
}

.border-r-yellow-950\/65 {
  border-right-color: rgb(66 32 6 / 0.65);
}

.border-r-yellow-950\/70 {
  border-right-color: rgb(66 32 6 / 0.7);
}

.border-r-yellow-950\/75 {
  border-right-color: rgb(66 32 6 / 0.75);
}

.border-r-yellow-950\/80 {
  border-right-color: rgb(66 32 6 / 0.8);
}

.border-r-yellow-950\/85 {
  border-right-color: rgb(66 32 6 / 0.85);
}

.border-r-yellow-950\/90 {
  border-right-color: rgb(66 32 6 / 0.9);
}

.border-r-yellow-950\/95 {
  border-right-color: rgb(66 32 6 / 0.95);
}

.border-s-yellow-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

.border-s-yellow-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

.border-s-yellow-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-s-yellow-300\/0 {
  border-inline-start-color: rgb(253 224 71 / 0);
}

.border-s-yellow-300\/10 {
  border-inline-start-color: rgb(253 224 71 / 0.1);
}

.border-s-yellow-300\/100 {
  border-inline-start-color: rgb(253 224 71 / 1);
}

.border-s-yellow-300\/15 {
  border-inline-start-color: rgb(253 224 71 / 0.15);
}

.border-s-yellow-300\/20 {
  border-inline-start-color: rgb(253 224 71 / 0.2);
}

.border-s-yellow-300\/25 {
  border-inline-start-color: rgb(253 224 71 / 0.25);
}

.border-s-yellow-300\/30 {
  border-inline-start-color: rgb(253 224 71 / 0.3);
}

.border-s-yellow-300\/35 {
  border-inline-start-color: rgb(253 224 71 / 0.35);
}

.border-s-yellow-300\/40 {
  border-inline-start-color: rgb(253 224 71 / 0.4);
}

.border-s-yellow-300\/45 {
  border-inline-start-color: rgb(253 224 71 / 0.45);
}

.border-s-yellow-300\/5 {
  border-inline-start-color: rgb(253 224 71 / 0.05);
}

.border-s-yellow-300\/50 {
  border-inline-start-color: rgb(253 224 71 / 0.5);
}

.border-s-yellow-300\/55 {
  border-inline-start-color: rgb(253 224 71 / 0.55);
}

.border-s-yellow-300\/60 {
  border-inline-start-color: rgb(253 224 71 / 0.6);
}

.border-s-yellow-300\/65 {
  border-inline-start-color: rgb(253 224 71 / 0.65);
}

.border-s-yellow-300\/70 {
  border-inline-start-color: rgb(253 224 71 / 0.7);
}

.border-s-yellow-300\/75 {
  border-inline-start-color: rgb(253 224 71 / 0.75);
}

.border-s-yellow-300\/80 {
  border-inline-start-color: rgb(253 224 71 / 0.8);
}

.border-s-yellow-300\/85 {
  border-inline-start-color: rgb(253 224 71 / 0.85);
}

.border-s-yellow-300\/90 {
  border-inline-start-color: rgb(253 224 71 / 0.9);
}

.border-s-yellow-300\/95 {
  border-inline-start-color: rgb(253 224 71 / 0.95);
}

.border-s-yellow-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

.border-s-yellow-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

.border-s-yellow-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

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

.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

.border-s-yellow-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-s-yellow-700\/0 {
  border-inline-start-color: rgb(161 98 7 / 0);
}

.border-s-yellow-700\/10 {
  border-inline-start-color: rgb(161 98 7 / 0.1);
}

.border-s-yellow-700\/100 {
  border-inline-start-color: rgb(161 98 7 / 1);
}

.border-s-yellow-700\/15 {
  border-inline-start-color: rgb(161 98 7 / 0.15);
}

.border-s-yellow-700\/20 {
  border-inline-start-color: rgb(161 98 7 / 0.2);
}

.border-s-yellow-700\/25 {
  border-inline-start-color: rgb(161 98 7 / 0.25);
}

.border-s-yellow-700\/30 {
  border-inline-start-color: rgb(161 98 7 / 0.3);
}

.border-s-yellow-700\/35 {
  border-inline-start-color: rgb(161 98 7 / 0.35);
}

.border-s-yellow-700\/40 {
  border-inline-start-color: rgb(161 98 7 / 0.4);
}

.border-s-yellow-700\/45 {
  border-inline-start-color: rgb(161 98 7 / 0.45);
}

.border-s-yellow-700\/5 {
  border-inline-start-color: rgb(161 98 7 / 0.05);
}

.border-s-yellow-700\/50 {
  border-inline-start-color: rgb(161 98 7 / 0.5);
}

.border-s-yellow-700\/55 {
  border-inline-start-color: rgb(161 98 7 / 0.55);
}

.border-s-yellow-700\/60 {
  border-inline-start-color: rgb(161 98 7 / 0.6);
}

.border-s-yellow-700\/65 {
  border-inline-start-color: rgb(161 98 7 / 0.65);
}

.border-s-yellow-700\/70 {
  border-inline-start-color: rgb(161 98 7 / 0.7);
}

.border-s-yellow-700\/75 {
  border-inline-start-color: rgb(161 98 7 / 0.75);
}

.border-s-yellow-700\/80 {
  border-inline-start-color: rgb(161 98 7 / 0.8);
}

.border-s-yellow-700\/85 {
  border-inline-start-color: rgb(161 98 7 / 0.85);
}

.border-s-yellow-700\/90 {
  border-inline-start-color: rgb(161 98 7 / 0.9);
}

.border-s-yellow-700\/95 {
  border-inline-start-color: rgb(161 98 7 / 0.95);
}

.border-s-yellow-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

.border-s-yellow-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-s-yellow-900\/0 {
  border-inline-start-color: rgb(113 63 18 / 0);
}

.border-s-yellow-900\/10 {
  border-inline-start-color: rgb(113 63 18 / 0.1);
}

.border-s-yellow-900\/100 {
  border-inline-start-color: rgb(113 63 18 / 1);
}

.border-s-yellow-900\/15 {
  border-inline-start-color: rgb(113 63 18 / 0.15);
}

.border-s-yellow-900\/20 {
  border-inline-start-color: rgb(113 63 18 / 0.2);
}

.border-s-yellow-900\/25 {
  border-inline-start-color: rgb(113 63 18 / 0.25);
}

.border-s-yellow-900\/30 {
  border-inline-start-color: rgb(113 63 18 / 0.3);
}

.border-s-yellow-900\/35 {
  border-inline-start-color: rgb(113 63 18 / 0.35);
}

.border-s-yellow-900\/40 {
  border-inline-start-color: rgb(113 63 18 / 0.4);
}

.border-s-yellow-900\/45 {
  border-inline-start-color: rgb(113 63 18 / 0.45);
}

.border-s-yellow-900\/5 {
  border-inline-start-color: rgb(113 63 18 / 0.05);
}

.border-s-yellow-900\/50 {
  border-inline-start-color: rgb(113 63 18 / 0.5);
}

.border-s-yellow-900\/55 {
  border-inline-start-color: rgb(113 63 18 / 0.55);
}

.border-s-yellow-900\/60 {
  border-inline-start-color: rgb(113 63 18 / 0.6);
}

.border-s-yellow-900\/65 {
  border-inline-start-color: rgb(113 63 18 / 0.65);
}

.border-s-yellow-900\/70 {
  border-inline-start-color: rgb(113 63 18 / 0.7);
}

.border-s-yellow-900\/75 {
  border-inline-start-color: rgb(113 63 18 / 0.75);
}

.border-s-yellow-900\/80 {
  border-inline-start-color: rgb(113 63 18 / 0.8);
}

.border-s-yellow-900\/85 {
  border-inline-start-color: rgb(113 63 18 / 0.85);
}

.border-s-yellow-900\/90 {
  border-inline-start-color: rgb(113 63 18 / 0.9);
}

.border-s-yellow-900\/95 {
  border-inline-start-color: rgb(113 63 18 / 0.95);
}

.border-s-yellow-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-s-yellow-950\/0 {
  border-inline-start-color: rgb(66 32 6 / 0);
}

.border-s-yellow-950\/10 {
  border-inline-start-color: rgb(66 32 6 / 0.1);
}

.border-s-yellow-950\/100 {
  border-inline-start-color: rgb(66 32 6 / 1);
}

.border-s-yellow-950\/15 {
  border-inline-start-color: rgb(66 32 6 / 0.15);
}

.border-s-yellow-950\/20 {
  border-inline-start-color: rgb(66 32 6 / 0.2);
}

.border-s-yellow-950\/25 {
  border-inline-start-color: rgb(66 32 6 / 0.25);
}

.border-s-yellow-950\/30 {
  border-inline-start-color: rgb(66 32 6 / 0.3);
}

.border-s-yellow-950\/35 {
  border-inline-start-color: rgb(66 32 6 / 0.35);
}

.border-s-yellow-950\/40 {
  border-inline-start-color: rgb(66 32 6 / 0.4);
}

.border-s-yellow-950\/45 {
  border-inline-start-color: rgb(66 32 6 / 0.45);
}

.border-s-yellow-950\/5 {
  border-inline-start-color: rgb(66 32 6 / 0.05);
}

.border-s-yellow-950\/50 {
  border-inline-start-color: rgb(66 32 6 / 0.5);
}

.border-s-yellow-950\/55 {
  border-inline-start-color: rgb(66 32 6 / 0.55);
}

.border-s-yellow-950\/60 {
  border-inline-start-color: rgb(66 32 6 / 0.6);
}

.border-s-yellow-950\/65 {
  border-inline-start-color: rgb(66 32 6 / 0.65);
}

.border-s-yellow-950\/70 {
  border-inline-start-color: rgb(66 32 6 / 0.7);
}

.border-s-yellow-950\/75 {
  border-inline-start-color: rgb(66 32 6 / 0.75);
}

.border-s-yellow-950\/80 {
  border-inline-start-color: rgb(66 32 6 / 0.8);
}

.border-s-yellow-950\/85 {
  border-inline-start-color: rgb(66 32 6 / 0.85);
}

.border-s-yellow-950\/90 {
  border-inline-start-color: rgb(66 32 6 / 0.9);
}

.border-s-yellow-950\/95 {
  border-inline-start-color: rgb(66 32 6 / 0.95);
}

.border-t-blue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-t-yellow-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}

.border-t-yellow-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}

.border-t-yellow-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-t-yellow-300\/0 {
  border-top-color: rgb(253 224 71 / 0);
}

.border-t-yellow-300\/10 {
  border-top-color: rgb(253 224 71 / 0.1);
}

.border-t-yellow-300\/100 {
  border-top-color: rgb(253 224 71 / 1);
}

.border-t-yellow-300\/15 {
  border-top-color: rgb(253 224 71 / 0.15);
}

.border-t-yellow-300\/20 {
  border-top-color: rgb(253 224 71 / 0.2);
}

.border-t-yellow-300\/25 {
  border-top-color: rgb(253 224 71 / 0.25);
}

.border-t-yellow-300\/30 {
  border-top-color: rgb(253 224 71 / 0.3);
}

.border-t-yellow-300\/35 {
  border-top-color: rgb(253 224 71 / 0.35);
}

.border-t-yellow-300\/40 {
  border-top-color: rgb(253 224 71 / 0.4);
}

.border-t-yellow-300\/45 {
  border-top-color: rgb(253 224 71 / 0.45);
}

.border-t-yellow-300\/5 {
  border-top-color: rgb(253 224 71 / 0.05);
}

.border-t-yellow-300\/50 {
  border-top-color: rgb(253 224 71 / 0.5);
}

.border-t-yellow-300\/55 {
  border-top-color: rgb(253 224 71 / 0.55);
}

.border-t-yellow-300\/60 {
  border-top-color: rgb(253 224 71 / 0.6);
}

.border-t-yellow-300\/65 {
  border-top-color: rgb(253 224 71 / 0.65);
}

.border-t-yellow-300\/70 {
  border-top-color: rgb(253 224 71 / 0.7);
}

.border-t-yellow-300\/75 {
  border-top-color: rgb(253 224 71 / 0.75);
}

.border-t-yellow-300\/80 {
  border-top-color: rgb(253 224 71 / 0.8);
}

.border-t-yellow-300\/85 {
  border-top-color: rgb(253 224 71 / 0.85);
}

.border-t-yellow-300\/90 {
  border-top-color: rgb(253 224 71 / 0.9);
}

.border-t-yellow-300\/95 {
  border-top-color: rgb(253 224 71 / 0.95);
}

.border-t-yellow-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}

.border-t-yellow-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}

.border-t-yellow-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}

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

.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}

.border-t-yellow-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-t-yellow-700\/0 {
  border-top-color: rgb(161 98 7 / 0);
}

.border-t-yellow-700\/10 {
  border-top-color: rgb(161 98 7 / 0.1);
}

.border-t-yellow-700\/100 {
  border-top-color: rgb(161 98 7 / 1);
}

.border-t-yellow-700\/15 {
  border-top-color: rgb(161 98 7 / 0.15);
}

.border-t-yellow-700\/20 {
  border-top-color: rgb(161 98 7 / 0.2);
}

.border-t-yellow-700\/25 {
  border-top-color: rgb(161 98 7 / 0.25);
}

.border-t-yellow-700\/30 {
  border-top-color: rgb(161 98 7 / 0.3);
}

.border-t-yellow-700\/35 {
  border-top-color: rgb(161 98 7 / 0.35);
}

.border-t-yellow-700\/40 {
  border-top-color: rgb(161 98 7 / 0.4);
}

.border-t-yellow-700\/45 {
  border-top-color: rgb(161 98 7 / 0.45);
}

.border-t-yellow-700\/5 {
  border-top-color: rgb(161 98 7 / 0.05);
}

.border-t-yellow-700\/50 {
  border-top-color: rgb(161 98 7 / 0.5);
}

.border-t-yellow-700\/55 {
  border-top-color: rgb(161 98 7 / 0.55);
}

.border-t-yellow-700\/60 {
  border-top-color: rgb(161 98 7 / 0.6);
}

.border-t-yellow-700\/65 {
  border-top-color: rgb(161 98 7 / 0.65);
}

.border-t-yellow-700\/70 {
  border-top-color: rgb(161 98 7 / 0.7);
}

.border-t-yellow-700\/75 {
  border-top-color: rgb(161 98 7 / 0.75);
}

.border-t-yellow-700\/80 {
  border-top-color: rgb(161 98 7 / 0.8);
}

.border-t-yellow-700\/85 {
  border-top-color: rgb(161 98 7 / 0.85);
}

.border-t-yellow-700\/90 {
  border-top-color: rgb(161 98 7 / 0.9);
}

.border-t-yellow-700\/95 {
  border-top-color: rgb(161 98 7 / 0.95);
}

.border-t-yellow-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}

.border-t-yellow-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-t-yellow-900\/0 {
  border-top-color: rgb(113 63 18 / 0);
}

.border-t-yellow-900\/10 {
  border-top-color: rgb(113 63 18 / 0.1);
}

.border-t-yellow-900\/100 {
  border-top-color: rgb(113 63 18 / 1);
}

.border-t-yellow-900\/15 {
  border-top-color: rgb(113 63 18 / 0.15);
}

.border-t-yellow-900\/20 {
  border-top-color: rgb(113 63 18 / 0.2);
}

.border-t-yellow-900\/25 {
  border-top-color: rgb(113 63 18 / 0.25);
}

.border-t-yellow-900\/30 {
  border-top-color: rgb(113 63 18 / 0.3);
}

.border-t-yellow-900\/35 {
  border-top-color: rgb(113 63 18 / 0.35);
}

.border-t-yellow-900\/40 {
  border-top-color: rgb(113 63 18 / 0.4);
}

.border-t-yellow-900\/45 {
  border-top-color: rgb(113 63 18 / 0.45);
}

.border-t-yellow-900\/5 {
  border-top-color: rgb(113 63 18 / 0.05);
}

.border-t-yellow-900\/50 {
  border-top-color: rgb(113 63 18 / 0.5);
}

.border-t-yellow-900\/55 {
  border-top-color: rgb(113 63 18 / 0.55);
}

.border-t-yellow-900\/60 {
  border-top-color: rgb(113 63 18 / 0.6);
}

.border-t-yellow-900\/65 {
  border-top-color: rgb(113 63 18 / 0.65);
}

.border-t-yellow-900\/70 {
  border-top-color: rgb(113 63 18 / 0.7);
}

.border-t-yellow-900\/75 {
  border-top-color: rgb(113 63 18 / 0.75);
}

.border-t-yellow-900\/80 {
  border-top-color: rgb(113 63 18 / 0.8);
}

.border-t-yellow-900\/85 {
  border-top-color: rgb(113 63 18 / 0.85);
}

.border-t-yellow-900\/90 {
  border-top-color: rgb(113 63 18 / 0.9);
}

.border-t-yellow-900\/95 {
  border-top-color: rgb(113 63 18 / 0.95);
}

.border-t-yellow-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-t-yellow-950\/0 {
  border-top-color: rgb(66 32 6 / 0);
}

.border-t-yellow-950\/10 {
  border-top-color: rgb(66 32 6 / 0.1);
}

.border-t-yellow-950\/100 {
  border-top-color: rgb(66 32 6 / 1);
}

.border-t-yellow-950\/15 {
  border-top-color: rgb(66 32 6 / 0.15);
}

.border-t-yellow-950\/20 {
  border-top-color: rgb(66 32 6 / 0.2);
}

.border-t-yellow-950\/25 {
  border-top-color: rgb(66 32 6 / 0.25);
}

.border-t-yellow-950\/30 {
  border-top-color: rgb(66 32 6 / 0.3);
}

.border-t-yellow-950\/35 {
  border-top-color: rgb(66 32 6 / 0.35);
}

.border-t-yellow-950\/40 {
  border-top-color: rgb(66 32 6 / 0.4);
}

.border-t-yellow-950\/45 {
  border-top-color: rgb(66 32 6 / 0.45);
}

.border-t-yellow-950\/5 {
  border-top-color: rgb(66 32 6 / 0.05);
}

.border-t-yellow-950\/50 {
  border-top-color: rgb(66 32 6 / 0.5);
}

.border-t-yellow-950\/55 {
  border-top-color: rgb(66 32 6 / 0.55);
}

.border-t-yellow-950\/60 {
  border-top-color: rgb(66 32 6 / 0.6);
}

.border-t-yellow-950\/65 {
  border-top-color: rgb(66 32 6 / 0.65);
}

.border-t-yellow-950\/70 {
  border-top-color: rgb(66 32 6 / 0.7);
}

.border-t-yellow-950\/75 {
  border-top-color: rgb(66 32 6 / 0.75);
}

.border-t-yellow-950\/80 {
  border-top-color: rgb(66 32 6 / 0.8);
}

.border-t-yellow-950\/85 {
  border-top-color: rgb(66 32 6 / 0.85);
}

.border-t-yellow-950\/90 {
  border-top-color: rgb(66 32 6 / 0.9);
}

.border-t-yellow-950\/95 {
  border-top-color: rgb(66 32 6 / 0.95);
}

.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: 0.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: 0.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-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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.15);
}

.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}

.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}

.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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 / 0.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-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: 0.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: 0.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;
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/0 {
  --tw-gradient-from: rgb(254 249 195 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/10 {
  --tw-gradient-from: rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/100 {
  --tw-gradient-from: rgb(254 249 195 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/0 {
  --tw-gradient-from: rgb(253 224 71 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/10 {
  --tw-gradient-from: rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/100 {
  --tw-gradient-from: rgb(253 224 71 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/15 {
  --tw-gradient-from: rgb(253 224 71 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/20 {
  --tw-gradient-from: rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/25 {
  --tw-gradient-from: rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/30 {
  --tw-gradient-from: rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/35 {
  --tw-gradient-from: rgb(253 224 71 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/40 {
  --tw-gradient-from: rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/45 {
  --tw-gradient-from: rgb(253 224 71 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/5 {
  --tw-gradient-from: rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/50 {
  --tw-gradient-from: rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/55 {
  --tw-gradient-from: rgb(253 224 71 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/60 {
  --tw-gradient-from: rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/65 {
  --tw-gradient-from: rgb(253 224 71 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/70 {
  --tw-gradient-from: rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/75 {
  --tw-gradient-from: rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/80 {
  --tw-gradient-from: rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/85 {
  --tw-gradient-from: rgb(253 224 71 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/90 {
  --tw-gradient-from: rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300\/95 {
  --tw-gradient-from: rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/15 {
  --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/35 {
  --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/45 {
  --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/55 {
  --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/65 {
  --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/85 {
  --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-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 / 0.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 / 0.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 / 0.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 / 0.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-yellow-700 {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/0 {
  --tw-gradient-from: rgb(161 98 7 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/10 {
  --tw-gradient-from: rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/100 {
  --tw-gradient-from: rgb(161 98 7 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/15 {
  --tw-gradient-from: rgb(161 98 7 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/20 {
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/25 {
  --tw-gradient-from: rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/30 {
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/35 {
  --tw-gradient-from: rgb(161 98 7 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/40 {
  --tw-gradient-from: rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/45 {
  --tw-gradient-from: rgb(161 98 7 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/5 {
  --tw-gradient-from: rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/50 {
  --tw-gradient-from: rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/55 {
  --tw-gradient-from: rgb(161 98 7 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/60 {
  --tw-gradient-from: rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/65 {
  --tw-gradient-from: rgb(161 98 7 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/70 {
  --tw-gradient-from: rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/75 {
  --tw-gradient-from: rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/80 {
  --tw-gradient-from: rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/85 {
  --tw-gradient-from: rgb(161 98 7 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/90 {
  --tw-gradient-from: rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700\/95 {
  --tw-gradient-from: rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900 {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/0 {
  --tw-gradient-from: rgb(113 63 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/10 {
  --tw-gradient-from: rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/100 {
  --tw-gradient-from: rgb(113 63 18 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/15 {
  --tw-gradient-from: rgb(113 63 18 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/20 {
  --tw-gradient-from: rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/25 {
  --tw-gradient-from: rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/30 {
  --tw-gradient-from: rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/35 {
  --tw-gradient-from: rgb(113 63 18 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/45 {
  --tw-gradient-from: rgb(113 63 18 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/5 {
  --tw-gradient-from: rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/50 {
  --tw-gradient-from: rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/55 {
  --tw-gradient-from: rgb(113 63 18 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/60 {
  --tw-gradient-from: rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/65 {
  --tw-gradient-from: rgb(113 63 18 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/70 {
  --tw-gradient-from: rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/75 {
  --tw-gradient-from: rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/80 {
  --tw-gradient-from: rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/85 {
  --tw-gradient-from: rgb(113 63 18 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/90 {
  --tw-gradient-from: rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900\/95 {
  --tw-gradient-from: rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950 {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/0 {
  --tw-gradient-from: rgb(66 32 6 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/10 {
  --tw-gradient-from: rgb(66 32 6 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/100 {
  --tw-gradient-from: rgb(66 32 6 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/15 {
  --tw-gradient-from: rgb(66 32 6 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/20 {
  --tw-gradient-from: rgb(66 32 6 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/25 {
  --tw-gradient-from: rgb(66 32 6 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/30 {
  --tw-gradient-from: rgb(66 32 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/35 {
  --tw-gradient-from: rgb(66 32 6 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/40 {
  --tw-gradient-from: rgb(66 32 6 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/45 {
  --tw-gradient-from: rgb(66 32 6 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/5 {
  --tw-gradient-from: rgb(66 32 6 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/50 {
  --tw-gradient-from: rgb(66 32 6 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/55 {
  --tw-gradient-from: rgb(66 32 6 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/60 {
  --tw-gradient-from: rgb(66 32 6 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/65 {
  --tw-gradient-from: rgb(66 32 6 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/70 {
  --tw-gradient-from: rgb(66 32 6 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/75 {
  --tw-gradient-from: rgb(66 32 6 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/80 {
  --tw-gradient-from: rgb(66 32 6 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/85 {
  --tw-gradient-from: rgb(66 32 6 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/90 {
  --tw-gradient-from: rgb(66 32 6 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950\/95 {
  --tw-gradient-from: rgb(66 32 6 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/0 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/100 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/15 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/20 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/25 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/30 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/35 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/40 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/45 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/5 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/50 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/55 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/60 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/65 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/70 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/75 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/80 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/85 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/90 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300\/95 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 98 7 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(113 63 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 32 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-100\/0 {
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
}

.to-yellow-100\/10 {
  --tw-gradient-to: rgb(254 249 195 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-100\/100 {
  --tw-gradient-to: rgb(254 249 195 / 1) var(--tw-gradient-to-position);
}

.to-yellow-100\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
}

.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
}

.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) 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 / 0.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 / 0.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 / 0.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 / 0.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-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
}

.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
}

.to-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
}

.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
}

.to-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
}

.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
}

.to-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-700 {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.to-yellow-700\/0 {
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
}

.to-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-700\/100 {
  --tw-gradient-to: rgb(161 98 7 / 1) var(--tw-gradient-to-position);
}

.to-yellow-700\/15 {
  --tw-gradient-to: rgb(161 98 7 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-700\/20 {
  --tw-gradient-to: rgb(161 98 7 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-700\/25 {
  --tw-gradient-to: rgb(161 98 7 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-700\/30 {
  --tw-gradient-to: rgb(161 98 7 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-700\/35 {
  --tw-gradient-to: rgb(161 98 7 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-700\/40 {
  --tw-gradient-to: rgb(161 98 7 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-700\/45 {
  --tw-gradient-to: rgb(161 98 7 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-700\/5 {
  --tw-gradient-to: rgb(161 98 7 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-700\/50 {
  --tw-gradient-to: rgb(161 98 7 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-700\/55 {
  --tw-gradient-to: rgb(161 98 7 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-700\/60 {
  --tw-gradient-to: rgb(161 98 7 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-700\/65 {
  --tw-gradient-to: rgb(161 98 7 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-700\/70 {
  --tw-gradient-to: rgb(161 98 7 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-700\/75 {
  --tw-gradient-to: rgb(161 98 7 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-700\/80 {
  --tw-gradient-to: rgb(161 98 7 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-700\/85 {
  --tw-gradient-to: rgb(161 98 7 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-700\/90 {
  --tw-gradient-to: rgb(161 98 7 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-700\/95 {
  --tw-gradient-to: rgb(161 98 7 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
}

.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
}

.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-900 {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.to-yellow-900\/0 {
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
}

.to-yellow-900\/10 {
  --tw-gradient-to: rgb(113 63 18 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-900\/100 {
  --tw-gradient-to: rgb(113 63 18 / 1) var(--tw-gradient-to-position);
}

.to-yellow-900\/15 {
  --tw-gradient-to: rgb(113 63 18 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-900\/25 {
  --tw-gradient-to: rgb(113 63 18 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-900\/30 {
  --tw-gradient-to: rgb(113 63 18 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-900\/35 {
  --tw-gradient-to: rgb(113 63 18 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-900\/40 {
  --tw-gradient-to: rgb(113 63 18 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-900\/45 {
  --tw-gradient-to: rgb(113 63 18 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-900\/5 {
  --tw-gradient-to: rgb(113 63 18 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-900\/50 {
  --tw-gradient-to: rgb(113 63 18 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-900\/55 {
  --tw-gradient-to: rgb(113 63 18 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-900\/60 {
  --tw-gradient-to: rgb(113 63 18 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-900\/65 {
  --tw-gradient-to: rgb(113 63 18 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-900\/70 {
  --tw-gradient-to: rgb(113 63 18 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-900\/75 {
  --tw-gradient-to: rgb(113 63 18 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-900\/80 {
  --tw-gradient-to: rgb(113 63 18 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-900\/85 {
  --tw-gradient-to: rgb(113 63 18 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-900\/90 {
  --tw-gradient-to: rgb(113 63 18 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-900\/95 {
  --tw-gradient-to: rgb(113 63 18 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-950 {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.to-yellow-950\/0 {
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
}

.to-yellow-950\/10 {
  --tw-gradient-to: rgb(66 32 6 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-950\/100 {
  --tw-gradient-to: rgb(66 32 6 / 1) var(--tw-gradient-to-position);
}

.to-yellow-950\/15 {
  --tw-gradient-to: rgb(66 32 6 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-950\/20 {
  --tw-gradient-to: rgb(66 32 6 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-950\/25 {
  --tw-gradient-to: rgb(66 32 6 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-950\/30 {
  --tw-gradient-to: rgb(66 32 6 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-950\/35 {
  --tw-gradient-to: rgb(66 32 6 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-950\/40 {
  --tw-gradient-to: rgb(66 32 6 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-950\/45 {
  --tw-gradient-to: rgb(66 32 6 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-950\/5 {
  --tw-gradient-to: rgb(66 32 6 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-950\/50 {
  --tw-gradient-to: rgb(66 32 6 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-950\/55 {
  --tw-gradient-to: rgb(66 32 6 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-950\/65 {
  --tw-gradient-to: rgb(66 32 6 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-950\/70 {
  --tw-gradient-to: rgb(66 32 6 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-950\/75 {
  --tw-gradient-to: rgb(66 32 6 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-950\/80 {
  --tw-gradient-to: rgb(66 32 6 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-950\/85 {
  --tw-gradient-to: rgb(66 32 6 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-950\/90 {
  --tw-gradient-to: rgb(66 32 6 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-950\/95 {
  --tw-gradient-to: rgb(66 32 6 / 0.95) var(--tw-gradient-to-position);
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15);
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35);
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45);
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55);
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65);
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85);
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15);
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35);
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45);
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55);
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65);
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85);
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-300\/0 {
  fill: rgb(253 224 71 / 0);
}

.fill-yellow-300\/10 {
  fill: rgb(253 224 71 / 0.1);
}

.fill-yellow-300\/100 {
  fill: rgb(253 224 71 / 1);
}

.fill-yellow-300\/15 {
  fill: rgb(253 224 71 / 0.15);
}

.fill-yellow-300\/20 {
  fill: rgb(253 224 71 / 0.2);
}

.fill-yellow-300\/25 {
  fill: rgb(253 224 71 / 0.25);
}

.fill-yellow-300\/30 {
  fill: rgb(253 224 71 / 0.3);
}

.fill-yellow-300\/35 {
  fill: rgb(253 224 71 / 0.35);
}

.fill-yellow-300\/40 {
  fill: rgb(253 224 71 / 0.4);
}

.fill-yellow-300\/45 {
  fill: rgb(253 224 71 / 0.45);
}

.fill-yellow-300\/5 {
  fill: rgb(253 224 71 / 0.05);
}

.fill-yellow-300\/50 {
  fill: rgb(253 224 71 / 0.5);
}

.fill-yellow-300\/55 {
  fill: rgb(253 224 71 / 0.55);
}

.fill-yellow-300\/60 {
  fill: rgb(253 224 71 / 0.6);
}

.fill-yellow-300\/65 {
  fill: rgb(253 224 71 / 0.65);
}

.fill-yellow-300\/70 {
  fill: rgb(253 224 71 / 0.7);
}

.fill-yellow-300\/75 {
  fill: rgb(253 224 71 / 0.75);
}

.fill-yellow-300\/80 {
  fill: rgb(253 224 71 / 0.8);
}

.fill-yellow-300\/85 {
  fill: rgb(253 224 71 / 0.85);
}

.fill-yellow-300\/90 {
  fill: rgb(253 224 71 / 0.9);
}

.fill-yellow-300\/95 {
  fill: rgb(253 224 71 / 0.95);
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15);
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35);
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45);
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55);
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65);
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85);
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0);
}

.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1);
}

.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1);
}

.fill-yellow-50\/15 {
  fill: rgb(254 252 232 / 0.15);
}

.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2);
}

.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25);
}

.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3);
}

.fill-yellow-50\/35 {
  fill: rgb(254 252 232 / 0.35);
}

.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4);
}

.fill-yellow-50\/45 {
  fill: rgb(254 252 232 / 0.45);
}

.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05);
}

.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5);
}

.fill-yellow-50\/55 {
  fill: rgb(254 252 232 / 0.55);
}

.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6);
}

.fill-yellow-50\/65 {
  fill: rgb(254 252 232 / 0.65);
}

.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7);
}

.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75);
}

.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8);
}

.fill-yellow-50\/85 {
  fill: rgb(254 252 232 / 0.85);
}

.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9);
}

.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95);
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15);
}

.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35);
}

.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45);
}

.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55);
}

.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65);
}

.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85);
}

.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15);
}

.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35);
}

.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45);
}

.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}

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

.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55);
}

.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65);
}

.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85);
}

.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}

.fill-yellow-700 {
  fill: #a16207;
}

.fill-yellow-700\/0 {
  fill: rgb(161 98 7 / 0);
}

.fill-yellow-700\/10 {
  fill: rgb(161 98 7 / 0.1);
}

.fill-yellow-700\/100 {
  fill: rgb(161 98 7 / 1);
}

.fill-yellow-700\/15 {
  fill: rgb(161 98 7 / 0.15);
}

.fill-yellow-700\/20 {
  fill: rgb(161 98 7 / 0.2);
}

.fill-yellow-700\/25 {
  fill: rgb(161 98 7 / 0.25);
}

.fill-yellow-700\/30 {
  fill: rgb(161 98 7 / 0.3);
}

.fill-yellow-700\/35 {
  fill: rgb(161 98 7 / 0.35);
}

.fill-yellow-700\/40 {
  fill: rgb(161 98 7 / 0.4);
}

.fill-yellow-700\/45 {
  fill: rgb(161 98 7 / 0.45);
}

.fill-yellow-700\/5 {
  fill: rgb(161 98 7 / 0.05);
}

.fill-yellow-700\/50 {
  fill: rgb(161 98 7 / 0.5);
}

.fill-yellow-700\/55 {
  fill: rgb(161 98 7 / 0.55);
}

.fill-yellow-700\/60 {
  fill: rgb(161 98 7 / 0.6);
}

.fill-yellow-700\/65 {
  fill: rgb(161 98 7 / 0.65);
}

.fill-yellow-700\/70 {
  fill: rgb(161 98 7 / 0.7);
}

.fill-yellow-700\/75 {
  fill: rgb(161 98 7 / 0.75);
}

.fill-yellow-700\/80 {
  fill: rgb(161 98 7 / 0.8);
}

.fill-yellow-700\/85 {
  fill: rgb(161 98 7 / 0.85);
}

.fill-yellow-700\/90 {
  fill: rgb(161 98 7 / 0.9);
}

.fill-yellow-700\/95 {
  fill: rgb(161 98 7 / 0.95);
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0);
}

.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1);
}

.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1);
}

.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15);
}

.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2);
}

.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25);
}

.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3);
}

.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35);
}

.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4);
}

.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45);
}

.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05);
}

.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5);
}

.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55);
}

.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6);
}

.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65);
}

.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7);
}

.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75);
}

.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8);
}

.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85);
}

.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9);
}

.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95);
}

.fill-yellow-900 {
  fill: #713f12;
}

.fill-yellow-900\/0 {
  fill: rgb(113 63 18 / 0);
}

.fill-yellow-900\/10 {
  fill: rgb(113 63 18 / 0.1);
}

.fill-yellow-900\/100 {
  fill: rgb(113 63 18 / 1);
}

.fill-yellow-900\/15 {
  fill: rgb(113 63 18 / 0.15);
}

.fill-yellow-900\/20 {
  fill: rgb(113 63 18 / 0.2);
}

.fill-yellow-900\/25 {
  fill: rgb(113 63 18 / 0.25);
}

.fill-yellow-900\/30 {
  fill: rgb(113 63 18 / 0.3);
}

.fill-yellow-900\/35 {
  fill: rgb(113 63 18 / 0.35);
}

.fill-yellow-900\/40 {
  fill: rgb(113 63 18 / 0.4);
}

.fill-yellow-900\/45 {
  fill: rgb(113 63 18 / 0.45);
}

.fill-yellow-900\/5 {
  fill: rgb(113 63 18 / 0.05);
}

.fill-yellow-900\/50 {
  fill: rgb(113 63 18 / 0.5);
}

.fill-yellow-900\/55 {
  fill: rgb(113 63 18 / 0.55);
}

.fill-yellow-900\/60 {
  fill: rgb(113 63 18 / 0.6);
}

.fill-yellow-900\/65 {
  fill: rgb(113 63 18 / 0.65);
}

.fill-yellow-900\/70 {
  fill: rgb(113 63 18 / 0.7);
}

.fill-yellow-900\/75 {
  fill: rgb(113 63 18 / 0.75);
}

.fill-yellow-900\/80 {
  fill: rgb(113 63 18 / 0.8);
}

.fill-yellow-900\/85 {
  fill: rgb(113 63 18 / 0.85);
}

.fill-yellow-900\/90 {
  fill: rgb(113 63 18 / 0.9);
}

.fill-yellow-900\/95 {
  fill: rgb(113 63 18 / 0.95);
}

.fill-yellow-950 {
  fill: #422006;
}

.fill-yellow-950\/0 {
  fill: rgb(66 32 6 / 0);
}

.fill-yellow-950\/10 {
  fill: rgb(66 32 6 / 0.1);
}

.fill-yellow-950\/100 {
  fill: rgb(66 32 6 / 1);
}

.fill-yellow-950\/15 {
  fill: rgb(66 32 6 / 0.15);
}

.fill-yellow-950\/20 {
  fill: rgb(66 32 6 / 0.2);
}

.fill-yellow-950\/25 {
  fill: rgb(66 32 6 / 0.25);
}

.fill-yellow-950\/30 {
  fill: rgb(66 32 6 / 0.3);
}

.fill-yellow-950\/35 {
  fill: rgb(66 32 6 / 0.35);
}

.fill-yellow-950\/40 {
  fill: rgb(66 32 6 / 0.4);
}

.fill-yellow-950\/45 {
  fill: rgb(66 32 6 / 0.45);
}

.fill-yellow-950\/5 {
  fill: rgb(66 32 6 / 0.05);
}

.fill-yellow-950\/50 {
  fill: rgb(66 32 6 / 0.5);
}

.fill-yellow-950\/55 {
  fill: rgb(66 32 6 / 0.55);
}

.fill-yellow-950\/60 {
  fill: rgb(66 32 6 / 0.6);
}

.fill-yellow-950\/65 {
  fill: rgb(66 32 6 / 0.65);
}

.fill-yellow-950\/70 {
  fill: rgb(66 32 6 / 0.7);
}

.fill-yellow-950\/75 {
  fill: rgb(66 32 6 / 0.75);
}

.fill-yellow-950\/80 {
  fill: rgb(66 32 6 / 0.8);
}

.fill-yellow-950\/85 {
  fill: rgb(66 32 6 / 0.85);
}

.fill-yellow-950\/90 {
  fill: rgb(66 32 6 / 0.9);
}

.fill-yellow-950\/95 {
  fill: rgb(66 32 6 / 0.95);
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0);
}

.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1);
}

.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1);
}

.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15);
}

.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2);
}

.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25);
}

.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3);
}

.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35);
}

.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4);
}

.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45);
}

.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05);
}

.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5);
}

.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55);
}

.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6);
}

.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65);
}

.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7);
}

.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75);
}

.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8);
}

.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85);
}

.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9);
}

.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95);
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0);
}

.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1);
}

.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1);
}

.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15);
}

.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2);
}

.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25);
}

.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3);
}

.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35);
}

.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4);
}

.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45);
}

.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05);
}

.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5);
}

.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55);
}

.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6);
}

.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65);
}

.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7);
}

.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75);
}

.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8);
}

.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85);
}

.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9);
}

.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95);
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-300\/0 {
  stroke: rgb(253 224 71 / 0);
}

.stroke-yellow-300\/10 {
  stroke: rgb(253 224 71 / 0.1);
}

.stroke-yellow-300\/100 {
  stroke: rgb(253 224 71 / 1);
}

.stroke-yellow-300\/15 {
  stroke: rgb(253 224 71 / 0.15);
}

.stroke-yellow-300\/20 {
  stroke: rgb(253 224 71 / 0.2);
}

.stroke-yellow-300\/25 {
  stroke: rgb(253 224 71 / 0.25);
}

.stroke-yellow-300\/30 {
  stroke: rgb(253 224 71 / 0.3);
}

.stroke-yellow-300\/35 {
  stroke: rgb(253 224 71 / 0.35);
}

.stroke-yellow-300\/40 {
  stroke: rgb(253 224 71 / 0.4);
}

.stroke-yellow-300\/45 {
  stroke: rgb(253 224 71 / 0.45);
}

.stroke-yellow-300\/5 {
  stroke: rgb(253 224 71 / 0.05);
}

.stroke-yellow-300\/50 {
  stroke: rgb(253 224 71 / 0.5);
}

.stroke-yellow-300\/55 {
  stroke: rgb(253 224 71 / 0.55);
}

.stroke-yellow-300\/60 {
  stroke: rgb(253 224 71 / 0.6);
}

.stroke-yellow-300\/65 {
  stroke: rgb(253 224 71 / 0.65);
}

.stroke-yellow-300\/70 {
  stroke: rgb(253 224 71 / 0.7);
}

.stroke-yellow-300\/75 {
  stroke: rgb(253 224 71 / 0.75);
}

.stroke-yellow-300\/80 {
  stroke: rgb(253 224 71 / 0.8);
}

.stroke-yellow-300\/85 {
  stroke: rgb(253 224 71 / 0.85);
}

.stroke-yellow-300\/90 {
  stroke: rgb(253 224 71 / 0.9);
}

.stroke-yellow-300\/95 {
  stroke: rgb(253 224 71 / 0.95);
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0);
}

.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1);
}

.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1);
}

.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15);
}

.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2);
}

.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25);
}

.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3);
}

.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35);
}

.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4);
}

.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45);
}

.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05);
}

.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5);
}

.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55);
}

.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6);
}

.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65);
}

.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7);
}

.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75);
}

.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8);
}

.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85);
}

.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9);
}

.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95);
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0);
}

.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1);
}

.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1);
}

.stroke-yellow-50\/15 {
  stroke: rgb(254 252 232 / 0.15);
}

.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2);
}

.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25);
}

.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3);
}

.stroke-yellow-50\/35 {
  stroke: rgb(254 252 232 / 0.35);
}

.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4);
}

.stroke-yellow-50\/45 {
  stroke: rgb(254 252 232 / 0.45);
}

.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05);
}

.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5);
}

.stroke-yellow-50\/55 {
  stroke: rgb(254 252 232 / 0.55);
}

.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6);
}

.stroke-yellow-50\/65 {
  stroke: rgb(254 252 232 / 0.65);
}

.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7);
}

.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75);
}

.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8);
}

.stroke-yellow-50\/85 {
  stroke: rgb(254 252 232 / 0.85);
}

.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9);
}

.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95);
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0);
}

.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1);
}

.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1);
}

.stroke-yellow-500\/15 {
  stroke: rgb(234 179 8 / 0.15);
}

.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2);
}

.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25);
}

.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3);
}

.stroke-yellow-500\/35 {
  stroke: rgb(234 179 8 / 0.35);
}

.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4);
}

.stroke-yellow-500\/45 {
  stroke: rgb(234 179 8 / 0.45);
}

.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05);
}

.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5);
}

.stroke-yellow-500\/55 {
  stroke: rgb(234 179 8 / 0.55);
}

.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6);
}

.stroke-yellow-500\/65 {
  stroke: rgb(234 179 8 / 0.65);
}

.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7);
}

.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75);
}

.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8);
}

.stroke-yellow-500\/85 {
  stroke: rgb(234 179 8 / 0.85);
}

.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9);
}

.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95);
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0);
}

.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1);
}

.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1);
}

.stroke-yellow-600\/15 {
  stroke: rgb(202 138 4 / 0.15);
}

.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2);
}

.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25);
}

.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3);
}

.stroke-yellow-600\/35 {
  stroke: rgb(202 138 4 / 0.35);
}

.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4);
}

.stroke-yellow-600\/45 {
  stroke: rgb(202 138 4 / 0.45);
}

.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05);
}

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

.stroke-yellow-600\/55 {
  stroke: rgb(202 138 4 / 0.55);
}

.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6);
}

.stroke-yellow-600\/65 {
  stroke: rgb(202 138 4 / 0.65);
}

.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7);
}

.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75);
}

.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8);
}

.stroke-yellow-600\/85 {
  stroke: rgb(202 138 4 / 0.85);
}

.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9);
}

.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95);
}

.stroke-yellow-700 {
  stroke: #a16207;
}

.stroke-yellow-700\/0 {
  stroke: rgb(161 98 7 / 0);
}

.stroke-yellow-700\/10 {
  stroke: rgb(161 98 7 / 0.1);
}

.stroke-yellow-700\/100 {
  stroke: rgb(161 98 7 / 1);
}

.stroke-yellow-700\/15 {
  stroke: rgb(161 98 7 / 0.15);
}

.stroke-yellow-700\/20 {
  stroke: rgb(161 98 7 / 0.2);
}

.stroke-yellow-700\/25 {
  stroke: rgb(161 98 7 / 0.25);
}

.stroke-yellow-700\/30 {
  stroke: rgb(161 98 7 / 0.3);
}

.stroke-yellow-700\/35 {
  stroke: rgb(161 98 7 / 0.35);
}

.stroke-yellow-700\/40 {
  stroke: rgb(161 98 7 / 0.4);
}

.stroke-yellow-700\/45 {
  stroke: rgb(161 98 7 / 0.45);
}

.stroke-yellow-700\/5 {
  stroke: rgb(161 98 7 / 0.05);
}

.stroke-yellow-700\/50 {
  stroke: rgb(161 98 7 / 0.5);
}

.stroke-yellow-700\/55 {
  stroke: rgb(161 98 7 / 0.55);
}

.stroke-yellow-700\/60 {
  stroke: rgb(161 98 7 / 0.6);
}

.stroke-yellow-700\/65 {
  stroke: rgb(161 98 7 / 0.65);
}

.stroke-yellow-700\/70 {
  stroke: rgb(161 98 7 / 0.7);
}

.stroke-yellow-700\/75 {
  stroke: rgb(161 98 7 / 0.75);
}

.stroke-yellow-700\/80 {
  stroke: rgb(161 98 7 / 0.8);
}

.stroke-yellow-700\/85 {
  stroke: rgb(161 98 7 / 0.85);
}

.stroke-yellow-700\/90 {
  stroke: rgb(161 98 7 / 0.9);
}

.stroke-yellow-700\/95 {
  stroke: rgb(161 98 7 / 0.95);
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0);
}

.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1);
}

.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1);
}

.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15);
}

.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2);
}

.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25);
}

.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3);
}

.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35);
}

.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4);
}

.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45);
}

.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05);
}

.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5);
}

.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55);
}

.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6);
}

.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65);
}

.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7);
}

.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75);
}

.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8);
}

.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85);
}

.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9);
}

.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95);
}

.stroke-yellow-900 {
  stroke: #713f12;
}

.stroke-yellow-900\/0 {
  stroke: rgb(113 63 18 / 0);
}

.stroke-yellow-900\/10 {
  stroke: rgb(113 63 18 / 0.1);
}

.stroke-yellow-900\/100 {
  stroke: rgb(113 63 18 / 1);
}

.stroke-yellow-900\/15 {
  stroke: rgb(113 63 18 / 0.15);
}

.stroke-yellow-900\/20 {
  stroke: rgb(113 63 18 / 0.2);
}

.stroke-yellow-900\/25 {
  stroke: rgb(113 63 18 / 0.25);
}

.stroke-yellow-900\/30 {
  stroke: rgb(113 63 18 / 0.3);
}

.stroke-yellow-900\/35 {
  stroke: rgb(113 63 18 / 0.35);
}

.stroke-yellow-900\/40 {
  stroke: rgb(113 63 18 / 0.4);
}

.stroke-yellow-900\/45 {
  stroke: rgb(113 63 18 / 0.45);
}

.stroke-yellow-900\/5 {
  stroke: rgb(113 63 18 / 0.05);
}

.stroke-yellow-900\/50 {
  stroke: rgb(113 63 18 / 0.5);
}

.stroke-yellow-900\/55 {
  stroke: rgb(113 63 18 / 0.55);
}

.stroke-yellow-900\/60 {
  stroke: rgb(113 63 18 / 0.6);
}

.stroke-yellow-900\/65 {
  stroke: rgb(113 63 18 / 0.65);
}

.stroke-yellow-900\/70 {
  stroke: rgb(113 63 18 / 0.7);
}

.stroke-yellow-900\/75 {
  stroke: rgb(113 63 18 / 0.75);
}

.stroke-yellow-900\/80 {
  stroke: rgb(113 63 18 / 0.8);
}

.stroke-yellow-900\/85 {
  stroke: rgb(113 63 18 / 0.85);
}

.stroke-yellow-900\/90 {
  stroke: rgb(113 63 18 / 0.9);
}

.stroke-yellow-900\/95 {
  stroke: rgb(113 63 18 / 0.95);
}

.stroke-yellow-950 {
  stroke: #422006;
}

.stroke-yellow-950\/0 {
  stroke: rgb(66 32 6 / 0);
}

.stroke-yellow-950\/10 {
  stroke: rgb(66 32 6 / 0.1);
}

.stroke-yellow-950\/100 {
  stroke: rgb(66 32 6 / 1);
}

.stroke-yellow-950\/15 {
  stroke: rgb(66 32 6 / 0.15);
}

.stroke-yellow-950\/20 {
  stroke: rgb(66 32 6 / 0.2);
}

.stroke-yellow-950\/25 {
  stroke: rgb(66 32 6 / 0.25);
}

.stroke-yellow-950\/30 {
  stroke: rgb(66 32 6 / 0.3);
}

.stroke-yellow-950\/35 {
  stroke: rgb(66 32 6 / 0.35);
}

.stroke-yellow-950\/40 {
  stroke: rgb(66 32 6 / 0.4);
}

.stroke-yellow-950\/45 {
  stroke: rgb(66 32 6 / 0.45);
}

.stroke-yellow-950\/5 {
  stroke: rgb(66 32 6 / 0.05);
}

.stroke-yellow-950\/50 {
  stroke: rgb(66 32 6 / 0.5);
}

.stroke-yellow-950\/55 {
  stroke: rgb(66 32 6 / 0.55);
}

.stroke-yellow-950\/60 {
  stroke: rgb(66 32 6 / 0.6);
}

.stroke-yellow-950\/65 {
  stroke: rgb(66 32 6 / 0.65);
}

.stroke-yellow-950\/70 {
  stroke: rgb(66 32 6 / 0.7);
}

.stroke-yellow-950\/75 {
  stroke: rgb(66 32 6 / 0.75);
}

.stroke-yellow-950\/80 {
  stroke: rgb(66 32 6 / 0.8);
}

.stroke-yellow-950\/85 {
  stroke: rgb(66 32 6 / 0.85);
}

.stroke-yellow-950\/90 {
  stroke: rgb(66 32 6 / 0.9);
}

.stroke-yellow-950\/95 {
  stroke: rgb(66 32 6 / 0.95);
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

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

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

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

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

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

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

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

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

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

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

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

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

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

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

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1)) !important;
}

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

.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}

.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}

.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}

.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}

.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}

.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}

.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}

.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}

.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}

.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}

.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}

.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}

.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}

.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}

.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}

.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}

.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}

.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}

.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}

.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}

.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}

.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}

.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}

.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}

.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}

.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}

.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}

.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}

.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}

.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}

.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}

.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}

.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}

.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}

.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}

.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}

.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}

.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}

.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}

.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}

.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}

.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}

.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}

.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}

.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}

.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}

.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}

.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}

.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}

.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}

.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}

.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}

.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}

.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}

.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}

.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}

.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}

.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}

.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}

.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}

.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 / 0.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 / 0.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-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}

.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}

.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}

.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}

.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}

.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}

.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}

.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}

.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}

.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}

.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}

.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}

.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}

.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}

.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}

.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}

.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}

.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}

.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}

.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}

.text-amber-50\/95 {
  color: rgb(255 251 235 / 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 / 0.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 / 0.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 / 0.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 / 0.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-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}

.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}

.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}

.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}

.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}

.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}

.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}

.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}

.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}

.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}

.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}

.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}

.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}

.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}

.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}

.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}

.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}

.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}

.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}

.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}

.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}

.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}

.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}

.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}

.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}

.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}

.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}

.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}

.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}

.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}

.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}

.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}

.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}

.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}

.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}

.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}

.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}

.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}

.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}

.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}

.text-amber-800\/95 {
  color: rgb(146 64 14 / 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 / 0.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 / 0.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-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}

.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}

.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}

.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}

.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}

.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}

.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}

.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}

.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}

.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}

.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}

.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}

.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}

.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}

.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}

.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}

.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}

.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}

.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}

.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}

.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}

.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}

.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}

.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}

.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}

.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}

.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}

.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}

.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}

.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}

.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}

.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}

.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}

.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}

.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}

.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}

.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}

.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}

.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}

.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}

.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}

.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}

.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}

.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}

.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}

.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}

.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}

.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}

.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}

.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}

.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}

.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}

.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}

.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}

.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}

.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}

.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}

.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}

.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}

.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}

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

.text-emerald-400\/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 / 0.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 / 0.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-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}

.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}

.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}

.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}

.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}

.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}

.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}

.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}

.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}

.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}

.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}

.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}

.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}

.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}

.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}

.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}

.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}

.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}

.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}

.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}

.text-emerald-50\/95 {
  color: rgb(236 253 245 / 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 / 0.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 / 0.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 / 0.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 / 0.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-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}

.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}

.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}

.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}

.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}

.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}

.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}

.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}

.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}

.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}

.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}

.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}

.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}

.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}

.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}

.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}

.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}

.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}

.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}

.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}

.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}

.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}

.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}

.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}

.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}

.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}

.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}

.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}

.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}

.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}

.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}

.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}

.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}

.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}

.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}

.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}

.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}

.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}

.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}

.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}

.text-emerald-800\/95 {
  color: rgb(6 95 70 / 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 / 0.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 / 0.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-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}

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

.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95 {
  color: rgb(165 180 252 / 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 / 0.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 / 0.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-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95 {
  color: rgb(238 242 255 / 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 / 0.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 / 0.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 / 0.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 / 0.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-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95 {
  color: rgb(55 48 163 / 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 / 0.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 / 0.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-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}

.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}

.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}

.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15);
}

.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}

.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}

.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}

.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35);
}

.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}

.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45);
}

.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}

.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}

.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55);
}

.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}

.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65);
}

.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}

.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}

.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85);
}

.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}

.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}

.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}

.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}

.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15);
}

.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}

.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}

.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}

.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35);
}

.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}

.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45);
}

.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}

.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}

.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55);
}

.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}

.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65);
}

.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}

.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}

.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}

.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85);
}

.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}

.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}

.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}

.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}

.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15);
}

.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}

.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}

.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}

.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35);
}

.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}

.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45);
}

.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}

.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}

.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55);
}

.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}

.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65);
}

.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}

.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}

.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}

.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85);
}

.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}

.text-rose-300\/95 {
  color: rgb(253 164 175 / 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 / 0.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 / 0.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-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}

.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}

.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}

.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15);
}

.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}

.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}

.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}

.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35);
}

.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}

.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45);
}

.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}

.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}

.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55);
}

.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}

.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65);
}

.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}

.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}

.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}

.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85);
}

.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}

.text-rose-50\/95 {
  color: rgb(255 241 242 / 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 / 0.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 / 0.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 / 0.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 / 0.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-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}

.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}

.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}

.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15);
}

.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}

.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}

.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}

.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35);
}

.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}

.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45);
}

.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}

.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}

.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55);
}

.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}

.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65);
}

.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}

.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}

.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}

.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85);
}

.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}

.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}

.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}

.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}

.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15);
}

.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}

.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}

.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}

.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35);
}

.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}

.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45);
}

.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}

.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}

.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55);
}

.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}

.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65);
}

.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}

.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}

.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}

.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85);
}

.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}

.text-rose-800\/95 {
  color: rgb(159 18 57 / 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 / 0.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 / 0.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-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}

.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}

.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}

.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}

.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}

.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}

.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}

.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}

.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}

.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}

.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}

.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}

.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}

.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}

.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}

.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}

.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}

.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}

.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}

.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}

.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}

.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}

.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}

.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}

.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}

.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}

.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}

.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}

.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}

.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}

.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}

.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}

.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}

.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}

.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}

.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}

.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}

.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}

.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}

.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}

.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}

.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}

.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}

.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}

.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}

.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}

.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}

.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}

.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}

.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}

.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}

.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}

.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}

.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}

.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}

.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}

.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}

.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}

.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}

.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}

.text-sky-300\/95 {
  color: rgb(125 211 252 / 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 / 0.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 / 0.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-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}

.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}

.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}

.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}

.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}

.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}

.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}

.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}

.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}

.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}

.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}

.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}

.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}

.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}

.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}

.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}

.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}

.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}

.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}

.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}

.text-sky-50\/95 {
  color: rgb(240 249 255 / 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 / 0.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 / 0.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 / 0.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 / 0.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-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}

.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}

.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}

.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}

.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}

.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}

.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}

.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}

.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}

.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}

.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}

.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}

.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}

.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}

.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}

.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}

.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}

.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}

.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}

.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}

.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}

.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}

.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}

.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}

.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}

.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}

.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}

.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}

.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}

.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}

.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}

.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}

.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}

.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}

.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}

.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}

.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}

.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}

.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}

.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}

.text-sky-800\/95 {
  color: rgb(7 89 133 / 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 / 0.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 / 0.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-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}

.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}

.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}

.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}

.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}

.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}

.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}

.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}

.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}

.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}

.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}

.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}

.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}

.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}

.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}

.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}

.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}

.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}

.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}

.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}

.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}

.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}

.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}

.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}

.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}

.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}

.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}

.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}

.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}

.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}

.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}

.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}

.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}

.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}

.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}

.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}

.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}

.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}

.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}

.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}

.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}

.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}

.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}

.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}

.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}

.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}

.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}

.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}

.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}

.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}

.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}

.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}

.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}

.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}

.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}

.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}

.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}

.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}

.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}

.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}

.text-slate-300\/95 {
  color: rgb(203 213 225 / 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 / 0.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 / 0.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-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}

.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}

.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}

.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}

.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}

.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}

.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}

.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}

.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}

.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}

.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}

.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}

.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}

.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}

.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}

.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}

.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}

.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}

.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}

.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}

.text-slate-50\/95 {
  color: rgb(248 250 252 / 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 / 0.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 / 0.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 / 0.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 / 0.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-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}

.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}

.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}

.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}

.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}

.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}

.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}

.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}

.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}

.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}

.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}

.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}

.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}

.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}

.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}

.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}

.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}

.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}

.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}

.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}

.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}

.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}

.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}

.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}

.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}

.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}

.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}

.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}

.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}

.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}

.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}

.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}

.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}

.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}

.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}

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

.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}

.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}

.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}

.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}

.text-slate-800\/95 {
  color: rgb(30 41 59 / 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 / 0.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 / 0.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-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

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

.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}

.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 / 0.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 / 0.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-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 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 / 0.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 / 0.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 / 0.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 / 0.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-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 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 / 0.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 / 0.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-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}

.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}

.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}

.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}

.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}

.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}

.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}

.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}

.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}

.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}

.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}

.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}

.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}

.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}

.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}

.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}

.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}

.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}

.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}

.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}

.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}

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

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0);
}

.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1);
}

.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1);
}

.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15);
}

.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2);
}

.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25);
}

.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3);
}

.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35);
}

.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}

.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45);
}

.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05);
}

.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5);
}

.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55);
}

.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}

.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65);
}

.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7);
}

.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75);
}

.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8);
}

.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85);
}

.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9);
}

.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95);
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0);
}

.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1);
}

.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1);
}

.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15);
}

.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2);
}

.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25);
}

.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3);
}

.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35);
}

.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}

.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45);
}

.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05);
}

.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5);
}

.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55);
}

.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}

.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65);
}

.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7);
}

.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75);
}

.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8);
}

.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85);
}

.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9);
}

.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95);
}

.decoration-yellow-300 {
  text-decoration-color: #fde047;
}

.decoration-yellow-300\/0 {
  text-decoration-color: rgb(253 224 71 / 0);
}

.decoration-yellow-300\/10 {
  text-decoration-color: rgb(253 224 71 / 0.1);
}

.decoration-yellow-300\/100 {
  text-decoration-color: rgb(253 224 71 / 1);
}

.decoration-yellow-300\/15 {
  text-decoration-color: rgb(253 224 71 / 0.15);
}

.decoration-yellow-300\/20 {
  text-decoration-color: rgb(253 224 71 / 0.2);
}

.decoration-yellow-300\/25 {
  text-decoration-color: rgb(253 224 71 / 0.25);
}

.decoration-yellow-300\/30 {
  text-decoration-color: rgb(253 224 71 / 0.3);
}

.decoration-yellow-300\/35 {
  text-decoration-color: rgb(253 224 71 / 0.35);
}

.decoration-yellow-300\/40 {
  text-decoration-color: rgb(253 224 71 / 0.4);
}

.decoration-yellow-300\/45 {
  text-decoration-color: rgb(253 224 71 / 0.45);
}

.decoration-yellow-300\/5 {
  text-decoration-color: rgb(253 224 71 / 0.05);
}

.decoration-yellow-300\/50 {
  text-decoration-color: rgb(253 224 71 / 0.5);
}

.decoration-yellow-300\/55 {
  text-decoration-color: rgb(253 224 71 / 0.55);
}

.decoration-yellow-300\/60 {
  text-decoration-color: rgb(253 224 71 / 0.6);
}

.decoration-yellow-300\/65 {
  text-decoration-color: rgb(253 224 71 / 0.65);
}

.decoration-yellow-300\/70 {
  text-decoration-color: rgb(253 224 71 / 0.7);
}

.decoration-yellow-300\/75 {
  text-decoration-color: rgb(253 224 71 / 0.75);
}

.decoration-yellow-300\/80 {
  text-decoration-color: rgb(253 224 71 / 0.8);
}

.decoration-yellow-300\/85 {
  text-decoration-color: rgb(253 224 71 / 0.85);
}

.decoration-yellow-300\/90 {
  text-decoration-color: rgb(253 224 71 / 0.9);
}

.decoration-yellow-300\/95 {
  text-decoration-color: rgb(253 224 71 / 0.95);
}

.decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0);
}

.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1);
}

.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1);
}

.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15);
}

.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2);
}

.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25);
}

.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3);
}

.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35);
}

.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}

.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45);
}

.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05);
}

.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5);
}

.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55);
}

.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}

.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65);
}

.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7);
}

.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75);
}

.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8);
}

.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85);
}

.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9);
}

.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95);
}

.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0);
}

.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1);
}

.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1);
}

.decoration-yellow-50\/15 {
  text-decoration-color: rgb(254 252 232 / 0.15);
}

.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2);
}

.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25);
}

.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3);
}

.decoration-yellow-50\/35 {
  text-decoration-color: rgb(254 252 232 / 0.35);
}

.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}

.decoration-yellow-50\/45 {
  text-decoration-color: rgb(254 252 232 / 0.45);
}

.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05);
}

.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5);
}

.decoration-yellow-50\/55 {
  text-decoration-color: rgb(254 252 232 / 0.55);
}

.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}

.decoration-yellow-50\/65 {
  text-decoration-color: rgb(254 252 232 / 0.65);
}

.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7);
}

.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75);
}

.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8);
}

.decoration-yellow-50\/85 {
  text-decoration-color: rgb(254 252 232 / 0.85);
}

.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9);
}

.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95);
}

.decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0);
}

.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1);
}

.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1);
}

.decoration-yellow-500\/15 {
  text-decoration-color: rgb(234 179 8 / 0.15);
}

.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2);
}

.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25);
}

.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3);
}

.decoration-yellow-500\/35 {
  text-decoration-color: rgb(234 179 8 / 0.35);
}

.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}

.decoration-yellow-500\/45 {
  text-decoration-color: rgb(234 179 8 / 0.45);
}

.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05);
}

.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5);
}

.decoration-yellow-500\/55 {
  text-decoration-color: rgb(234 179 8 / 0.55);
}

.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}

.decoration-yellow-500\/65 {
  text-decoration-color: rgb(234 179 8 / 0.65);
}

.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7);
}

.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75);
}

.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8);
}

.decoration-yellow-500\/85 {
  text-decoration-color: rgb(234 179 8 / 0.85);
}

.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9);
}

.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95);
}

.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0);
}

.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1);
}

.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1);
}

.decoration-yellow-600\/15 {
  text-decoration-color: rgb(202 138 4 / 0.15);
}

.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2);
}

.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25);
}

.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3);
}

.decoration-yellow-600\/35 {
  text-decoration-color: rgb(202 138 4 / 0.35);
}

.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}

.decoration-yellow-600\/45 {
  text-decoration-color: rgb(202 138 4 / 0.45);
}

.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05);
}

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

.decoration-yellow-600\/55 {
  text-decoration-color: rgb(202 138 4 / 0.55);
}

.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}

.decoration-yellow-600\/65 {
  text-decoration-color: rgb(202 138 4 / 0.65);
}

.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7);
}

.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75);
}

.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8);
}

.decoration-yellow-600\/85 {
  text-decoration-color: rgb(202 138 4 / 0.85);
}

.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9);
}

.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95);
}

.decoration-yellow-700 {
  text-decoration-color: #a16207;
}

.decoration-yellow-700\/0 {
  text-decoration-color: rgb(161 98 7 / 0);
}

.decoration-yellow-700\/10 {
  text-decoration-color: rgb(161 98 7 / 0.1);
}

.decoration-yellow-700\/100 {
  text-decoration-color: rgb(161 98 7 / 1);
}

.decoration-yellow-700\/15 {
  text-decoration-color: rgb(161 98 7 / 0.15);
}

.decoration-yellow-700\/20 {
  text-decoration-color: rgb(161 98 7 / 0.2);
}

.decoration-yellow-700\/25 {
  text-decoration-color: rgb(161 98 7 / 0.25);
}

.decoration-yellow-700\/30 {
  text-decoration-color: rgb(161 98 7 / 0.3);
}

.decoration-yellow-700\/35 {
  text-decoration-color: rgb(161 98 7 / 0.35);
}

.decoration-yellow-700\/40 {
  text-decoration-color: rgb(161 98 7 / 0.4);
}

.decoration-yellow-700\/45 {
  text-decoration-color: rgb(161 98 7 / 0.45);
}

.decoration-yellow-700\/5 {
  text-decoration-color: rgb(161 98 7 / 0.05);
}

.decoration-yellow-700\/50 {
  text-decoration-color: rgb(161 98 7 / 0.5);
}

.decoration-yellow-700\/55 {
  text-decoration-color: rgb(161 98 7 / 0.55);
}

.decoration-yellow-700\/60 {
  text-decoration-color: rgb(161 98 7 / 0.6);
}

.decoration-yellow-700\/65 {
  text-decoration-color: rgb(161 98 7 / 0.65);
}

.decoration-yellow-700\/70 {
  text-decoration-color: rgb(161 98 7 / 0.7);
}

.decoration-yellow-700\/75 {
  text-decoration-color: rgb(161 98 7 / 0.75);
}

.decoration-yellow-700\/80 {
  text-decoration-color: rgb(161 98 7 / 0.8);
}

.decoration-yellow-700\/85 {
  text-decoration-color: rgb(161 98 7 / 0.85);
}

.decoration-yellow-700\/90 {
  text-decoration-color: rgb(161 98 7 / 0.9);
}

.decoration-yellow-700\/95 {
  text-decoration-color: rgb(161 98 7 / 0.95);
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0);
}

.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1);
}

.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1);
}

.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15);
}

.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2);
}

.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25);
}

.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3);
}

.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35);
}

.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}

.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45);
}

.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05);
}

.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5);
}

.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55);
}

.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}

.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65);
}

.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7);
}

.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75);
}

.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8);
}

.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85);
}

.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9);
}

.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95);
}

.decoration-yellow-900 {
  text-decoration-color: #713f12;
}

.decoration-yellow-900\/0 {
  text-decoration-color: rgb(113 63 18 / 0);
}

.decoration-yellow-900\/10 {
  text-decoration-color: rgb(113 63 18 / 0.1);
}

.decoration-yellow-900\/100 {
  text-decoration-color: rgb(113 63 18 / 1);
}

.decoration-yellow-900\/15 {
  text-decoration-color: rgb(113 63 18 / 0.15);
}

.decoration-yellow-900\/20 {
  text-decoration-color: rgb(113 63 18 / 0.2);
}

.decoration-yellow-900\/25 {
  text-decoration-color: rgb(113 63 18 / 0.25);
}

.decoration-yellow-900\/30 {
  text-decoration-color: rgb(113 63 18 / 0.3);
}

.decoration-yellow-900\/35 {
  text-decoration-color: rgb(113 63 18 / 0.35);
}

.decoration-yellow-900\/40 {
  text-decoration-color: rgb(113 63 18 / 0.4);
}

.decoration-yellow-900\/45 {
  text-decoration-color: rgb(113 63 18 / 0.45);
}

.decoration-yellow-900\/5 {
  text-decoration-color: rgb(113 63 18 / 0.05);
}

.decoration-yellow-900\/50 {
  text-decoration-color: rgb(113 63 18 / 0.5);
}

.decoration-yellow-900\/55 {
  text-decoration-color: rgb(113 63 18 / 0.55);
}

.decoration-yellow-900\/60 {
  text-decoration-color: rgb(113 63 18 / 0.6);
}

.decoration-yellow-900\/65 {
  text-decoration-color: rgb(113 63 18 / 0.65);
}

.decoration-yellow-900\/70 {
  text-decoration-color: rgb(113 63 18 / 0.7);
}

.decoration-yellow-900\/75 {
  text-decoration-color: rgb(113 63 18 / 0.75);
}

.decoration-yellow-900\/80 {
  text-decoration-color: rgb(113 63 18 / 0.8);
}

.decoration-yellow-900\/85 {
  text-decoration-color: rgb(113 63 18 / 0.85);
}

.decoration-yellow-900\/90 {
  text-decoration-color: rgb(113 63 18 / 0.9);
}

.decoration-yellow-900\/95 {
  text-decoration-color: rgb(113 63 18 / 0.95);
}

.decoration-yellow-950 {
  text-decoration-color: #422006;
}

.decoration-yellow-950\/0 {
  text-decoration-color: rgb(66 32 6 / 0);
}

.decoration-yellow-950\/10 {
  text-decoration-color: rgb(66 32 6 / 0.1);
}

.decoration-yellow-950\/100 {
  text-decoration-color: rgb(66 32 6 / 1);
}

.decoration-yellow-950\/15 {
  text-decoration-color: rgb(66 32 6 / 0.15);
}

.decoration-yellow-950\/20 {
  text-decoration-color: rgb(66 32 6 / 0.2);
}

.decoration-yellow-950\/25 {
  text-decoration-color: rgb(66 32 6 / 0.25);
}

.decoration-yellow-950\/30 {
  text-decoration-color: rgb(66 32 6 / 0.3);
}

.decoration-yellow-950\/35 {
  text-decoration-color: rgb(66 32 6 / 0.35);
}

.decoration-yellow-950\/40 {
  text-decoration-color: rgb(66 32 6 / 0.4);
}

.decoration-yellow-950\/45 {
  text-decoration-color: rgb(66 32 6 / 0.45);
}

.decoration-yellow-950\/5 {
  text-decoration-color: rgb(66 32 6 / 0.05);
}

.decoration-yellow-950\/50 {
  text-decoration-color: rgb(66 32 6 / 0.5);
}

.decoration-yellow-950\/55 {
  text-decoration-color: rgb(66 32 6 / 0.55);
}

.decoration-yellow-950\/60 {
  text-decoration-color: rgb(66 32 6 / 0.6);
}

.decoration-yellow-950\/65 {
  text-decoration-color: rgb(66 32 6 / 0.65);
}

.decoration-yellow-950\/70 {
  text-decoration-color: rgb(66 32 6 / 0.7);
}

.decoration-yellow-950\/75 {
  text-decoration-color: rgb(66 32 6 / 0.75);
}

.decoration-yellow-950\/80 {
  text-decoration-color: rgb(66 32 6 / 0.8);
}

.decoration-yellow-950\/85 {
  text-decoration-color: rgb(66 32 6 / 0.85);
}

.decoration-yellow-950\/90 {
  text-decoration-color: rgb(66 32 6 / 0.9);
}

.decoration-yellow-950\/95 {
  text-decoration-color: rgb(66 32 6 / 0.95);
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100\/0::-moz-placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/10::-moz-placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/15::-moz-placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/35::-moz-placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/45::-moz-placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/5::-moz-placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/55::-moz-placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/65::-moz-placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/85::-moz-placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200\/0::-moz-placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/10::-moz-placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/15::-moz-placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/35::-moz-placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/45::-moz-placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/5::-moz-placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/55::-moz-placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/65::-moz-placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/85::-moz-placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95);
}

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

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

.placeholder-yellow-300\/0::-moz-placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/0::placeholder {
  color: rgb(253 224 71 / 0);
}

.placeholder-yellow-300\/10::-moz-placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/10::placeholder {
  color: rgb(253 224 71 / 0.1);
}

.placeholder-yellow-300\/100::-moz-placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/100::placeholder {
  color: rgb(253 224 71 / 1);
}

.placeholder-yellow-300\/15::-moz-placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/15::placeholder {
  color: rgb(253 224 71 / 0.15);
}

.placeholder-yellow-300\/20::-moz-placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/20::placeholder {
  color: rgb(253 224 71 / 0.2);
}

.placeholder-yellow-300\/25::-moz-placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/25::placeholder {
  color: rgb(253 224 71 / 0.25);
}

.placeholder-yellow-300\/30::-moz-placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/30::placeholder {
  color: rgb(253 224 71 / 0.3);
}

.placeholder-yellow-300\/35::-moz-placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/35::placeholder {
  color: rgb(253 224 71 / 0.35);
}

.placeholder-yellow-300\/40::-moz-placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/40::placeholder {
  color: rgb(253 224 71 / 0.4);
}

.placeholder-yellow-300\/45::-moz-placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/45::placeholder {
  color: rgb(253 224 71 / 0.45);
}

.placeholder-yellow-300\/5::-moz-placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/5::placeholder {
  color: rgb(253 224 71 / 0.05);
}

.placeholder-yellow-300\/50::-moz-placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/50::placeholder {
  color: rgb(253 224 71 / 0.5);
}

.placeholder-yellow-300\/55::-moz-placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/55::placeholder {
  color: rgb(253 224 71 / 0.55);
}

.placeholder-yellow-300\/60::-moz-placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/60::placeholder {
  color: rgb(253 224 71 / 0.6);
}

.placeholder-yellow-300\/65::-moz-placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/65::placeholder {
  color: rgb(253 224 71 / 0.65);
}

.placeholder-yellow-300\/70::-moz-placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/70::placeholder {
  color: rgb(253 224 71 / 0.7);
}

.placeholder-yellow-300\/75::-moz-placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/75::placeholder {
  color: rgb(253 224 71 / 0.75);
}

.placeholder-yellow-300\/80::-moz-placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/80::placeholder {
  color: rgb(253 224 71 / 0.8);
}

.placeholder-yellow-300\/85::-moz-placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/85::placeholder {
  color: rgb(253 224 71 / 0.85);
}

.placeholder-yellow-300\/90::-moz-placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/90::placeholder {
  color: rgb(253 224 71 / 0.9);
}

.placeholder-yellow-300\/95::-moz-placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-300\/95::placeholder {
  color: rgb(253 224 71 / 0.95);
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-400\/0::-moz-placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/10::-moz-placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/15::-moz-placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/35::-moz-placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/45::-moz-placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/5::-moz-placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/55::-moz-placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/65::-moz-placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/85::-moz-placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50\/0::-moz-placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/0::placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/10::-moz-placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/10::placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/100::-moz-placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/15::-moz-placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/15::placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/20::-moz-placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/25::-moz-placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/30::-moz-placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/35::-moz-placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/35::placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/40::-moz-placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/45::-moz-placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/45::placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/5::-moz-placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/5::placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/50::-moz-placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/55::-moz-placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/55::placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/60::-moz-placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/65::-moz-placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/65::placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/70::-moz-placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/75::-moz-placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/80::-moz-placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/85::-moz-placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/85::placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/90::-moz-placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/95::-moz-placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500\/0::-moz-placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/0::placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/10::-moz-placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/10::placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/100::-moz-placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/15::-moz-placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/15::placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/20::-moz-placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/25::-moz-placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/30::-moz-placeholder {
  color: rgb(234 179 8 / 0.3);
}

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

.placeholder-yellow-500\/35::-moz-placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/35::placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/40::-moz-placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/45::-moz-placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/45::placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/5::-moz-placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/5::placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/50::-moz-placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/55::-moz-placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/55::placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/60::-moz-placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/65::-moz-placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/65::placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/70::-moz-placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/75::-moz-placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/80::-moz-placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/85::-moz-placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/85::placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/90::-moz-placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/95::-moz-placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600\/0::-moz-placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/0::placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/10::-moz-placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/10::placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/100::-moz-placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/15::-moz-placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/15::placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/20::-moz-placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/25::-moz-placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/30::-moz-placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/35::-moz-placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/35::placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/40::-moz-placeholder {
  color: rgb(202 138 4 / 0.4);
}

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

.placeholder-yellow-600\/45::-moz-placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/45::placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/5::-moz-placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/5::placeholder {
  color: rgb(202 138 4 / 0.05);
}

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

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

.placeholder-yellow-600\/55::-moz-placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/55::placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/60::-moz-placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/65::-moz-placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/65::placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/70::-moz-placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/75::-moz-placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/80::-moz-placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/85::-moz-placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/85::placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/90::-moz-placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/95::-moz-placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-700\/0::-moz-placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/0::placeholder {
  color: rgb(161 98 7 / 0);
}

.placeholder-yellow-700\/10::-moz-placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/10::placeholder {
  color: rgb(161 98 7 / 0.1);
}

.placeholder-yellow-700\/100::-moz-placeholder {
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/100::placeholder {
  color: rgb(161 98 7 / 1);
}

.placeholder-yellow-700\/15::-moz-placeholder {
  color: rgb(161 98 7 / 0.15);
}

.placeholder-yellow-700\/15::placeholder {
  color: rgb(161 98 7 / 0.15);
}

.placeholder-yellow-700\/20::-moz-placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/20::placeholder {
  color: rgb(161 98 7 / 0.2);
}

.placeholder-yellow-700\/25::-moz-placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/25::placeholder {
  color: rgb(161 98 7 / 0.25);
}

.placeholder-yellow-700\/30::-moz-placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/30::placeholder {
  color: rgb(161 98 7 / 0.3);
}

.placeholder-yellow-700\/35::-moz-placeholder {
  color: rgb(161 98 7 / 0.35);
}

.placeholder-yellow-700\/35::placeholder {
  color: rgb(161 98 7 / 0.35);
}

.placeholder-yellow-700\/40::-moz-placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/40::placeholder {
  color: rgb(161 98 7 / 0.4);
}

.placeholder-yellow-700\/45::-moz-placeholder {
  color: rgb(161 98 7 / 0.45);
}

.placeholder-yellow-700\/45::placeholder {
  color: rgb(161 98 7 / 0.45);
}

.placeholder-yellow-700\/5::-moz-placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/5::placeholder {
  color: rgb(161 98 7 / 0.05);
}

.placeholder-yellow-700\/50::-moz-placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/50::placeholder {
  color: rgb(161 98 7 / 0.5);
}

.placeholder-yellow-700\/55::-moz-placeholder {
  color: rgb(161 98 7 / 0.55);
}

.placeholder-yellow-700\/55::placeholder {
  color: rgb(161 98 7 / 0.55);
}

.placeholder-yellow-700\/60::-moz-placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/60::placeholder {
  color: rgb(161 98 7 / 0.6);
}

.placeholder-yellow-700\/65::-moz-placeholder {
  color: rgb(161 98 7 / 0.65);
}

.placeholder-yellow-700\/65::placeholder {
  color: rgb(161 98 7 / 0.65);
}

.placeholder-yellow-700\/70::-moz-placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/70::placeholder {
  color: rgb(161 98 7 / 0.7);
}

.placeholder-yellow-700\/75::-moz-placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/75::placeholder {
  color: rgb(161 98 7 / 0.75);
}

.placeholder-yellow-700\/80::-moz-placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/80::placeholder {
  color: rgb(161 98 7 / 0.8);
}

.placeholder-yellow-700\/85::-moz-placeholder {
  color: rgb(161 98 7 / 0.85);
}

.placeholder-yellow-700\/85::placeholder {
  color: rgb(161 98 7 / 0.85);
}

.placeholder-yellow-700\/90::-moz-placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/90::placeholder {
  color: rgb(161 98 7 / 0.9);
}

.placeholder-yellow-700\/95::-moz-placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-700\/95::placeholder {
  color: rgb(161 98 7 / 0.95);
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800\/0::-moz-placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/10::-moz-placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/15::-moz-placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/35::-moz-placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/45::-moz-placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/5::-moz-placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/55::-moz-placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/65::-moz-placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/85::-moz-placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-900\/0::-moz-placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/0::placeholder {
  color: rgb(113 63 18 / 0);
}

.placeholder-yellow-900\/10::-moz-placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/10::placeholder {
  color: rgb(113 63 18 / 0.1);
}

.placeholder-yellow-900\/100::-moz-placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/100::placeholder {
  color: rgb(113 63 18 / 1);
}

.placeholder-yellow-900\/15::-moz-placeholder {
  color: rgb(113 63 18 / 0.15);
}

.placeholder-yellow-900\/15::placeholder {
  color: rgb(113 63 18 / 0.15);
}

.placeholder-yellow-900\/20::-moz-placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/20::placeholder {
  color: rgb(113 63 18 / 0.2);
}

.placeholder-yellow-900\/25::-moz-placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/25::placeholder {
  color: rgb(113 63 18 / 0.25);
}

.placeholder-yellow-900\/30::-moz-placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/30::placeholder {
  color: rgb(113 63 18 / 0.3);
}

.placeholder-yellow-900\/35::-moz-placeholder {
  color: rgb(113 63 18 / 0.35);
}

.placeholder-yellow-900\/35::placeholder {
  color: rgb(113 63 18 / 0.35);
}

.placeholder-yellow-900\/40::-moz-placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/40::placeholder {
  color: rgb(113 63 18 / 0.4);
}

.placeholder-yellow-900\/45::-moz-placeholder {
  color: rgb(113 63 18 / 0.45);
}

.placeholder-yellow-900\/45::placeholder {
  color: rgb(113 63 18 / 0.45);
}

.placeholder-yellow-900\/5::-moz-placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/5::placeholder {
  color: rgb(113 63 18 / 0.05);
}

.placeholder-yellow-900\/50::-moz-placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/50::placeholder {
  color: rgb(113 63 18 / 0.5);
}

.placeholder-yellow-900\/55::-moz-placeholder {
  color: rgb(113 63 18 / 0.55);
}

.placeholder-yellow-900\/55::placeholder {
  color: rgb(113 63 18 / 0.55);
}

.placeholder-yellow-900\/60::-moz-placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/60::placeholder {
  color: rgb(113 63 18 / 0.6);
}

.placeholder-yellow-900\/65::-moz-placeholder {
  color: rgb(113 63 18 / 0.65);
}

.placeholder-yellow-900\/65::placeholder {
  color: rgb(113 63 18 / 0.65);
}

.placeholder-yellow-900\/70::-moz-placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/70::placeholder {
  color: rgb(113 63 18 / 0.7);
}

.placeholder-yellow-900\/75::-moz-placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/75::placeholder {
  color: rgb(113 63 18 / 0.75);
}

.placeholder-yellow-900\/80::-moz-placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/80::placeholder {
  color: rgb(113 63 18 / 0.8);
}

.placeholder-yellow-900\/85::-moz-placeholder {
  color: rgb(113 63 18 / 0.85);
}

.placeholder-yellow-900\/85::placeholder {
  color: rgb(113 63 18 / 0.85);
}

.placeholder-yellow-900\/90::-moz-placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/90::placeholder {
  color: rgb(113 63 18 / 0.9);
}

.placeholder-yellow-900\/95::-moz-placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-900\/95::placeholder {
  color: rgb(113 63 18 / 0.95);
}

.placeholder-yellow-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-950\/0::-moz-placeholder {
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/0::placeholder {
  color: rgb(66 32 6 / 0);
}

.placeholder-yellow-950\/10::-moz-placeholder {
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/10::placeholder {
  color: rgb(66 32 6 / 0.1);
}

.placeholder-yellow-950\/100::-moz-placeholder {
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/100::placeholder {
  color: rgb(66 32 6 / 1);
}

.placeholder-yellow-950\/15::-moz-placeholder {
  color: rgb(66 32 6 / 0.15);
}

.placeholder-yellow-950\/15::placeholder {
  color: rgb(66 32 6 / 0.15);
}

.placeholder-yellow-950\/20::-moz-placeholder {
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/20::placeholder {
  color: rgb(66 32 6 / 0.2);
}

.placeholder-yellow-950\/25::-moz-placeholder {
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/25::placeholder {
  color: rgb(66 32 6 / 0.25);
}

.placeholder-yellow-950\/30::-moz-placeholder {
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/30::placeholder {
  color: rgb(66 32 6 / 0.3);
}

.placeholder-yellow-950\/35::-moz-placeholder {
  color: rgb(66 32 6 / 0.35);
}

.placeholder-yellow-950\/35::placeholder {
  color: rgb(66 32 6 / 0.35);
}

.placeholder-yellow-950\/40::-moz-placeholder {
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/40::placeholder {
  color: rgb(66 32 6 / 0.4);
}

.placeholder-yellow-950\/45::-moz-placeholder {
  color: rgb(66 32 6 / 0.45);
}

.placeholder-yellow-950\/45::placeholder {
  color: rgb(66 32 6 / 0.45);
}

.placeholder-yellow-950\/5::-moz-placeholder {
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/5::placeholder {
  color: rgb(66 32 6 / 0.05);
}

.placeholder-yellow-950\/50::-moz-placeholder {
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/50::placeholder {
  color: rgb(66 32 6 / 0.5);
}

.placeholder-yellow-950\/55::-moz-placeholder {
  color: rgb(66 32 6 / 0.55);
}

.placeholder-yellow-950\/55::placeholder {
  color: rgb(66 32 6 / 0.55);
}

.placeholder-yellow-950\/60::-moz-placeholder {
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/60::placeholder {
  color: rgb(66 32 6 / 0.6);
}

.placeholder-yellow-950\/65::-moz-placeholder {
  color: rgb(66 32 6 / 0.65);
}

.placeholder-yellow-950\/65::placeholder {
  color: rgb(66 32 6 / 0.65);
}

.placeholder-yellow-950\/70::-moz-placeholder {
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/70::placeholder {
  color: rgb(66 32 6 / 0.7);
}

.placeholder-yellow-950\/75::-moz-placeholder {
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/75::placeholder {
  color: rgb(66 32 6 / 0.75);
}

.placeholder-yellow-950\/80::-moz-placeholder {
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/80::placeholder {
  color: rgb(66 32 6 / 0.8);
}

.placeholder-yellow-950\/85::-moz-placeholder {
  color: rgb(66 32 6 / 0.85);
}

.placeholder-yellow-950\/85::placeholder {
  color: rgb(66 32 6 / 0.85);
}

.placeholder-yellow-950\/90::-moz-placeholder {
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/90::placeholder {
  color: rgb(66 32 6 / 0.9);
}

.placeholder-yellow-950\/95::-moz-placeholder {
  color: rgb(66 32 6 / 0.95);
}

.placeholder-yellow-950\/95::placeholder {
  color: rgb(66 32 6 / 0.95);
}

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

.placeholder-opacity-15::placeholder {
  --tw-placeholder-opacity: 0.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: 0.35;
}

.placeholder-opacity-35::placeholder {
  --tw-placeholder-opacity: 0.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;
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15);
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35);
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45);
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55);
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65);
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85);
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15);
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35);
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45);
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55);
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65);
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85);
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-300\/0 {
  caret-color: rgb(253 224 71 / 0);
}

.caret-yellow-300\/10 {
  caret-color: rgb(253 224 71 / 0.1);
}

.caret-yellow-300\/100 {
  caret-color: rgb(253 224 71 / 1);
}

.caret-yellow-300\/15 {
  caret-color: rgb(253 224 71 / 0.15);
}

.caret-yellow-300\/20 {
  caret-color: rgb(253 224 71 / 0.2);
}

.caret-yellow-300\/25 {
  caret-color: rgb(253 224 71 / 0.25);
}

.caret-yellow-300\/30 {
  caret-color: rgb(253 224 71 / 0.3);
}

.caret-yellow-300\/35 {
  caret-color: rgb(253 224 71 / 0.35);
}

.caret-yellow-300\/40 {
  caret-color: rgb(253 224 71 / 0.4);
}

.caret-yellow-300\/45 {
  caret-color: rgb(253 224 71 / 0.45);
}

.caret-yellow-300\/5 {
  caret-color: rgb(253 224 71 / 0.05);
}

.caret-yellow-300\/50 {
  caret-color: rgb(253 224 71 / 0.5);
}

.caret-yellow-300\/55 {
  caret-color: rgb(253 224 71 / 0.55);
}

.caret-yellow-300\/60 {
  caret-color: rgb(253 224 71 / 0.6);
}

.caret-yellow-300\/65 {
  caret-color: rgb(253 224 71 / 0.65);
}

.caret-yellow-300\/70 {
  caret-color: rgb(253 224 71 / 0.7);
}

.caret-yellow-300\/75 {
  caret-color: rgb(253 224 71 / 0.75);
}

.caret-yellow-300\/80 {
  caret-color: rgb(253 224 71 / 0.8);
}

.caret-yellow-300\/85 {
  caret-color: rgb(253 224 71 / 0.85);
}

.caret-yellow-300\/90 {
  caret-color: rgb(253 224 71 / 0.9);
}

.caret-yellow-300\/95 {
  caret-color: rgb(253 224 71 / 0.95);
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15);
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35);
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45);
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55);
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65);
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85);
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15);
}

.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35);
}

.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45);
}

.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55);
}

.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65);
}

.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85);
}

.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15);
}

.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}

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

.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35);
}

.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45);
}

.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55);
}

.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65);
}

.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85);
}

.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15);
}

.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35);
}

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

.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45);
}

.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}

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

.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55);
}

.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65);
}

.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85);
}

.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-700 {
  caret-color: #a16207;
}

.caret-yellow-700\/0 {
  caret-color: rgb(161 98 7 / 0);
}

.caret-yellow-700\/10 {
  caret-color: rgb(161 98 7 / 0.1);
}

.caret-yellow-700\/100 {
  caret-color: rgb(161 98 7 / 1);
}

.caret-yellow-700\/15 {
  caret-color: rgb(161 98 7 / 0.15);
}

.caret-yellow-700\/20 {
  caret-color: rgb(161 98 7 / 0.2);
}

.caret-yellow-700\/25 {
  caret-color: rgb(161 98 7 / 0.25);
}

.caret-yellow-700\/30 {
  caret-color: rgb(161 98 7 / 0.3);
}

.caret-yellow-700\/35 {
  caret-color: rgb(161 98 7 / 0.35);
}

.caret-yellow-700\/40 {
  caret-color: rgb(161 98 7 / 0.4);
}

.caret-yellow-700\/45 {
  caret-color: rgb(161 98 7 / 0.45);
}

.caret-yellow-700\/5 {
  caret-color: rgb(161 98 7 / 0.05);
}

.caret-yellow-700\/50 {
  caret-color: rgb(161 98 7 / 0.5);
}

.caret-yellow-700\/55 {
  caret-color: rgb(161 98 7 / 0.55);
}

.caret-yellow-700\/60 {
  caret-color: rgb(161 98 7 / 0.6);
}

.caret-yellow-700\/65 {
  caret-color: rgb(161 98 7 / 0.65);
}

.caret-yellow-700\/70 {
  caret-color: rgb(161 98 7 / 0.7);
}

.caret-yellow-700\/75 {
  caret-color: rgb(161 98 7 / 0.75);
}

.caret-yellow-700\/80 {
  caret-color: rgb(161 98 7 / 0.8);
}

.caret-yellow-700\/85 {
  caret-color: rgb(161 98 7 / 0.85);
}

.caret-yellow-700\/90 {
  caret-color: rgb(161 98 7 / 0.9);
}

.caret-yellow-700\/95 {
  caret-color: rgb(161 98 7 / 0.95);
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15);
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35);
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45);
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55);
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65);
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85);
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}

.caret-yellow-900 {
  caret-color: #713f12;
}

.caret-yellow-900\/0 {
  caret-color: rgb(113 63 18 / 0);
}

.caret-yellow-900\/10 {
  caret-color: rgb(113 63 18 / 0.1);
}

.caret-yellow-900\/100 {
  caret-color: rgb(113 63 18 / 1);
}

.caret-yellow-900\/15 {
  caret-color: rgb(113 63 18 / 0.15);
}

.caret-yellow-900\/20 {
  caret-color: rgb(113 63 18 / 0.2);
}

.caret-yellow-900\/25 {
  caret-color: rgb(113 63 18 / 0.25);
}

.caret-yellow-900\/30 {
  caret-color: rgb(113 63 18 / 0.3);
}

.caret-yellow-900\/35 {
  caret-color: rgb(113 63 18 / 0.35);
}

.caret-yellow-900\/40 {
  caret-color: rgb(113 63 18 / 0.4);
}

.caret-yellow-900\/45 {
  caret-color: rgb(113 63 18 / 0.45);
}

.caret-yellow-900\/5 {
  caret-color: rgb(113 63 18 / 0.05);
}

.caret-yellow-900\/50 {
  caret-color: rgb(113 63 18 / 0.5);
}

.caret-yellow-900\/55 {
  caret-color: rgb(113 63 18 / 0.55);
}

.caret-yellow-900\/60 {
  caret-color: rgb(113 63 18 / 0.6);
}

.caret-yellow-900\/65 {
  caret-color: rgb(113 63 18 / 0.65);
}

.caret-yellow-900\/70 {
  caret-color: rgb(113 63 18 / 0.7);
}

.caret-yellow-900\/75 {
  caret-color: rgb(113 63 18 / 0.75);
}

.caret-yellow-900\/80 {
  caret-color: rgb(113 63 18 / 0.8);
}

.caret-yellow-900\/85 {
  caret-color: rgb(113 63 18 / 0.85);
}

.caret-yellow-900\/90 {
  caret-color: rgb(113 63 18 / 0.9);
}

.caret-yellow-900\/95 {
  caret-color: rgb(113 63 18 / 0.95);
}

.caret-yellow-950 {
  caret-color: #422006;
}

.caret-yellow-950\/0 {
  caret-color: rgb(66 32 6 / 0);
}

.caret-yellow-950\/10 {
  caret-color: rgb(66 32 6 / 0.1);
}

.caret-yellow-950\/100 {
  caret-color: rgb(66 32 6 / 1);
}

.caret-yellow-950\/15 {
  caret-color: rgb(66 32 6 / 0.15);
}

.caret-yellow-950\/20 {
  caret-color: rgb(66 32 6 / 0.2);
}

.caret-yellow-950\/25 {
  caret-color: rgb(66 32 6 / 0.25);
}

.caret-yellow-950\/30 {
  caret-color: rgb(66 32 6 / 0.3);
}

.caret-yellow-950\/35 {
  caret-color: rgb(66 32 6 / 0.35);
}

.caret-yellow-950\/40 {
  caret-color: rgb(66 32 6 / 0.4);
}

.caret-yellow-950\/45 {
  caret-color: rgb(66 32 6 / 0.45);
}

.caret-yellow-950\/5 {
  caret-color: rgb(66 32 6 / 0.05);
}

.caret-yellow-950\/50 {
  caret-color: rgb(66 32 6 / 0.5);
}

.caret-yellow-950\/55 {
  caret-color: rgb(66 32 6 / 0.55);
}

.caret-yellow-950\/60 {
  caret-color: rgb(66 32 6 / 0.6);
}

.caret-yellow-950\/65 {
  caret-color: rgb(66 32 6 / 0.65);
}

.caret-yellow-950\/70 {
  caret-color: rgb(66 32 6 / 0.7);
}

.caret-yellow-950\/75 {
  caret-color: rgb(66 32 6 / 0.75);
}

.caret-yellow-950\/80 {
  caret-color: rgb(66 32 6 / 0.8);
}

.caret-yellow-950\/85 {
  caret-color: rgb(66 32 6 / 0.85);
}

.caret-yellow-950\/90 {
  caret-color: rgb(66 32 6 / 0.9);
}

.caret-yellow-950\/95 {
  caret-color: rgb(66 32 6 / 0.95);
}

.accent-yellow-100 {
  accent-color: #fef9c3;
}

.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0);
}

.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1);
}

.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1);
}

.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15);
}

.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2);
}

.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25);
}

.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3);
}

.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35);
}

.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}

.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45);
}

.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05);
}

.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5);
}

.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55);
}

.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}

.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65);
}

.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7);
}

.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75);
}

.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8);
}

.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85);
}

.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9);
}

.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95);
}

.accent-yellow-200 {
  accent-color: #fef08a;
}

.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0);
}

.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1);
}

.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1);
}

.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15);
}

.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2);
}

.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25);
}

.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3);
}

.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35);
}

.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}

.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45);
}

.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05);
}

.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5);
}

.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55);
}

.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}

.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65);
}

.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7);
}

.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75);
}

.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8);
}

.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85);
}

.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9);
}

.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95);
}

.accent-yellow-300 {
  accent-color: #fde047;
}

.accent-yellow-300\/0 {
  accent-color: rgb(253 224 71 / 0);
}

.accent-yellow-300\/10 {
  accent-color: rgb(253 224 71 / 0.1);
}

.accent-yellow-300\/100 {
  accent-color: rgb(253 224 71 / 1);
}

.accent-yellow-300\/15 {
  accent-color: rgb(253 224 71 / 0.15);
}

.accent-yellow-300\/20 {
  accent-color: rgb(253 224 71 / 0.2);
}

.accent-yellow-300\/25 {
  accent-color: rgb(253 224 71 / 0.25);
}

.accent-yellow-300\/30 {
  accent-color: rgb(253 224 71 / 0.3);
}

.accent-yellow-300\/35 {
  accent-color: rgb(253 224 71 / 0.35);
}

.accent-yellow-300\/40 {
  accent-color: rgb(253 224 71 / 0.4);
}

.accent-yellow-300\/45 {
  accent-color: rgb(253 224 71 / 0.45);
}

.accent-yellow-300\/5 {
  accent-color: rgb(253 224 71 / 0.05);
}

.accent-yellow-300\/50 {
  accent-color: rgb(253 224 71 / 0.5);
}

.accent-yellow-300\/55 {
  accent-color: rgb(253 224 71 / 0.55);
}

.accent-yellow-300\/60 {
  accent-color: rgb(253 224 71 / 0.6);
}

.accent-yellow-300\/65 {
  accent-color: rgb(253 224 71 / 0.65);
}

.accent-yellow-300\/70 {
  accent-color: rgb(253 224 71 / 0.7);
}

.accent-yellow-300\/75 {
  accent-color: rgb(253 224 71 / 0.75);
}

.accent-yellow-300\/80 {
  accent-color: rgb(253 224 71 / 0.8);
}

.accent-yellow-300\/85 {
  accent-color: rgb(253 224 71 / 0.85);
}

.accent-yellow-300\/90 {
  accent-color: rgb(253 224 71 / 0.9);
}

.accent-yellow-300\/95 {
  accent-color: rgb(253 224 71 / 0.95);
}

.accent-yellow-400 {
  accent-color: #facc15;
}

.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0);
}

.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1);
}

.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1);
}

.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15);
}

.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2);
}

.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25);
}

.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3);
}

.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35);
}

.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}

.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45);
}

.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05);
}

.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5);
}

.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55);
}

.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}

.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65);
}

.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7);
}

.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75);
}

.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8);
}

.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85);
}

.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9);
}

.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95);
}

.accent-yellow-50 {
  accent-color: #fefce8;
}

.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0);
}

.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1);
}

.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1);
}

.accent-yellow-50\/15 {
  accent-color: rgb(254 252 232 / 0.15);
}

.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2);
}

.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25);
}

.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3);
}

.accent-yellow-50\/35 {
  accent-color: rgb(254 252 232 / 0.35);
}

.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}

.accent-yellow-50\/45 {
  accent-color: rgb(254 252 232 / 0.45);
}

.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05);
}

.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5);
}

.accent-yellow-50\/55 {
  accent-color: rgb(254 252 232 / 0.55);
}

.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}

.accent-yellow-50\/65 {
  accent-color: rgb(254 252 232 / 0.65);
}

.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7);
}

.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75);
}

.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8);
}

.accent-yellow-50\/85 {
  accent-color: rgb(254 252 232 / 0.85);
}

.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9);
}

.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95);
}

.accent-yellow-500 {
  accent-color: #eab308;
}

.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0);
}

.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1);
}

.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1);
}

.accent-yellow-500\/15 {
  accent-color: rgb(234 179 8 / 0.15);
}

.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2);
}

.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25);
}

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

.accent-yellow-500\/35 {
  accent-color: rgb(234 179 8 / 0.35);
}

.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}

.accent-yellow-500\/45 {
  accent-color: rgb(234 179 8 / 0.45);
}

.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05);
}

.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5);
}

.accent-yellow-500\/55 {
  accent-color: rgb(234 179 8 / 0.55);
}

.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}

.accent-yellow-500\/65 {
  accent-color: rgb(234 179 8 / 0.65);
}

.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7);
}

.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75);
}

.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8);
}

.accent-yellow-500\/85 {
  accent-color: rgb(234 179 8 / 0.85);
}

.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9);
}

.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95);
}

.accent-yellow-600 {
  accent-color: #ca8a04;
}

.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0);
}

.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1);
}

.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1);
}

.accent-yellow-600\/15 {
  accent-color: rgb(202 138 4 / 0.15);
}

.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2);
}

.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25);
}

.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3);
}

.accent-yellow-600\/35 {
  accent-color: rgb(202 138 4 / 0.35);
}

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

.accent-yellow-600\/45 {
  accent-color: rgb(202 138 4 / 0.45);
}

.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05);
}

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

.accent-yellow-600\/55 {
  accent-color: rgb(202 138 4 / 0.55);
}

.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}

.accent-yellow-600\/65 {
  accent-color: rgb(202 138 4 / 0.65);
}

.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7);
}

.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75);
}

.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8);
}

.accent-yellow-600\/85 {
  accent-color: rgb(202 138 4 / 0.85);
}

.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9);
}

.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95);
}

.accent-yellow-700 {
  accent-color: #a16207;
}

.accent-yellow-700\/0 {
  accent-color: rgb(161 98 7 / 0);
}

.accent-yellow-700\/10 {
  accent-color: rgb(161 98 7 / 0.1);
}

.accent-yellow-700\/100 {
  accent-color: rgb(161 98 7 / 1);
}

.accent-yellow-700\/15 {
  accent-color: rgb(161 98 7 / 0.15);
}

.accent-yellow-700\/20 {
  accent-color: rgb(161 98 7 / 0.2);
}

.accent-yellow-700\/25 {
  accent-color: rgb(161 98 7 / 0.25);
}

.accent-yellow-700\/30 {
  accent-color: rgb(161 98 7 / 0.3);
}

.accent-yellow-700\/35 {
  accent-color: rgb(161 98 7 / 0.35);
}

.accent-yellow-700\/40 {
  accent-color: rgb(161 98 7 / 0.4);
}

.accent-yellow-700\/45 {
  accent-color: rgb(161 98 7 / 0.45);
}

.accent-yellow-700\/5 {
  accent-color: rgb(161 98 7 / 0.05);
}

.accent-yellow-700\/50 {
  accent-color: rgb(161 98 7 / 0.5);
}

.accent-yellow-700\/55 {
  accent-color: rgb(161 98 7 / 0.55);
}

.accent-yellow-700\/60 {
  accent-color: rgb(161 98 7 / 0.6);
}

.accent-yellow-700\/65 {
  accent-color: rgb(161 98 7 / 0.65);
}

.accent-yellow-700\/70 {
  accent-color: rgb(161 98 7 / 0.7);
}

.accent-yellow-700\/75 {
  accent-color: rgb(161 98 7 / 0.75);
}

.accent-yellow-700\/80 {
  accent-color: rgb(161 98 7 / 0.8);
}

.accent-yellow-700\/85 {
  accent-color: rgb(161 98 7 / 0.85);
}

.accent-yellow-700\/90 {
  accent-color: rgb(161 98 7 / 0.9);
}

.accent-yellow-700\/95 {
  accent-color: rgb(161 98 7 / 0.95);
}

.accent-yellow-800 {
  accent-color: #854d0e;
}

.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0);
}

.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1);
}

.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1);
}

.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15);
}

.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2);
}

.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25);
}

.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3);
}

.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35);
}

.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}

.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45);
}

.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05);
}

.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5);
}

.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55);
}

.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}

.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65);
}

.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7);
}

.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75);
}

.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8);
}

.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85);
}

.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9);
}

.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95);
}

.accent-yellow-900 {
  accent-color: #713f12;
}

.accent-yellow-900\/0 {
  accent-color: rgb(113 63 18 / 0);
}

.accent-yellow-900\/10 {
  accent-color: rgb(113 63 18 / 0.1);
}

.accent-yellow-900\/100 {
  accent-color: rgb(113 63 18 / 1);
}

.accent-yellow-900\/15 {
  accent-color: rgb(113 63 18 / 0.15);
}

.accent-yellow-900\/20 {
  accent-color: rgb(113 63 18 / 0.2);
}

.accent-yellow-900\/25 {
  accent-color: rgb(113 63 18 / 0.25);
}

.accent-yellow-900\/30 {
  accent-color: rgb(113 63 18 / 0.3);
}

.accent-yellow-900\/35 {
  accent-color: rgb(113 63 18 / 0.35);
}

.accent-yellow-900\/40 {
  accent-color: rgb(113 63 18 / 0.4);
}

.accent-yellow-900\/45 {
  accent-color: rgb(113 63 18 / 0.45);
}

.accent-yellow-900\/5 {
  accent-color: rgb(113 63 18 / 0.05);
}

.accent-yellow-900\/50 {
  accent-color: rgb(113 63 18 / 0.5);
}

.accent-yellow-900\/55 {
  accent-color: rgb(113 63 18 / 0.55);
}

.accent-yellow-900\/60 {
  accent-color: rgb(113 63 18 / 0.6);
}

.accent-yellow-900\/65 {
  accent-color: rgb(113 63 18 / 0.65);
}

.accent-yellow-900\/70 {
  accent-color: rgb(113 63 18 / 0.7);
}

.accent-yellow-900\/75 {
  accent-color: rgb(113 63 18 / 0.75);
}

.accent-yellow-900\/80 {
  accent-color: rgb(113 63 18 / 0.8);
}

.accent-yellow-900\/85 {
  accent-color: rgb(113 63 18 / 0.85);
}

.accent-yellow-900\/90 {
  accent-color: rgb(113 63 18 / 0.9);
}

.accent-yellow-900\/95 {
  accent-color: rgb(113 63 18 / 0.95);
}

.accent-yellow-950 {
  accent-color: #422006;
}

.accent-yellow-950\/0 {
  accent-color: rgb(66 32 6 / 0);
}

.accent-yellow-950\/10 {
  accent-color: rgb(66 32 6 / 0.1);
}

.accent-yellow-950\/100 {
  accent-color: rgb(66 32 6 / 1);
}

.accent-yellow-950\/15 {
  accent-color: rgb(66 32 6 / 0.15);
}

.accent-yellow-950\/20 {
  accent-color: rgb(66 32 6 / 0.2);
}

.accent-yellow-950\/25 {
  accent-color: rgb(66 32 6 / 0.25);
}

.accent-yellow-950\/30 {
  accent-color: rgb(66 32 6 / 0.3);
}

.accent-yellow-950\/35 {
  accent-color: rgb(66 32 6 / 0.35);
}

.accent-yellow-950\/40 {
  accent-color: rgb(66 32 6 / 0.4);
}

.accent-yellow-950\/45 {
  accent-color: rgb(66 32 6 / 0.45);
}

.accent-yellow-950\/5 {
  accent-color: rgb(66 32 6 / 0.05);
}

.accent-yellow-950\/50 {
  accent-color: rgb(66 32 6 / 0.5);
}

.accent-yellow-950\/55 {
  accent-color: rgb(66 32 6 / 0.55);
}

.accent-yellow-950\/60 {
  accent-color: rgb(66 32 6 / 0.6);
}

.accent-yellow-950\/65 {
  accent-color: rgb(66 32 6 / 0.65);
}

.accent-yellow-950\/70 {
  accent-color: rgb(66 32 6 / 0.7);
}

.accent-yellow-950\/75 {
  accent-color: rgb(66 32 6 / 0.75);
}

.accent-yellow-950\/80 {
  accent-color: rgb(66 32 6 / 0.8);
}

.accent-yellow-950\/85 {
  accent-color: rgb(66 32 6 / 0.85);
}

.accent-yellow-950\/90 {
  accent-color: rgb(66 32 6 / 0.9);
}

.accent-yellow-950\/95 {
  accent-color: rgb(66 32 6 / 0.95);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-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 {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700 {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/0 {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/10 {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/15 {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/35 {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/45 {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/55 {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/65 {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/85 {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900 {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/0 {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/10 {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/15 {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/35 {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/45 {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/55 {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/65 {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/85 {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950 {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/0 {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/10 {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/100 {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/15 {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/20 {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/25 {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/30 {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/35 {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/45 {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/5 {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/50 {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/55 {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/65 {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/70 {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/75 {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/80 {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/85 {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/90 {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/95 {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.outline-yellow-100 {
  outline-color: #fef9c3;
}

.outline-yellow-100\/0 {
  outline-color: rgb(254 249 195 / 0);
}

.outline-yellow-100\/10 {
  outline-color: rgb(254 249 195 / 0.1);
}

.outline-yellow-100\/100 {
  outline-color: rgb(254 249 195 / 1);
}

.outline-yellow-100\/15 {
  outline-color: rgb(254 249 195 / 0.15);
}

.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}

.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}

.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}

.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35);
}

.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}

.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45);
}

.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}

.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}

.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55);
}

.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}

.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65);
}

.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}

.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}

.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}

.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85);
}

.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}

.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}

.outline-yellow-200 {
  outline-color: #fef08a;
}

.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}

.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}

.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}

.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15);
}

.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}

.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}

.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}

.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35);
}

.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}

.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45);
}

.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}

.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}

.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55);
}

.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}

.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65);
}

.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}

.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}

.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}

.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85);
}

.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}

.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}

.outline-yellow-300 {
  outline-color: #fde047;
}

.outline-yellow-300\/0 {
  outline-color: rgb(253 224 71 / 0);
}

.outline-yellow-300\/10 {
  outline-color: rgb(253 224 71 / 0.1);
}

.outline-yellow-300\/100 {
  outline-color: rgb(253 224 71 / 1);
}

.outline-yellow-300\/15 {
  outline-color: rgb(253 224 71 / 0.15);
}

.outline-yellow-300\/20 {
  outline-color: rgb(253 224 71 / 0.2);
}

.outline-yellow-300\/25 {
  outline-color: rgb(253 224 71 / 0.25);
}

.outline-yellow-300\/30 {
  outline-color: rgb(253 224 71 / 0.3);
}

.outline-yellow-300\/35 {
  outline-color: rgb(253 224 71 / 0.35);
}

.outline-yellow-300\/40 {
  outline-color: rgb(253 224 71 / 0.4);
}

.outline-yellow-300\/45 {
  outline-color: rgb(253 224 71 / 0.45);
}

.outline-yellow-300\/5 {
  outline-color: rgb(253 224 71 / 0.05);
}

.outline-yellow-300\/50 {
  outline-color: rgb(253 224 71 / 0.5);
}

.outline-yellow-300\/55 {
  outline-color: rgb(253 224 71 / 0.55);
}

.outline-yellow-300\/60 {
  outline-color: rgb(253 224 71 / 0.6);
}

.outline-yellow-300\/65 {
  outline-color: rgb(253 224 71 / 0.65);
}

.outline-yellow-300\/70 {
  outline-color: rgb(253 224 71 / 0.7);
}

.outline-yellow-300\/75 {
  outline-color: rgb(253 224 71 / 0.75);
}

.outline-yellow-300\/80 {
  outline-color: rgb(253 224 71 / 0.8);
}

.outline-yellow-300\/85 {
  outline-color: rgb(253 224 71 / 0.85);
}

.outline-yellow-300\/90 {
  outline-color: rgb(253 224 71 / 0.9);
}

.outline-yellow-300\/95 {
  outline-color: rgb(253 224 71 / 0.95);
}

.outline-yellow-400 {
  outline-color: #facc15;
}

.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}

.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}

.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}

.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15);
}

.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}

.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}

.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}

.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35);
}

.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}

.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45);
}

.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}

.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}

.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55);
}

.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}

.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65);
}

.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}

.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}

.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}

.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85);
}

.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}

.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}

.outline-yellow-50 {
  outline-color: #fefce8;
}

.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}

.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}

.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}

.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15);
}

.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}

.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}

.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}

.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35);
}

.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}

.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45);
}

.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}

.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}

.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55);
}

.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}

.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65);
}

.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}

.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}

.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}

.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85);
}

.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}

.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}

.outline-yellow-500 {
  outline-color: #eab308;
}

.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}

.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}

.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}

.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15);
}

.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}

.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}

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

.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35);
}

.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}

.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45);
}

.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}

.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}

.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55);
}

.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}

.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65);
}

.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}

.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}

.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}

.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85);
}

.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}

.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}

.outline-yellow-600 {
  outline-color: #ca8a04;
}

.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}

.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}

.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}

.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15);
}

.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}

.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}

.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}

.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35);
}

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

.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45);
}

.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}

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

.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55);
}

.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}

.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65);
}

.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}

.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}

.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}

.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85);
}

.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}

.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}

.outline-yellow-700 {
  outline-color: #a16207;
}

.outline-yellow-700\/0 {
  outline-color: rgb(161 98 7 / 0);
}

.outline-yellow-700\/10 {
  outline-color: rgb(161 98 7 / 0.1);
}

.outline-yellow-700\/100 {
  outline-color: rgb(161 98 7 / 1);
}

.outline-yellow-700\/15 {
  outline-color: rgb(161 98 7 / 0.15);
}

.outline-yellow-700\/20 {
  outline-color: rgb(161 98 7 / 0.2);
}

.outline-yellow-700\/25 {
  outline-color: rgb(161 98 7 / 0.25);
}

.outline-yellow-700\/30 {
  outline-color: rgb(161 98 7 / 0.3);
}

.outline-yellow-700\/35 {
  outline-color: rgb(161 98 7 / 0.35);
}

.outline-yellow-700\/40 {
  outline-color: rgb(161 98 7 / 0.4);
}

.outline-yellow-700\/45 {
  outline-color: rgb(161 98 7 / 0.45);
}

.outline-yellow-700\/5 {
  outline-color: rgb(161 98 7 / 0.05);
}

.outline-yellow-700\/50 {
  outline-color: rgb(161 98 7 / 0.5);
}

.outline-yellow-700\/55 {
  outline-color: rgb(161 98 7 / 0.55);
}

.outline-yellow-700\/60 {
  outline-color: rgb(161 98 7 / 0.6);
}

.outline-yellow-700\/65 {
  outline-color: rgb(161 98 7 / 0.65);
}

.outline-yellow-700\/70 {
  outline-color: rgb(161 98 7 / 0.7);
}

.outline-yellow-700\/75 {
  outline-color: rgb(161 98 7 / 0.75);
}

.outline-yellow-700\/80 {
  outline-color: rgb(161 98 7 / 0.8);
}

.outline-yellow-700\/85 {
  outline-color: rgb(161 98 7 / 0.85);
}

.outline-yellow-700\/90 {
  outline-color: rgb(161 98 7 / 0.9);
}

.outline-yellow-700\/95 {
  outline-color: rgb(161 98 7 / 0.95);
}

.outline-yellow-800 {
  outline-color: #854d0e;
}

.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}

.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}

.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}

.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15);
}

.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}

.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}

.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}

.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35);
}

.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}

.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45);
}

.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}

.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}

.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55);
}

.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}

.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65);
}

.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}

.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}

.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}

.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85);
}

.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}

.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}

.outline-yellow-900 {
  outline-color: #713f12;
}

.outline-yellow-900\/0 {
  outline-color: rgb(113 63 18 / 0);
}

.outline-yellow-900\/10 {
  outline-color: rgb(113 63 18 / 0.1);
}

.outline-yellow-900\/100 {
  outline-color: rgb(113 63 18 / 1);
}

.outline-yellow-900\/15 {
  outline-color: rgb(113 63 18 / 0.15);
}

.outline-yellow-900\/20 {
  outline-color: rgb(113 63 18 / 0.2);
}

.outline-yellow-900\/25 {
  outline-color: rgb(113 63 18 / 0.25);
}

.outline-yellow-900\/30 {
  outline-color: rgb(113 63 18 / 0.3);
}

.outline-yellow-900\/35 {
  outline-color: rgb(113 63 18 / 0.35);
}

.outline-yellow-900\/40 {
  outline-color: rgb(113 63 18 / 0.4);
}

.outline-yellow-900\/45 {
  outline-color: rgb(113 63 18 / 0.45);
}

.outline-yellow-900\/5 {
  outline-color: rgb(113 63 18 / 0.05);
}

.outline-yellow-900\/50 {
  outline-color: rgb(113 63 18 / 0.5);
}

.outline-yellow-900\/55 {
  outline-color: rgb(113 63 18 / 0.55);
}

.outline-yellow-900\/60 {
  outline-color: rgb(113 63 18 / 0.6);
}

.outline-yellow-900\/65 {
  outline-color: rgb(113 63 18 / 0.65);
}

.outline-yellow-900\/70 {
  outline-color: rgb(113 63 18 / 0.7);
}

.outline-yellow-900\/75 {
  outline-color: rgb(113 63 18 / 0.75);
}

.outline-yellow-900\/80 {
  outline-color: rgb(113 63 18 / 0.8);
}

.outline-yellow-900\/85 {
  outline-color: rgb(113 63 18 / 0.85);
}

.outline-yellow-900\/90 {
  outline-color: rgb(113 63 18 / 0.9);
}

.outline-yellow-900\/95 {
  outline-color: rgb(113 63 18 / 0.95);
}

.outline-yellow-950 {
  outline-color: #422006;
}

.outline-yellow-950\/0 {
  outline-color: rgb(66 32 6 / 0);
}

.outline-yellow-950\/10 {
  outline-color: rgb(66 32 6 / 0.1);
}

.outline-yellow-950\/100 {
  outline-color: rgb(66 32 6 / 1);
}

.outline-yellow-950\/15 {
  outline-color: rgb(66 32 6 / 0.15);
}

.outline-yellow-950\/20 {
  outline-color: rgb(66 32 6 / 0.2);
}

.outline-yellow-950\/25 {
  outline-color: rgb(66 32 6 / 0.25);
}

.outline-yellow-950\/30 {
  outline-color: rgb(66 32 6 / 0.3);
}

.outline-yellow-950\/35 {
  outline-color: rgb(66 32 6 / 0.35);
}

.outline-yellow-950\/40 {
  outline-color: rgb(66 32 6 / 0.4);
}

.outline-yellow-950\/45 {
  outline-color: rgb(66 32 6 / 0.45);
}

.outline-yellow-950\/5 {
  outline-color: rgb(66 32 6 / 0.05);
}

.outline-yellow-950\/50 {
  outline-color: rgb(66 32 6 / 0.5);
}

.outline-yellow-950\/55 {
  outline-color: rgb(66 32 6 / 0.55);
}

.outline-yellow-950\/60 {
  outline-color: rgb(66 32 6 / 0.6);
}

.outline-yellow-950\/65 {
  outline-color: rgb(66 32 6 / 0.65);
}

.outline-yellow-950\/70 {
  outline-color: rgb(66 32 6 / 0.7);
}

.outline-yellow-950\/75 {
  outline-color: rgb(66 32 6 / 0.75);
}

.outline-yellow-950\/80 {
  outline-color: rgb(66 32 6 / 0.8);
}

.outline-yellow-950\/85 {
  outline-color: rgb(66 32 6 / 0.85);
}

.outline-yellow-950\/90 {
  outline-color: rgb(66 32 6 / 0.9);
}

.outline-yellow-950\/95 {
  outline-color: rgb(66 32 6 / 0.95);
}

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

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}

.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}

.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}

.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15);
}

.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}

.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}

.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}

.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35);
}

.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}

.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45);
}

.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}

.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}

.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55);
}

.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}

.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65);
}

.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}

.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}

.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}

.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85);
}

.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}

.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}

.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}

.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}

.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15);
}

.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}

.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}

.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}

.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35);
}

.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}

.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45);
}

.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}

.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}

.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55);
}

.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}

.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65);
}

.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}

.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}

.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}

.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85);
}

.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}

.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}

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

.ring-yellow-300\/0 {
  --tw-ring-color: rgb(253 224 71 / 0);
}

.ring-yellow-300\/10 {
  --tw-ring-color: rgb(253 224 71 / 0.1);
}

.ring-yellow-300\/100 {
  --tw-ring-color: rgb(253 224 71 / 1);
}

.ring-yellow-300\/15 {
  --tw-ring-color: rgb(253 224 71 / 0.15);
}

.ring-yellow-300\/20 {
  --tw-ring-color: rgb(253 224 71 / 0.2);
}

.ring-yellow-300\/25 {
  --tw-ring-color: rgb(253 224 71 / 0.25);
}

.ring-yellow-300\/30 {
  --tw-ring-color: rgb(253 224 71 / 0.3);
}

.ring-yellow-300\/35 {
  --tw-ring-color: rgb(253 224 71 / 0.35);
}

.ring-yellow-300\/40 {
  --tw-ring-color: rgb(253 224 71 / 0.4);
}

.ring-yellow-300\/45 {
  --tw-ring-color: rgb(253 224 71 / 0.45);
}

.ring-yellow-300\/5 {
  --tw-ring-color: rgb(253 224 71 / 0.05);
}

.ring-yellow-300\/50 {
  --tw-ring-color: rgb(253 224 71 / 0.5);
}

.ring-yellow-300\/55 {
  --tw-ring-color: rgb(253 224 71 / 0.55);
}

.ring-yellow-300\/60 {
  --tw-ring-color: rgb(253 224 71 / 0.6);
}

.ring-yellow-300\/65 {
  --tw-ring-color: rgb(253 224 71 / 0.65);
}

.ring-yellow-300\/70 {
  --tw-ring-color: rgb(253 224 71 / 0.7);
}

.ring-yellow-300\/75 {
  --tw-ring-color: rgb(253 224 71 / 0.75);
}

.ring-yellow-300\/80 {
  --tw-ring-color: rgb(253 224 71 / 0.8);
}

.ring-yellow-300\/85 {
  --tw-ring-color: rgb(253 224 71 / 0.85);
}

.ring-yellow-300\/90 {
  --tw-ring-color: rgb(253 224 71 / 0.9);
}

.ring-yellow-300\/95 {
  --tw-ring-color: rgb(253 224 71 / 0.95);
}

.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 / 0.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 / 0.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-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}

.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}

.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}

.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15);
}

.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}

.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}

.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}

.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35);
}

.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}

.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45);
}

.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}

.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}

.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55);
}

.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}

.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65);
}

.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}

.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}

.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}

.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85);
}

.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}

.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}

.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}

.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}

.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15);
}

.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}

.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}

.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35);
}

.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}

.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45);
}

.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}

.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55);
}

.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}

.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65);
}

.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}

.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}

.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}

.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85);
}

.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}

.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}

.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}

.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}

.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15);
}

.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}

.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}

.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35);
}

.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}

.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45);
}

.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}

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

.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55);
}

.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}

.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65);
}

.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}

.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}

.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}

.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85);
}

.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}

.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.ring-yellow-700\/0 {
  --tw-ring-color: rgb(161 98 7 / 0);
}

.ring-yellow-700\/10 {
  --tw-ring-color: rgb(161 98 7 / 0.1);
}

.ring-yellow-700\/100 {
  --tw-ring-color: rgb(161 98 7 / 1);
}

.ring-yellow-700\/15 {
  --tw-ring-color: rgb(161 98 7 / 0.15);
}

.ring-yellow-700\/20 {
  --tw-ring-color: rgb(161 98 7 / 0.2);
}

.ring-yellow-700\/25 {
  --tw-ring-color: rgb(161 98 7 / 0.25);
}

.ring-yellow-700\/30 {
  --tw-ring-color: rgb(161 98 7 / 0.3);
}

.ring-yellow-700\/35 {
  --tw-ring-color: rgb(161 98 7 / 0.35);
}

.ring-yellow-700\/40 {
  --tw-ring-color: rgb(161 98 7 / 0.4);
}

.ring-yellow-700\/45 {
  --tw-ring-color: rgb(161 98 7 / 0.45);
}

.ring-yellow-700\/5 {
  --tw-ring-color: rgb(161 98 7 / 0.05);
}

.ring-yellow-700\/50 {
  --tw-ring-color: rgb(161 98 7 / 0.5);
}

.ring-yellow-700\/55 {
  --tw-ring-color: rgb(161 98 7 / 0.55);
}

.ring-yellow-700\/60 {
  --tw-ring-color: rgb(161 98 7 / 0.6);
}

.ring-yellow-700\/65 {
  --tw-ring-color: rgb(161 98 7 / 0.65);
}

.ring-yellow-700\/70 {
  --tw-ring-color: rgb(161 98 7 / 0.7);
}

.ring-yellow-700\/75 {
  --tw-ring-color: rgb(161 98 7 / 0.75);
}

.ring-yellow-700\/80 {
  --tw-ring-color: rgb(161 98 7 / 0.8);
}

.ring-yellow-700\/85 {
  --tw-ring-color: rgb(161 98 7 / 0.85);
}

.ring-yellow-700\/90 {
  --tw-ring-color: rgb(161 98 7 / 0.9);
}

.ring-yellow-700\/95 {
  --tw-ring-color: rgb(161 98 7 / 0.95);
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}

.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}

.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}

.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15);
}

.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}

.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}

.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}

.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35);
}

.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}

.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45);
}

.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}

.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}

.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55);
}

.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}

.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65);
}

.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}

.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}

.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}

.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85);
}

.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}

.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.ring-yellow-900\/0 {
  --tw-ring-color: rgb(113 63 18 / 0);
}

.ring-yellow-900\/10 {
  --tw-ring-color: rgb(113 63 18 / 0.1);
}

.ring-yellow-900\/100 {
  --tw-ring-color: rgb(113 63 18 / 1);
}

.ring-yellow-900\/15 {
  --tw-ring-color: rgb(113 63 18 / 0.15);
}

.ring-yellow-900\/20 {
  --tw-ring-color: rgb(113 63 18 / 0.2);
}

.ring-yellow-900\/25 {
  --tw-ring-color: rgb(113 63 18 / 0.25);
}

.ring-yellow-900\/30 {
  --tw-ring-color: rgb(113 63 18 / 0.3);
}

.ring-yellow-900\/35 {
  --tw-ring-color: rgb(113 63 18 / 0.35);
}

.ring-yellow-900\/40 {
  --tw-ring-color: rgb(113 63 18 / 0.4);
}

.ring-yellow-900\/45 {
  --tw-ring-color: rgb(113 63 18 / 0.45);
}

.ring-yellow-900\/5 {
  --tw-ring-color: rgb(113 63 18 / 0.05);
}

.ring-yellow-900\/50 {
  --tw-ring-color: rgb(113 63 18 / 0.5);
}

.ring-yellow-900\/55 {
  --tw-ring-color: rgb(113 63 18 / 0.55);
}

.ring-yellow-900\/60 {
  --tw-ring-color: rgb(113 63 18 / 0.6);
}

.ring-yellow-900\/65 {
  --tw-ring-color: rgb(113 63 18 / 0.65);
}

.ring-yellow-900\/70 {
  --tw-ring-color: rgb(113 63 18 / 0.7);
}

.ring-yellow-900\/75 {
  --tw-ring-color: rgb(113 63 18 / 0.75);
}

.ring-yellow-900\/80 {
  --tw-ring-color: rgb(113 63 18 / 0.8);
}

.ring-yellow-900\/85 {
  --tw-ring-color: rgb(113 63 18 / 0.85);
}

.ring-yellow-900\/90 {
  --tw-ring-color: rgb(113 63 18 / 0.9);
}

.ring-yellow-900\/95 {
  --tw-ring-color: rgb(113 63 18 / 0.95);
}

.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.ring-yellow-950\/0 {
  --tw-ring-color: rgb(66 32 6 / 0);
}

.ring-yellow-950\/10 {
  --tw-ring-color: rgb(66 32 6 / 0.1);
}

.ring-yellow-950\/100 {
  --tw-ring-color: rgb(66 32 6 / 1);
}

.ring-yellow-950\/15 {
  --tw-ring-color: rgb(66 32 6 / 0.15);
}

.ring-yellow-950\/20 {
  --tw-ring-color: rgb(66 32 6 / 0.2);
}

.ring-yellow-950\/25 {
  --tw-ring-color: rgb(66 32 6 / 0.25);
}

.ring-yellow-950\/30 {
  --tw-ring-color: rgb(66 32 6 / 0.3);
}

.ring-yellow-950\/35 {
  --tw-ring-color: rgb(66 32 6 / 0.35);
}

.ring-yellow-950\/40 {
  --tw-ring-color: rgb(66 32 6 / 0.4);
}

.ring-yellow-950\/45 {
  --tw-ring-color: rgb(66 32 6 / 0.45);
}

.ring-yellow-950\/5 {
  --tw-ring-color: rgb(66 32 6 / 0.05);
}

.ring-yellow-950\/50 {
  --tw-ring-color: rgb(66 32 6 / 0.5);
}

.ring-yellow-950\/55 {
  --tw-ring-color: rgb(66 32 6 / 0.55);
}

.ring-yellow-950\/60 {
  --tw-ring-color: rgb(66 32 6 / 0.6);
}

.ring-yellow-950\/65 {
  --tw-ring-color: rgb(66 32 6 / 0.65);
}

.ring-yellow-950\/70 {
  --tw-ring-color: rgb(66 32 6 / 0.7);
}

.ring-yellow-950\/75 {
  --tw-ring-color: rgb(66 32 6 / 0.75);
}

.ring-yellow-950\/80 {
  --tw-ring-color: rgb(66 32 6 / 0.8);
}

.ring-yellow-950\/85 {
  --tw-ring-color: rgb(66 32 6 / 0.85);
}

.ring-yellow-950\/90 {
  --tw-ring-color: rgb(66 32 6 / 0.9);
}

.ring-yellow-950\/95 {
  --tw-ring-color: rgb(66 32 6 / 0.95);
}

.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: 0.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: 0.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-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}

.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}

.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}

.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}

.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}

.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}

.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}

.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}

.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}

.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}

.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}

.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}

.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}

.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}

.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}

.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}

.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}

.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}

.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}

.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}

.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}

.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}

.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}

.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}

.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}

.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}

.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}

.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}

.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}

.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}

.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}

.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}

.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}

.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}

.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}

.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}

.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}

.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}

.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}

.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}

.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047;
}

.ring-offset-yellow-300\/0 {
  --tw-ring-offset-color: rgb(253 224 71 / 0);
}

.ring-offset-yellow-300\/10 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.1);
}

.ring-offset-yellow-300\/100 {
  --tw-ring-offset-color: rgb(253 224 71 / 1);
}

.ring-offset-yellow-300\/15 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.15);
}

.ring-offset-yellow-300\/20 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.2);
}

.ring-offset-yellow-300\/25 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.25);
}

.ring-offset-yellow-300\/30 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.3);
}

.ring-offset-yellow-300\/35 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.35);
}

.ring-offset-yellow-300\/40 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.4);
}

.ring-offset-yellow-300\/45 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.45);
}

.ring-offset-yellow-300\/5 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.05);
}

.ring-offset-yellow-300\/50 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.5);
}

.ring-offset-yellow-300\/55 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.55);
}

.ring-offset-yellow-300\/60 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.6);
}

.ring-offset-yellow-300\/65 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.65);
}

.ring-offset-yellow-300\/70 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.7);
}

.ring-offset-yellow-300\/75 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.75);
}

.ring-offset-yellow-300\/80 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.8);
}

.ring-offset-yellow-300\/85 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.85);
}

.ring-offset-yellow-300\/90 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.9);
}

.ring-offset-yellow-300\/95 {
  --tw-ring-offset-color: rgb(253 224 71 / 0.95);
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}

.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}

.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}

.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}

.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}

.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}

.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}

.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}

.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}

.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}

.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}

.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}

.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}

.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}

.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}

.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}

.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}

.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}

.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}

.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}

.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}

.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}

.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}

.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}

.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}

.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}

.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}

.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}

.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}

.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}

.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}

.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}

.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}

.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}

.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}

.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}

.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}

.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}

.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}

.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}

.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}

.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}

.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}

.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}

.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}

.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}

.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}

.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}

.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}

.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}

.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}

.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}

.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}

.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}

.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}

.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}

.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}

.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}

.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}

.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}

.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}

.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}

.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}

.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}

.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}

.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}

.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}

.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}

.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}

.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}

.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}

.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}

.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}

.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}

.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}

.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}

.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}

.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}

.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}

.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}

.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207;
}

.ring-offset-yellow-700\/0 {
  --tw-ring-offset-color: rgb(161 98 7 / 0);
}

.ring-offset-yellow-700\/10 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.1);
}

.ring-offset-yellow-700\/100 {
  --tw-ring-offset-color: rgb(161 98 7 / 1);
}

.ring-offset-yellow-700\/15 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.15);
}

.ring-offset-yellow-700\/20 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.2);
}

.ring-offset-yellow-700\/25 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.25);
}

.ring-offset-yellow-700\/30 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.3);
}

.ring-offset-yellow-700\/35 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.35);
}

.ring-offset-yellow-700\/40 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.4);
}

.ring-offset-yellow-700\/45 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.45);
}

.ring-offset-yellow-700\/5 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.05);
}

.ring-offset-yellow-700\/50 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.5);
}

.ring-offset-yellow-700\/55 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.55);
}

.ring-offset-yellow-700\/60 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.6);
}

.ring-offset-yellow-700\/65 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.65);
}

.ring-offset-yellow-700\/70 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.7);
}

.ring-offset-yellow-700\/75 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.75);
}

.ring-offset-yellow-700\/80 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.8);
}

.ring-offset-yellow-700\/85 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.85);
}

.ring-offset-yellow-700\/90 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.9);
}

.ring-offset-yellow-700\/95 {
  --tw-ring-offset-color: rgb(161 98 7 / 0.95);
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}

.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}

.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}

.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}

.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}

.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}

.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}

.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}

.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}

.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}

.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}

.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}

.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}

.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}

.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}

.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}

.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}

.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}

.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}

.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}

.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12;
}

.ring-offset-yellow-900\/0 {
  --tw-ring-offset-color: rgb(113 63 18 / 0);
}

.ring-offset-yellow-900\/10 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.1);
}

.ring-offset-yellow-900\/100 {
  --tw-ring-offset-color: rgb(113 63 18 / 1);
}

.ring-offset-yellow-900\/15 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.15);
}

.ring-offset-yellow-900\/20 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.2);
}

.ring-offset-yellow-900\/25 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.25);
}

.ring-offset-yellow-900\/30 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.3);
}

.ring-offset-yellow-900\/35 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.35);
}

.ring-offset-yellow-900\/40 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.4);
}

.ring-offset-yellow-900\/45 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.45);
}

.ring-offset-yellow-900\/5 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.05);
}

.ring-offset-yellow-900\/50 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.5);
}

.ring-offset-yellow-900\/55 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.55);
}

.ring-offset-yellow-900\/60 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.6);
}

.ring-offset-yellow-900\/65 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.65);
}

.ring-offset-yellow-900\/70 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.7);
}

.ring-offset-yellow-900\/75 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.75);
}

.ring-offset-yellow-900\/80 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.8);
}

.ring-offset-yellow-900\/85 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.85);
}

.ring-offset-yellow-900\/90 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.9);
}

.ring-offset-yellow-900\/95 {
  --tw-ring-offset-color: rgb(113 63 18 / 0.95);
}

.ring-offset-yellow-950 {
  --tw-ring-offset-color: #422006;
}

.ring-offset-yellow-950\/0 {
  --tw-ring-offset-color: rgb(66 32 6 / 0);
}

.ring-offset-yellow-950\/10 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.1);
}

.ring-offset-yellow-950\/100 {
  --tw-ring-offset-color: rgb(66 32 6 / 1);
}

.ring-offset-yellow-950\/15 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.15);
}

.ring-offset-yellow-950\/20 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.2);
}

.ring-offset-yellow-950\/25 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.25);
}

.ring-offset-yellow-950\/30 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.3);
}

.ring-offset-yellow-950\/35 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.35);
}

.ring-offset-yellow-950\/40 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.4);
}

.ring-offset-yellow-950\/45 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.45);
}

.ring-offset-yellow-950\/5 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.05);
}

.ring-offset-yellow-950\/50 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.5);
}

.ring-offset-yellow-950\/55 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.55);
}

.ring-offset-yellow-950\/60 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.6);
}

.ring-offset-yellow-950\/65 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.65);
}

.ring-offset-yellow-950\/70 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.7);
}

.ring-offset-yellow-950\/75 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.75);
}

.ring-offset-yellow-950\/80 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.8);
}

.ring-offset-yellow-950\/85 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.85);
}

.ring-offset-yellow-950\/90 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.9);
}

.ring-offset-yellow-950\/95 {
  --tw-ring-offset-color: rgb(66 32 6 / 0.95);
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-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(0.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(0.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[-16\:-8\] {
  -16: -8;
}

.\[-2\:-1\] {
  -2: -1;
}

.\[-4\:-3\] {
  -4: -3;
}

.\[-5\:-3\] {
  -5: -3;
}

.\[-6\:-5\] {
  -6: -5;
}

.\[-a-zA-Z\:0-9_\.\] {
  -a-z-a--z: 0-9 .;
}

.\[-padding_len\:-1\] {
  -padding_len: -1;
}

.\[_\:\.\] {
  _: .;
}

.\[a-zA-Z0-9\:\.\] {
  a-z-a--z0-9: .;
}

.\[current_position\:start_position\] {
  current_position: start position;
}

.\[cursor\:length\] {
  cursor: length;
}

.\[cursor\:start\] {
  cursor: start;
}

.\[endpos\:i\] {
  endpos: i;
}

.\[endpos\:semicolon\+1\] {
  endpos: semicolon+1;
}

.\[expand_pos_lower_index\:expand_pos_upper_index\] {
  expand_pos_lower_index: expand pos upper index;
}

.\[f_start_pos\:f_end_pos\] {
  f_start_pos: f end pos;
}

.\[i\:i\+1\] {
  i: i+1;
}

.\[i\:i\+3\] {
  i: i+3;
}

.\[i\:i\+4\] {
  i: i+4;
}

.\[i\:i\+size\] {
  i: i+size;
}

.\[i\:j\+tokcount\] {
  i: j+tokcount;
}

.\[i\:j\] {
  i: j;
}

.\[i\:pos\] {
  i: pos;
}

.\[i\:server_end\] {
  i: server end;
}

.\[idx\:idx\+segment\] {
  idx: idx+segment;
}

.\[index-2\:index\] {
  index-2: index;
}

.\[index\:index\] {
  index: index;
}

.\[index\:new_index\] {
  index: new index;
}

.\[index\:pos\] {
  index: pos;
}

.\[indicator_start\:indicator_end\] {
  indicator_start: indicator end;
}

.\[inherit_ndx\:inherit_ndx\+1\] {
  inherit_ndx: inherit ndx+1;
}

.\[j\:chunk_end\] {
  j: chunk end;
}

.\[key_length\:2\*key_length\] {
  key_length: 2*key length;
}

.\[last\:start\] {
  last: start;
}

.\[left\:right\] {
  left: right;
}

.\[line_offset\:end_line\] {
  line_offset: end line;
}

.\[lpos_start\:lpos_end\] {
  lpos_start: lpos end;
}

.\[offset\:next_offset\] {
  offset: next offset;
}

.\[offset\:offset\+ln\] {
  offset: offset+ln;
}

.\[ofs\:mlen\] {
  ofs: mlen;
}

.\[p1\:p2\] {
  p1: p2;
}

.\[p\:p\+3\] {
  p: p+3;
}

.\[parse_start\:parse_end\] {
  parse_start: parse end;
}

.\[parseopt_notrack_start\:parseopt_notrack_end\] {
  parseopt_notrack_start: parseopt notrack end;
}

.\[parseopt_start\:parseopt_end\] {
  parseopt_start: parseopt end;
}

.\[pos\:-1\] {
  pos: -1;
}

.\[pos\:end_pos\] {
  pos: end pos;
}

.\[pos\:new_pos\] {
  pos: new pos;
}

.\[pos\:pos\] {
  pos: pos;
}

.\[position\:offset\] {
  position: offset;
}

.\[position\:start\] {
  position: start;
}

.\[seq_start\:pos\] {
  seq_start: pos;
}

.\[start\:end\] {
  start: end;
}

.\[start\:match\.end\(\)\] {
  start: match.end();
}

.\[start\:pos\] {
  start: pos;
}

.\[start\:seq\] {
  start: seq;
}

.\[start\:start\+length\] {
  start: start+length;
}

.\[start\:start\+sizeEndCentDir\] {
  start: start+sizeEndCentDir;
}

.\[start\:stop\] {
  start: stop;
}

.\[start_pos\:data_len\] {
  start_pos: data len;
}

.\[start_pos\:pos\] {
  start_pos: pos;
}

.\[ticket\:10782\] {
  ticket: 10782;
}

.\[ticket\:1523\] {
  ticket: 1523;
}

.\[ticket\:1570\] {
  ticket: 1570;
}

.\[ticket\:1892\] {
  ticket: 1892;
}

.\[ticket\:2229\] {
  ticket: 2229;
}

.\[ticket\:2362\] {
  ticket: 2362;
}

.\[ticket\:2406\] {
  ticket: 2406;
}

.\[ticket\:2619\] {
  ticket: 2619;
}

.\[ticket\:3208\] {
  ticket: 3208;
}

.\[ticket\:3633\] {
  ticket: 3633;
}

.\[ticket\:3725\] {
  ticket: 3725;
}

.\[ticket\:3801\] {
  ticket: 3801;
}

.\[ticket\:3989\] {
  ticket: 3989;
}

.\[ticket\:4457\] {
  ticket: 4457;
}

.\[ticket\:4730\] {
  ticket: 4730;
}

.\[ticket\:489\] {
  ticket: 489;
}

.\[tool\:pytest\] {
  tool: pytest;
}

.\[user\:passwd\@\] {
  user: passwd@;
}

.\[value_index\:next_value_index\] {
  value_index: next value index;
}

.backdrop\:bg-black\/50::backdrop {
  background-color: rgb(0 0 0 / 0.5);
}

.visited\:\!text-emerald-700:visited {
  color: rgb(4 120 87 ) !important;
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-emerald-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

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

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

.dark\:divide-slate-700\/80:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(51 65 85 / 0.8);
}

.dark\:border-amber-600\/40:is(.dark *) {
  border-color: rgb(217 119 6 / 0.4);
}

.dark\:border-emerald-300\/40:is(.dark *) {
  border-color: rgb(110 231 183 / 0.4);
}

.dark\:border-emerald-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-600\/40:is(.dark *) {
  border-color: rgb(5 150 105 / 0.4);
}

.dark\:border-rose-300\/40:is(.dark *) {
  border-color: rgb(253 164 175 / 0.4);
}

.dark\:border-rose-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-300\/40:is(.dark *) {
  border-color: rgb(125 211 252 / 0.4);
}

.dark\:border-slate-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-600\/40:is(.dark *) {
  border-color: rgb(71 85 105 / 0.4);
}

.dark\:border-slate-600\/50:is(.dark *) {
  border-color: rgb(71 85 105 / 0.5);
}

.dark\:border-slate-600\/60:is(.dark *) {
  border-color: rgb(71 85 105 / 0.6);
}

.dark\:border-slate-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-700\/80:is(.dark *) {
  border-color: rgb(51 65 85 / 0.8);
}

.dark\:border-slate-800\/80:is(.dark *) {
  border-color: rgb(30 41 59 / 0.8);
}

.dark\:border-t-blue-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.dark\:bg-amber-700\/20:is(.dark *) {
  background-color: rgb(180 83 9 / 0.2);
}

.dark\:bg-amber-900\/20:is(.dark *) {
  background-color: rgb(120 53 15 / 0.2);
}

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

.dark\:bg-emerald-700\/20:is(.dark *) {
  background-color: rgb(4 120 87 / 0.2);
}

.dark\:bg-emerald-900\/20:is(.dark *) {
  background-color: rgb(6 78 59 / 0.2);
}

.dark\:bg-emerald-900\/30:is(.dark *) {
  background-color: rgb(6 78 59 / 0.3);
}

.dark\:bg-rose-500\/20:is(.dark *) {
  background-color: rgb(244 63 94 / 0.2);
}

.dark\:bg-rose-900\/30:is(.dark *) {
  background-color: rgb(136 19 55 / 0.3);
}

.dark\:bg-sky-500\/15:is(.dark *) {
  background-color: rgb(14 165 233 / 0.15);
}

.dark\:bg-slate-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-700\/30:is(.dark *) {
  background-color: rgb(51 65 85 / 0.3);
}

.dark\:bg-slate-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-800\/60:is(.dark *) {
  background-color: rgb(30 41 59 / 0.6);
}

.dark\:bg-slate-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-900\/60:is(.dark *) {
  background-color: rgb(15 23 42 / 0.6);
}

.dark\:\!text-emerald-400:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-amber-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.dark\:visited\:\!text-emerald-400:visited:is(.dark *) {
  color: rgb(52 211 153 ) !important;
}

.dark\:hover\:bg-slate-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-slate-700\/40:hover:is(.dark *) {
  background-color: rgb(51 65 85 / 0.4);
}

.dark\:hover\:bg-slate-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:\!text-emerald-300:hover:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1)) !important;
}

.dark\:hover\:text-slate-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

  .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\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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